diff --git a/_includes/author.html b/_includes/author.html index 7e52a5fc..7100b1c9 100644 --- a/_includes/author.html +++ b/_includes/author.html @@ -8,9 +8,9 @@ style="margin-right: 10px;background-image:url({{ site.icon }});background-repeat: no-repeat;background-size:cover; border-radius:150px; width:150px; height:150px;">
-

{{ site.description }}

+

{{ site.author.name }}

-

+

Published the {% include dates.html %} diff --git a/_includes/seo.html b/_includes/seo.html index 793ba947..644974ed 100644 --- a/_includes/seo.html +++ b/_includes/seo.html @@ -1,11 +1,9 @@ - {% if page.collection == 'tracks' %} -Play {{ page.common.title | strip_html }} by {{ page.common.artist | strip_html }} - -{% else %} -{{ page.title | strip_html }} | {{ site.title | strip_html }} - -{% endif %} + + +Play {{ page.common.title }} by {{ page.common.artist }} | {{ site.title }} + + @@ -15,36 +13,144 @@ + + - + -{% if page.collection == 'tracks' %} - - -{% else %} - - -{% endif %} + + -{% if page.date == null %}{% else %}{% endif %} - + + + + + + + + + + + + - - - -{% if page.collection == 'tracks' %} - -{% else %} - -{% endif %} + + + + +{% elsif page.collection == 'albums' %} + + + +Play "{{ page.name }}" by {{ page.artists }} | {{ site.title }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +{% else %} + + +{{ page.title }} | {{ site.title }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +{% endif %} \ No newline at end of file diff --git a/_layouts/album.html b/_layouts/album.html index 281453a8..f139f31c 100644 --- a/_layouts/album.html +++ b/_layouts/album.html @@ -9,7 +9,7 @@ lang: en --> -{% seo title=false %} + {% include seo.html %} {% include relBase.html %} diff --git a/_layouts/default.html b/_layouts/default.html index c26a025e..50d8d8cd 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -8,8 +8,7 @@ --> -{% seo title=false %} - + {% include seo.html %} {% include relBase.html %} diff --git a/_layouts/post.html b/_layouts/post.html index 8527a367..8359f7b7 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -9,7 +9,7 @@ --> -{% seo title=false %} + {% include seo.html %} {% include relBase.html %} @@ -299,7 +299,7 @@ --> -{% seo title=false %} + {% include seo.html %} {% include relBase.html %} diff --git a/_posts/2020-07-01-test-post-for-the-people.md b/_posts/2020-07-01-test-post-for-the-people.md new file mode 100644 index 00000000..f87f1345 --- /dev/null +++ b/_posts/2020-07-01-test-post-for-the-people.md @@ -0,0 +1,16 @@ +--- +title: TEst Post for the people +date: 2020-07-01 00:00:00 +description: Yes yes yo super cool +image: /images/screenshot-20200522-175053.png +category: rambling +credits: +album: +stores: + - name: + url: + icon: + download: false +--- + +Oh yeah cool\! \ No newline at end of file diff --git a/cookies.md b/cookies.md index b6e62167..e567c206 100644 --- a/cookies.md +++ b/cookies.md @@ -5,6 +5,7 @@ description: >- Privacy is important, therefor we respect it! sitemap: false layout: page +sitemap: false ---

To improve our marketing efforts, we at {{ site.publisher.name }} sometimes place small data files called cookies on your device. However this site will work perfectly without them. We do however use anonymised analytics of the site-usage regardless of cookies (see bellow if you want to opt out of this too) This usage-data contain no identifiable information.

diff --git a/feed.xml b/feed.xml index 67417fca..b787481d 100644 --- a/feed.xml +++ b/feed.xml @@ -18,15 +18,13 @@ layout: nil {% for post in site.posts limit:feed_items %} {{ post.title | xml_escape }} - {% if post.team_member %} - {% assign author_id = post.team_member | prepend: "/team_members/" | append: "/" %} - {% assign author = site.team_members | where: "url", author_id | first %} - {{ author.name | xml_escape }} - {% endif %} + + {{ site.author.name | xml_escape }} + {% if post.description %} {{ post.description| xml_escape }} {% else %} - {{ post.content | xml_escape }} + {{ post.content | truncatewords: 20 | xml_escape }} {% endif %} {{ post.date | date_to_rfc822 }} {{ site.url }}{{ post.url }} diff --git a/rss.xml b/rss.xml deleted file mode 100644 index 582df200..00000000 --- a/rss.xml +++ /dev/null @@ -1,59 +0,0 @@ ---- -title : The Basspistol RSS Feed ---- - - - - - {{ site.title }} - - {{ site.url }} - {{ site.tagline | xml_escape }} - {{ page.last_modified_at | date_to_rfc822 }} - en-US - weekly - 1 - https://jekyllrb.com/ - - - {{ site.url }}{{ site.banner }} - {{ site.title }} - {{ site.url }} - 128 - 128 - - - {{ site.title }} - yes - - - {{ site.title }} - {{ site.email }} - - {{ site.email }} - Anti-Copyright 2018 {{ site.title }} - {{ site.title }} - - - TV-14 - Daily - {% for post in site.categories.music %} - - {{ post.title }} - {{ site.url }}{{ post.url }} - {{ post.uid }} - <img src="{{ site.audio_url }}{{ post.cover }}" /> <br />{{ post.content | xml_escape | strip_html }} - Podcasts - Sakrecoer - {{ post.date | date_to_rfc822 }} - Sakrecoer - Yes - {{ post.description | strip_html | truncate: 252 | xml_escape }} - {{ post.description | xml_escape }} - {% for keywords in post.keywords %}{{ keywords | strip_html | xml_escape }}{% unless forloop.last %}, {% endunless %}{% endfor %} - - - - {% endfor %} - - diff --git a/search.json b/search.json deleted file mode 100644 index 08632682..00000000 --- a/search.json +++ /dev/null @@ -1,16 +0,0 @@ ---- ---- -[ - {% for post in site.categories.music %} - { - "title" : "{{ post.title }}", - "href" : "{{ post.url }}", - "date" : { - "day" : "{{ post.date | date: "%d" }}", - "month" : "{{ post.date | date: "%B" }}", - "year" : "{{ post.date | date: "%Y" }}" - } - } - {% unless forloop.last %},{% endunless %} - {% endfor %} -] diff --git a/sitemap.txt b/sitemap.txt deleted file mode 100644 index d45fec7a..00000000 --- a/sitemap.txt +++ /dev/null @@ -1,8 +0,0 @@ ---- -# Remember to set url in your _config.yml file! -title : Sitemap ---- -{% for page in site.pages %} -{{site.url}}{{ page.url }}{% endfor %} -{% for post in site.posts %} -{{site.url}}{{ post.url }}{% endfor %} \ No newline at end of file