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