mirror of
https://github.com/Wcowin/Mkdocs-Wcowin.git
synced 2025-07-20 08:56:35 +00:00
4/6
This commit is contained in:
parent
5192d63013
commit
e51ba82013
1
.cache/plugin/git-committers/page-authors.json
Normal file
1
.cache/plugin/git-committers/page-authors.json
Normal file
@ -0,0 +1 @@
|
|||||||
|
{"cache_date": "2024-04-06", "page_authors": {}}
|
@ -68,3 +68,6 @@
|
|||||||
</a>
|
</a>
|
||||||
|
|
||||||
[@LennyChenLaw](https://github.com/LennyChenLaw/LennyChenLaw.github.io)
|
[@LennyChenLaw](https://github.com/LennyChenLaw/LennyChenLaw.github.io)
|
||||||
|
|
||||||
|
[](https://squidfunk.github.io/mkdocs-material/)
|
||||||
|
|
||||||
|
@ -594,7 +594,7 @@ javascripts/mathjax.js里有对数学公式的扩展,extra_css里是CSS的知
|
|||||||
|
|
||||||
[自定义网站字体](../websitebeauty/mkdocsfont.md)
|
[自定义网站字体](../websitebeauty/mkdocsfont.md)
|
||||||
|
|
||||||
[添加友链](linktech.md)
|
[添加友链](../websitebeauty/linktech.md)
|
||||||
|
|
||||||
[添加评论系统](../websitebeauty/mkcomments.md)
|
[添加评论系统](../websitebeauty/mkcomments.md)
|
||||||
|
|
||||||
|
@ -143,7 +143,7 @@ hide:
|
|||||||
<div class="links-content">
|
<div class="links-content">
|
||||||
<div class="link-navigation">
|
<div class="link-navigation">
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<img class="ava" src="https://cn.mcecy.com/image/20231006/a05f708fb7b0426e7a5786669d5b1386.png" />
|
<img class="ava" src="https://s2.loli.net/2024/02/01/gaE47y5fKM6kosV.png" />
|
||||||
<div class="card-header">
|
<div class="card-header">
|
||||||
<div>
|
<div>
|
||||||
<a href="https://wcowin.work/ " target=“_blank”>Wcowin’s blog</a>
|
<a href="https://wcowin.work/ " target=“_blank”>Wcowin’s blog</a>
|
||||||
|
93
docs/stylesheets/customize.css
Normal file
93
docs/stylesheets/customize.css
Normal file
@ -0,0 +1,93 @@
|
|||||||
|
:root {
|
||||||
|
--admonition-border-left-width: 0.2rem;
|
||||||
|
--base-border-radius: 0.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Change font family of filename present on top of code block. */
|
||||||
|
/* .highlight span.filename {
|
||||||
|
border-bottom: none;
|
||||||
|
border-radius: var(--base-border-radius);
|
||||||
|
display: inline;
|
||||||
|
font-family: var(--md-code-font-family);
|
||||||
|
border-bottom-left-radius: 0;
|
||||||
|
border-bottom-right-radius: 0;
|
||||||
|
margin-bottom: 5px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.highlight span.filename + pre > code {
|
||||||
|
border-radius: var(--base-border-radius);
|
||||||
|
border-top-left-radius: 0;
|
||||||
|
}
|
||||||
|
.md-typeset pre > code {
|
||||||
|
border-radius: var(--base-border-radius);
|
||||||
|
} */
|
||||||
|
|
||||||
|
/* Customize admonition layout */
|
||||||
|
/* .md-typeset .admonition {
|
||||||
|
border-width: 0px;
|
||||||
|
border-left-width: var(--admonition-border-left-width);
|
||||||
|
}
|
||||||
|
|
||||||
|
[dir="ltr"] .md-typeset blockquote {
|
||||||
|
border-radius: 0.2rem;
|
||||||
|
border-left-width: var(--admonition-border-left-width);
|
||||||
|
} */
|
||||||
|
|
||||||
|
/* Grid Cards */
|
||||||
|
/* .md-typeset .grid.cards > ul > li {
|
||||||
|
border-radius: var(--base-border-radius);
|
||||||
|
}
|
||||||
|
.md-typeset .grid.cards > ul > li:hover {
|
||||||
|
box-shadow: 0 0 0.2rem #ffffff40;
|
||||||
|
} */
|
||||||
|
|
||||||
|
/* Markdown Button */
|
||||||
|
.md-typeset .md-button {
|
||||||
|
border-radius: var(--base-border-radius);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Footer: Social Links */
|
||||||
|
.md-social__link svg {
|
||||||
|
max-height: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* Forms */
|
||||||
|
.md-search__form {
|
||||||
|
border-radius: var(--base-border-radius);
|
||||||
|
}
|
||||||
|
|
||||||
|
[data-md-toggle="search"]:checked ~ .md-header .md-search__form {
|
||||||
|
border-top-right-radius: var(--base-border-radius);
|
||||||
|
border-top-left-radius: var(--base-border-radius);
|
||||||
|
}
|
||||||
|
|
||||||
|
[dir="ltr"] .md-search__output {
|
||||||
|
border-bottom-right-radius: var(--base-border-radius);
|
||||||
|
border-bottom-left-radius: var(--base-border-radius);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Blog - index.md */
|
||||||
|
/* div.md-content header {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.md-post--excerpt {
|
||||||
|
background-color: var(--md-accent-fg-color--transparent);
|
||||||
|
box-shadow: 0 0 0 1rem var(--md-accent-fg-color--transparent);
|
||||||
|
border-radius: var(--base-border-radius);
|
||||||
|
}
|
||||||
|
|
||||||
|
.md-post--excerpt .md-post__header {
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.md-post--excerpt .md-post__content > h2,
|
||||||
|
.md-post__action {
|
||||||
|
text-align: center;
|
||||||
|
} */
|
||||||
|
|
||||||
|
/* Table */
|
||||||
|
.md-typeset table:not([class]) {
|
||||||
|
border-radius: var(--base-border-radius);
|
||||||
|
}
|
@ -170,6 +170,7 @@ plugins:
|
|||||||
- blog/posts/update.md
|
- blog/posts/update.md
|
||||||
- blog/posts/wkw.md
|
- blog/posts/wkw.md
|
||||||
- about/link.md
|
- about/link.md
|
||||||
|
- websitebeauty/linktech.md
|
||||||
- blog: #博客配置
|
- blog: #博客配置
|
||||||
post_date_format: full #时间
|
post_date_format: full #时间
|
||||||
draft: true
|
draft: true
|
||||||
@ -235,16 +236,17 @@ extra_javascript:
|
|||||||
- javascripts/mathjax.js #Latex支持
|
- javascripts/mathjax.js #Latex支持
|
||||||
- https://polyfill.io/v3/polyfill.min.js?features=es6 #Latex支持
|
- https://polyfill.io/v3/polyfill.min.js?features=es6 #Latex支持
|
||||||
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js #Latex支持
|
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js #Latex支持
|
||||||
- ckplayer/js/ckplayer.js #播放器配置
|
# - ckplayer/js/ckplayer.js #播放器配置
|
||||||
- https://cdn.jsdelivr.net/npm/gitalk@latest/dist/gitalk.min.js #gitalk支持
|
- https://cdn.jsdelivr.net/npm/gitalk@latest/dist/gitalk.min.js #gitalk支持
|
||||||
- https://cdn.jsdelivr.net/npm/mermaid@10.0.2/dist/add-html-label-6e56ed67.min.js #忘了
|
- https://cdn.jsdelivr.net/npm/mermaid@10.0.2/dist/add-html-label-6e56ed67.min.js #忘了
|
||||||
|
|
||||||
extra_css:
|
extra_css:
|
||||||
- stylesheets/extra.css # 自定义CSS
|
- stylesheets/extra.css # 自定义CSS
|
||||||
- stylesheets/link.css #友链配置
|
- stylesheets/link.css #友链配置
|
||||||
|
- stylesheets/customize.css
|
||||||
# - stylesheets/video.css #播放器可选配置
|
# - stylesheets/video.css #播放器可选配置
|
||||||
- https://cdn.jsdelivr.net/npm/gitalk@latest/dist/gitalk.css #gitalk支持
|
# - https://cdn.jsdelivr.net/npm/gitalk@latest/dist/gitalk.css #gitalk支持
|
||||||
- ckplayer/css/ckplayer.css #播放器配置
|
# - ckplayer/css/ckplayer.css #播放器配置
|
||||||
- https://cdn.staticfile.org/font-awesome/4.7.0/css/font-awesome.css # font-awesome表情支持
|
- https://cdn.staticfile.org/font-awesome/4.7.0/css/font-awesome.css # font-awesome表情支持
|
||||||
# - https://cdnjs.cloudflare.com/ajax/libs/social-share.js/1.0.16/css/share.min.css #分享支持
|
# - https://cdnjs.cloudflare.com/ajax/libs/social-share.js/1.0.16/css/share.min.css #分享支持
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user