songyuequan / incubator-shenyu-website

Apache ShenYu Website

Home Page:https://shenyu.apache.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Apache ShenYu Website

https://shenyu.apache.org/

License:Apache License 2.0


Languages

Language:SCSS 36.5%Language:JavaScript 27.7%Language:HTML 27.4%Language:Shell 4.6%Language:Python 3.2%Language:Makefile 0.6%