https://github.com/yeshan333/knowledge-base
Personal Knowledge Base,Generator:docsify,site:https://shansan.top/knowledge-base
https://github.com/yeshan333/knowledge-base
docsify experience
Last synced: about 1 year ago
JSON representation
Personal Knowledge Base,Generator:docsify,site:https://shansan.top/knowledge-base
- Host: GitHub
- URL: https://github.com/yeshan333/knowledge-base
- Owner: yeshan333
- License: mit
- Created: 2019-12-19T13:47:11.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2021-06-13T17:13:11.000Z (almost 5 years ago)
- Last Synced: 2025-03-14T17:53:57.346Z (about 1 year ago)
- Topics: docsify, experience
- Homepage:
- Size: 3.05 MB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Used to organize some fragmented knowledges.
---
```shells
# preview
docsify serve docs
```
```shell
# standard commit message
# https://www.npmjs.com/package/commitizen
npm install -D commitizen
npx commitizen init cz-conventional-changelog --save-dev --save-exact
npx git cz
```