moving to simpler baseurl
This commit is contained in:
parent
ad551f54fc
commit
2b5bd4fa0e
|
@ -1 +1 @@
|
||||||
<img src="{{ base }}/assets/img/cookiemonster_upsidedown.gif" style="position:fixed;top:0;right:0;z-index:77777;"/>
|
<img src="{{ site.baseurl }}/assets/img/cookiemonster_upsidedown.gif" style="position:fixed;top:0;right:0;z-index:77777;"/>
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
<ul id="nav">
|
<ul id="nav">
|
||||||
<li><a href="{{ base }}/"><img src="{{ base }}/assets/img/sakrecoerLOGO.png" width="125px" height="125px" title="SAKRECOER" /></a>
|
<li><a href="{{ site.baseurl }}/"><img src="{{ site.baseurl }}/assets/img/sakrecoerLOGO.png" width="125px" height="125px" title="SAKRECOER" /></a>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
||||||
<li><a href="{{ base }}/discography/">Discog</a></li>
|
<li><a href="{{ site.baseurl }}/discography/">Discog</a></li>
|
||||||
<li><a href="{{ base }}/about/">About</a></li>
|
<li><a href="{{ site.baseurl }}/about/">About</a></li>
|
||||||
<li><a href="{{ base }}/links/">Links</a></li>
|
<li><a href="{{ site.baseurl }}/links/">Links</a></li>
|
||||||
<li><a href="{{ base }}/blog/">Log</a></li>
|
<li><a href="{{ site.baseurl }}/blog/">Log</a></li>
|
||||||
<li><a href="{{ base }}/music/">Music Index</a></li>
|
<li><a href="{{ site.baseurl }}/music/">Music Index</a></li>
|
||||||
<li><a href="{{ base }}/">Home</a></li>
|
<li><a href="{{ site.baseurl }}/">Home</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/*! sakrecoer sheet */
|
/*! sakrecoer sheet */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: futura;
|
font-family: futura;
|
||||||
src: url('{{ base }}/assets/fonts/free_avantgarde.woff');
|
src: url('{{ site.baseurl }}/assets/fonts/free_avantgarde.woff');
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: futurabold;
|
font-family: futurabold;
|
||||||
src: url('{{ base }}/assets/fonts/free_avantgardeBOLD.woff');
|
src: url('{{ site.baseurl }}/assets/fonts/free_avantgardeBOLD.woff');
|
||||||
}
|
}
|
||||||
|
|
||||||
html{
|
html{
|
||||||
|
@ -14,7 +14,7 @@ html{
|
||||||
font-family: futura,sans-serif;
|
font-family: futura,sans-serif;
|
||||||
}
|
}
|
||||||
body{
|
body{
|
||||||
background:url({{ base }}/assets/img/bg/frontpage.jpg) #fff no-repeat; background-size:cover; background-attachment: fixed;
|
background:url({{ site.baseurl }}/assets/img/bg/frontpage.jpg) #fff no-repeat; background-size:cover; background-attachment: fixed;
|
||||||
margin:0;
|
margin:0;
|
||||||
font-family: futura,sans-serif;
|
font-family: futura,sans-serif;
|
||||||
color: #000;
|
color: #000;
|
||||||
|
@ -88,7 +88,7 @@ a:active {
|
||||||
position: absolute; top: 25px;
|
position: absolute; top: 25px;
|
||||||
left: 20px; width: 66%; margin: 400px 0 0 300px; padding: 15px;
|
left: 20px; width: 66%; margin: 400px 0 0 300px; padding: 15px;
|
||||||
box-shadow:2px 2px 10px #000;
|
box-shadow:2px 2px 10px #000;
|
||||||
background: url({{ base }}/assets/img/bg/paper_background_lined.jpg) rgba(255, 255, 255, 0.25);
|
background: url({{ site.baseurl }}/assets/img/bg/paper_background_lined.jpg) rgba(255, 255, 255, 0.25);
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
line-height: 32px;
|
line-height: 32px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
<button id="video_pause">Pause<br />Video</button>
|
<button id="video_pause">Pause<br />Video</button>
|
||||||
|
|
||||||
|
|
||||||
<video autoplay loop poster="{{ base }}/assets/img/bg/frontpage.jpg" id="bgvid">
|
<video autoplay loop poster="{{ site.baseurl }}/assets/img/bg/frontpage.jpg" id="bgvid">
|
||||||
<source src="{{ base }}/assets/vi/0001-0076.webm" type="video/webm">
|
<source src="{{ site.baseurl }}/assets/vi/0001-0076.webm" type="video/webm">
|
||||||
<source src="{{ base }}/assets/vi/0001-0076.mp4" type="video/mp4">
|
<source src="{{ site.baseurl }}/assets/vi/0001-0076.mp4" type="video/mp4">
|
||||||
</video>
|
</video>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -2,18 +2,18 @@
|
||||||
layout: default
|
layout: default
|
||||||
---
|
---
|
||||||
<div id="navigation">
|
<div id="navigation">
|
||||||
<button id="mu_pause">Pause / Play</button>
|
<button id="mu_pause">Play</button>
|
||||||
<h1>{% if page.previous_in_category != nil %}
|
<h1>{% if page.previous_in_category != nil %}
|
||||||
<a href="{{ base }}{{ page.previous_in_category.url }}" title="Previous Track"><img
|
<a href="{{ site.baseurl }}{{ page.previous_in_category.url }}" title="Previous Track"><img
|
||||||
src="{{ base }}/assets/img/icons/skiprwd.png" title="Previous Track" /></a>
|
src="{{ site.baseurl }}/assets/img/icons/skiprwd.png" title="Previous Track" /></a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<a id="download" title="Download This Track!" href="{{ site.audio_url }}{{ page.mp3 }}"><img
|
<a id="download" title="Download This Track!" href="{{ site.audio_url }}{{ page.mp3 }}"><img
|
||||||
src="{{ base }}/assets/img/icons/dl.png" title="Download Track" /></a>
|
src="{{ site.baseurl }}/assets/img/icons/dl.png" title="Download Track" /></a>
|
||||||
{% if page.next_in_category != nil %}
|
{% if page.next_in_category != nil %}
|
||||||
<a href="{{ base }}{{ page.next_in_category.url }}" title="Next Track"><img
|
<a href="{{ site.baseurl }}{{ page.next_in_category.url }}" title="Next Track"><img
|
||||||
src="{{ base }}/assets/img/icons/skipfwd.png" title="Next Track" /></a>{% endif %}
|
src="{{ site.baseurl }}/assets/img/icons/skipfwd.png" title="Next Track" /></a>{% endif %}
|
||||||
</h1>
|
</h1>
|
||||||
<a href="{{ base }}/music/index.html">Back to Index</a>
|
<a href="{{ site.baseurl }}/music/index.html">Back to Index</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="lyrics">
|
<div id="lyrics">
|
||||||
|
@ -45,7 +45,7 @@ layout: default
|
||||||
mu.pause();
|
mu.pause();
|
||||||
mu.currentTime = 0;
|
mu.currentTime = 0;
|
||||||
{% if page.next_in_category != nil %}
|
{% if page.next_in_category != nil %}
|
||||||
loadUrl('{{ base }}{{ page.next_in_category.url }}'); return false;
|
loadUrl('{{ site.baseurl }}{{ page.next_in_category.url }}'); return false;
|
||||||
{% endif %}
|
{% endif %}
|
||||||
// qq IE10
|
// qq IE10
|
||||||
muFade();
|
muFade();
|
||||||
|
@ -54,10 +54,10 @@ layout: default
|
||||||
mu.classList.toggle("stopfade");
|
mu.classList.toggle("stopfade");
|
||||||
if (mu.paused) {
|
if (mu.paused) {
|
||||||
mu.play();
|
mu.play();
|
||||||
pauseButton.innerHTML = "Pause<br />Music";
|
pauseButton.innerHTML = "Pause";
|
||||||
} else {
|
} else {
|
||||||
mu.pause();
|
mu.pause();
|
||||||
pauseButton.innerHTML = "Resume<br />Music";
|
pauseButton.innerHTML = "Resume";
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
|
@ -11,16 +11,16 @@ permalink: /:categories/:title/
|
||||||
<meta name='robots' content='index'/>
|
<meta name='robots' content='index'/>
|
||||||
<meta name="description" content="{{ page.title }}, {{ page.content | strip_html | truncatewords: 30 }}">
|
<meta name="description" content="{{ page.title }}, {{ page.content | strip_html | truncatewords: 30 }}">
|
||||||
<meta name="keywords" content="{{ page.title }}, {{ page.keywords }} Sakrecoer, Music, mp3, ogg, download">
|
<meta name="keywords" content="{{ page.title }}, {{ page.keywords }} Sakrecoer, Music, mp3, ogg, download">
|
||||||
<link rel="shortcut icon" href="{{ base }}/assets/img/mininewskoolLOGO.png" type="image/png" />
|
<link rel="shortcut icon" href="{{ site.baseurl }}/assets/img/mininewskoolLOGO.png" type="image/png" />
|
||||||
<link rel="stylesheet" href="{{ base }}/assets/css/style2014.css" />
|
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/style2014.css" />
|
||||||
<link rel="stylesheet" href="{{ base }}/assets/css/music.css" />
|
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/music.css" />
|
||||||
<script src="{{ base }}/assets/js/jquery-1.11.1.min.js"></script>
|
<script src="{{ site.baseurl }}/assets/js/jquery-1.11.1.min.js"></script>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
|
||||||
function generateRandomPosts()
|
function generateRandomPosts()
|
||||||
{
|
{
|
||||||
$.getJSON("{{ base }}/search.json", function(data) {
|
$.getJSON("{{ site.baseurl }}/search.json", function(data) {
|
||||||
console.log("[search.json loaded for random posts]");
|
console.log("[search.json loaded for random posts]");
|
||||||
|
|
||||||
var postsCount = data.length;
|
var postsCount = data.length;
|
||||||
|
@ -86,18 +86,18 @@ function loadUrl(newLocation) {
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
{% if page.previous_in_category != nil %}
|
{% if page.previous_in_category != nil %}
|
||||||
<a href="{{ base }}{{ page.previous_in_category.url }}" title="Previous Track"><img src="{{ base }}/assets/img/icons/skiprwd.png" title="Previous Track" /></a>
|
<a href="{{ site.baseurl }}{{ page.previous_in_category.url }}" title="Previous Track"><img src="{{ site.baseurl }}/assets/img/icons/skiprwd.png" title="Previous Track" /></a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<a id="download" title="Download This Track!" href="{{ page.mp3 }}"><img src="{{ base }}/assets/img/icons/dl.png" title="Download Track" /></a>
|
<a id="download" title="Download This Track!" href="{{ page.mp3 }}"><img src="{{ site.baseurl }}/assets/img/icons/dl.png" title="Download Track" /></a>
|
||||||
|
|
||||||
{% if page.next_in_category != nil %}
|
{% if page.next_in_category != nil %}
|
||||||
<a href="{{ base }}{{ page.next_in_category.url }}" title="Next Track"><img src="{{ base }}/assets/img/icons/skipfwd.png" title="Next Track" /></a>
|
<a href="{{ site.baseurl }}{{ page.next_in_category.url }}" title="Next Track"><img src="{{ site.baseurl }}/assets/img/icons/skipfwd.png" title="Next Track" /></a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<br /><br /><a id="lyrics" title="Lyrics/Description" href="{{ base }}/music/index.html#lyrics{{ page.uid }}" target="_blank">Description<br />(click for lyrics)</a>
|
<br /><br /><a id="lyrics" title="Lyrics/Description" href="{{ site.baseurl }}/music/index.html#lyrics{{ page.uid }}" target="_blank">Description<br />(click for lyrics)</a>
|
||||||
|
|
||||||
<div id="a"></div>
|
<div id="a"></div>
|
||||||
<div id="ab">To download: <br /><b>Right-Click and "Save link as"</b></div>
|
<div id="ab">To download: <br /><b>Right-Click and "Save link as"</b></div>
|
||||||
|
@ -153,7 +153,7 @@ mu.addEventListener('ended', function() {
|
||||||
mu.pause();
|
mu.pause();
|
||||||
mu.currentTime=0;
|
mu.currentTime=0;
|
||||||
{% if page.next_in_category != nil %}
|
{% if page.next_in_category != nil %}
|
||||||
loadUrl('{{ base }}{{ page.next_in_category.url }}'); return false;
|
loadUrl('{{ site.baseurl }}{{ page.next_in_category.url }}'); return false;
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
// to capture IE10
|
// to capture IE10
|
||||||
|
|
|
@ -7,8 +7,8 @@
|
||||||
<meta name="dc.date.modified" scheme="ISO8601" content="{{ site.time | date_to_xmlschema }}" />
|
<meta name="dc.date.modified" scheme="ISO8601" content="{{ site.time | date_to_xmlschema }}" />
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta http-equiv="refresh" content="30;url=/">
|
<meta http-equiv="refresh" content="30;url=/">
|
||||||
<link rel="stylesheet" href="{{ base }}/assets/css/style2014.css" />
|
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/style2014.css" />
|
||||||
<link rel="shortcut icon" href="{{ base }}/assets/img/mininewskoolLOGO.png" type="image/png" />
|
<link rel="shortcut icon" href="{{ site.baseurl }}/assets/img/mininewskoolLOGO.png" type="image/png" />
|
||||||
<title>Sakrecoer - {{ page.title }}</title>
|
<title>Sakrecoer - {{ page.title }}</title>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
layout: default
|
layout: default
|
||||||
---
|
---
|
||||||
|
|
||||||
<div class="image-fullscreen" style="background-image:url('{{ base }}{{ page.bgimg }}')"></div>
|
<div class="image-fullscreen" style="background-image:url('{{ site.baseurl }}{{ page.bgimg }}')"></div>
|
||||||
|
|
||||||
<div id="blogcontent">
|
<div id="blogcontent">
|
||||||
<table>
|
<table>
|
||||||
|
@ -16,9 +16,9 @@ layout: default
|
||||||
<div style="text-align:center;">
|
<div style="text-align:center;">
|
||||||
<hr />
|
<hr />
|
||||||
{% if page.next_in_category != nil %}
|
{% if page.next_in_category != nil %}
|
||||||
<a href="{{ base }}{{ page.next_in_category.url }}" title="Previous Post" style="font-weight:bold;font-size:24px;text-transform:uppercase;">Previous Post < </a> {% endif %}
|
<a href="{{ site.baseurl }}{{ page.next_in_category.url }}" title="Previous Post" style="font-weight:bold;font-size:24px;text-transform:uppercase;">Previous Post < </a> {% endif %}
|
||||||
{% if page.previous_in_category != nil %}
|
{% if page.previous_in_category != nil %}
|
||||||
<a href="{{ base }}{{ page.previous_in_category.url }}" title="Next Post" style="font-weight:bold;font-size:24px;text-transform:uppercase;"> > Next Post</a>
|
<a href="{{ site.baseurl }}{{ page.previous_in_category.url }}" title="Next Post" style="font-weight:bold;font-size:24px;text-transform:uppercase;"> > Next Post</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -6,11 +6,11 @@
|
||||||
/*! sakrecoer sheet */
|
/*! sakrecoer sheet */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: futura;
|
font-family: futura;
|
||||||
src: url('{{ base }}/assets/fonts/free_avantgarde.woff');
|
src: url('{{ site.baseurl }}/assets/fonts/free_avantgarde.woff');
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: futurabold;
|
font-family: futurabold;
|
||||||
src: url('{{ base }}/assets/fonts/free_avantgardeBOLD.woff');
|
src: url('{{ site.baseurl }}/assets/fonts/free_avantgardeBOLD.woff');
|
||||||
}
|
}
|
||||||
|
|
||||||
html{
|
html{
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name='robots' content='index'/>
|
<meta name='robots' content='index'/>
|
||||||
<meta name="description" content="Sakrecoer Uncorporated Stands for fun loving activism, art and music. It is a spiritually and schizophrenically extended family, pushing music, visuals, thoughts and passion">
|
<meta name="description" content="Sakrecoer Uncorporated Stands for fun loving activism, art and music. It is a spiritually and schizophrenically extended family, pushing music, visuals, thoughts and passion">
|
||||||
<link rel="shortcut icon" href="{{ base }}/assets/img/favicon.ico" type="image/vnd.microsoft.icon" />
|
<link rel="shortcut icon" href="{{ site.baseurl }}/assets/img/favicon.ico" type="image/vnd.microsoft.icon" />
|
||||||
|
|
||||||
<link href="about.css" rel="stylesheet" />
|
<link href="about.css" rel="stylesheet" />
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<section id="intro">
|
<section id="intro">
|
||||||
<a href="{{ base }}/"><h1>About Sakrecoer Uncorporated</h1></a>
|
<a href="{{ site.baseurl }}/"><h1>About Sakrecoer Uncorporated</h1></a>
|
||||||
|
|
||||||
<p><b>Sakrecoer Uncorporated</b> Stands for independent fun-loving Activism, Art & Music. I am a 1980 born robot. If <a href="https://en.wikipedia.org/wiki/Monica_Zetterlund" target="_blank">Monica Zetterlund</a> was a cyberpunk making electronic music, I would probably be Her. The red thread in my music is African. Vocals, manually operated groove-boxes, bass and lots of rhythmics are populating my colorful soundscapes that often get associated to the the pop-culture. I aim for questions rather than answers and at pushing <i>your</i> creativity. I move by feet in the streets and value my integrity.</p>
|
<p><b>Sakrecoer Uncorporated</b> Stands for independent fun-loving Activism, Art & Music. I am a 1980 born robot. If <a href="https://en.wikipedia.org/wiki/Monica_Zetterlund" target="_blank">Monica Zetterlund</a> was a cyberpunk making electronic music, I would probably be Her. The red thread in my music is African. Vocals, manually operated groove-boxes, bass and lots of rhythmics are populating my colorful soundscapes that often get associated to the the pop-culture. I aim for questions rather than answers and at pushing <i>your</i> creativity. I move by feet in the streets and value my integrity.</p>
|
||||||
<p>My 2016 motto is to record live versions of sexy beats i do right away and post them everywhere. This way I'm hoping to help people keep focused on making love rather than fu*king eachother up. In the midst of 2077, I hope to have a number of songs worth flying to venus with. Then I'll make them sound even nicer, but most likeley just do better new ones or save the world.</p>
|
<p>My 2016 motto is to record live versions of sexy beats i do right away and post them everywhere. This way I'm hoping to help people keep focused on making love rather than fu*king eachother up. In the midst of 2077, I hope to have a number of songs worth flying to venus with. Then I'll make them sound even nicer, but most likeley just do better new ones or save the world.</p>
|
||||||
|
@ -96,7 +96,7 @@ And many many other really really nice ones :) delivering good mood, beat, base
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<ul id="nav">
|
<ul id="nav">
|
||||||
<li><a href="{{ base }}/"><img src="{{ base }}/assets/img/sakrecoerLOGO.png" width="125px" height="125px" title="HOME" /></a></li>
|
<li><a href="{{ site.baseurl }}/"><img src="{{ site.baseurl }}/assets/img/sakrecoerLOGO.png" width="125px" height="125px" title="HOME" /></a></li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -8,7 +8,7 @@ This website is not a place for dialogues, hence you cannot comment. <br />But h
|
||||||
|
|
||||||
{% for post in site.categories.blog %}
|
{% for post in site.categories.blog %}
|
||||||
|
|
||||||
<p class="date">{{ post.date | date_to_string }}</p><h1 class="blogtitle"><a href="{{ base }}{{ post.url }}">{{ post.title }}</a></h1>
|
<p class="date">{{ post.date | date_to_string }}</p><h1 class="blogtitle"><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>
|
||||||
<hr />
|
<hr />
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
|
|
@ -34,9 +34,9 @@ layout: default
|
||||||
<button id="video_pause">Pause<br />Video</button>
|
<button id="video_pause">Pause<br />Video</button>
|
||||||
|
|
||||||
|
|
||||||
<video autoplay loop poster="{{ base }}/assets/img/bg/frontpage.jpg" id="bgvid">
|
<video autoplay loop poster="{{ site.baseurl }}/assets/img/bg/frontpage.jpg" id="bgvid">
|
||||||
<source src="assets/vi/0001-0076.webm" type="video/webm">
|
<source src="{{ site.baseurl }}/assets/vi/0001-0076.webm" type="video/webm">
|
||||||
<source src="assets/vi/0001-0076.mp4" type="video/mp4">
|
<source src="{{ site.baseurl }}/assets/vi/0001-0076.mp4" type="video/mp4">
|
||||||
</video>
|
</video>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue