diff options
Diffstat (limited to 'files/config.yaml')
| -rw-r--r-- | files/config.yaml | 16 |
1 files changed, 16 insertions, 0 deletions
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 |
