moving to simpler baseurl

This commit is contained in:
Set Sakrecoer 2019-04-28 19:33:43 +02:00
parent ad551f54fc
commit 2b5bd4fa0e
12 changed files with 49 additions and 49 deletions

View file

@ -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;"/>

View file

@ -1,13 +1,13 @@
<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>
<li><a href="{{ base }}/discography/">Discog</a></li>
<li><a href="{{ base }}/about/">About</a></li>
<li><a href="{{ base }}/links/">Links</a></li>
<li><a href="{{ base }}/blog/">Log</a></li>
<li><a href="{{ base }}/music/">Music Index</a></li>
<li><a href="{{ base }}/">Home</a></li>
<li><a href="{{ site.baseurl }}/discography/">Discog</a></li>
<li><a href="{{ site.baseurl }}/about/">About</a></li>
<li><a href="{{ site.baseurl }}/links/">Links</a></li>
<li><a href="{{ site.baseurl }}/blog/">Log</a></li>
<li><a href="{{ site.baseurl }}/music/">Music Index</a></li>
<li><a href="{{ site.baseurl }}/">Home</a></li>
</ul>
</li>

View file

@ -1,11 +1,11 @@
/*! sakrecoer sheet */
@font-face {
font-family: futura;
src: url('{{ base }}/assets/fonts/free_avantgarde.woff');
src: url('{{ site.baseurl }}/assets/fonts/free_avantgarde.woff');
}
@font-face {
font-family: futurabold;
src: url('{{ base }}/assets/fonts/free_avantgardeBOLD.woff');
src: url('{{ site.baseurl }}/assets/fonts/free_avantgardeBOLD.woff');
}
html{
@ -14,7 +14,7 @@ html{
font-family: futura,sans-serif;
}
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;
font-family: futura,sans-serif;
color: #000;
@ -88,7 +88,7 @@ a:active {
position: absolute; top: 25px;
left: 20px; width: 66%; margin: 400px 0 0 300px; padding: 15px;
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;
line-height: 32px;
}

View file

@ -2,9 +2,9 @@
<button id="video_pause">Pause<br />Video</button>
<video autoplay loop poster="{{ base }}/assets/img/bg/frontpage.jpg" id="bgvid">
<source src="{{ base }}/assets/vi/0001-0076.webm" type="video/webm">
<source src="{{ base }}/assets/vi/0001-0076.mp4" type="video/mp4">
<video autoplay loop poster="{{ site.baseurl }}/assets/img/bg/frontpage.jpg" id="bgvid">
<source src="{{ site.baseurl }}/assets/vi/0001-0076.webm" type="video/webm">
<source src="{{ site.baseurl }}/assets/vi/0001-0076.mp4" type="video/mp4">
</video>