aboutsummaryrefslogtreecommitdiff
path: root/config
blob: 0861a1a8efa5f3cc2d640d4678fe6667d70ebbf8 (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 = Fan of science fiction and dabbler in code
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