-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.toml
More file actions
106 lines (89 loc) · 5.54 KB
/
config.toml
File metadata and controls
106 lines (89 loc) · 5.54 KB
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
baseurl = "https://advancetechmedia.org/"
languageCode = "en-US"
title = "Advance Tech Podcast"
theme = "castanet"
googleAnalytics = "UA-98351650-1"
disqusShortname = "advtechpodcast"
themesdir = "themes"
paginate = "33"
[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"
# The menus are sorted based upon their identifier
[[Menu.Main]]
name = "Guests"
identifier = "guest"
url = "/guest"
[[Menu.Main]]
name = "About"
identifier = "about"
url = "/about"
[[Menu.Main]]
name = "Sponsors"
identifier = "sponsors"
url = "/sponsor"
[params]
mainSections = ["episode"]
site_theme = "blue"
site_layout = "grid"
enable_jumbo = "true"
#custom_css = ["css/custom.css"]
truncate = "100"
about_logo = "/img/Advancetechmedia avatar.png"
media_prefix = "https://advancetechmedia.org/"
copyright_notice = "Copyright 2017 - 2024 [Advance Tech Media](https://advancetechmedia.org)"
itunes_subscribe = "https://itunes.apple.com/ca/podcast/advance-tech-podcast/id1278222771"
#android_subscribe = "https://www.subscribeonandroid.com/advancetechmedia.org/episode/index.xml"
google_play_subscribe = "https://podcasts.google.com/feed/aHR0cHM6Ly9hZHZhbmNldGVjaG1lZGlhLm9yZy9lcGlzb2RlL2luZGV4LnhtbA"
podbean_subscribe ="https://www.podbean.com/podcast-detail/i2pkd-5e84a/Advance-Tech-Podcast"
stitcher_subscribe = "https://www.stitcher.com/s?fid=356388&refid=stpr"
spotify_subscribe = "https://open.spotify.com/show/4W4Lptk0ENfh7Wc1LKL3Zu"
pocketcasts_subscribe = "https://play.pocketcasts.com/web#/podcasts/show/8e189720-0f3b-0135-ecbb-4114446340cb"
#mailchimp_subscribe = "//arresteddevops.us3.list-manage.com/subscribe/post?u=5e4cbcac996bb9df25f970a89&id=154fa76bcc"
#rss_subscribe = "http://feed.com/myfeed" #only set this if you don't want to use the built-in feed
description = "<p>The Advance Tech Podcast provides a spotlight for innovative and disruptive initiatives and features guests building the technology of tomorrow.</p><p>Connecting you to founders, developers and leaders from around the globe who give our audience insight into what it takes to massively scale from great idea to leading industry maker.</p><p>Subscribe from the [homepage](https://advancetechmedia.org/) and check out new featured video episodes on [YouTube](https://www.youtube.com/channel/UCix6635bxEr4et8eO4QXSfg). You can also like, follow and endorse the podcast on [Twitter](https://twitter.com/AdvTechPodcast), [LinkedIn](https://www.linkedin.com/company/advance-tech-media/), [Instagram](https://www.instagram.com/advance_tech_media/) and [Patreon](https://www.patreon.com/AdvanceTechPodcast?alert=2).</p>intro/outro music - Alien Breed (1991) main theme, by A. Brimble"
[params.feed]
feed_copyright = "Copyright 2017 - 2024 Advance Tech Media" #do not use markdown in this field; it is used in the feed
itunes_subtitle = "The voice of innovation and the tech of tomorrow." #no markdown or HTML
itunes_author = "Alexandra Moxin" #no markdown or HTML
itunes_summary = "The Advance Tech Podcast brings you the latest in emerging technology and features guests building the technology of tomorrow. We connect you to founders, developers and influencers from around the globe who give our audience insight into what it takes to massively scale from great idea to leading industry maker." # Limited to 4000 characters or less, plain text, no HTML
itunes_owner_name = "Advance Tech Media"
itunes_owner_email = "info@advancetechmedia.org" #contains the e-mail address that will be used to contact the owner of the Podcast for communication specifically about their Podcast on iTunes. It will not be publicly displayed on iTunes.
itunes_image = "http://advancetechmedia.org/img/advancetechmediaavataritunes.png" #fqdn to the image art for your podcast
itunes_top_category = "Technology"
itunes_first_sub_category = "Technology"
itunes_second_sub_category = "Founders"
itunes_third_sub_category = "Artificial Intelligence"
[params.social]
github = "advancetechmedia"
#gitlab = ""
twitter = "AdvTechPodcast"
linkedin = "/company/advance-tech-media/"
#facebook_admin = "" # This needs to be a page admin to get domain insights
#facebook = ""
#twitter_domain = "https://twitter.com/AdvTechPodcast" # This domain shows in twitter cards as "View on `twitter_domain`"
#googleplus = ""
#pinterest = ""
instagram = "advance_tech_media"
youtube = "channel/UCix6635bxEr4et8eO4QXSfg"
[params.authors]
[params.authors.alexandra]
name = "Alexandra Moxin"
thumbnail = "img/host/Alex1.jpg"
bio = "Alexandra founded Advance Tech Media home of the Advance Tech Podcast where she interviews founders, leaders and developers from around the globe in the emerging tech space. As CEO, she grew the global audience of the podcast to reach one million listeners in just over a year. She has a solid understanding of digital transformation and finds comfort at the bleeding edge of innovation. She speaks at local and international conferences and events on Artificial Intelligence / Machine Learning, Bitcoin and other emerging technologies."
[params.authors.alexandra.social]
twitter = "Alexandra933"
linkedin = "alexandra933"
#facebook = ""
github = "lexi933"
#instagram = "lexi_933/?hl=en"
#pinterest = "lexi933"
youtube = "/c/Alexandra933_"
homepage = "https://www.advancetech.io/"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true