-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
124 lines (108 loc) · 2.9 KB
/
config.yml
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://netops2devops.net/"
title: netops2devops
paginate: 10
theme: PaperModX
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpired: false
minify:
disableXML: true
minifyOutput: true
params:
env: production # to enable google analytics, opengraph, twitter-cards and schema.
title: netops2devops
description: "All things networking, systems, software and security related"
keywords: [Blog, netops2devops]
author: "Kapil Agrawal"
images: ["<link or path of image for opengraph, twitter-cards>"]
DateFormat: "January 2, 2006"
defaultTheme: auto # dark, light
disableThemeToggle: false
ShowAuthor: true
ShowReadingTime: true
ShowShareButtons: true
ShowPostNavLinks: true
ShowBreadCrumbs: true
ShowCodeCopyButtons: true
disableSpecial1stPost: false
disableScrollToTop: false
ShareButtons: ["x", "linkedin", "mastadon", "facebook"]
comments: false
hidemeta: false
hideSummary: false
showtoc: true
tocopen: true
TocSide: "left"
assets:
# disableFingerprinting: true
favicon: "./assets/"
favicon16x16: "<link / abs url>"
favicon32x32: "<link / abs url>"
apple_touch_icon: "<link / abs url>"
safari_pinned_tab: "<link / abs url>"
label:
text: "Home"
icon: /apple-touch-icon.png
iconHeight: 35
# home-info mode
homeInfoParams:
#Title: "blog"
Content: "**All things networking, systems, software and security**"
socialIcons:
- name: github
url: "https://github.com/netops2devops"
- name: linkedin
url: https://linkedin.com/in/netops2devops
- name: keybase
url: https://keybase.io/netops2devops
- name: mastadon
url: "https://infosec.exchange/@netops2devops"
cover:
hidden: true # hide everywhere but not in structured data
hiddenInList: true # hide on list pages and home
hiddenInSingle: true # hide on single page
# for search
# https://fusejs.io/api/options.html
fuseOpts:
isCaseSensitive: false
shouldSort: true
location: 0
distance: 1000
threshold: 0.4
minMatchCharLength: 0
keys: ["title", "permalink", "summary", "content"]
outputs:
home:
- HTML
- RSS
# required for search
- JSON
menu:
main:
- name: "About"
url: "/about/"
weight: 10
- name: Posts
url: /posts/
weight: 1
- name: Search
url: /search/
weight: 2
- name: Tags
url: /tags/
weight: 3
- name: Archive
url: /archives/
weight: 4
#- name: Newsletter
# url: /newsletter/
# weight: 1
# Read: https://github.com/reorx/hugo-PaperModX/wiki/FAQs#using-hugos-syntax-highlighter-chroma
pygmentsUseClasses: true
pygmentsCodeFences: true
markup:
highlight:
guessSyntax: true
lineNos: true
noClasses: true