-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
53 lines (40 loc) · 1.05 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
53
baseURL = 'https://blog.bugsiki.dev'
languageCode = 'en-us'
title = 'Bugsik'
theme = 'paper_mod'
[[menus.main]]
name = 'Home'
pageRef = '/'
weight = 10
[[menus.main]]
name = 'Posts'
pageRef = '/posts'
weight = 20
[params]
ShowReadingTime = true
[params.assets]
disableHLJS = true
favicon = "/favicon.ico"
[params.homeInfoParams]
Title = "Welcome to my blog"
Content = """
Hi!
I'm Misha. Here, I share my experiences as a developer and write about topics that intrigue me.
I enjoy programming, particularly in Go, but I spend most of my time coding in Python.
To subscribe to my blog, please use the RSS link below."""
[[params.socialIcons]]
name = "github"
title = "View my Github"
url = "https://github.com/verte-zerg"
[[params.socialIcons]]
name = "linkedin"
title = "View my LinkedIn"
url = "https://www.linkedin.com/in/mikhail-zhuk-036a061a1"
[[params.socialIcons]]
name = "rss"
title = "Subscribe to the blog"
url = "/index.xml"
[params.editPost]
URL = "https://github.com/verte-zerg/blog/tree/main/content"
Text = "Suggest Changes"
appendFilePath = true