-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
58 lines (52 loc) · 1.11 KB
/
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
56
57
58
baseurl: "https://www.yopa.page/"
relativeURLs: true
languageCode: en-us
title: thats.nono
theme: "hugo-tania"
paginate: 8
googleAnalytics: G-EQ4B3K8VCL
uglyurls: true
params:
titleLogo: images/08WeMC.png
images:
- images/8yRnin.png
enableFootnotes: true
siteName: thats.nono
siteDesc: A blog that's gonna put your software engineering skills to the test.
author: Yoonsoo Park
maxCategoryToShow: 10
socialOptions:
email: [email protected]
github: https://github.com/ypark9/yopa.page
twitter: https://twitter.com/
UseHugoToc: true
# permalinks:
# post: :title
menu:
header:
- name: About
url: "/about.html"
- name: Articles
url: "/articles.html"
footer:
- name: About
url: "/about.html"
- name: Articles
url: "/articles.html"
- name: GitHub
url: "https://github.com/ypark9/yopa.page"
- name: RSS
url: "/index.xml"
markup:
highlight:
noClasses: false
lineNos: true
goldmark:
renderer:
unsafe: true
sitemap:
changefreq: daily
filename: sitemap.xml
priority: 0.5
outputs:
home: ["HTML", "RSS", "JSON"]