https://github.com/ayaka-notes/101-politics-web
考研政治101,web版本的笔记。
https://github.com/ayaka-notes/101-politics-web
Last synced: 4 months ago
JSON representation
考研政治101,web版本的笔记。
- Host: GitHub
- URL: https://github.com/ayaka-notes/101-politics-web
- Owner: ayaka-notes
- Created: 2023-09-28T15:18:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-17T12:13:00.000Z (over 2 years ago)
- Last Synced: 2023-12-18T05:12:56.058Z (over 2 years ago)
- Language: JavaScript
- Homepage: http://notes.ayaka.space/101-politics-web/
- Size: 1.39 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Website
网站基于 [Docusaurus 2](https://docusaurus.io/)改进开发。这是我首次尝试通过git submodule来挂载一个仓库到另外一个仓库。
本仓库为考研政治的笔记。docs挂载了另外一个仓库的笔记markdown文件。开放时间待定。
要更新子模块,首先导入个人的Github令牌,然后执行下面操作
```bash
git submodule update --recursive --remote # 以最新的子模块为准!
```
Git-Action机器人会自动的更新docs模块到最新的,并且提交。