-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.toml
55 lines (46 loc) · 1.53 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
baseurl = "https://разумна-сигурност.online/"
languageCode = "bg"
title = "Разумна Сигурност Online"
theme = "kiss"
enableGitInfo = true
# Number of posts per page
Paginate = 5
enableRobotsTXT = true
[params.assets]
customCSS = ["css/custom.css"]
[params.info]
adsense = "" # Adsense ID (ID only, without ca-pub-)
enableSocial = true # Adds OpenGraph and Twitter cards
homeTitle = "Разумна Сигурност Online" # Title for home page
poweredby = true # Adds powered by Hugo and Kiss below Copyright section
description = "Сигурността онлайн не бива да е само за специалисти. Разумно ниво на сигурност може да се постигне от всеки, със сравнително минимални усилия."
[params.opengraph.facebook]
admins = [] # array of Facebook IDs
appID = ""
pageID = ""
[params.opengraph.twitter]
page = "saneseconline" # Twitter Page username. If not set, params.social.twitter will be used.
[params.social]
twitter = "saneseconline"
github = "sanesecurityonline"
email = ""
linkedin = ""
facebook = ""
instagram = ""
codepen = ""
[blackfriday]
hrefTargetBlank = true
[privacy]
[privacy.disqus]
disable = true
[privacy.googleAnalytics]
disable = true
[privacy.instagram]
disable = true
[privacy.twitter]
disable = true
[privacy.vimeo]
disable = true
[privacy.youtube]
disable = false
privacyEnhanced = true