-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.yaml
84 lines (71 loc) · 2.41 KB
/
config.yaml
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
baseURL: https://easystack.github.io
languageCode: zh
title: easystack
theme: mini
# Default content language, support en (English) / zh (Chinese) / nl (Dutch), default 'en'
defaultContentLanguage: zh
# !!! exampleSite only, you may need to delete the line: `themesDir: ../../`
#themesDir: ../../
hasCJKLanguage: true
permalinks:
posts: /posts/:title/
googleAnalytics: ""
disqusShortname: ""
# Hugo Configure Markup
# More info: https://gohugo.io/getting-started/configuration-markup#
markup:
highlight:
guessSyntax: true
style: emacs
tableOfContents:
endLevel: 3
ordered: false
startLevel: 2
# Social links in footer, support github,twitter,stackoverflow,facebook
social:
# e.g.
github: easystack
#twitter: your-github-link
#stackoverflow: your-github-link
# facebook: your-facebook-link
# Site parameters
params:
# Site Author
author: easystack
# Author biography
bio: Open Computer To Futhre
# Site Description, used in HTML meat
description: easystack's Blog
###########################################
# Optional Configuration
###########################################
# To enable RSS, you could set `enableRSS: true`, default is `true`
enableRSS: true
# To enable comments, you may need to set `disqusShortname`
enableComments: true
# To enable comments, you may need to set `googleAnalytics`
enableGoogleAnalytics: false
# To enable table of content, you could set `showToc: true`, default is `false`
showToc: true
# To hidden powerBy message in the page footer, you could set: `showPowerBy: false`, default is `true`
showPowerBy: true
# To enable math typesetting , you could set `math: true`, default is `false`
math: false
# To hidden post summary in home page, you could set `hiddenPostSummaryInHomePage: true`, default is `false`
hiddenPostSummaryInHomePage: false
# Website copy write, default: '© Copyright 2021 ❤️ {params.author}'
copyright: ''
# Extra links in navigation
links:
## e.g.
# - name: Project
# path: /project
# You can put your custom css and js to `static` directory, or use remote css and js files which start with `http://` or `https://`
customCSS:
## e.g.
# - css/custom.css # local css in `static/css/custom.css`
# - https://example.com/custom.css # remote css
customJS:
## e.g.
# - js/custom.js # local js in `static/js/custom.js`
# - https://example.com/custom.js # remote js