summaryrefslogtreecommitdiff
path: root/settings.cfg
blob: 29581130530faa3e28c1abf296c4b0d64810a5bf (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
41
42
43
44
45
46
47
48
[output]
template = template.txt
dir = output
[index]
title = index
header = <h1>Index</h1>
src = content/index.txt
[portfolio]
title = daniel's projects
header = <h1>Projects</h1> Outdated list of some of my projects <br><br>
src = content/portfolio.txt
[blog]
title = daniel's blog
header = <h1>Blog</h1> Rambles about programming, technology and life.<br><br>
# blog directory
dir = blog
# direct link directory
direct = direct
srcdir = content/blog
# number of posts per page
perpage = 10

# opinions section, website generator rewrite will make this prettier
[opinions]
title = opinions
header = <h1>Opinions</h1>Thoughts and opinions on various subjects and media that I have consumed.<br><br>
dir = opinions
src = content/opinions/index.txt
[anime]
title = anime
header = <h1>Anime</h1>Thoughts on some of my favourite anime series. Spoilers ahead.<br><br>
src = content/opinions/anime.txt
[everything]
title = everything else
header = <h1>Everything else</h1>Thoughts on everything else that I need to get off my chest.<br><br>
src = content/opinions/everything.txt

[waifus]
title = waifus
header = <h1>My waifus, not yours</h1>All other waifus are literal trash.
dir = waifus
src = content/waifus/index.txt

[interesting]
title = interesting
header = <h1>Interesting</h1> Things that are interesting or entertaining to me.<br><br>
src = content/interesting.txt