-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
62 lines (53 loc) · 1.29 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
baseurl = "https://ianferguson.io/"
languageCode = "en-us"
title = "Ian Ferguson"
theme = "anatole"
enableRobotsTXT = true
[indexes]
category = "categories"
tag = "tags"
[params]
title = "Ian Ferguson"
description = "Software Engineer, Cat Enthusiast"
Description = "Software Engineer, Cat Enthusiast"
logo = "/images/profile.jpeg"
profilePicture = "/images/profile.jpeg"
images = ["images/profile.jpeg"]
mainSections = ["recipes"]
displayMode = "dark"
disableThemeSwitcher = true # Theme switcher is enabled by default
github = "ianferguson"
linkedin = "ianjamesferguson"
email = "[email protected]"
keybase = "ianferguson"
cv = "/resume"
[[params.social]]
title = "twitter"
url = "https://twitter.com/ianwords"
[[params.social]]
title = "github"
url = "https://github.com/ianferguson"
[[params.social]]
title = "linkedin"
url = "https://www.linkedin.com/in/ianjamesferguson"
[menu]
[[menu.main]]
name = "About Me"
weight = 200
identifier = "about"
url = "/"
[[menu.main]]
name = "Experience"
weight = 300
identifier = "resume"
url = "/resume/"
[[menu.main]]
name = "Recipes"
weight = 400
identifier = "recipes"
url = "/recipes/"
[[menu.main]]
name = "Contact"
weight = 500
identifier = "contact"
url = "/contact/"