-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.toml
124 lines (112 loc) · 3.11 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
baseURL = "https://devopsish.com"
title = "DevOps'ish"
author = "Chris Short"
theme = "paper"
paginate = 3
metaDataFormat = "toml"
newContentEditor = "code"
languageCode = "en"
DefaultContentLanguage = "en"
# prevent build failures when using Hugo's Instagram shortcode due to deprecated Instagram API.
# See https://github.com/gohugoio/hugo/issues/7228#issuecomment-714490456
# Works for missing Tweets as well
ignoreErrors = ["error-remote-getjson"]
enableEmoji = true
enableInlineShortcodes = true
enableGitInfo = true
summaryLength = 160
ignoreFiles = ['notes.md']
# ------------------------------
[outputs]
home = [ "HTML", "JSON", "RSS" ]
[params]
author = "Chris Short"
description = "Cloud Native, DevOps, Open Source, industry news, culture, and the 'ish between. Drink from the firehose."
# twitter = "ChrisShort"
linkedin = "/in/thechrisshort/"
# twitch = "thechrisshort"
# youtube = "c/ChrisShort"
reddit = "/r/devopsish/"
github = "chris-short/"
disableHLJS = "true"
ShowCodeCopyButtons = "true"
defaultTheme = "light"
disableThemeToggle = "true"
ShowWordCount = "true"
ShowRssButtonInSectionTermList = "true"
ShowShareButtons = "true"
[params.stats]
subscribers = "6,300+"
# avg_open_rate = "48%"
# avg_click_rate = "21%"
[imaging]
resampleFilter = "box"
anchor = "smart"
# Hugo will preserve transparency for target formats that supports it,
# but will fall back to this color for JPEG.
# Expects a standard HEX color string with 3 or 6 digits.
# See https://www.google.com/search?q=color+picker
bgColor = "#ffffff"
# Hugo extracts the "photo taken where" (GPS latitude and longitude) into
# .Long and .Lat. Set this to true to turn it off.
# Default background color.
disableLatLong = true
[imaging.exif]
# Regexp matching the fields you want to Exclude from the (massive) set of Exif info
# available. As we cache this info to disk, this is for performance and
# disk space reasons more than anything.
# If you want it all, put ".*" in this config setting.
# Note that if neither this or ExcludeFields is set, Hugo will return a small
# default set.
includeFields = ""
# ------------------------------
[menu]
# [[menu.main]]
# identifier = "subscribe"
# name = "Subscribe"
# url = "/subscribe/"
# weight = 1
[[menu.main]]
identifier = "firehose"
name = "Firehose"
url = "/firehose/"
weight = 2
[[menu.main]]
identifier = "praise"
name = "Praise"
url = "/praise/"
weight = 98
[[menu.main]]
identifier = "search"
name = "Search"
url = "/search/"
weight = 99
[taxonomies]
category = "categories"
tag = "tags"
[permalinks]
post = ":slug/"
page = ":slug/"
[privacy]
[privacy.disqus]
disable = true
[privacy.googleAnalytics]
disable = true
[privacy.instagram]
disable = false
simple = false
[privacy.twitter]
disable = false
enableDNT = true
simple = false
[privacy.vimeo]
disable = false
simple = false
[privacy.youtube]
disable = false
privacyEnhanced = true
[services]
[services.instagram]
disableInlineCSS = true
[services.twitter]
disableInlineCSS = true