-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
46 lines (43 loc) · 900 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
42
43
44
45
46
baseURL = 'https://jasonbirchall.github.io'
languageCode = 'en-uk'
title = 'Jason Birchall'
theme = 'risotto'
enableEmoji = true
enableRobotsTXT = true
DefaultContentLanguage = "en"
enableInlineShortcodes = true
[params]
noindex = false
rss = true
[params.theme]
palette = "base16-dark"
# Sidebar: about/bio
[[params.socialLinks]]
icon = "fab fa-github"
title = "GitHub"
url = "https://github.com/jasonbirchall"
[menu]
[[menu.main]]
name = "Get Faster"
url = "/get-faster/"
weight = 1
[[menu.main]]
name = "Test Yourself"
url = "/test-yourself/"
weight = 2
[[menu.main]]
name = "Fill in the Gap"
url = "/fill-in-the-gap/"
weight = 3
[[menu.main]]
name = "Observe"
url = "/observe/"
weight = 4
[[menu.main]]
name = "Contribute"
url = "/contribute/"
weight = 5
[[menu.main]]
name = "Fail"
url = "/fail/"
weight = 6