diff --git a/.gitignore b/.gitignore index 20278ca..9c4b936 100644 --- a/.gitignore +++ b/.gitignore @@ -21,4 +21,7 @@ _data/.~lock.*.csv ## vcode .vscode -.vscode/* \ No newline at end of file +.vscode/* + +# huge data +/media \ No newline at end of file diff --git a/_config.yml b/_config.yml index e0412c7..f186bbe 100644 --- a/_config.yml +++ b/_config.yml @@ -16,7 +16,7 @@ title: "Sakrecoer" email: public@sakrecoer.com baseurl: "" # the subpath of your site, e.g. /blog -url: "https://sakrecoer.com" # the base hostname & protocol for your site, e.g. http://example.com +url: "https://sakrecoer.eth" # the base hostname & protocol for your site, e.g. http://example.com instagram_username: sakrecoer ### Values for the jekyll-seo-tag gem (https://github.com/jekyll/jekyll-seo-tag) logo: /siteicon.png @@ -60,6 +60,6 @@ defaults: layout: default exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "changelog.md", "*.*~", "Gemfile", "Gemfile.lock", ".gitignore" ] -audio_url : 'https://media.sakrecoer.com' +audio_url : '/media' banner: /assets/img/set.png diff --git a/_layouts/music.html b/_layouts/music.html index 254f09a..6273cf8 100644 --- a/_layouts/music.html +++ b/_layouts/music.html @@ -2,6 +2,7 @@ layout: default --- {% include navmenu.html %} +{% include relBase.html %}
@@ -11,7 +12,7 @@ layout: default {% endif %} - {% if page.next != nil %} {{ page.content }} - cover art for {{ page.title }} + cover art for {{ page.title }}