GitXplorerGitXplorer
J

old-website

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
a8891c05afaeb725f9866528d95f8aa6b9351437

Fix deployment

JJosh-Cena committed 10 months ago
Unverified
d28386558032b4675c3031c78e98b23c6648a0e5

chore: mark non-coding day

JJosh-Cena committed 2 years ago
Unverified
9e5a552aee267e4268db3cb6ab37fc7984b4f3a1

chore: mark non-coding day

JJosh-Cena committed 2 years ago
Verified
fd0d6f476e552a023ab2a33b9593e1a88ba1af51

change deployment time

JJosh-Cena committed 3 years ago
Verified
b48296e6a191094cd1f4d8fce63fe122dcfbaf5e

complete action

JJosh-Cena committed 3 years ago
Verified
acd3c60d95764d538f204b90f1ef6e45f241c2cc

remove sign

JJosh-Cena committed 3 years ago

README

The README file for this repository.

Website

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

Installation

yarn install

Local Development

yarn start

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

yarn start --locale zh-Hans

This builds the website with the Chinese locale.

Build

yarn build

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

Deployment

GIT_USER=<Your GitHub username> USE_SSH=true 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.