Skip to content

cloudwego/cloudwego.github.io

Repository files navigation

CloudWeGo

The CloudWeGo site is currently built with Hugo.

For CN users, please visit : cloudwego.cn ; For Non-CN users, please visit: cloudwego.io

Prerequisites

The following are basic prerequisites for developing this project:

  • The npm command is installed locally. Get npm packages and other prerequisites:

    npm install
  • Install a recent release of the Hugo "extended" version. If you install from the Hugo release page, make sure you download the _extended version which supports SCSS.

If you have installed the latest version of go, you can install directly by command go install -tags extended github.com/gohugoio/hugo@latest

Preview

hugo server -D

Contributing GitHub

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us. See also the list of contributors who participated in this project.

License GitHub

This project is licensed under the Apache License 2.0 - see the LICENSE.md file for details

This project is overridden from docsy, and we're not tracking changes to the docsy base file.

Credits

The cloudwego.io website is deployed on Vercel.

Vercel