-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.yml
122 lines (108 loc) · 2.74 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
119
120
121
122
baseURL: https://techwritas.com/
languageCode: en-us
title: TechWritas
paginate: 5
theme: ["PaperMod"]
rssLimit: 25
permalinks:
blog: /:slug/
googleAnalytics: G-DF0R2P64WT
enableRobotsTXT: true
enableEmoji: true
sitemap:
changefreq: daily
priority: 0.5
params:
env: production
title: TechWritas
author: Emmy Steven
images: ["img/feature-image.webp"]
description: TechWritas is a community created for those who want to 10x tech writers
keywords: [Writing, copywriting, technical writing, tech writers, content strategy, content writing, technical writers]
SidebarRecentLimit: 5
mainSections: ["blog"]
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: "TechWritas"
icon: "img/logo.webp"
iconHeight: 35
homeInfoParams:
Title: "Welcome! \U0001F44B"
Content: "Welcome to TechWritas, a thriving community dedicated to fueling your passion for tech writing.
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://techwritas.com/index.xml"
- name: medium
url: https://medium.com/techwritas
- name: X
url: https://x.com/techwritas
- name: youtube
url: http://youtube.com/@techwritas
- name: linkedin
url: https://www.linkedin.com/company/techwritas
- name: dev
url: https://dev.to/techwritas
- name: telegram
url: https://t.me/techwritas
- name: instagram
url: https://instagram.com/techwritas
cover:
hidden: true
hiddenInList: true
hiddenInSingle: false
linkFullImages: true
editPost:
URL: "https://github.com/codaholichq/techwritas/edit/main/content"
Text: " Suggest edit"
appendFilePath: true
menu:
main:
- identifier: blog
name: Blog
url: blog
weight: 1
- identifier: podcast
name: Podcast
url: podcast
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