fixed incorrect paths
This commit is contained in:
parent
216dcb9ba1
commit
f086806892
@ -1,7 +1,7 @@
|
|||||||
title: Meow
|
title: Meow
|
||||||
markdown: kramdown
|
markdown: kramdown
|
||||||
url: ""
|
url: ""
|
||||||
baseurl: "/neko/welp"
|
baseurl: "/neko/crt"
|
||||||
|
|
||||||
plugins:
|
plugins:
|
||||||
- jekyll-paginate
|
- jekyll-paginate
|
||||||
@ -24,4 +24,4 @@ defaults:
|
|||||||
layout: "post"
|
layout: "post"
|
||||||
|
|
||||||
|
|
||||||
exclude: ['sitemap.xml','feed.xml', 'LICENSE', 'README.md']
|
exclude: ['compile.sh', 'LICENSE', 'README.md']
|
||||||
|
@ -5,7 +5,7 @@ layout: none
|
|||||||
.screen{
|
.screen{
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
background-image: url(/neko/welp/assets/images/crt.png);
|
background-image: url({{site.baseurl}}/assets/images/crt.png);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
|
Loading…
Reference in New Issue
Block a user