-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
35 lines (32 loc) · 920 Bytes
/
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
baseURL = "https://zerotask.github.io"
DefaultContentLanguage = "en"
languageCode = "en-us"
title = "From Zero to Task"
theme = "beautifulhugo"
googleAnalytics = "G-8GW8J277N1"
disqusShortname = "zerotaskblog"
[Params]
# homeTitle = "" # Set a different text for the header on the home page
subtitle = "IT Consultant and passionate software developer with interests in economics, psychology, cyber security, gaming and SciFi."
mainSections = ["post","posts"]
logo = "images/photo.jpg" # Expecting square dimensions
favicon = "img/favicon.ico"
dateFormat = "January 2, 2006"
commit = true
rss = true
comments = true
readingTime = true
wordCount = true
useHLJS = true
socialShare = true
delayDisqus = true
showRelatedPosts = true
[Author]
name = "Patrick Hintermayer"
email = "[email protected]"
github = "Zerotask"
linkedin = "patrick-hintermayer-a65a0a203"
[[menu.main]]
name = "Home"
url = ""
weight = 1