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
path: root/test
diff options
context:
space:
mode:
authorMatt Stratton <matt.stratton@gmail.com>2018-03-12 21:22:13 +0300
committerGitHub <noreply@github.com>2018-03-12 21:22:13 +0300
commit58331177f966e420dda2c4ce31a35570d62c5be5 (patch)
treebf2dd3be5edfe059bfa3e794f41189a7a4580580 /test
parent16cda0163bdf4add8ae0f2698a229a87a9ca5347 (diff)
Add travis tests for all themes (#179)
* Try travis test matrix Signed-off-by: Matt Stratton <matt.stratton@gmail.com> * Fix baseURL key Signed-off-by: Matt Stratton <matt.stratton@gmail.com> * Fix up travis Signed-off-by: Matt Stratton <matt.stratton@gmail.com>
Diffstat (limited to 'test')
-rw-r--r--test/blue-grid-config.toml133
-rw-r--r--test/blue-row-jumbo-false-config.toml134
-rw-r--r--test/blue-row-jumbo-true-config.toml134
-rw-r--r--test/blue-row-no-jumbo-config.toml133
-rw-r--r--test/config.toml136
-rw-r--r--test/grey-grid-config.toml133
-rw-r--r--test/grey-row-config.toml134
-rw-r--r--test/grey-row-jumbo-config.toml134
-rw-r--r--test/orange-grid-config.toml133
-rw-r--r--test/orange-row-config.toml133
-rw-r--r--test/orange-row-jumbo-config.toml134
11 files changed, 1471 insertions, 0 deletions
diff --git a/test/blue-grid-config.toml b/test/blue-grid-config.toml
new file mode 100644
index 0000000..e89fc3c
--- /dev/null
+++ b/test/blue-grid-config.toml
@@ -0,0 +1,133 @@
+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 = "blue"
+site_layout = "grid"
+# 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&amp;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/"
diff --git a/test/blue-row-jumbo-false-config.toml b/test/blue-row-jumbo-false-config.toml
new file mode 100644
index 0000000..144f378
--- /dev/null
+++ b/test/blue-row-jumbo-false-config.toml
@@ -0,0 +1,134 @@
+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 = "blue"
+site_layout = "row"
+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&amp;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/"
diff --git a/test/blue-row-jumbo-true-config.toml b/test/blue-row-jumbo-true-config.toml
new file mode 100644
index 0000000..f6a83af
--- /dev/null
+++ b/test/blue-row-jumbo-true-config.toml
@@ -0,0 +1,134 @@
+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 = "blue"
+site_layout = "row"
+enable_jumbo = "true"
+# 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&amp;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/"
diff --git a/test/blue-row-no-jumbo-config.toml b/test/blue-row-no-jumbo-config.toml
new file mode 100644
index 0000000..3537e2f
--- /dev/null
+++ b/test/blue-row-no-jumbo-config.toml
@@ -0,0 +1,133 @@
+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 = "blue"
+site_layout = "row"
+# 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&amp;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/"
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&amp;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/"
diff --git a/test/grey-grid-config.toml b/test/grey-grid-config.toml
new file mode 100644
index 0000000..81f5960
--- /dev/null
+++ b/test/grey-grid-config.toml
@@ -0,0 +1,133 @@
+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"
+# 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&amp;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/"
diff --git a/test/grey-row-config.toml b/test/grey-row-config.toml
new file mode 100644
index 0000000..f2b9406
--- /dev/null
+++ b/test/grey-row-config.toml
@@ -0,0 +1,134 @@
+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 = "row"
+# 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&amp;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/"
diff --git a/test/grey-row-jumbo-config.toml b/test/grey-row-jumbo-config.toml
new file mode 100644
index 0000000..0e95455
--- /dev/null
+++ b/test/grey-row-jumbo-config.toml
@@ -0,0 +1,134 @@
+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 = "row"
+enable_jumbo = "true"
+# 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&amp;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/"
diff --git a/test/orange-grid-config.toml b/test/orange-grid-config.toml
new file mode 100644
index 0000000..a4ea2fb
--- /dev/null
+++ b/test/orange-grid-config.toml
@@ -0,0 +1,133 @@
+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 = "orange"
+site_layout = "grid"
+# 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&amp;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/"
diff --git a/test/orange-row-config.toml b/test/orange-row-config.toml
new file mode 100644
index 0000000..9ce0b7e
--- /dev/null
+++ b/test/orange-row-config.toml
@@ -0,0 +1,133 @@
+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 = "orange"
+site_layout = "row"
+# 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&amp;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/"
diff --git a/test/orange-row-jumbo-config.toml b/test/orange-row-jumbo-config.toml
new file mode 100644
index 0000000..f97a9d1
--- /dev/null
+++ b/test/orange-row-jumbo-config.toml
@@ -0,0 +1,134 @@
+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 = "orange"
+site_layout = "row"
+enable_jumbo = "true"
+# 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&amp;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/"