aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config39
1 files changed, 39 insertions, 0 deletions
diff --git a/config b/config
new file mode 100644
index 0000000..fa65564
--- /dev/null
+++ b/config
@@ -0,0 +1,39 @@
1TEMPLATES = site.tmpl
2SOURCE = src
3OUTPUT = public
4TITLE = Mitja Felicijan - Embedded systems developer
5DESCRIPTION = Embedded systems developer and fanatical fan of science fiction
6GOOGLE_VERIFICATION = EwUGW1WlCkRIQuyQ9AE1-bLitWthw-eVMZFTAMZVZaA
7URL = https://mitjafelicijan.com
8AUTHOR = Mitja Felicijan
9
10blog/*.md:
11 config
12 ext .html
13 tags tags/*.tag
14 markdown
15 template post
16 template page
17
18research/*.md:
19 config
20 ext .html
21 tags tags/*.tag
22 markdown
23 template post
24 template page
25
26feed.atom: blog/*.md
27 inner-template
28
29*.md:
30 config
31 ext .html
32 markdown
33 template post
34 template page
35
36index.html: blog/*.md
37 config
38 inner-template
39 template page