-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
70 lines (62 loc) · 1.65 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
63
64
65
66
67
68
69
70
baseURL = "https://ctmartin.me/"
copyright = "© 2022 Christian Martin"
disableHugoGeneratorInject = true
enableEmoji = true
languageCode = "en-us"
paginatePath = ""
theme = ["ctmartin"]
title = "Christian Martin"
[Authors.ctmartin]
given_name = "Christian"
family_name = "Martin"
display_name = "Christian Martin"
[Authors.ctmartin.social]
website = "https://ctmartin.me/"
github = "ct-martin"
twitter = "_ctmartin"
[markup]
[markup.highlight]
codeFences = true
guessSyntax = true
noClasses = false
[mediaTypes]
[mediaTypes."text/markdown"]
suffixes = ["md"]
#[[menu.main]]
# name = "Sections"
# idenfifier = "posts"
# url = "/"
# weight = 10
#[[menu.main]]
# name = "Tags"
# idenfifier = "tags"
# url = "/tags"
# weight = 11
[[menu.main]]
name = "Portfolio"
idenfifier = "portfolio"
url = "https://ctmartin.dev/"
weight = 20
[[menu.main]]
name = "About"
idenfifier = "about"
url = "/about"
weight = 30
[outputs]
home = ["HTML", "JSON", "MARKDOWN", "RSS"]
page = ["HTML"]
section = ["HTML", "JSON", "RSS"]
taxonomy = ["HTML", "RSS"]
taxonomyTerm = ["HTML", "RSS"]
[params]
author = "Christian Martin"
authorLinks = ["https://ctmartin.dev/", "https://github.com/ct-martin", "https://gitlab.com/ctmartin", "https://twitter.com/_ctmartin"]
description = "Christian Martin's Personal Site - Blog, Visualizations, Food, and more."
readme_github_stats_username = "ct-martin"
readmeAboutGenerated = true
sourceurl = "https://github.com/ct-martin/ct-martin/"
titleEmojis = true
[permalinks]
blog = "/:section/:year/:month/:filename/"
#[Social]
# twitter = "_ctmartin"