-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yml
More file actions
132 lines (114 loc) · 2.74 KB
/
config.yml
File metadata and controls
132 lines (114 loc) · 2.74 KB
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
125
126
127
128
129
130
131
132
baseurl: "https://blog.superbrains.cc/"
title: "kencho51"
theme: "hugo-PaperMod"
languageCode: "en-us"
copyright: "kencho51"
pygmentsUseClasses: true
markup:
highlight:
noClasses: false
pygmentsCodefences: true
enableRobotsTXT: true
minify:
disableXML: true
minifyOutput: true
# SEO and Performance
enableGitInfo: true
enableEmoji: true
enableMissingTranslationPlaceholders: false
# Sitemap configuration
sitemap:
changefreq: monthly
priority: 0.5
filename: sitemap.xml
# RSS configuration
rssLimit: 20
rssFullContent: true
# publishDir: "gigathing"
pagination:
pagerSize: 5
taxonomies:
tag: "tags"
category: "categories"
outputs:
home:
- HTML
- RSS
- JSON
services:
disqus:
shortname: "cloudpage"
# SEO Meta tags
params:
# env: "production" Default is production when running hugo and development when running hugo server
mainSections: ["post", "projects"]
homeInfoParams:
Title: Hi there
Content: Welcome to my blog!
# Homepage settings
showLatestContent: true
latestContentCount: 5
socialIcons: # optional
- name: "GitHub"
url: "https://github.com/kencho51"
- name: "LinkedIn"
url: "https://www.linkedin.com/in/cholingken/"
- name: "Orcid"
url: "https://orcid.org/0009-0006-9057-8835"
opengraph: true
ShowShareButtons: true
ShareButtons: ["linkedin", "twitter", "telegram", "email"]
ShowReadingTime: true
ShowWordCount: true
ShowToc: true
TocOpen: false
ShowBreadCrumbs: true
ShowPostNavLinks: true
ShowCodeCopyButtons: true
comments: true
# SEO Meta tags
description: "Personal tech blog covering development tutorials, insights, and experiences in software development, DevOps, and technology."
keywords: ["tech blog", "software development", "tutorials", "programming", "devops", "technology"]
author: "kencho51"
# Social media
twitter:
site: "@kencho51"
creator: "@kencho51"
# Additional SEO
googleAnalytics: "G-LV12W6L6C4"
googleSiteVerification: "G-LV12W6L6C4"
# Structured data
structuredData: true
# Performance
enableFingerprinting: true
enableSourceMap: false
# Analytics configuration
analytics:
google:
SiteVerificationTag:: "G-LV12W6L6C4"
# Search configuration for PaperMod
fuseOpts:
isCaseSensitive: false
shouldSort: true
location: 0
distance: 1000
threshold: 0.4
minMatchCharLength: 0
keys: ["title", "permalink", "summary", "content"]
# dateFormat: "Mon, Jan 2, 2020"
permalinks:
post: "/:contentbasename/"
menu:
main:
- name: "About"
url: "/page/about/"
weight: 1
- name: "Search"
url: "/search/"
weight: 4
- name: "Tech"
url: "/post"
weight: 2
- name: "Projects"
url: "/projects/"
weight: 3