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:
-rw-r--r--REFERENCE.md2
-rw-r--r--exampleSite/config.toml2
-rw-r--r--layouts/section/episode.rss.xml2
-rw-r--r--test/blue-grid-config.toml2
-rw-r--r--test/blue-row-jumbo-false-config.toml2
-rw-r--r--test/blue-row-jumbo-true-config.toml2
-rw-r--r--test/blue-row-no-jumbo-config.toml2
-rw-r--r--test/config.toml2
-rw-r--r--test/grey-grid-config.toml2
-rw-r--r--test/grey-row-config.toml2
-rw-r--r--test/grey-row-jumbo-config.toml2
-rw-r--r--test/orange-grid-config.toml2
-rw-r--r--test/orange-row-config.toml2
-rw-r--r--test/orange-row-jumbo-config.toml2
14 files changed, 14 insertions, 14 deletions
diff --git a/REFERENCE.md b/REFERENCE.md
index 741167b..e1590dd 100644
--- a/REFERENCE.md
+++ b/REFERENCE.md
@@ -64,7 +64,7 @@ These should be set under `[params.feed]`
| Field Name | Required | Description | Example |
|------------------------------|----------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| `feed_copyright` | Yes | The copyright information for your feed. Do not use Markdown. | "Copyright 2017 Matt Stratton" |
+| `copyright` | Yes | The copyright information for your feed. Do not use Markdown. | "Copyright 2017 Matt Stratton" |
| `itunes_subtitle` | No | No Markdown or HTML. | "The best podcast ever" |
| `itunes_author` | Yes | The author name for your show. No Markdown or HTML. | "Matt Stratton" |
| `itunes_summary` | Yes | Limited to 4000 characters or less, plain text, no HTML. | "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." |
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 6c20e50..a089215 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -73,7 +73,7 @@ mailchimp_subscribe = "//arresteddevops.us3.list-manage.com/subscribe/post?u=5e4
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
+ 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
diff --git a/layouts/section/episode.rss.xml b/layouts/section/episode.rss.xml
index b4adc18..cae6164 100644
--- a/layouts/section/episode.rss.xml
+++ b/layouts/section/episode.rss.xml
@@ -18,7 +18,7 @@
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<language>en-us</language>
- <copyright>{{ .Site.Params.feed_copyright }}</copyright>
+ <copyright>{{ .Site.Params.feed.copyright }}</copyright>
{{ with .Site.Params.feed.itunes_subtitle }}<itunes:subtitle>{{ . }}</itunes:subtitle>{{ end }}
<itunes:author>{{ .Site.Params.feed.itunes_author }}</itunes:author>
<itunes:type>episodic</itunes:type>
diff --git a/test/blue-grid-config.toml b/test/blue-grid-config.toml
index 02ae929..db83243 100644
--- a/test/blue-grid-config.toml
+++ b/test/blue-grid-config.toml
@@ -70,7 +70,7 @@ mailchimp_subscribe = "//arresteddevops.us3.list-manage.com/subscribe/post?u=5e4
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
+ 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
diff --git a/test/blue-row-jumbo-false-config.toml b/test/blue-row-jumbo-false-config.toml
index 9a00b77..09743ed 100644
--- a/test/blue-row-jumbo-false-config.toml
+++ b/test/blue-row-jumbo-false-config.toml
@@ -71,7 +71,7 @@ mailchimp_subscribe = "//arresteddevops.us3.list-manage.com/subscribe/post?u=5e4
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
+ 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
diff --git a/test/blue-row-jumbo-true-config.toml b/test/blue-row-jumbo-true-config.toml
index dbac83d..eea1253 100644
--- a/test/blue-row-jumbo-true-config.toml
+++ b/test/blue-row-jumbo-true-config.toml
@@ -71,7 +71,7 @@ mailchimp_subscribe = "//arresteddevops.us3.list-manage.com/subscribe/post?u=5e4
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
+ 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
diff --git a/test/blue-row-no-jumbo-config.toml b/test/blue-row-no-jumbo-config.toml
index 5ee26e4..bcef4db 100644
--- a/test/blue-row-no-jumbo-config.toml
+++ b/test/blue-row-no-jumbo-config.toml
@@ -70,7 +70,7 @@ mailchimp_subscribe = "//arresteddevops.us3.list-manage.com/subscribe/post?u=5e4
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
+ 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
diff --git a/test/config.toml b/test/config.toml
index 6c20e50..a089215 100644
--- a/test/config.toml
+++ b/test/config.toml
@@ -73,7 +73,7 @@ mailchimp_subscribe = "//arresteddevops.us3.list-manage.com/subscribe/post?u=5e4
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
+ 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
diff --git a/test/grey-grid-config.toml b/test/grey-grid-config.toml
index c530bd6..2294af2 100644
--- a/test/grey-grid-config.toml
+++ b/test/grey-grid-config.toml
@@ -70,7 +70,7 @@ mailchimp_subscribe = "//arresteddevops.us3.list-manage.com/subscribe/post?u=5e4
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
+ 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
diff --git a/test/grey-row-config.toml b/test/grey-row-config.toml
index 439afe7..61010a8 100644
--- a/test/grey-row-config.toml
+++ b/test/grey-row-config.toml
@@ -71,7 +71,7 @@ mailchimp_subscribe = "//arresteddevops.us3.list-manage.com/subscribe/post?u=5e4
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
+ 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
diff --git a/test/grey-row-jumbo-config.toml b/test/grey-row-jumbo-config.toml
index 85d949a..c3de6fd 100644
--- a/test/grey-row-jumbo-config.toml
+++ b/test/grey-row-jumbo-config.toml
@@ -71,7 +71,7 @@ mailchimp_subscribe = "//arresteddevops.us3.list-manage.com/subscribe/post?u=5e4
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
+ 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
diff --git a/test/orange-grid-config.toml b/test/orange-grid-config.toml
index 2bdd8e6..1fccf2d 100644
--- a/test/orange-grid-config.toml
+++ b/test/orange-grid-config.toml
@@ -70,7 +70,7 @@ mailchimp_subscribe = "//arresteddevops.us3.list-manage.com/subscribe/post?u=5e4
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
+ 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
diff --git a/test/orange-row-config.toml b/test/orange-row-config.toml
index ba0483a..3fcbb2a 100644
--- a/test/orange-row-config.toml
+++ b/test/orange-row-config.toml
@@ -70,7 +70,7 @@ mailchimp_subscribe = "//arresteddevops.us3.list-manage.com/subscribe/post?u=5e4
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
+ 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
diff --git a/test/orange-row-jumbo-config.toml b/test/orange-row-jumbo-config.toml
index 0360572..3ce50a0 100644
--- a/test/orange-row-jumbo-config.toml
+++ b/test/orange-row-jumbo-config.toml
@@ -71,7 +71,7 @@ mailchimp_subscribe = "//arresteddevops.us3.list-manage.com/subscribe/post?u=5e4
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
+ 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