-
Notifications
You must be signed in to change notification settings - Fork 1
/
hugo.yml
118 lines (105 loc) · 2.62 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://codaholic.com/
languageCode: en-us
title: Codaholic
paginate: 5
theme: ["PaperMod"]
rssLimit: 25
permalinks:
posts: /:slug/
googleAnalytics: G-CJ1XGSZQKH
enableRobotsTXT: true
enableEmoji: true
sitemap:
changefreq: daily
priority: 0.5
params:
env: production
title: Codaholic
author: Emmy Steven
images: ["img/feature-image.webp"]
description: Codaholic is a community created for those who want to 10x software engineers
keywords: [Community, Software Engineer, Developer, Coding, Programming]
SidebarRecentLimit: 5
showBreadCrumbs: false
showReadingTime: true
showShareButtons: true
showPostNavLinks: true
showFullTextinRSS: true
showCodeCopyButtons: true
disableSpecial1stPost: false
disableScrollToTop: false
comments: false
hidemeta: false
hideSummary: false
showtoc: false
tocopen: false
math: true
privacypolicy: /pages/privacy
label:
text: "Codaholic"
icon: "img/logo.webp"
iconHeight: 35
homeInfoParams:
Title: "Welcome! \U0001F44B"
Content: "Welcome to Codaholic, a thriving tech community dedicated to fueling your passion for technology.
You get to connect with like-minded professionals, exchange knowledge, and stay up-to-date with the latest trends and innovations.
Join us on this exciting journey of continuous learning and collaboration."
socialIcons:
- name: "rss"
url: "https://codaholic.com/index.xml"
- name: X
url: https://x.com/codaholichq
- name: youtube
url: http://youtube.com/@codaholichq
- name: linkedin
url: https://www.linkedin.com/company/codaholichq
- name: github
url: https://github.com/codaholichq
- name: twitch
url: https://www.twitch.tv/codaholichq
- name: dev
url: https://dev.to/codaholic
- name: instagram
url: https://instagram.com/codaholichq
- name: medium
url: https://medium.com/codaholic
cover:
hidden: true
hiddenInList: true
hiddenInSingle: false
linkFullImages: true
menu:
main:
- identifier: posts
name: Posts
url: posts
weight: 1
- identifier: podcasts
name: Podcasts
url: podcasts
weight: 2
- identifier: archives
name: Archives
url: archives
weight: 3
disableKinds:
- taxonomy
markup:
highlight:
anchorLineNos: false
codeFences: true
guessSyntax: false
hl_Lines: ""
hl_inline: false
lineAnchors: ""
lineNoStart: 1
lineNos: false
lineNumbersInTable: true
noClasses: true
noHl: false
style: monokai
tabWidth: 4
goldmark:
renderer:
hardWraps: true
unsafe: true