-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
55 lines (47 loc) · 1.41 KB
/
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
47
48
49
50
51
52
53
54
55
baseURL = "https://smithjw.me/"
languageCode = "en-us"
paginate = 8
title = "james' ubiquitous blog"
[Author]
email = "[email protected]"
name = "James Smith"
[outputFormats]
[outputFormats.RSS]
baseName = "feed"
mediatype = "application/rss"
[module]
[[module.imports]]
path = "github.com/lukeorth/poison"
[[module.imports]]
path = "github.com/AlanTanner/pdfjs-hugo-module"
[menu]
[[menu.main]]
identifier = 'posts'
name = 'Posts'
url = '/posts/'
weight = 1
[[menu.main]]
identifier = 'cv'
name = 'CV'
url = '/cv/'
weight = 2
[Params]
brand = "James Smith"
brand_image = "/images/me.png"
dark_mode = true
description = "a site about everything and nothing"
favicon = "/icons/favicon.ico"
github_url = "https://github.com/smithjw"
linkedin_url = "https://www.linkedin.com/in/smithjw87"
mastodon_url = "https://mastodon.social/@Smithjw"
slack_url = "https://macadmins.slack.com/messages/D1PELKDFT/team/U1PEQKG9Y/"
twitter_url = "https://twitter.com/smithjw"
menu = [
{ Name = "Content", URL = "/content/", HasChildren = true },
{ Name = "Posts", URL = "/posts/", Pre = "Recent", HasChildren = true, Limit = 3 },
]
[Params.comment.fediverse]
host = "mastodon.social"
user = "smithjw"
[markup.goldmark.renderer]
unsafe = true