mirror of
https://github.com/calofmijuck/blog.git
synced 2025-12-06 22:53:51 +00:00
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:
41
assets/css/jekyll-theme-chirpy.scss
Normal file
41
assets/css/jekyll-theme-chirpy.scss
Normal file
@@ -0,0 +1,41 @@
|
||||
---
|
||||
---
|
||||
|
||||
@import 'main';
|
||||
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css");
|
||||
|
||||
/* append your custom style below */
|
||||
|
||||
footer p:last-child::before {
|
||||
content: none;
|
||||
}
|
||||
|
||||
body, h1, h2, h3, h4, h5, h6 {
|
||||
font-family: Pretendard;
|
||||
}
|
||||
|
||||
div.highlight {
|
||||
font-family: monospace!important;
|
||||
}
|
||||
|
||||
div.content {
|
||||
font-size: 110%;
|
||||
}
|
||||
|
||||
.MathJax {
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
time.year.lead {
|
||||
font-family: "Source Sans Pro", "Microsoft Yahei", sans-serif;
|
||||
}
|
||||
|
||||
div.language-plaintext.highlighter-rouge {
|
||||
pre {
|
||||
color: #3f596f;
|
||||
}
|
||||
}
|
||||
|
||||
div.footnotes {
|
||||
font-size: 80%;
|
||||
}
|
||||
Reference in New Issue
Block a user