aboutsummaryrefslogtreecommitdiff
path: root/config
blob: 70a317ad54b25495102b840457ff56c87b014ce3 (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
TEMPLATES = site.tmpl
SOURCE = src
OUTPUT = public
TITLE = Mitja Felicijan - Embedded systems developer
DESCRIPTION = Embedded systems developer and fanatical fan of science fiction
GOOGLE_VERIFICATION = EwUGW1WlCkRIQuyQ9AE1-bLitWthw-eVMZFTAMZVZaA
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