/incubator-shenyu-website

Apache ShenYu Website

Primary LanguageSCSSApache License 2.0Apache-2.0

ShenYu Official Website

Website Deploy

This project keeps all sources used for building up 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.