Skip to content

zexi/website

This branch is 246 commits ahead of, 244 commits behind yunionio/website:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bfab5ed · Dec 19, 2024
Feb 26, 2024
May 17, 2024
Dec 19, 2024
Oct 15, 2024
Feb 26, 2024
Oct 16, 2024
Sep 12, 2024
Dec 9, 2023
Feb 26, 2024
Nov 24, 2023
Feb 26, 2024
Nov 24, 2023
Dec 4, 2023
Nov 24, 2023
Dec 3, 2024
Jul 22, 2024
Nov 24, 2023
Jul 22, 2024

Repository files navigation

Website

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

Installation

$ yarn

# or install packages by using container
$ make docker-yarn

Local Development

$ yarn start

# or run inside container
$ make docker-start

# english i18n
$ make start-en

# or
$ make docker-start-en

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

# or build by using container
$ make docker-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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.9%
  • MDX 35.7%
  • CSS 4.2%
  • Makefile 1.4%
  • Other 0.8%