This project keeps all sources used for building up Dromara official website which's served at https://dromara.org/. This site was compiled using Hugo.
npm install
npm run build
hugo
hugo serve --bind 0.0.0.0 --disableFastRender
Then you will see the site running on http://localhost:1313.
- Create new branch
- Commit and push changes to content (e.g. The
.md
file in/content
). - Submit pull request to
master
branch