remove redundant files

This commit is contained in:
Set Hallstrom 2020-07-11 09:04:12 +02:00
parent 5fc9206c79
commit 4af52b02cf
3 changed files with 0 additions and 33 deletions

View file

@ -1,23 +0,0 @@
Basspistol colors
Darkest green:
#313d26
Green:
#60784a
#567039
#9bc46c
Lighter Green
#a5b398
#879976
Blue:
#1b2241
White:
#fafbff (blueish)
#f4ffe8 (greenish)
Purple
#560784

0
dafuq
View file

View file

@ -1,10 +0,0 @@
---
# Remember to set production_url in your _config.yml file!
title : Sitemap
layout: none
---
{% for page in site.pages %}{{site.production_url}}{{ page.url }}
{% endfor %}{% for post in site.posts %}{{site.production_url}}{{ post.url }}
{% endfor %}{% for track in site.tracks %}{{site.production_url}}/tracks/{{ track.albumSlug }}/{{ track.slug }}/
{% endfor %}{% for album in site.albums %}{{site.production_url}}/albums/{{ album.slug }}/
{% endfor %}