diff options
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 | ||
