Skip to content

Commit

Permalink
Update metadata
Browse files Browse the repository at this point in the history
- 更新 URL 及说明
- 配置 RSS
- 降低 pre-commit.ci 更新频率
- `pre-commit autoupdate`
  • Loading branch information
YDX-2147483647 committed Oct 30, 2024
1 parent c1d7e32 commit f6d2b88
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
6 changes: 4 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -13,6 +13,8 @@ repos:
- "--unsafe" # Allow tags
- id: check-added-large-files
- repo: https://github.com/crate-ci/typos
rev: v1.16.1
rev: v1.26.8
hooks:
- id: typos
ci:
autoupdate_schedule: quarterly
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Built with Material for MkDocs](https://img.shields.io/badge/Material_for_MkDocs-526CFE?style=for-the-badge&logo=MaterialForMkDocs&logoColor=white)](https://squidfunk.github.io/mkdocs-material/)

2023年夏在QQ群“2022网协组织部”发生的 stand alone complex 现象。
源于2023年夏在QQ群“2022网协组织部”发生的 stand alone complex 现象。

![](docs/assets/Laughing_man.svg)

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 组织部芝士虾

2023年夏在QQ群“2022网协组织部”发生的 stand alone complex 现象。
源于2023年夏在QQ群“2022网协组织部”发生的 stand alone complex 现象。

<figure markdown='span'>
![](assets/Laughing_man.svg){ style="margin: auto; width: 60%;" }
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mkdocs := python + " -m mkdocs"
# Install/upgrade MkDocs, its plugins, and markdown extensions
bootstrap:
{{ pip }} install mkdocs-material --upgrade
{{ pip }} install mdx_truly_sane_lists --upgrade
{{ pip }} install mdx_truly_sane_lists mkdocs-rss-plugin --upgrade

# Start the live-reloading docs server
serve *ARGS:
Expand Down
8 changes: 6 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
site_name: 组织部芝士虾
site_description: 2023年夏在QQ群“2022网协组织部”发生的 stand alone complex 现象。
site_url: https://bitnp.github.io/cheesy-shrimp/
site_description: 源于2023年夏在QQ群“2022网协组织部”发生的 stand alone complex 现象。
site_url: https://cheesy-shrimp.bitnp.net/
repo_url: https://github.com/BITNP/cheesy-shrimp
repo_name: BITNP/cheesy-shrimp
edit_uri: blob/main/docs/
Expand Down Expand Up @@ -52,3 +52,7 @@ markdown_extensions:
- pymdownx.keys
- pymdownx.superfences
- mdx_truly_sane_lists

plugins:
- search
- rss

0 comments on commit f6d2b88

Please sign in to comment.