Skip to content

Commit

Permalink
add: copyright notice and markdown delete line support (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
CubeSugarCheese authored Dec 14, 2023
1 parent 7086893 commit 891d4d8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
8 changes: 8 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ theme:
palette:
primary: white
accent: blue
custom_dir: overrides
features:
- navigation.tabs
- navigation.indexes
Expand All @@ -115,3 +116,10 @@ extra_javascript:
repo_url: https://github.com/west2-online/fzu-run
repo_name: west2-online/fzu-run
edit_uri: 'edit/main/docs/'
# https://squidfunk.github.io/mkdocs-material/reference/formatting/
markdown_extensions:
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
7 changes: 7 additions & 0 deletions overrides/main.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{% extends "base.html" %}

{% block content %}
{{ super() }}
<hr />
<span style="font-size: .70rem">版权声明 © 本网站内所有文章著作权归作者所有,<b>禁止转载。</b></span>
{% endblock %}

0 comments on commit 891d4d8

Please sign in to comment.