-
Notifications
You must be signed in to change notification settings - Fork 10
/
hugo.yaml
67 lines (66 loc) · 1.49 KB
/
hugo.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
baseURL: 'https://mywebsite.com/'
languageCode: 'en-us'
title: 'My Website'
theme: 'terminal'
timeZone: "Asia/Kolkata"
menus:
main:
- identifier: about
name: About
url: /about.html
weight: 20
- identifier: blog
name: Blog
url: /blog
weight: 30
- identifier: tags
name: Tags
url: /tags
weight: 40
paginate: 10
permalinks:
blog: "/blog/:year/:month/:day/:title/"
taxonomies:
tag: "tags"
author: "authors"
indexes:
tag: "tags"
markup:
defaultMarkdownHandler: "goldmark"
goldmark:
# Enable or disable smartypants (automatic conversion of ASCII punctuation to smart punctuation)
smartypants: true
# Enable or disable fractions (automatic conversion of fractions)
fractions: true
# Enable or disable superscript and subscript support
# (enable to allow ^ and ~ for superscript and subscript)
superscript: true
unsafe: true
# ignoreFiles:
# - "themes/terminal/content"
# outputs:
# blog:
# - HTML
# - RSS
# - sitemap-blog.xml
# home:
# - HTML
# - RSS
# - sitemap.xml
params:
social:
- name: github
url: https://github.com/myusername
- name: x
url: https://x.com/myusername
- name: youtube
url: https://youtube.com/myusername
- name: linkedin
url: https://linkedin.com/in/myusername
- name: "buy me a coffee"
url: https://www.buymeacoffee.com/myusername
disqus: "mydisquscode"
module:
hugoVersion:
extended: false
min: "0.116.0"