-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
38 lines (31 loc) · 855 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
36
37
38
languageCode = "en-us"
title = "Auggie Heschmeyer"
baseURL = "https://auggieheschmeyer.com/"
copyright = "© Auggie Heschmeyer {year}"
# This is just to get the exampleSite to work with the theme
# in this repository. Don't mimic this. When using the theme
# you should place it in themes/codex and list theme = "codex"
theme = "hugo-theme-codex"
enableEmoji = true
[[menu.main]]
identifier = "about"
name = "about"
title = "about"
url = "/"
[[menu.main]]
identifier = "blog"
name = "blog"
title = "Blog"
url = "/blog"
preserveTaxonomyNames = true
[taxonomies]
tag = "tags"
[params]
linkedin = "realauggieheschmeyer"
twitter = "realauggiehesch"
github = "realauggieheschmeyer"
[permalinks]
authors = "/author/:slug/"
tags = "/tag/:slug/"
categories = "/category/:slug/"
publication_types = "/publication-type/:slug/"