summaryrefslogtreecommitdiff
path: root/config.toml
blob: 7e7976a0f1bdd7603a6666a5b755c365928784b0 (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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
baseURL = "http://www.andreasbaumann.cc/"
languageCode = "en-us"
title = "Andreas Baumann's Personal Home Page"
theme = "new_theme"
disableRss = true
enableRobotsTXT = true
SectionPagesMenu = "main"

[Params]
	author = "Andreas Baumann"
	description = "Andreas Baumann's Personal Home Page"
	toptitle = "Andreas Baumann's"
	subtitle = "Personal Home Page"
	location = "Zurich"
	copyright_years = "2009 - 2018"
	opengraph = true
	strus_url = "http://eeepc.home:8080/strus/query/wwwandreasbaumanncc"
	
[Params.widgets]
	search = true
	recent_articles = true
	categories = true
	tags = true

[taxonomies]
category = "categories"

[[menu.main]]
    name = "Home"
    weight = 30
    identifier = "home"
    url = "/"

[[menu.main]]
    name = "Software"
    weight = 40
    identifier = "software"
    url = "/software"

[[menu.main]]
    name = "Toolbox"
    weight = 50
    identifier = "toolbox"
    url = "/toolbox"

[[menu.main]]
    name = "Git"
    weight = 60
    identifier = "git"
    url = "/git"

[[menu.main]]
    name = "Slides"
    weight = 70
    identifier = "slide"
    url = "/slide"

[[menu.main]]
    name = "Blog"
    weight = 80
    identifier = "blog"
    url = "/blog"

[[menu.main]]
    name = "Search"
    weight = 90
    identifier = "search"
    url = "/search"

[[menu.main]]
    name = "Contact"
    weight = 100
    identifier = "contact"
    url = "/contact"

[outputs]
    home = [ "HTML", "JSON"]
    page = [ "HTML"]