-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
55 lines (44 loc) · 1002 Bytes
/
config.yaml
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
baseURL: https://geekmasher.dev
languageCode: en-us
title: GeekMasher's Blog
theme:
- github.com/nodejh/hugo-theme-mini
defaultContentLanguage: en
hasCJKLanguage: true
permalinks:
posts: /posts/:title/
paginate: 5
# https://gohugo.io/getting-started/configuration-markup#
markup:
highlight:
guessSyntax: true
style: emacs
tableOfContents:
endLevel: 3
ordered: false
startLevel: 2
goldmark:
renderer:
unsafe: true
social:
github: https://github.com/geekmasher
twitter: https://twitter.com/geekmasher
enableEmoji: true
enableGitInfo: true
params:
author: GeekMasher
bio: Securing Code, Developing Software, and All Things Technical
subscribe: true
enableRSS: true
# enableComments: true
showToc: false
showPowerBy: false
math: false
hiddenPostSummaryInHomePage: false
links:
- name: Presentations
path: https://presentations.geekmasher.dev/
customCSS:
- /css/custom.css
customJS:
- /js/particles_app.js