Skip to content

Switch-vov/incubator-shenyu-website

 
 

Repository files navigation

Apache ShenYu Official Website

Website Deploy

This project keeps all sources used for building up Apache ShenYu official website which's served at https://shenyu.apache.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 main branch

License

Apache 2.0 License.

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 36.6%
  • JavaScript 27.7%
  • HTML 27.4%
  • Shell 4.5%
  • Python 3.2%
  • Makefile 0.6%