Skip to content

Commit 0a2b995

Browse files
author
robertmyslivecek
committed
Fix baseurl
1 parent f66ce6b commit 0a2b995

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: Generative computing blog
22
description: >-
33
Generative computing blog
4-
baseurl: ""
4+
baseurl: "/blog"
55
url: ""
66

77
plugins:

_sass/main.scss renamed to assets/css/main.scss

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
---
3-
3+
/*
44
55
$content-width: {{ site.content_width | default: '58rem' }};
66
@@ -27,9 +27,11 @@ $banner-height: 640px !default;
2727
$banner-text-color: lighten($white-color, 0%) !default;
2828
$banner-background: rgba(0,0,0,0.8) !default;
2929
30-
@import "yat/base",
31-
"yat/layout",
32-
"misc/article-menu",
33-
"misc/common-list";
30+
@import "../../_sass/yat/base",
31+
"../../_sass/yat/layout",
32+
"../../_sass/misc/article-menu",
33+
"../../_sass/misc/common-list";
34+
35+
@import "../../_sass/base";
3436
35-
@import "base";
37+
*/

0 commit comments

Comments
 (0)