-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
6 additions
and
935 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -181,12 +181,11 @@ extra_css: | |
- css/tasklist.css | ||
- css/card.css | ||
- css/flink.css | ||
# - css/heti.css | ||
# - css/changelog_extra.css | ||
# - css/flod_toc.css | ||
# - css/grid cards.css # 好用的但还没用 | ||
# - css/extra.css | ||
# - https://cdn.jsdelivr.net/npm/[email protected]/style.css | ||
- css/extra.css | ||
- css/fold_toc.css | ||
- css/grid cards.css # 好用的但还没用 | ||
- https://cdn.jsdelivr.net/npm/[email protected]/style.css | ||
|
||
extra_javascript: | ||
- js/katex.js | ||
|
@@ -207,8 +206,7 @@ extra_javascript: | |
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/3.2.0/es5/tex-chtml.js | ||
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/3.2.0/es5/tex-chtml-full.js | ||
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/3.2.0/es5/tex-svg-full.js | ||
# - js/custom.js | ||
# - js/heti.js | ||
|
||
|
||
plugins: | ||
- blogging: | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,9 @@ | ||
body { | ||
font-family: "LXGW WenKai", sans-serif; | ||
font-family: "LXGW WenKai", "JetBrains Mono"; | ||
/* Lite version */ | ||
/* font-family: "LXGW WenKai Lite", sans-serif; */ | ||
/* TC version */ | ||
/* font-family: "LXGW WenKai TC", sans-serif; */ | ||
/* Screen version */ | ||
/* font-family: "LXGW WenKai Screen", sans-serif; */ | ||
} | ||
|
||
button.md-top { | ||
font-family: LXGW WenKai; /* 修改字体 */ | ||
font-size: 16px; /* 修改字体大小 */ | ||
font-weight: bold; /* 修改字体粗细 */ | ||
color: #518FC1; /* 修改字体颜色 */ | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.