Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change to remove slashes #65

Merged
merged 1 commit into from
May 1, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions archetypes/episode.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ["/##"]
Expand Down
6 changes: 3 additions & 3 deletions exampleSite/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -35,7 +35,7 @@ themesdir = "../.."
[[Menu.Main]]
name = "Books"
identifier = "books"
url = "/books"
url = "books"
parent = "resources"

[params]
Expand Down
4 changes: 2 additions & 2 deletions exampleSite/content/episode/april.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions exampleSite/content/episode/aug.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions exampleSite/content/episode/dec.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions exampleSite/content/episode/feb.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions exampleSite/content/episode/jan.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions exampleSite/content/episode/july.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions exampleSite/content/episode/june.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions exampleSite/content/episode/march.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions exampleSite/content/episode/may.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions exampleSite/content/episode/nov.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions exampleSite/content/episode/oct.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions exampleSite/content/episode/sept.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion exampleSite/content/guest/jsmith.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion exampleSite/content/guest/mstratton.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
+++
title = "Matt Stratton"
Thumbnail = "/img/guest/mstratton.jpg"
Thumbnail = "img/guest/mstratton.jpg"
Linkedin = "mattstratton"
GitHub = "mattstratton"
Pronouns = ""
Expand Down
8 changes: 4 additions & 4 deletions layouts/partials/footer_scripts.html
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -16,9 +16,9 @@
<script>
audiojs.events.ready(function() {
var as = audiojs.createAll({
imageLocation: '{{"/img/player-graphics.gif" | relURL}}',
retinaImageLocation: '{{"/img/[email protected]" | relURL}}',
swfLocation: '{{"/swf/audiojs.swf" | relURL}}'
imageLocation: '{{"img/player-graphics.gif" | relURL}}',
retinaImageLocation: '{{"img/[email protected]" | relURL}}',
swfLocation: '{{"swf/audiojs.swf" | relURL}}'
});
});
</script>
Expand Down
6 changes: 3 additions & 3 deletions layouts/partials/head_includes.html
Original file line number Diff line number Diff line change
@@ -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 }}