-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
84 lines (72 loc) · 2.45 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://achla95.github.io/
languageCode: en-us
title: Achla | Inf0Sec
theme: mini
# Default content language, support en (English) / zh (Chinese) / nl (Dutch) / fr (French) / es (Spanish), default 'en'
defaultContentLanguage: en
hasCJKLanguage: true
permalinks:
posts: /posts/:title/
paginate: 3
# googleAnalytics: your-google-analytics-id
# disqusShortname: your-disqus-shortname
# 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
# needed to render raw HTML (e.g. <sub>, <sup>, <kbd>, <mark>)
goldmark:
renderer:
unsafe: true
# Social links in footer, support github,twitter,stackoverflow,facebook
social:
# e.g.
github: https://github.com/achla95
twitter: https://twitter.com/achla95
# Site parameters
params:
# Site Author
author: Achla
# Author biography
bio: Student
# Site Description, used in HTML meat
description: My Blog
###########################################
# Optional Configuration
###########################################
# To enable RSS, you could set `enableRSS: true`, default is `true`
enableRSS: false
# To enable comments, you may need to set `disqusShortname`
enableComments: false
# 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: false
# 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