-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
79 lines (64 loc) · 2.86 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
baseURL = "https://www.azureninjas.cloud"
languageCode = "en-us"
title = "Azure Ninjas"
theme = "castanet"
googleAnalytics = "UA-108563085-1"
disqusShortname = "azureninjas"
#themesdir = "../.."
[permalinks]
# page = "/:filename/"
# about = "/:filename/"
# episode = "/:filename/"
# The theme supports menus with up to one submenu per menu item
# The menu name must be "Main"
[[Menu.Main]]
name = "Guests"
identifier = "guests"
url = "guest"
#[[Menu.Main]]
# name = "Blog"
# identifier = "blog"
# url = "blog"
[[Menu.Main]]
name = "Hosts"
identifier = "hosts"
url = "host"
# [[Menu.Main]]
# name = "Authors"
# identifier = "authors"
# url = "author"
[params]
site_theme = "light"
site_layout = "grid"
enable_jumbo = "false"
# truncate = "100"
about_logo = "/img/logo.jpg"
copyright_notice = "Copyright 2017 Azure Ninjas"
itunes_subscribe = "https://itunes.apple.com/us/podcast/azure-ninjas/id1305172229"
android_subscribe = "http://www.subscribeonandroid.com/www.azureninjas.cloud/episode/index.xml"
google_play_subscribe = "https://playmusic.app.goo.gl/?ibi=com.google.PlayMusic&isi=691797987&ius=googleplaymusic&apn=com.google.android.music&link=https://play.google.com/music/m/I4hdy7ftii2kfrocxlzebyaxf3u?"
sticher_subscribe = "https://www.stitcher.com/s?fid=156707&refid=stpr"
#rss_subscribe = "http://feed.com/myfeed" #only set this if you don't want to use the built-in feed
description = "Azure Ninjas is a podcast hosted by Microsoft employees that discuss more about Azure than just the new features. We bring in the Microsoft Product Group to talk about architectures, solutions, and more."
media_prefix = "https://www.azureninjas.cloud/media/"
[params.feed]
feed_copyright = "Copyright 2017 Azure Ninjas"
itunes_subtitle = "Azure Ninjas is a podcast hosted by Microsoft employees that discuss more about Azure than just the new features."
itunes_author = "Microsoft Global Black Belts"
itunes_summary = "Azure Ninjas is a podcast hosted by Microsoft employees that discuss more about Azure than just the new features. We bring in the Microsoft Product Group to talk about architectures, solutions, and more."
itunes_owner_name = "Microsoft Global Black Belts"
itunes_owner_email = "[email protected]"
itunes_image = "https://www.azureninjas.cloud/img/logo_rss.png" #fqdn to the image art for your podcast
itunes_top_category = "Technology"
itunes_first_sub_category = "Software How-To"
itunes_second_sub_category = "Tech News"
itunes_explicit="No"
[params.social]
email = "[email protected]"
twitter = "@azureninjas"
github = "codingwithsasquatch"
[params.authors]
[params.links]
[params.links.ado]
name = "Azure Ninjas"
url = "https://www.azureninjas.cloud"