From cd6644ea4ddc78597934ab0ef5ba50e3c3daa927 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 8 Jul 2023 23:25:41 +0200 Subject: Moved to a simpler SSG --- config.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 config.yaml (limited to 'config.yaml') diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..324d762 --- /dev/null +++ b/config.yaml @@ -0,0 +1,17 @@ +title: "Mitja Felicijan" +baseurl: "https://mitjafelicijan.com" +description: "You do not learn by relaxing. You learn by violently assaulting your problem until it surrenders its mysteries to you." +language: "en-us" + +# Code highlighting. +# https://swapoff.org/chroma/playground/ +highlighting: "vs" + +# Minifies output HTML (including inline CSS, JS). +minify: true + +extras: + - template: index.xml + url: index.xml + - template: notes.xml + url: notes.xml -- cgit v1.2.3