diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2019-10-22 03:40:14 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2019-10-22 03:40:14 +0200 |
| commit | 28dd784a088a35739cdfdc4ce79f8ee6d50bf816 (patch) | |
| tree | c198abb97177f60864530ee46f5cdcf0ae88d2bf /config | |
| parent | 421677613114bb40780d3a5516b6930d386d0b09 (diff) | |
| download | mitjafelicijan.com-28dd784a088a35739cdfdc4ce79f8ee6d50bf816.tar.gz | |
Cleanup of repo and move to gostatic
Diffstat (limited to 'config')
| -rw-r--r-- | config | 39 |
1 files changed, 39 insertions, 0 deletions
| @@ -0,0 +1,39 @@ | |||
| 1 | TEMPLATES = site.tmpl | ||
| 2 | SOURCE = src | ||
| 3 | OUTPUT = public | ||
| 4 | TITLE = Mitja Felicijan - Embedded systems developer | ||
| 5 | DESCRIPTION = Embedded systems developer and fanatical fan of science fiction | ||
| 6 | GOOGLE_VERIFICATION = EwUGW1WlCkRIQuyQ9AE1-bLitWthw-eVMZFTAMZVZaA | ||
| 7 | URL = https://mitjafelicijan.com | ||
| 8 | AUTHOR = Mitja Felicijan | ||
| 9 | |||
| 10 | blog/*.md: | ||
| 11 | config | ||
| 12 | ext .html | ||
| 13 | tags tags/*.tag | ||
| 14 | markdown | ||
| 15 | template post | ||
| 16 | template page | ||
| 17 | |||
| 18 | research/*.md: | ||
| 19 | config | ||
| 20 | ext .html | ||
| 21 | tags tags/*.tag | ||
| 22 | markdown | ||
| 23 | template post | ||
| 24 | template page | ||
| 25 | |||
| 26 | feed.atom: blog/*.md | ||
| 27 | inner-template | ||
| 28 | |||
| 29 | *.md: | ||
| 30 | config | ||
| 31 | ext .html | ||
| 32 | markdown | ||
| 33 | template post | ||
| 34 | template page | ||
| 35 | |||
| 36 | index.html: blog/*.md | ||
| 37 | config | ||
| 38 | inner-template | ||
| 39 | template page | ||
