-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.toml
62 lines (54 loc) · 1.6 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
62
baseURL = "https://devsecops.fm/"
languageCode = "en-us"
title = "Podcast about DevSecOps"
theme = "zen"
buildFuture = true
defaultContentLanguage = "en"
pluralizelisttitles = false
removePathAccents = true
paginate = 10.0
paginatePath = "page"
rssLimit = 20.0
disqusShortname = "devsecops-1"
[author]
name = "DevSecOps Talks"
url = "https://devsecops.fm/about"
avatar = "path/to/some-image.jpg"
[outputFormats]
[outputFormats.SearchIndex]
mediaType = "application/json"
baseName = "searchindex"
isPlainText = true
notAlternative = true
[outputs]
home = [
"HTML",
"RSS",
"JSON",
"SearchIndex"
]
section = [
"HTML",
"RSS",
"JSON"
]
[params]
contact = "#"
copyright = "<!--Creative Commons License-->This site is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/).<!--/Creative Commons License-->"
description = "DEVSECOPS TALKS - SURVIVING CLOUD NATIVE with Andrey, Julien and Mattias"
dateformat = "2 January, 2006"
favicon = "apple-touch-icon.png"
feedlinks = true
footer = "Powered by [Hugo](https://gohugo.io/) and the [Zen theme](https://github.com/frjo/hugo-theme-zen)."
icon = "apple-touch-icon.png"
image = "apple-touch-icon.png"
imageMaxWidth = 400.0
mobileMenu = true
poweredby = false
sidebar = true
submitted = true
realfavicongenerator = true
[params.podcast]
apple = "https://podcasts.apple.com/se/podcast/the-devsecops-talks-podcast/id1503645730"
spotify = "https://open.spotify.com/show/4tGYslKaJU9d8Fg3Qf9gaO"
google = "https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkLnBvZGJlYW4uY29tL2RldnNlY29wcy9mZWVkLnhtbA=="