diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config | 40 |
1 files changed, 0 insertions, 40 deletions
| @@ -1,40 +0,0 @@ | |||
| 1 | TEMPLATES = site.tmpl | ||
| 2 | SOURCE = src | ||
| 3 | OUTPUT = public | ||
| 4 | TITLE = Mitja Felicijan | ||
| 5 | DESCRIPTION = Fan of science fiction and dabbler in code | ||
| 6 | GOOGLE_VERIFICATION = EwUGW1WlCkRIQuyQ9AE1-bLitWthw-eVMZFTAMZVZaA | ||
| 7 | TWITTER_HANDLE = @mitjafelicijan | ||
| 8 | URL = https://mitjafelicijan.com | ||
| 9 | AUTHOR = Mitja Felicijan | ||
| 10 | |||
| 11 | notes/*.md: | ||
| 12 | config | ||
| 13 | ext .html | ||
| 14 | tags tags/*.tag | ||
| 15 | markdown | ||
| 16 | template post | ||
| 17 | template page | ||
| 18 | |||
| 19 | experiments/*.md: | ||
| 20 | config | ||
| 21 | ext .html | ||
| 22 | tags tags/*.tag | ||
| 23 | markdown | ||
| 24 | template post | ||
| 25 | template page | ||
| 26 | |||
| 27 | feed.atom: notes/*.md | ||
| 28 | inner-template | ||
| 29 | |||
| 30 | *.md: | ||
| 31 | config | ||
| 32 | ext .html | ||
| 33 | markdown | ||
| 34 | template post | ||
| 35 | template page | ||
| 36 | |||
| 37 | index.html: blog/*.md | ||
| 38 | config | ||
| 39 | inner-template | ||
| 40 | template page | ||
