aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2020-03-25 05:12:40 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2020-03-25 05:12:40 +0100
commited161e7fb20a697ecba070ef7db4c231d700f245 (patch)
tree5a415f8e758c6b7001ade8003ca2aa26b476b58c /config
parentfb94d7aef76a5996892ef82938524cb0c2e0d285 (diff)
downloadmitjafelicijan.com-ed161e7fb20a697ecba070ef7db4c231d700f245.tar.gz
Move to my own static generator
Diffstat (limited to 'config')
-rw-r--r--config40
1 files changed, 0 insertions, 40 deletions
diff --git a/config b/config
deleted file mode 100644
index 0861a1a..0000000
--- a/config
+++ /dev/null
@@ -1,40 +0,0 @@
1TEMPLATES = site.tmpl
2SOURCE = src
3OUTPUT = public
4TITLE = Mitja Felicijan
5DESCRIPTION = Fan of science fiction and dabbler in code
6GOOGLE_VERIFICATION = EwUGW1WlCkRIQuyQ9AE1-bLitWthw-eVMZFTAMZVZaA
7TWITTER_HANDLE = @mitjafelicijan
8URL = https://mitjafelicijan.com
9AUTHOR = Mitja Felicijan
10
11notes/*.md:
12 config
13 ext .html
14 tags tags/*.tag
15 markdown
16 template post
17 template page
18
19experiments/*.md:
20 config
21 ext .html
22 tags tags/*.tag
23 markdown
24 template post
25 template page
26
27feed.atom: notes/*.md
28 inner-template
29
30*.md:
31 config
32 ext .html
33 markdown
34 template post
35 template page
36
37index.html: blog/*.md
38 config
39 inner-template
40 template page