diff options
Diffstat (limited to 'staticgen.yml')
| -rw-r--r-- | staticgen.yml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/staticgen.yml b/staticgen.yml new file mode 100644 index 0000000..447daa2 --- /dev/null +++ b/staticgen.yml | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | # folders | ||
| 2 | content: content/ | ||
| 3 | public: public/ | ||
| 4 | templates: templates/ | ||
| 5 | static: static/ | ||
| 6 | assets: assets/ | ||
| 7 | |||
| 8 | # global settings | ||
| 9 | title: Mitja Felicijan | ||
| 10 | description: Fan of science fiction and dabbler in code | ||
| 11 | author: Mitja Felicijan | ||
| 12 | email: mitja.felicijan@gmail.com | ||
| 13 | domain: https://mitjafelicijan.com | ||
| 14 | twitter: @mitjafelicijan | ||
| 15 | |||
| 16 | # use name of css file without .css extension | ||
| 17 | # https://github.com/highlightjs/highlight.js/tree/master/src/styles | ||
| 18 | highlightStye: github | ||
| 19 | |||
| 20 | # google analytics | ||
| 21 | ga: UA-12769079-10 | ||
