-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
47 lines (38 loc) · 1.27 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://davidsoff.nl/"
languageCode = "en-us"
title = "MagPie DevOps"
theme = "kiss"
copyright = "All Rights Reserved <a href=\"https://github.com/DavidSoff\">David Soff</a> 2021 "
disqusShortname = "davidsoff-nl"
googleAnalytics = "UA-151064893-1"
Paginate = 5 # Number of posts per page
enableRobotsTXT = true
[author]
name = "David Soff"
[params.rss] # Adding this tag enables RSS feed
includeContent = true # Includes whole content in rss
authorName = "David Soff" # Author full name
authorEmail = "[email protected]" # Author email
[params.info]
adsense = "" # Adsense ID (ID only, without ca-pub-)
enableSocial = true # Adds OpenGraph and Twitter cards
homeTitle = "Home" # Title for home page
poweredby = false # Adds powered by hugo and kiss below Copyright
related = true # Includes related articles at the bottom of the article
codeCopy = true # Add copy button above code blocks
[params.features]
disqusOnDemand = true
[params.social]
twitter = "SoffDavid"
github = "DavidSoff"
email = "[email protected]"
linkedin = "davidsoff"
rss = "index.xml"
[params.social.config]
platforms = ["github","twitter","email","linkedin", "rss"]
[taxonomies]
tag ="tags"
[blackfriday]
hrefTargetBlank = true
[params.assets]
customCSS = ["css/index.css", "css/presentation.css"]