-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
54 lines (47 loc) · 1.63 KB
/
hugo.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
baseURL = 'https://reztag.github.io/'
languageCode = 'en-us'
title = "Rez"
[module]
[[module.imports]]
path = "github.com/hugo-sid/hugo-blog-awesome"
# Enable emojis globally
enableEmoji = true
# set markup.highlight.noClasses=false to enable code highlight
[markup]
[markup.highlight]
noClasses = false
[markup.goldmark.renderer]
unsafe = true
#Adding menu buttons
[menu]
[[menu.main]]
pageRef = "home"
name = 'Home'
url = '/'
weight = 10
[[menu.main]]
pageRef = "posts"
name = 'Posts'
url = '/posts/'
weight = 20
[[menu.main]]
pageRef = "about"
name = 'About'
url = '/about/'
weight = 30
[params]
sitename = "Rez's blog"
defaultColor = "auto" # set default color mode: dark or light
# Setting it to 'auto' applies the color scheme based on the visitor's device color preference.If you don't specify anything, ignore this parameter, or leave it blank,
# the default value is set to 'auto'.
# You can take a look at layouts/index.html for more information.
mainSections = ['posts'] # set the main sections of the site
description = "Minimal Hugo blog theme with light and dark mode support"
goToTop = true # set to false to disable 'go to top' button
[params.author]
avatar = "avatar.jpg" # put the file in assets folder; also ensure that image has same height and width
background = "background.jpg" # put the file in assets folder
# Note: image is not rendered if the resource(avatar image) is not found. No error is displayed.
intro = "📒 Rez's Personal Blogsite"
name = "Rez"
description = "Finally set up! anyway I'm a CS student trying to get a foothold in binary digit machines."