This website is built using Docusaurus 2, a modern static website generator.
https://nodejs.org/en/download/releases
node -v
v18.17.0
$ yarn | npm install
$ yarn start | npm run start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
$ yarn build | npm run build
This command generates static content into the build
directory and can be served using any static contents hosting service.
https://markdown.com.cn/intro.html#markdown-%E6%98%AF%E4%BB%80%E4%B9%88%EF%BC%9F
https://learngitbranching.js.org/?locale=zh_CN
https://zhangyongtian.github.io/
If there is a problem, I hope to be able to submit your PR 😂
file | Description |
---|---|
sidebars.js | Add a new directory, such as adding new things in ./docs, declare it here |
docusaurus.config.js | The configuration of the first page of the file, the specified location for document storage, and the corresponding charts, etc. |
./src | Related configuration of static website home page |
./i18n | Configuration of static website homepage's foot and head |
./docs | The configuration of the first page of the file, the specified location for document storage, and the corresponding charts, etc. |
./blog | The specific content of the document |