-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
83 lines (66 loc) · 1.66 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
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
80
81
82
theme = "GeeksAreForLife"
baseURL = "https://www.geeksareforlife.com/"
languageCode = "en-gb"
title = "GeeksAreForLife"
enableGitInfo = true
[permalinks]
articles = "/:year/:month/:day/:slug/"
[taxonomies]
tag = "tags"
trigpoint = "trigpoints"
# Code higlighting settings
[markup]
[markup.highlight]
codeFences = true
guessSyntax = false
hl_Lines = ""
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
style = "monokai"
tabWidth = 4
[[menu.main]]
identifier = "now"
name = "Now"
url = "/now/"
weight = 10
[[menu.main]]
identifier = "posts"
name = "Posts"
url = "/articles/"
weight = 20
[[menu.main]]
identifier = "trigs"
name = "Trig Points"
url = "/trigpoints/"
weight = 30
[author]
name = "James Hayward"
email = "[email protected]"
user = "geeksareforlife"
[params]
copyright = "Copyright © 2020, James Hayward, all rights reserved."
description = "GeeksAreForLife - random musings of a geek getting old"
twitter = "@geeksareforlife"
mainSections = ["articles"]
[[params.relme]]
cta = "Go To GitHub"
icon = "fab fa-github"
href = "https://www.github.com/geeksareforlife"
[[params.relme]]
cta = "Go To Mastodon"
icon = "fab fa-mastodon"
href = "https://mastodon.me.uk/@geeksareforlife"
[[params.relme]]
cta = "Go To Twitter"
icon = "fab fa-twitter"
href = "https://www.twitter.com/geeksareforlife"
[[params.relme]]
cta = "Go To Keybase"
icon = "fab fa-keybase"
href = "https://www.keybase.io/geeksareforlife"
[[params.relme]]
cta = "Email Me"
icon = "far fa-at"
href = "mailto:[email protected]"