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:
authorMatt Stratton <matt.stratton@gmail.com>2017-06-06 06:30:25 +0300
committerGitHub <noreply@github.com>2017-06-06 06:30:25 +0300
commit1c56e3dc5a58c3a1f1f14194074c58ff397d7a6a (patch)
treec195b2870b24e51b908904dd383335f652ea084c /exampleSite
parentf34f1ba8bc1cf03f5b4f74edae308d470aab9f9c (diff)
Add sponsor support (#119)
* Add sponsor support Fixes #113 * Add sponsor support Fixes #113 * Remove large SVG file
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/content/episode/sept.md1
-rw-r--r--exampleSite/data/sponsors/bluthcompany.yml3
-rw-r--r--exampleSite/static/img/sponsors/bluthcompany.jpgbin0 -> 56682 bytes
3 files changed, 4 insertions, 0 deletions
diff --git a/exampleSite/content/episode/sept.md b/exampleSite/content/episode/sept.md
index 47e5b2c..54abf4a 100644
--- a/exampleSite/content/episode/sept.md
+++ b/exampleSite/content/episode/sept.md
@@ -8,6 +8,7 @@ episode = "12"
episode_image = "img/episode/sept.jpg"
explicit = "no"
guests = ["jsmith"]
+sponsors = ["bluthcompany"]
images = ["img/episode/default-social.jpg"]
news_keywords = []
podcast_duration = "1:08:22"
diff --git a/exampleSite/data/sponsors/bluthcompany.yml b/exampleSite/data/sponsors/bluthcompany.yml
new file mode 100644
index 0000000..b36fd9b
--- /dev/null
+++ b/exampleSite/data/sponsors/bluthcompany.yml
@@ -0,0 +1,3 @@
+name: bluthcompany
+url: "https://en.wikipedia.org/wiki/Arrested_Development_(TV_series)"
+ad: "img/sponsors/bluthcompany.jpg"
diff --git a/exampleSite/static/img/sponsors/bluthcompany.jpg b/exampleSite/static/img/sponsors/bluthcompany.jpg
new file mode 100644
index 0000000..150b125
--- /dev/null
+++ b/exampleSite/static/img/sponsors/bluthcompany.jpg
Binary files differ