aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/mkdocs.yml
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-07-25 13:39:37 +0800
committer简律纯 <i@jyunko.cn>2023-07-25 13:39:37 +0800
commitf62c1f7373cbc8ed4e8429a3c0d7d665b187dbbe (patch)
tree23322be995f506e695cc5525f7b905a1ccf73106 /docs/mkdocs.yml
parent5c098db15c554caeb13fd0adff3ab3ee3e6826ab (diff)
downloadTRPGNivis-f62c1f7373cbc8ed4e8429a3c0d7d665b187dbbe.tar.gz
TRPGNivis-f62c1f7373cbc8ed4e8429a3c0d7d665b187dbbe.zip
add via
Diffstat (limited to 'docs/mkdocs.yml')
-rw-r--r--docs/mkdocs.yml49
1 files changed, 49 insertions, 0 deletions
diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml
index cd1570d..086b8e4 100644
--- a/docs/mkdocs.yml
+++ b/docs/mkdocs.yml
@@ -102,6 +102,7 @@ extra:
extra_css:
- stylesheets/extra.css
+ - css/neoteroi-mkdocs.css
extra_javascript:
- javascripts/extra.js
@@ -110,6 +111,51 @@ copyright: >
Copyright &copy; 2013 - PRESENT. <a href="https://github.com/HydroRoll-Team">HydroRoll-Team</a> –
<a href="#__consent">Change cookie settings</a>
+markdown_extensions:
+ - neoteroi.timeline
+ - neoteroi.cards
+ - neoteroi.projects
+ - neoteroi.spantable
+ - abbr
+ - admonition
+ - attr_list
+ - def_list
+ - footnotes
+ - md_in_html
+ - toc:
+ permalink: true
+ - pymdownx.arithmatex:
+ generic: true
+ - pymdownx.betterem:
+ smart_enable: all
+ - pymdownx.caret
+ - pymdownx.details
+ - pymdownx.emoji:
+ emoji_generator: !!python/name:materialx.emoji.to_svg
+ emoji_index: !!python/name:materialx.emoji.twemoji
+ - pymdownx.highlight:
+ anchor_linenums: true
+ line_spans: __span
+ pygments_lang_class: true
+ - pymdownx.inlinehilite
+ - pymdownx.keys
+ - pymdownx.magiclink:
+ repo_url_shorthand: true
+ user: squidfunk
+ repo: mkdocs-material
+ - pymdownx.mark
+ - pymdownx.smartsymbols
+ - pymdownx.superfences:
+ custom_fences:
+ - name: mermaid
+ class: mermaid
+ format: !!python/name:pymdownx.superfences.fence_code_format
+ - pymdownx.tabbed:
+ alternate_style: true
+ - pymdownx.tasklist:
+ custom_checkbox: true
+ - pymdownx.tilde
+
plugins:
- blog
- search
@@ -117,6 +163,9 @@ plugins:
- git-revision-date-localized:
enable_creation_date: true
fallback_to_build_date: true
+ timezone: Asia/Shanghai
+ type: timeago
+ custom_format: "%d. %B %Y"
# - git-committers:
# repository: HydroRoll-Team/psi
# branch: main \ No newline at end of file