This repository has been archived by the owner on Sep 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
70 lines (62 loc) · 1.7 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://food.ctmartin.me/"
copyright = "© 2020 Christian Martin"
disableHugoGeneratorInject = true
languageCode = "en-us"
paginatePath = ""
theme = ["ctmartin"]
title = "CT/Food"
[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
#[[menu.main]]
# name = "Food"
# idenfifier = "home"
# 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 = "Blog"
idenfifier = "Blog"
url = "https://blog.ctmartin.me/"
weight = 25
[[menu.main]]
name = "About"
idenfifier = "about"
url = "https://ctmartin.dev/about"
weight = 30
disableKinds = ["taxonomy", "taxonomyTerm"]
[outputs]
home = ["HTML", "RSS", "JSON"]
# home = ["HTML", "RSS", "AMP", "JSON"]
# page = ["HTML", "AMP", "JSON"]
# section = ["HTML", "RSS", "AMP", "JSON"]
# taxonomy = ["HTML", "RSS", "AMP", "JSON"]
# taxonomyTerm = ["HTML", "RSS", "AMP", "JSON"]
[params]
author = "Christian Martin"
authorLinks = ["https://ctmartin.dev/", "https://ctmartin.me/", "https://github.com/ct-martin", "https://gitlab.com/ctmartin", "https://twitter.com/_ctmartin"]
description = "Christian Martin's Food & Food Experiments"
sourceurl = "https://github.com/ct-martin/food/"
#[permalinks]
# blog = "/:year/:month/:filename/"
[Social]
twitter = "_ctmartin"