Skip to content

Commit

Permalink
7.26
Browse files Browse the repository at this point in the history
  • Loading branch information
Wcowin committed Jul 26, 2023
1 parent 6070962 commit efbef5b
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
10 changes: 9 additions & 1 deletion docs/about/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,15 @@ Wcowin




<body>
<pre class="mermaid">
graph LR
A --- B
B-->C[fa:fa-ban forbidden]
B-->D(fa:fa-spinner);
</pre>

</body>


来看看两个重要极限
Expand Down
2 changes: 2 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,5 @@ comments: true





2 changes: 2 additions & 0 deletions docs/javascripts/extra.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.esm.min.mjs';
mermaid.initialize({ startOnLoad: true });

function displayDate(){
document.getElementById("demo").innerHTML=Date();
Expand Down
9 changes: 6 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,8 @@ markdown_extensions:
permalink: "\ue157"

extra_javascript:
- javascripts/extra.js
# - javascripts/extra.js
- https://cdn.jsdelivr.net/gh/Wcowin/Wcowin.github.io@main/docs/javascripts/extra.js # extra的cdn
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
Expand All @@ -328,10 +329,12 @@ extra_javascript:
# - https://cdnjs.cloudflare.com/ajax/libs/social-share.js/1.0.16/js/social-share.min.js
# - javascripts/backgroud.js
# - javascripts/rellax.min.js
- https://cdn.jsdelivr.net/npm/[email protected]/dist/add-html-label-6e56ed67.min.js
extra_css:
- stylesheets/extra.css
# - stylesheets/extra.css
- https://cdn.jsdelivr.net/gh/Wcowin/Wcowin.github.io@main/docs/stylesheets/extra.css # extra.css的CDN
- stylesheets/extra1.css
- stylesheets/video.css
# - stylesheets/video.css
- https://unpkg.com/@waline/client@v2/dist/waline.css
- https://cdn.jsdelivr.net/npm/gitalk@latest/dist/gitalk.css
- ckplayer/css/ckplayer.css
Expand Down

0 comments on commit efbef5b

Please sign in to comment.