aboutsummaryrefslogtreecommitdiff
path: root/config
blob: fa655649ae8b0db86987767d0b058556b8b6fbaf (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

blog/*.md:
	config
	ext .html
	tags tags/*.tag
	markdown
	template post
	template page

research/*.md:
	config
	ext .html
	tags tags/*.tag
	markdown
	template post
	template page

feed.atom: blog/*.md
	inner-template

*.md:
	config
	ext .html
	markdown
	template post
	template page

index.html: blog/*.md
	config
	inner-template
	template page