diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2020-03-25 05:12:40 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2020-03-25 05:12:40 +0100 |
| commit | ed161e7fb20a697ecba070ef7db4c231d700f245 (patch) | |
| tree | 5a415f8e758c6b7001ade8003ca2aa26b476b58c /config | |
| parent | fb94d7aef76a5996892ef82938524cb0c2e0d285 (diff) | |
| download | mitjafelicijan.com-ed161e7fb20a697ecba070ef7db4c231d700f245.tar.gz | |
Move to my own static generator
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 | ||
