From d11b6ebe944b13e504608094424217b5d6b39a53 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 8 Jul 2023 21:26:40 +0200 Subject: First version, whatever that means --- files/config.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 files/config.yaml (limited to 'files/config.yaml') diff --git a/files/config.yaml b/files/config.yaml new file mode 100644 index 0000000..a89795f --- /dev/null +++ b/files/config.yaml @@ -0,0 +1,16 @@ +title: "Title of your website" +baseurl: "https://example.com" +description: "My new shiny website" +language: "en-us" + +# Code highlighting. +# https://swapoff.org/chroma/playground/ +highlighting: "vs" + +# Minifies output HTML (including inline CSS, JS). +minify: true + +# Other generaters, in this case RSS generator. +extras: + - template: index.xml + url: index.xml -- cgit v1.2.3