aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2019-10-22 03:40:14 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2019-10-22 03:40:14 +0200
commit28dd784a088a35739cdfdc4ce79f8ee6d50bf816 (patch)
treec198abb97177f60864530ee46f5cdcf0ae88d2bf /config
parent421677613114bb40780d3a5516b6930d386d0b09 (diff)
downloadmitjafelicijan.com-28dd784a088a35739cdfdc4ce79f8ee6d50bf816.tar.gz
Cleanup of repo and move to gostatic
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