-
Notifications
You must be signed in to change notification settings - Fork 4
/
config.toml
47 lines (40 loc) · 1.04 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
baseURL = "https://pmac.io/"
languageCode = "en-us"
title = "pmac.io"
theme = "hyde"
sectionPagesMenu = "main"
# We do redirects via Netlify's _redirects file, generated by Hugo (see "outputs" below).
disableAliases = true
# Highlighting config (Pygments)
pygmentsCodeFences = true
pygmentsOptions = ""
# Use the Chroma stylesheet
pygmentsUseClasses = true
pygmentsUseClassic = false
# See https://help.farbox.com/pygments.html
pygmentsStyle = "friendly"
[params]
description = "Paul's thoughts on Webdev, Mozilla, and stuff"
themeColor = "theme-base-08"
ghRepo = "https://github.com/pmac/pmac.io/"
[permalinks]
post = "/:year/:month/:filename/"
[taxonomies]
tag = "tags"
[outputs]
home = ["HTML", "RSS", "REDIR"]
section = ["HTML", "RSS"]
taxonomy = ["HTML", "RSS"]
[mediaTypes."text/netlify"]
suffixes = [""]
delimiter = ""
[outputFormats.REDIR]
mediatype = "text/netlify"
baseName = "_redirects"
isPlainText = true
notAlternative = true
[[menu.main]]
name = "Archives"
weight = -110
identifier = "post"
url = "/post/"