-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
59 lines (51 loc) · 1.73 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
# Site settings
baseurl = "https://hallo-swift.de/"
# HTML Language Code Reference, such as en, zh-cn
languageCode = "de"
title = "Hallo Swift"
theme = "hugo-cactus-theme"
publishDir = "docs"
# Enter your tracking code to enable Google Analytics
googleAnalytics = ""
# Disable comments by leaving disqusShortname empty
disqusShortname = ""
[params]
name = "Hallo Swift"
description = "Podcast über Swift, iOS, macOS und verwandte Themen von Bilal und Kilian"
bio = "Podcast über Swift, iOS, macOS und verwandte Themen"
iTunesTitle = "iTunes"
iTunesLink = "https://itunes.apple.com/de/podcast/hallo-swift/id1225721421?mt=2"
twitter = "hallo_swift"
enableRSS = true
# Navigation links
home = "Folgen"
about = "Über uns"
subscribe = "Podcast Feed"
# Pagination links
olderPosts = "Ältere Folgen"
newerPosts = "Neuere Folgen"
copyright = ""
# Sharing options and author information in posts
aboutAuthor = "Podcast über Swift, iOS, macOS und verwandte Themen"
# 404 page
title404 = "Der Link führt leider ins Leere."
subtitle404 = ""
# Choose a font for the social icons in the footer. Either "mono-social" or "font-awesome"
iconFont = "font-awesome"
# Add additional social link entries underneath
[social]
twitter = "https://twitter.com/hallo_swift"
# facebook = "https://www.facebook.com/halloswift/"
github = "https://github.com/hallo-swift"
# Necessary for the default markdown render so that it shows inline HTML
[markup.goldmark.renderer]
unsafe = true
[feed]
atomFeedURL = "index.xml"
imageHref = "images/cover.png"
[feed.itunes]
ownerEmail = "[email protected]"
author = "Bilal und Kilian"
explicit = false
category = "Technology"
keywords = "swift, apple, iOS, macOS, development, programming language"