-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
61 lines (58 loc) · 1.96 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
59
60
61
baseURL = "https://pplotka.dev"
title = "Paweł Płotka"
languageCode = "pl-pl"
theme = "devise"
relativeURLs = true
enableEmoji = true
googleAnalytics = "G-210TJGYC47"
enableRobotsTXT = true
copyright = "© Copyright 2021, Paweł Płotka"
[privacy]
[privacy.googleAnalytics]
anonymizeIP = true
disable = false
respectDoNotTrack = true
useSessionStorage = false
# Main menu items
[menu]
[[menu.main]]
identifier = "about-me"
name = "About me"
title = "About me"
url = "/about-me/"
weight = -110
[[menu.main]]
identifier = "post"
name = "Posts"
title = "Posts"
url = "/post/"
weight = -100
[[menu.main]]
identifier = "categories"
name = "Categories"
title = "Categories"
url = "/categories/"
weight = -90
# Configuration Features
[params]
description = "Paweł Płotka - Software developer from Poland" # Your meta description of the site
header_title = "Paweł Płotka" # Your header title
header_subtitle = "Software developer from Poland 🇵🇱" # Your header subtitle
home_image = "/images/avatar.jpg" # Path to header image starting from the static directory
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"
fontColor = "#212529"
[[params.social]]
fa_icon = "fab fa-github fa-1x" # Font Awesome icon class
href = "https://github.com/pplotka" # Link to associate with icon (http://, https://, mailto:)
[[params.social]]
fa_icon = "fab fa-linkedin-in fa-1x"
href = "https://www.linkedin.com/in/pawe%C5%82-p%C5%82otka-3b651bb2/"
[[params.social]]
fa_icon = "fab fa-twitter fa-1x"
href = "https://twitter.com/plotek1"
[[params.social]]
fa_icon = "fas fa-at fa-1x"
href = "mailto: [email protected]"