-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
41 lines (35 loc) · 874 Bytes
/
hugo.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
#baseURL = 'http://christopherbaklid.com/'
languageCode = 'en-gb'
title = 'CHRISTOPHER BAKLID SIMIONE'
theme = "m10c"
paginate = 8
[params]
description = "Minimally explained technical documentation"
[[menu.main]]
identifier = "home"
name = "Home"
url = "/"
weight = 1
[[menu.main]]
identifier = "categories"
name = "Docs"
url = "/categories/"
weight = 2
[[params.social]]
icon = "github"
name = "My Github"
url = "https://github.com/inveracity"
[params.style]
darkestColor = "#181b24" # Sidebar and noteblocks
darkColor = "#111" # Background
lightColor = "#cad4d9" # Code and content
lightestColor = "#fff" # Headers, titles
primaryColor = "#54a87a" # circle, bars, tags, links
[markup.highlight]
codeFences = true
noClasses = true
style = "onedark"
tabWidth = 2
[taxonomies]
category = 'categories'
tag = 'tags'