-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.yml
118 lines (107 loc) · 2.68 KB
/
hugo.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
baseURL: "https://alexforsale.github.io/"
languageCode: "en-us"
title: "alexforsale.github.io"
theme: ["PaperMod"]
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpired: false
enableGitInfo: true
minify:
disableXML: true
minifyOutput: true
markup:
goldmark:
renderer:
unsafe: true
highlight:
lineNos: true
pygmentsUseClasses: true
params:
env: production # to enable google analytics, opengraph, twitter-cards and schema.
keywords: [Blog, PaperMod, org-roam, emacs]
ShowCodeCopyButtons: true
defaultTheme: auto
disableThemeToggle: false
ShowReadingTime: true
ShowShareButtons: false
ShowPostNavLinks: true
ShowBreadCrumbs: true
ShowWordCount: true
ShowRssButtonInSectionTermList: true
UseHugoToc: true
disableSpecial1stPost: false
disableScrollToTop: false
comments: false
hidemeta: false
hideSummary: false
showtoc: false
tocopen: false
social: true
# editPost:
# URL: "https://github.com/alexforsale/alexforsale.github.io/content"
# Text: "Suggest changes"
# appendFilePath: true
profileMode:
enabled: true
title: "Kristian Alexander" # optional default will be site title
# subtitle: "This is subtitle"
imageUrl: "/images/riki_sneeze.png" # optional
#imageTitle: "<title of image as alt>" # optional
#imageWidth: 120 # custom size
#imageHeight: 120 # custom size
buttons:
- name: "Projects"
url: "/projects/"
- name: "Posts"
url: "/posts/"
- name: "Dotfiles"
url: "/dotfiles/"
socialIcons: # optional
- name: "github"
url: "https://github.com/alexforsale"
- name: "gitlab"
url: "https://gitlab.com/alexforsale"
- name: "linkedin"
url: "https://linkedin.com/in/alexforsale"
- name: "email"
url: "mailto:[email protected]"
- name: "key"
url: "https://keys.openpgp.org/vks/v1/by-fingerprint/27517709E592F14C5A51D90B972B3C2D613E4AE9"
- name: "matrix"
url: "matrix:@alexforsale:matrix.org"
- name: "reddit"
url: "https://www.reddit.com/user/alexforsale"
- name: "telegram"
url: "https://t.me/alexforsale"
menu:
main:
- identifier: categories
name: categories
url: /categories/
weight: 10
- identifier: tags
name: tags
url: /tags/
weight: 20
- identifier: posts
name: posts
url: /posts/
weight: 30
- identifier: archives
name: archives
url: /archives/
weight: 40
- identifier: about
name: about
url: /about/
weight: 50
- identifier: search
name: search
url: /search/
weight: 60
outputs:
home:
- HTML
- RSS
- JSON # necessary for search