-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.toml
35 lines (33 loc) · 859 Bytes
/
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
baseURL = "https://www.clairecodes.com"
languageCode = "en-gb"
title = "clairecodes"
theme = "hugo-ted"
author = "Claire Parker-Jones"
enableRobotsTXT = true
[menu]
[[menu.header]]
name = "Blog"
weight = 0
url = "/blog"
[[menu.header]]
name = "About"
weight = 1
url = "/about"
[[menu.header]]
name = "Dev Diary"
weight = 1
url = "/dev-diary"
[params]
GitHubID = "claire-codes"
GitHubRepoID = "hugo-blog"
CodePenID = "clairecodes"
LinkedInID = "claireparkerjones"
InstagramID = "claire_codes"
Name = "Claire Parker-Jones"
Description = "The personal website, blog and dev diary of clairecodes"
EmailAddress = "[email protected]"
DevToId = "clairecodes"
GoogleAnalyticsID = "G-D6XYX34TL2"
[permalinks]
blog = "/blog/:year-:month-:day-:title/`"
dev-diary = "/dev-diary/:year-:month-:day/"