From ed161e7fb20a697ecba070ef7db4c231d700f245 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 25 Mar 2020 05:12:40 +0100 Subject: Move to my own static generator --- staticgen.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 staticgen.yml (limited to 'staticgen.yml') diff --git a/staticgen.yml b/staticgen.yml new file mode 100644 index 0000000..447daa2 --- /dev/null +++ b/staticgen.yml @@ -0,0 +1,21 @@ +# folders +content: content/ +public: public/ +templates: templates/ +static: static/ +assets: assets/ + +# global settings +title: Mitja Felicijan +description: Fan of science fiction and dabbler in code +author: Mitja Felicijan +email: mitja.felicijan@gmail.com +domain: https://mitjafelicijan.com +twitter: @mitjafelicijan + +# use name of css file without .css extension +# https://github.com/highlightjs/highlight.js/tree/master/src/styles +highlightStye: github + +# google analytics +ga: UA-12769079-10 -- cgit v1.2.3