-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
53 lines (44 loc) · 1.32 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
baseURL: "https://nicholas.cloud/"
languageCode: "en-us"
title: "nicholas.cloud"
enableEmoji: true
enableRobotsTXT: true
canonifyURLs: true
enableInlineShortcodes: true
taxonomies:
tag: "tags"
# https://gohugo.io/getting-started/configuration-markup/#goldmark
markup:
goldmark:
renderer:
unsafe: true
highlight:
# style: vs
noClasses: false
# https://gohugo.io/getting-started/configuration/#configure-file-caches
caches:
getjson:
dir: :resourceDir/_get
maxAge: 2h
getresource:
dir: :resourceDir/_get
maxAge: 2h
# Cheers Ruben for the neat trick to preserve permalinks while grouping content!
# https://gitlab.com/rubenerd/rubenerd.com/-/blob/bdd34af9/config.yaml#L150
permalinks:
blog: /blog/:filename/
params:
color: "#2442ba"
bio: |
<img style="float: right; margin: 0 0 16px 16px" height="96" width="96" alt="" src="/nicholas.jpg" />
I'm a developer with a passion for cloud platforms, web development and automation!
I use this blog to write about my interests. They're usually tech-related, but there's also the odd music and gaming piece too.
mediaTypes:
text/x-opml:
suffixes:
- opml
outputFormats:
opml:
mediaType: text/x-opml
ugly: true
notAlternative: true