forked from theory/justatheory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
71 lines (63 loc) · 1.57 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
71
title = "KTamas' Blog"
baseURL = "https://blog.ktamas.com/"
languageCode = "en-us"
copyright = "© Tamas Kadar, 2009-2024. All Rights Reserved."
theme = "justatheory"
pygmentsUseClasses = true
pygmentsCodeFences = true
pygmentsStyle = "monokai"
PreserveTaxonomyNames = true
Paginate = 10
PaginatePath = "p"
footnoteReturnLinkContents = "↩"
enableRobotsTXT = true
disableKinds = ["section"]
disqusShortname = "ktamas"
googleAnalytics = "UA-19057096-1"
publishDir = "public"
[author]
name = "KTamas"
url = "https://blog.ktamas.com/"
[params]
description = "Bringing you irregular content since 2009. By KTamas."
tagline = "Remember kids, if Internet Explorer is brave enough to ask to be your default browser, you're brave enough to ask that girl out."
author = "KTamas"
twitter = "ktamas"
github = "ktamas"
postTypes = ["post"]
feedLimit = 32
recentTagYears = 3
icon = "/icon-512x512.png"
favicon = "/icon-64x64.png"
[permalinks]
post = "/:year/:month/:slug/"
photo = "/:year/:month/:slug/"
[mediaTypes]
[mediaTypes."application/atom"]
suffixes = ["xml"]
[mediaTypes."text/plain"]
suffixes = ["text"]
[outputFormats]
[outputFormats.atom]
mediatype = "application/atom"
baseName = "feed"
[outputFormats.json]
mediatype = "application/json"
baseName = "feed"
isPlainText = true
[outputFormats.text]
mediatype = "text/plain"
baseName = "copy"
isPlainText = true
[outputs]
home = ["html", "atom"]
section = ["html", "atom"]
taxonomy = ["html", "atom"]
taxonomyTerm = ["html", "atom"]
page = ["html", "text"]
[taxonomies]
tag = "tags"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true