-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml~
51 lines (46 loc) · 1.05 KB
/
config.toml~
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
baseURL = ""
languageCode = "en-us"
title = "What's all this, then?"
theme = "blackburn"
canonifyurls = true
paginate = 10
[taxonomies]
tag = "tags"
[params]
subtitle = "Mathematics, software, general nonsense"
brand = "All the good stuff"
highlightjs = "kimbie.light"
highlightjs_extra_languages = ["lisp","bash"]
# custom_css = ["css/local.css"]
# custom_js = ["js/my.js"]
[social]
twitter = "amca01"
reddit = "amca01"
facebook = "alasdair.mcandrew"
gitlab = ""
[menu]
# Shown in the side menu.
[[menu.main]]
name = "Home"
pre = "<i class='fa fa-home fa-fw'></i>"
weight = 1
identifier = "home"
url = "/"
[[menu.main]]
name = "Tags"
pre = "<i class='fa fa-list fa-fw'></i>"
weight = 3
identifier = "tags"
url = "/tags/"
[[menu.main]]
name = "Github"
pre = "<i class='fa fa-github fa-fw'></i>"
weight = 5
identifier = "github"
url = "https://www.github.com/amca01"
[[menu.main]]
name = "About"
pre = "<i class='fa fa-user fa-fw'></i>"
weight = 7
identifier = "about"
url = "/pages/about/"