-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
50 lines (48 loc) · 1.76 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
baseURL = "https://bucinskas.io"
title = "Jonas Bučinskas"
languageCode = "en-us"
theme = "devise"
relativeURLs = true
enableEmoji = true
googleAnalytics = ""
enableRobotsTXT = true
copyright = "© 2024, Jonas Bučinskas"
# Main menu items
[menu]
[[menu.main]]
identifier = "readme"
name = "Readme/User Manual"
title = "Readme/User Manual"
url = "/posts/readme"
weight = -110
[[menu.main]]
identifier = "posts"
name = "Posts"
title = "Posts"
url = "/posts/"
weight = -100
# Configuration Features
[params]
description = "Jonas Bučinskas" # Your meta description of the site
header_title = "Jonas Bučinskas" # Your header title
header_subtitle = "Every experience feeds ideas!" # Your header subtitle
home_image = "./static/images/avatar.png" # Path to header image starting from the static directory (optional)
recent_posts = 5 # Max amount of recent posts to show
mainSections = ["posts", "post", "blog"] # Main sections to include in recent posts
[params.style] # CSS style overrides
backgroundColor = "#f8f9fa"
homeImageBorderColor = "#ffffff"
fontFamilyBase = "Helvetica Neue" # First-choice font
fontColor = "#212529"
[[params.social]]
fa_icon = "fab fa-github fa-1x" # Font Awesome icon class
href = "http://github.com/bucinskasj" # Link to associate with icon (http://, https://, mailto:)
[[params.social]]
fa_icon = "fab fa-linkedin-in fa-1x"
href = "https://www.linkedin.com/in/bucinskas/"
[[params.social]]
fa_icon = "fab fa-twitter fa-1x"
href = "https://twitter.com/bucinskas"
[[params.social]]
fa_icon = "fas fa-at fa-1x"
href = "mailto:[email protected]"