-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
53 lines (44 loc) · 1.18 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
ignoreFiles = ["content/portfolio/\\.*","content/product/\\.*","content/sketch/\\.*","content/homepage/\\.*","content/post/\\.*","content/\\.*"] # disable example pages as this is a single page
baseURL = "/"
languageCode = "en-US"
title = "dash.cedi.dev"
theme = "bootstrap-bp-hugo-startpage"
# googleAnalytics = "UA-123-45"
copyright = "Cedric Kienzler"
enableRobotsTXT = false
pygmentsCodeFences = false
canonifyurls = true
paginate = 5
[sitemap]
changefreq = "weekly"
priority = 0.5
[permalinks]
posts = "/:year/:month/:slug/"
post = "/:year/:month/:slug/"
pages = "/:slug/"
page = "/:slug/"
[Author]
name = "cedi"
[params]
description = "Text about the site"
#images = ["logo.jpg"]
startPageColumns = false
welcomeText = "av0.de"
[[params.searchEngines]]
name = "Google"
activated = false
url = "https://www.google.com/search"
[[params.searchEngines]]
name = "DuckDuckGo"
activated = false
url = "https://duckduckgo.com/"
[[params.searchEngines]]
name = "Bing"
activated = false
url = "https://www.bing.com/search"
[[params.searchEngines]]
name = "Baidu"
activated = false
url = "https://baidu.com/s"
searchkey = "wd"
[taxonomies]