-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
59 lines (55 loc) · 1.91 KB
/
config.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
54
55
56
57
58
baseURL = "https://zkosanovic.github.io"
title = "Zdravko's Page"
languageCode = "en-us"
theme = ["devise", "plausible-hugo"]
relativeURLs = true
canonifyURLs = true
enableEmoji = true
enableRobotsTXT = true
copyright = "zdravko.dev © 2024."
[params.plausible]
enable = true
domain = "zdravko.dev"
# Main menu items
# [menu]
# [[menu.main]]
# identifier = "about"
# name = "About"
# title = "About"
# url = "/about/"
# weight = -110
# [[menu.main]]
# identifier = "posts"
# name = "Posts"
# title = "Posts"
# url = "/post/"
# weight = -100
# [[menu.main]]
# identifier = "categories"
# name = "Categories"
# title = "Categories"
# url = "/categories/"
# weight = -90
# Configuration Features
[params]
description = "Zdravko's personal website" # Your meta description of the site
header_title = "Zdravko Kosanovic" # Your header title
header_subtitle = "Backend Engineer" # Your header subtitle
home_image = "/images/avatar.jpg" # Path to header image starting from the static directory
recent_posts = 0 # 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"
fontColor = "#212529"
[[params.social]]
fa_icon = "fa-brands fa-github fa-1x" # Font Awesome icon class
href = "https://github.com/zkosanovic" # Link to associate with icon (http://, https://, mailto:)
[[params.social]]
fa_icon = "fa-brands fa-linkedin-in fa-1x"
href = "https://linkedin.com/in/zdravko-kosanovic"
[[params.social]]
fa_icon = "fa-brands fa-stack-overflow fa-1x"
href = "https://stackoverflow.com/users/9335036/z-kosanovic"
[[params.social]]
fa_icon = "fa-solid fa-at fa-1x"
href = "mailto:[email protected]"