blob: a2c8887196b4b391a499718c3e2c0a3e0e30ed03 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
TEMPLATES = site.tmpl
SOURCE = src
OUTPUT = public
TITLE = Mitja Felicijan
DESCRIPTION = Embedded systems developer and fanatical fan of science fiction
GOOGLE_VERIFICATION = EwUGW1WlCkRIQuyQ9AE1-bLitWthw-eVMZFTAMZVZaA
TWITTER_HANDLE = @mitjafelicijan
URL = https://mitjafelicijan.com
AUTHOR = Mitja Felicijan
notes/*.md:
config
ext .html
tags tags/*.tag
markdown
template post
template page
experiments/*.md:
config
ext .html
tags tags/*.tag
markdown
template post
template page
feed.atom: notes/*.md
inner-template
*.md:
config
ext .html
markdown
template post
template page
index.html: blog/*.md
config
inner-template
template page
|