Skip to content

fengzhenbing/dromara.github.io

 
 

Repository files navigation

Dromara Official Website

Website Deploy

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.

Requirement

Run local server

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.

Contributing

  • Create new branch
  • Commit and push changes to content (e.g. The .md file in /content).
  • Submit pull request to master branch

License

Apache 2.0 License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 40.0%
  • JavaScript 31.3%
  • HTML 28.7%