Skip to content

本仓库是基于Docusaurus框架的后端云网站的代码仓库,每次仓库push和merge,Github Action会执行CICD编译静态网页至gh-pages分支,作为后端云的GitHub Pages,网址如下。同时为了满足国内网络问题,Github Action CICD同步更新到阿里云加速国内网站访问,网址是 https://www.backendcloud.cn

Notifications You must be signed in to change notification settings

backendcloud/backendcloud.github.io

Repository files navigation

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

$ yarn

Local Development

$ yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

$ yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

Using SSH:

$ USE_SSH=true yarn deploy

Not using SSH:

$ GIT_USER=<Your GitHub username> yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.

About

本仓库是基于Docusaurus框架的后端云网站的代码仓库,每次仓库push和merge,Github Action会执行CICD编译静态网页至gh-pages分支,作为后端云的GitHub Pages,网址如下。同时为了满足国内网络问题,Github Action CICD同步更新到阿里云加速国内网站访问,网址是 https://www.backendcloud.cn

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published