?> 本站访客数 人次
本文阅读量 > [!TIP] > An awesome project. by [docsify](https://docsify.js.org/#/)! ## 主题 [使用的主题docsify-themeable](https://github.com/jhildenbiddle/docsify-themeable) ## 插件 - [copy](https://github.com/jperasmus/docsify-copy-code) - [字数统计](https://github.com/827652549/docsify-count) - [上下文章跳转](https://github.com/imyelo/docsify-pagination) - [评论插件](https://github.com/gitalk/gitalk) - [docsify-tabs](https://github.com/jhildenbiddle/docsify-tabs) - [mermaid-docsify](https://github.com/Leward/mermaid-docsify) - [在每一页上添加 Edit on github 按钮](https://github.com/cyrilf/docsify-edit-link) - [给网页上的中文和英文、数字、符号之间添加空格](https://github.com/sy-records/docsify-pangu) - [主题明暗色切换](https://github.com/boopathikumar018/docsify-darklight-theme) - [更丰富的提醒块儿](https://github.com/fzankl/docsify-plugin-flexible-alerts) ## 设计优秀的docsify博客 - [ETS blog](https://notebook.js.org/#/README) - [Coding-Notes](https://notes.abelsu7.top/#/) ## 🌍访问地球 ## 如何与我一起维护此项目 - 本地安装docsify ``` npm i docsify-cli -g ``` - fork项目之后将项目克隆到本地 ``` git clone https://github.com/eryajf/Learning-Weekly.git ``` - 修改本地path ``` # 调整 docs/index.html 的basePath basePath: '/Learning-Weekly/', // github // basePath: '/', // 本地 ``` - 运行 ``` $ cd docs $ docsify serve ``` 然后就可以访问了。 - 注意: - 涉及图片存放在img目录中 - 学习周刊标题风格要保持一致,同时子标题需要加粗,从而实现表格效果!