Initial commit with current state + bundled

This commit is contained in:
Set Hallstrom 2019-04-24 17:18:35 +02:00
parent 1b057a5554
commit de10aad814
187 changed files with 6831 additions and 0 deletions

34
music/index.html Normal file
View file

@ -0,0 +1,34 @@
---
title: Track Index
---
<!DOCTYPE html>
<html>
<head>
{% include base.html %}
<meta charset="utf-8" />
<meta name="dc.date.modified" scheme="ISO8601" content="{{ site.time | date_to_xmlschema }}" />
<meta name="robots" content="index"/>
<meta name="description" content="Index of Musical pieces by Sakrecoer.">
<meta name="keywords" content="{% for post in site.categories.music offset: 0 %}{{ post.title }}, {% endfor %}Sakrecoer, reSet Sakrecoer, Simio, Agga, Fo0bar, pusSet, Free, Music, GNUsic, Electronic, Techno, mp3, ogg, flac, open source, open mind, groove, funk, hiphop, gospel, Kick'n'base, basspistol, villamagica, artifexbcn, subnatura, micro, hardware, elektron, machinedrum, octatrack, monomachine, jomox, mbase01, waldorf, blofeld, AW16G, yamaha, synthesizer, synths, creative, commons, zoom, r16">
<link rel="shortcut icon" href="{{ base }}/assets/img/mininewskoolLOGO.png" type="image/png" />
<title>{{ page.title }} - Sakrecoer</title>
<link rel="stylesheet" type="text/css" href="{{ base }}/assets/css/kid3index.css" />
</head>
<body>
<div style="width: 100%;" id="picker">
{% for post in site.categories.music offset: 0 %}
<a href="{{ post.url }}"><div class="vignette" style="background:url({{ site.audio_url }}{{ post.bgimg }});background-size:cover;">
<p><strong>{{ post.title }}</strong></p></div></a>
{% endfor %}
<br style="clear: left;" />
</div>
{% include navmenu.html %}
</body>
</html>