-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
47 lines (45 loc) · 1.56 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
baseURL = "https://miguel.moll.ninja"
title = "betcha can't stick it"
languageCode = "en-us"
theme = "devise"
relativeURLs = true
enableEmoji = true
googleAnalytics = ""
enableRobotsTXT = true
copyright = "© Copyright Miguel Moll"
# Main menu items
[menu]
[[menu.main]]
identifier = "Home"
name = "Home"
title = "Home"
url = "/"
weight = -110
[[menu.main]]
identifier = "posts"
name = "Posts"
title = "Posts"
url = "/posts/"
weight = -100
[params]
description = "Your meta description" # Your meta description of the site
header_title = "Miguel Moll" # Your header title
header_subtitle = "Random thoughts/findings I'd like to remember and share. Most likely gamedev and software related."
home_image = "/images/profile-pic.jpeg" # Path to header image starting from the static directory
recent_posts = 15 # 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-youtube fa-1x"
href = "https://www.youtube.com/@MiguelMoll"
[[params.social]]
fa_icon = "fab fa-twitter fa-1x"
href = "https://twitter.com/radioact1ve"
[[params.social]]
fa_icon = "fab fa-mastodon fa-1x"
href = "https://mastodon.gamedev.place/@radioact1ve"
[[params.social]]
fa_icon = "fab fa-github fa-1x"
href = "https://github.com/MiguelMoll"