-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
94 lines (74 loc) · 1.92 KB
/
hugo.toml
File metadata and controls
94 lines (74 loc) · 1.92 KB
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
85
86
87
88
89
90
91
92
93
94
baseURL = 'https://shakuta.dev/'
languageCode = 'en-us'
title = 'Ivan Shakuta'
theme = 'PaperMod'
[params]
description = "Software Engineer & Tech Enthusiast. Passionate about software development since 2007."
author = "Ivan Shakuta"
# Show reading time
ShowReadingTime = true
# Show share buttons
ShowShareButtons = false
# Show post navigation (next/prev)
ShowPostNavLinks = true
# Show breadcrumbs
ShowBreadCrumbs = true
# Show code copy buttons
ShowCodeCopyButtons = true
# Enable search
fuseOpts.minMatchCharLength = 3
# Home page info
[params.homeInfoParams]
Title = "Ivan Shakuta"
Content = "Software Engineer & Tech Enthusiast. Passionate about software development since 2007."
# Profile mode (avatar on home page)
[params.profileMode]
enabled = true
title = "Ivan Shakuta"
subtitle = "Software Engineer & Tech Enthusiast. Passionate about software development since 2007."
imageUrl = "img/avatar-icon.png"
imageWidth = 120
imageHeight = 120
imageTitle = "Ivan Shakuta"
[[params.profileMode.buttons]]
name = "About Me"
url = "/about/"
# Social icons
[[params.socialIcons]]
name = "github"
url = "https://github.com/ishakuta"
[[params.socialIcons]]
name = "linkedin"
url = "https://www.linkedin.com/in/ishakuta"
[[params.socialIcons]]
name = "telegram"
url = "https://t.me/ishakuta"
# Main menu
[[menu.main]]
name = "About"
url = "/about/"
weight = 10
[[menu.main]]
name = "Thought Capture"
url = "/thoughts/"
weight = 20
[[menu.main]]
name = "Search"
url = "/search/"
weight = 30
# Enable search
[outputs]
home = ["HTML", "RSS", "JSON"]
# Syntax highlighting
[markup]
[markup.highlight]
style = "monokai"
lineNos = false
# Copyright
[params.label]
text = "Ivan Shakuta"
icon = "img/avatar-icon.png"
iconHeight = 35
# Footer
[params.footer]
text = "© 2007-2025 Ivan Shakuta"