aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
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