This repository has been archived by the owner on Apr 30, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
159 lines (119 loc) · 5.22 KB
/
config.toml
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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
# set `baseurl` to your root domain
# if you set it to "/" share icons won't work properly on production
# baseurl = "/" # Include trailing slash
baseurl = "https://www.mwcnukembang.or.id/" # Include trailing slash
title = "MWC NU Kec. Kembang"
author = "Riski Andriyanto"
#canonifyurls = true
paginate = 8
PaginatePath = "/artikel/"
theme = "hugo-curious"
DefaultContentLanguage = "id"
# [languages]
# config/_default/languages.toml
# [menus]
# config/_default/menus/menu.xx.toml
enableRobotsTXT = true
[taxonomies]
category = "categories"
tag = "tags"
series = "series"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
hardWraps = false
unsafe = true # change to false to disable inclusion of rawHTML and math functions
xhtml = false
[markup.goldmark.extensions]
typographer = false
[markup.highlight]
codeFences = true
guessSyntax = false
hl_Lines = "--"
lineNoStart = 1
lineNos = true # always set to true # else line numbers won't show at all! even when you toggle them on in the UI
lineNumbersInTable = false # toggling this on (i.e to true) or deleting this line will break the code blocks functionality. Will
noClasses = false
# style = "monokai"
tabWidth = 2
[permalinks]
page = "/:slug/"
artikel = "/:section/:year/:month/:slug/"
notes = "/:slug/"
[params]
author = "admin"
twitter = "andrizan"
largeTwitterCard = false # set to true if you want to show a large twitter card image. The default is a small twitter card image
introDescription = "Pengurus Majlis Wakil Cabang Nahdlatul Ulama"
description = "MWC NU Kecamatan Kembang - Pengurus Majlis Wakil Cabang Nahdlatul Ulama. MWCNU Kembang Melalui Sekjen meluncurkan Web Resmi MWCNU Kembang, diharapkan dengan webset resmi ini bisa memberikan layan informasi kepada masyarakat secara cepat dan mudah baik berkaitan dengan kegiatan keagamaan di kecamatan kembang maupn tentang Batshul Masail." # set your site's description here. will be use for home page content meta tags (seo). Alternatively set this description in your homepage content file i.e content/_index.md. Whatever is set in the latter will take precedence
searchTypes = ["artikel"]
taxonomiesExcludedFromSitemap = ["tags", "categories","series","archive"]
codeLineNumbers = true
# Google analytics Id
ga_analytics = "G-S4PFSP8XTB"
# Google tag manager Id
# ga_tagmanager = "GTM-P8RH2TJ"
# posthog analytics id
# posthog = "phc_9hE7OYv59xdLxhgfDtnPrsSQfk3pAoXy2ArehYZ9cv4"
# limit the number of taxonomies links shown on the sidebar of each page by default.
numberOfTagsShown = 8 # Applies for all other default & custom taxonomies. e.g categories, brands see https://gohugo.io/content-management/taxonomies#what-is-a-taxonomy
# will be used on share >> twitter, facebook, linkedin
fallBackOgImage = "static/cover.jpg"
# directory(s) where your articles are located
mainSections = ["artikel"] # see config details here https://gohugo.io/functions/where/#mainsections
# center logo on navbar
centerLogo = false # Set to "true" for centering or "false" for left aligned.
logo = "logo.png"
# Set the collapsed mobile navigation to either appear from the left or the right
mobileNavigation = "right" # if you prefer right change to 'right'
# some site owners want to decide how they would like their sites to be introduced users. These settings give you as a site owner to decide how the user will view your site for the first time.
# please note that you cannot enforce both modes at the same time. i.e by enforcing one mode, you priotise it over the other (by setting it to true). enforceDarkMode will be commented out
# please also not that mode toggle UI will remain in place. That way, if a user prefers darkmode, they can have their way.
enforceLightMode = true
# enforceDarkMode = false
# Text for the languages menu.
# languageMenuName = "🌐"
# Title separator, default to |.
# titleSeparator = "|"
# Enable or disable comment globally. Default to true.
comment = true
# Maximum number of recent posts.
numberOfRecentPosts = 8
# Maximum number of featured posts.
numberOfFeaturedPosts = 8
# Comment
# talkyardServerUrl = "https://mwcnukembang.talkyard.net"
# talkyardScriptUrl = "https://c1.ty-cdn.net/-/talkyard-comments.min.js"
# Disqus
disqusEnable = true
disqusServerUrl = "https://mwcnukembang-or-id.disqus.com/"
disqusShortname = "admin"
# Contact form
# contactFormSubmitUrl = "https://formspree.io/xaypalea"
# Buy me a coffee
# Comment below line to disable
# buyMeACoffeeId = "vietanhdev"
# MailChimp Subscriber form
# Comment below line to disable
# mailChimpUrl = "https://vietanhdev.us13.list-manage.com/subscribe/post?u=c5f9d88238b4c0ec0106fe459&id=e74e121dc8"
# Google Adsense
# adsenseDataAdClient = "ca-pub-2932747436996973"
# Cookie Consent
showCookieConsent = false
privacyPolicyPage = "/privacypolicy"
[related]
includeNewer = true
threshold = 10
toLower = false
[[related.indices]]
name = "keywords"
weight = 100
[[related.indices]]
name = "date"
weight = 10
[outputs]
home = ["HTML", "RSS", "JSON"]
[sitemap]
changefreq = 'weekly'
filename = 'sitemap.xml'
priority = 0.5