This project keeps all sources used for building up Dubbo official website which's served at https://dubbo.apache.org.
The Apache Dubbo docs are built using Hugo with the Docsy theme.
This project contains the markdown source files of the Dubbo documentation.
You can directly start working on this repository even from your browser by just clicking on the following button
Or, you can follow the manual steps given below.
git clone https://github.com/apache/dubbo-website.git
PostCSS
required by Docsy by running the following commands from the root directory of your project:$ npm install --save-dev autoprefixer $ npm install -D postcss $ npm install --save-dev postcss-cli
hugo mod clean
hugo server --disableFastRender # If you get stuck with 'hugo: downloading modules …' after running this command, please try to set GOPROXY by running `export GOPROXY="https://goproxy.cn|https://proxy.golang.com.cn"` and try again.
http://localhost:1313