fix: update configurations layouts (#84)

* fix: scss path changed

* feat: updated blog configs

* feat: updated _data section

* feat: update _includes

* fix: remove unnecessary files

* fix: update _includes directory

* fix: remove _includes (not needed)
This commit is contained in:
2023-09-11 22:42:42 +09:00
committed by GitHub
parent 8607c7fefa
commit 8880a4da51
47 changed files with 61 additions and 2286 deletions

View File

@@ -1,7 +1,7 @@
---
---
@import '{{ site.theme }}';
@import 'main';
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css");
/* append your custom style below */
@@ -18,7 +18,7 @@ div.highlight {
font-family: monospace!important;
}
.post-content {
div.content {
font-size: 110%;
}
@@ -26,7 +26,7 @@ div.highlight {
font-size: 90%;
}
div.year.lead {
time.year.lead {
font-family: "Source Sans Pro", "Microsoft Yahei", sans-serif;
}