Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/config.toml')
-rw-r--r--test/config.toml136
1 files changed, 136 insertions, 0 deletions
diff --git a/test/config.toml b/test/config.toml
new file mode 100644
index 0000000..607d3ff
--- /dev/null
+++ b/test/config.toml
@@ -0,0 +1,136 @@
+baseurl = "http://sample-castanet.netlify.com/mysite/"
+languageCode = "en-us"
+title = "HugoCast"
+theme = "castanet"
+googleAnalytics = "UA-100789009-1"
+disqusShortname = "arresteddevops"
+themesdir = "../.."
+paginate = "9"
+
+
+[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 = "About"
+ identifier = "about"
+ url = "about"
+
+[[Menu.Main]]
+ name = "Contact"
+ identifier = "contact"
+ url = "contact"
+
+[[Menu.Main]]
+ name = "Hosts"
+ identifier = "hosts"
+ url = "host"
+
+[[Menu.Main]]
+ name = "Guests"
+ identifier = "guests"
+ url = "guest"
+
+[[Menu.Main]]
+ name = "Resources"
+ identifier = "resources"
+ url = "#!"
+
+[[Menu.Main]]
+ name = "Books"
+ identifier = "books"
+ url = "books"
+ parent = "resources"
+[[Menu.Main]]
+ name = "Podcasts"
+ identifier = "podcasts"
+ url = "books"
+ parent = "resources"
+
+[params]
+site_theme = "grey"
+# site_layout = "grid"
+site_layout = "grid"
+enable_jumbo = "true"
+# enable_jumbo = "false"
+# truncate = "100"
+# about_logo = "/img/hugocast.png"
+copyright_notice = "Copyright 2016 [Matt Stratton](https://www.mattstrattion.io)"
+itunes_subscribe = "http://itunes.apple.com/us/podcast/arrested-devops/id773888088?mt=2&uo=4&at=11lsCi"
+android_subscribe = "http://subscribeonandroid.com/feeds.podtrac.com/VGAulpN7MY1U"
+google_play_subscribe = "https://goo.gl/app/playmusic?ibi=com.google.PlayMusic&isi=691797987&ius=googleplaymusic&link=https://play.google.com/music/m/Ihj4yege3lfmp3vs5yoopgxijpi?t%3DArrested_DevOps"
+stitcher_subscribe = "http://www.stitcher.com/podcast/arrested-devops-2/arrested-devops"
+soundcloud_subscribe = "http://feeds.soundcloud.com/users/soundcloud:users:203144248/sounds.rss"
+pocketcasts_subscribe = "http://pcasts.in/feed/feeds.soundcloud.com/users/soundcloud:users:203144248/sounds.rss"
+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 = "The HugoCast is the best podcast you've ever seen. You will learn everything you ever needed to know about [podcasting](https://en.wikipedia.org/wiki/Podcast) from the most inspiring experts to ever show up on the whole internet."
+media_prefix = "https://media.blubrry.com/arresteddevops/content.blubrry.com/arresteddevops/"
+ [params.feed]
+ feed_copyright = "Copyright 2016 Matt Stratton" #do not use markdown in this field; it is used in the feed
+ itunes_subtitle = "The best podcast ever" #no markdown or HTML
+ itunes_author = "Matt Stratton" #no markdown or HTML
+ itunes_summary = "The HugoCast is the best podcast you've ever seen. You will learn everything you ever needed to know about podcasting from the most inspiring experts to ever show up on the whole internet." # Limited to 4000 characters or less, plain text, no HTML
+ itunes_owner_name = "Matt Stratton"
+ itunes_owner_email = "matt.stratton@gmail.com" #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 = "https://www.arresteddevops.com/img/ado-podcast-logo.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"
+
+ [params.social]
+ github = "arresteddevops"
+ gitlab = "mattstratton"
+ facebook = "Arresteddevops"
+ facebook_admin = "500557137" # This needs to be a page admin to get domain insights
+ twitter = "arresteddevops"
+ twitter_domain = "arresteddevops.com" # This domain shows in twitter cards as "View on `twitter_domain`"
+ googleplus = "ArrestedDevOps"
+ pinterest = "nozzleio"
+ instagram = "nozzleio"
+ youtube = "arresteddevops"
+ linkedin = "mattstratton"
+
+ [params.authors]
+ [params.authors.Matt]
+ name = "Matt Stratton"
+ thumbnail = "img/host/matt.png"
+ bio = "Matt Stratton is a solutions architect at Chef, where he demonstrates how Chef’s automation platform provides speed and flexibility to clients’ infrastructure. He is devoted to concepts like Continuous Delivery and Infrastructure as Code, and his license plate actually says “DevOps”. He lives in Chicago and has an unhealthy obsession with Doctor Who, Firefly, and Game of Thrones. And whiskey."
+ [params.authors.Matt.social]
+ github = "mattstratton"
+ facebook = "matt.stratton"
+ twitter = "mattstratton"
+ linkedin = "mattstratton"
+ homepage = "https://www.mattstratton.io"
+ pinterest = "mattstratton"
+ instagram = "instagram"
+ youtube = "mattstratton"
+ [params.authors.Trevor]
+ name = "Trevor Hess"
+ thumbnail = "https://www.arresteddevops.com/img/trevor.png"
+ bio = ""
+ [params.authors.Trevor.social]
+ twitter = "trevorghess"
+ [params.authors.Bridget]
+ name = "Bridget Kromhout"
+ thumbnail = "https://www.arresteddevops.com/img/Bridget.png"
+ bio = ""
+ [params.authors.Bridget.social]
+ twitter = "bridgetkromhout"
+
+ [params.links]
+ [params.links.ado]
+ name = "Arrested DevOps"
+ url = "https://www.arresteddevops.com"
+ [params.links.ffs]
+ name = "Food Fight Show"
+ url = "https://foodfightshow.org"
+ [params.links.sdt]
+ name = "Software Defined Talk"
+ url = "https://cote.io/podcasts/sdt/"