The CloudWeGo site is currently built with Hugo.
For CN users, please visit : cloudwego.cn ; For Non-CN users, please visit: cloudwego.io
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
hugo server -D
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.
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.
The cloudwego.io website is deployed on Vercel.