-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.yaml
More file actions
38 lines (34 loc) · 974 Bytes
/
hugo.yaml
File metadata and controls
38 lines (34 loc) · 974 Bytes
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
baseURL: https://k4scripts.xyz/
languageCode: en-us
title: k4scripts
paginate: 10
paginate: 10
menu:
main:
- identifier: archive
name: Archive
title: Archive
url: /posts/
weight: 0
params:
email: mail@k4scripts.xyz # used for microformats
description: ""
dateFormat: "2006-01-02"
paginationSinglePost: true
style: light-without-switcher
mainSections: [ "posts" ] # which sections should be on index/main page
sectionsWithFullContentOnListPage: [ "notes" ] # for which sections content should be displayed on list pages
readMore: false # show read more button
readNextPosts: 5 # show 5 related posts, 0 by default
disableSummary: false
toc: true # display Table of Contents
tocWordCount: 300 # ...when a post is longer than 300 words
copyCodeButton: true # true by default
rssAsSocialIcon: true
social:
- id: github
name: k4scripts
markup:
goldmark:
renderer:
unsafe: true # enable raw HTML in Markdown