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-05-01 19:26:01 +0300
committerMatt Stratton <matt.stratton@gmail.com>2017-05-01 19:26:01 +0300
commit202e70e8ef45e8ea32097317b19c0bd930e5781d (patch)
treee7b8a77d459074a9a71d263cc861b05976985353
parent114e230cdfa890d324f7af7d9a6bf28711e30362 (diff)
Change to remove slashes
-rw-r--r--archetypes/episode.md4
-rw-r--r--exampleSite/config.toml6
-rw-r--r--exampleSite/content/episode/april.md4
-rw-r--r--exampleSite/content/episode/aug.md4
-rw-r--r--exampleSite/content/episode/dec.md4
-rw-r--r--exampleSite/content/episode/feb.md4
-rw-r--r--exampleSite/content/episode/jan.md4
-rw-r--r--exampleSite/content/episode/july.md4
-rw-r--r--exampleSite/content/episode/june.md4
-rw-r--r--exampleSite/content/episode/march.md4
-rw-r--r--exampleSite/content/episode/may.md4
-rw-r--r--exampleSite/content/episode/nov.md4
-rw-r--r--exampleSite/content/episode/oct.md4
-rw-r--r--exampleSite/content/episode/sept.md4
-rw-r--r--exampleSite/content/guest/jsmith.md2
-rw-r--r--exampleSite/content/guest/mstratton.md2
-rw-r--r--layouts/partials/footer_scripts.html8
-rw-r--r--layouts/partials/head_includes.html6
18 files changed, 38 insertions, 38 deletions
diff --git a/archetypes/episode.md b/archetypes/episode.md
index f7592e3..f5fd488 100644
--- a/archetypes/episode.md
+++ b/archetypes/episode.md
@@ -4,13 +4,13 @@ PublishDate = "" # this is the datetime for the when the epsiode was published.
podcast_file = "###.mp3" # the name of the podcast file, after the media prefix.
podcast_duration = ""
podcast_length = "" # the length of the episode in bytes
-episode_image = "/img/episode/default.jpg"
+episode_image = "img/episode/default.jpg"
categories = []
tags = []
guests = []
episode = ""
title = ""
-images = ["/img/episode/default-social.jpg"]
+images = ["img/episode/default-social.jpg"]
news_keywords = []
author = "##" # The name of an author from your config.toml file
aliases = ["/##"]
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 06d1dda..69d29b1 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -20,12 +20,12 @@ themesdir = "../.."
[[Menu.Main]]
name = "About"
identifier = "about"
- url = "/about"
+ url = "about"
[[Menu.Main]]
name = "Contact"
identifier = "contact"
- url = "/contact"
+ url = "contact"
[[Menu.Main]]
name = "Resources"
@@ -35,7 +35,7 @@ themesdir = "../.."
[[Menu.Main]]
name = "Books"
identifier = "books"
- url = "/books"
+ url = "books"
parent = "resources"
[params]
diff --git a/exampleSite/content/episode/april.md b/exampleSite/content/episode/april.md
index 1a5738d..8261cfa 100644
--- a/exampleSite/content/episode/april.md
+++ b/exampleSite/content/episode/april.md
@@ -5,10 +5,10 @@ author = "Matt"
categories = []
date = "2016-04-25T04:09:45-05:00"
episode = "7"
-episode_image = "/img/episode/default.jpg"
+episode_image = "img/episode/default.jpg"
explicit = "no"
guests = ["jdoe", "jsmith"]
-images = ["http://www.google.com/img/episode/default-social.jpg"]
+images = ["http://www.google.comimg/episode/default-social.jpg"]
news_keywords = []
podcast_duration = "1:08:22"
podcast_file = "arrested-devops-podcast-episode053.mp3"
diff --git a/exampleSite/content/episode/aug.md b/exampleSite/content/episode/aug.md
index 7fa7f2c..fa63681 100644
--- a/exampleSite/content/episode/aug.md
+++ b/exampleSite/content/episode/aug.md
@@ -5,10 +5,10 @@ author = "Matt"
categories = []
date = "2016-08-25T04:09:58-05:00"
episode = "11"
-episode_image = "/img/episode/default.jpg"
+episode_image = "img/episode/default.jpg"
explicit = "no"
guests = ["mstratton"]
-images = ["/img/episode/default-social.jpg"]
+images = ["img/episode/default-social.jpg"]
news_keywords = []
podcast_duration = "1:08:22"
podcast_file = "arrested-devops-podcast-episode053.mp3"
diff --git a/exampleSite/content/episode/dec.md b/exampleSite/content/episode/dec.md
index acb4d99..2f5f225 100644
--- a/exampleSite/content/episode/dec.md
+++ b/exampleSite/content/episode/dec.md
@@ -5,10 +5,10 @@ author = "Matt"
categories = []
date = "2015-12-25T04:10:10-05:00"
episode = "3"
-episode_image = "/img/episode/default.jpg"
+episode_image = "img/episode/default.jpg"
explicit = "no"
guests = []
-images = ["/img/episode/default-social.jpg"]
+images = ["img/episode/default-social.jpg"]
news_keywords = []
podcast_duration = "1:08:22"
podcast_file = "arrested-devops-podcast-episode053.mp3"
diff --git a/exampleSite/content/episode/feb.md b/exampleSite/content/episode/feb.md
index 1ee1c2f..48c0e95 100644
--- a/exampleSite/content/episode/feb.md
+++ b/exampleSite/content/episode/feb.md
@@ -5,10 +5,10 @@ author = "Matt"
categories = []
date = "2016-02-25T04:08:20-05:00"
episode = "5"
-episode_image = "/img/episode/default.jpg"
+episode_image = "img/episode/default.jpg"
explicit = "no"
guests = []
-images = ["/img/episode/default-social.jpg"]
+images = ["img/episode/default-social.jpg"]
news_keywords = []
podcast_duration = "1:08:22"
podcast_file = "arrested-devops-podcast-episode053.mp3"
diff --git a/exampleSite/content/episode/jan.md b/exampleSite/content/episode/jan.md
index 0219501..3184f45 100644
--- a/exampleSite/content/episode/jan.md
+++ b/exampleSite/content/episode/jan.md
@@ -5,10 +5,10 @@ author = "Matt"
categories = []
date = "2016-01-25T04:08:15-05:00"
episode = "4"
-episode_image = "/img/episode/default.jpg"
+episode_image = "img/episode/default.jpg"
explicit = "no"
guests = []
-images = ["/img/episode/default-social.jpg"]
+images = ["img/episode/default-social.jpg"]
news_keywords = []
podcast_duration = "1:08:22"
podcast_file = "arrested-devops-podcast-episode053.mp3"
diff --git a/exampleSite/content/episode/july.md b/exampleSite/content/episode/july.md
index ea6ea8e..21c574d 100644
--- a/exampleSite/content/episode/july.md
+++ b/exampleSite/content/episode/july.md
@@ -5,10 +5,10 @@ author = "Matt"
categories = []
date = "2016-07-25T04:09:54-05:00"
episode = "10"
-episode_image = "/img/episode/default.jpg"
+episode_image = "img/episode/default.jpg"
explicit = "no"
guests = []
-images = ["/img/episode/default-social.jpg"]
+images = ["img/episode/default-social.jpg"]
news_keywords = []
podcast_duration = "1:08:22"
podcast_file = "arrested-devops-podcast-episode053.mp3"
diff --git a/exampleSite/content/episode/june.md b/exampleSite/content/episode/june.md
index 9ec10ee..8eff5ef 100644
--- a/exampleSite/content/episode/june.md
+++ b/exampleSite/content/episode/june.md
@@ -5,10 +5,10 @@ author = "Matt"
categories = []
date = "2016-06-25T04:09:51-05:00"
episode = "9"
-episode_image = "/img/episode/default.jpg"
+episode_image = "img/episode/default.jpg"
explicit = "no"
guests = []
-images = ["/img/episode/default-social.jpg"]
+images = ["img/episode/default-social.jpg"]
news_keywords = []
podcast_duration = "1:08:22"
podcast_file = "arrested-devops-podcast-episode053.mp3"
diff --git a/exampleSite/content/episode/march.md b/exampleSite/content/episode/march.md
index 5aadb0a..3dedea5 100644
--- a/exampleSite/content/episode/march.md
+++ b/exampleSite/content/episode/march.md
@@ -5,10 +5,10 @@ author = "Matt"
categories = []
date = "2016-03-25T04:09:40-05:00"
episode = "6"
-episode_image = "/img/episode/default.jpg"
+episode_image = "img/episode/default.jpg"
explicit = "no"
guests = ["jdoe", "msmith"]
-images = ["/img/episode/default-social.jpg"]
+images = ["img/episode/default-social.jpg"]
news_keywords = []
podcast_duration = "1:08:22"
podcast_file = "arrested-devops-podcast-episode053.mp3"
diff --git a/exampleSite/content/episode/may.md b/exampleSite/content/episode/may.md
index fd31d15..aac7838 100644
--- a/exampleSite/content/episode/may.md
+++ b/exampleSite/content/episode/may.md
@@ -5,10 +5,10 @@ author = "Matt"
categories = []
date = "2016-05-25T04:09:48-05:00"
episode = "8"
-episode_image = "/img/episode/default.jpg"
+episode_image = "img/episode/default.jpg"
explicit = "no"
guests = ["gbluth"]
-images = ["/img/episode/default-social.jpg"]
+images = ["img/episode/default-social.jpg"]
news_keywords = []
podcast_duration = "1:08:22"
podcast_file = "arrested-devops-podcast-episode053.mp3"
diff --git a/exampleSite/content/episode/nov.md b/exampleSite/content/episode/nov.md
index 0a7d723..795deff 100644
--- a/exampleSite/content/episode/nov.md
+++ b/exampleSite/content/episode/nov.md
@@ -5,10 +5,10 @@ author = "Matt"
categories = []
date = "2015-11-25T04:10:07-05:00"
episode = "2"
-episode_image = "/img/episode/default.jpg"
+episode_image = "img/episode/default.jpg"
explicit = "no"
guests = []
-images = ["/img/episode/default-social.jpg"]
+images = ["img/episode/default-social.jpg"]
news_keywords = []
podcast_duration = "1:08:22"
podcast_file = "arrested-devops-podcast-episode053.mp3"
diff --git a/exampleSite/content/episode/oct.md b/exampleSite/content/episode/oct.md
index d613b3a..3b88a51 100644
--- a/exampleSite/content/episode/oct.md
+++ b/exampleSite/content/episode/oct.md
@@ -5,10 +5,10 @@ author = "Matt"
categories = []
date = "2015-10-25T04:10:04-05:00"
episode = "1"
-episode_image = "/img/episode/default.jpg"
+episode_image = "img/episode/default.jpg"
explicit = "no"
guests = []
-images = ["/img/episode/default-social.jpg"]
+images = ["img/episode/default-social.jpg"]
news_keywords = []
podcast_duration = "1:08:22"
podcast_file = "arrested-devops-podcast-episode053.mp3"
diff --git a/exampleSite/content/episode/sept.md b/exampleSite/content/episode/sept.md
index 62629f9..a078c7f 100644
--- a/exampleSite/content/episode/sept.md
+++ b/exampleSite/content/episode/sept.md
@@ -5,10 +5,10 @@ author = "Matt"
categories = []
date = "2016-09-25T04:10:01-05:00"
episode = "12"
-episode_image = "/img/episode/default.jpg"
+episode_image = "img/episode/default.jpg"
explicit = "no"
guests = ["jsmith"]
-images = ["/img/episode/default-social.jpg"]
+images = ["img/episode/default-social.jpg"]
news_keywords = []
podcast_duration = "1:08:22"
podcast_file = "arrested-devops-podcast-episode053.mp3"
diff --git a/exampleSite/content/guest/jsmith.md b/exampleSite/content/guest/jsmith.md
index 087193d..8d9cdff 100644
--- a/exampleSite/content/guest/jsmith.md
+++ b/exampleSite/content/guest/jsmith.md
@@ -8,6 +8,6 @@ Facebook = ""
Linkedin = ""
Pronouns = ""
GitHub = ""
-Thumbnail = "/img/guest/jsmith.jpg"
+Thumbnail = "img/guest/jsmith.jpg"
+++
Spoon fresh pie ingredients groceries oranges luncheon farm. Broth chick peas Chinese food indie foods. Cream heating cheese food locally grown first class caramelize restaurant grocery shopping savory chick peas. Recommendations lovely starter soda herbes fridge chocolate eat better quinoa sausage java chef locally grown wholesome. Broil sweet sushi lasagna cream indian. Desert sour vegetarian sous-chef soda oven tasty eat better rice recommendations relish salt butter grape. Grocery shopping delicious Chinese food beets conserve ginger. Authentic blend drink sausage. Groceries sour desert. Take away lasagna consumer luncheon scent cookie beer groceries meals restaurants java cheese vegan chick peas.
diff --git a/exampleSite/content/guest/mstratton.md b/exampleSite/content/guest/mstratton.md
index 2e43e4e..05d5759 100644
--- a/exampleSite/content/guest/mstratton.md
+++ b/exampleSite/content/guest/mstratton.md
@@ -1,6 +1,6 @@
+++
title = "Matt Stratton"
-Thumbnail = "/img/guest/mstratton.jpg"
+Thumbnail = "img/guest/mstratton.jpg"
Linkedin = "mattstratton"
GitHub = "mattstratton"
Pronouns = ""
diff --git a/layouts/partials/footer_scripts.html b/layouts/partials/footer_scripts.html
index a31ca1a..aa4546f 100644
--- a/layouts/partials/footer_scripts.html
+++ b/layouts/partials/footer_scripts.html
@@ -1,4 +1,4 @@
-<script src={{ "/js/castanet-min.js" | absURL }}></script>
+<script src={{ "js/castanet-min.js" | absURL }}></script>
<script>
$("#share").jsSocials({
shares: ["facebook", "linkedin", "pinterest",
@@ -16,9 +16,9 @@
<script>
audiojs.events.ready(function() {
var as = audiojs.createAll({
- imageLocation: '{{"/img/player-graphics.gif" | relURL}}',
- retinaImageLocation: '{{"/img/player-graphics@2x.gif" | relURL}}',
- swfLocation: '{{"/swf/audiojs.swf" | relURL}}'
+ imageLocation: '{{"img/player-graphics.gif" | relURL}}',
+ retinaImageLocation: '{{"img/player-graphics@2x.gif" | relURL}}',
+ swfLocation: '{{"swf/audiojs.swf" | relURL}}'
});
});
</script>
diff --git a/layouts/partials/head_includes.html b/layouts/partials/head_includes.html
index bcd6faa..14d8674 100644
--- a/layouts/partials/head_includes.html
+++ b/layouts/partials/head_includes.html
@@ -1,10 +1,10 @@
{{ if isset $.Site.Params "site_theme"}}
-<link href="{{ printf "/css/%s.css" $.Site.Params.site_theme | absURL}}" rel="stylesheet">
+<link href="{{ printf "css/%s.css" $.Site.Params.site_theme | absURL}}" rel="stylesheet">
{{ else }}
-<link href={{"/css/orange.css" | absURL }} rel="stylesheet">
+<link href={{"css/orange.css" | absURL }} rel="stylesheet">
{{ end }}
<link href="https://fonts.googleapis.com/css?family=Lato|Raleway" rel="stylesheet">
<!-- Custom CSS -->
{{ range .Site.Params.custom_css }}
- <link rel="stylesheet" href="/{{ . | absURL }}">
+ <link rel="stylesheet" href="{{ . | absURL }}">
{{ end }}