-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
62 lines (51 loc) · 1.59 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://rhubinak.github.io/"
languageCode = "en-us"
title = "Robert's blog"
theme = "kiss"
copyright = "©<a href=\"https://github.com/rhubinak\">Robert Hubinak</a> 2018"
# Number of posts per page
Paginate = 5
enableRobotsTXT = true
DefaultContentLanguage = "en"
[params.rss] # Adding this tag enables RSS feed
includeContent = true # Includes whole content in rss
authorName = "Robert Hubinak" # Author full name
authorEmail = "rhubinak@gmail.com" # Author email
[params.info]
adsense = "" # Adsense ID (ID only, without ca-pub-)
enableSocial = false # Adds OpenGraph and Twitter cards
homeTitle = "Robert's blog" # Title for home page
poweredby = true # Adds powered by hugo and kiss below Copyright
related = true # Includes related articles at the bottom of the article
[params.opengraph.facebook]
admins = [] # array of Facebook IDs
appID = ""
pageID = ""
[params.opengraph.twitter]
page = "" # Twitter Page username. If not set, params.social.twitter will be used.
[params.social]
twitter = ""
github = "rhubinak"
email = "rhubinak@gmail.com"
facebook = ""
instagram = ""
codepen = ""
rss = "index.xml" # Add this to show RSS button in social.
[params.social.config]
platforms = ["github","email"]
[taxonomies]
tag ="tags"
[blackfriday]
hrefTargetBlank = true
#[Languages]
#[Languages.en]
#languageCode = "en-US"
#languageName = "EN"
#[Languages.de]
#languageCode = "de-DE"
#languageName = "DE"
#[Languages.svk]
#languageCode = "sk-SK"
#languageName = "SK"
#title = "Robov blog"
#copyright = "<a href=\"keybase.txt\">©</a> <a href=\"https://github.com/rhubinak\">Róbert Hubinák</a> 2017"