#
Pigster Churn - Docusaurus 2
#
Project summary
A website for recording all my recorded video gameplays using Docusaurus.
#
🌐 Page
#
Github repository
#
Setup guide
The setup and deploy guide is up to date with version 2.0.0-beta.8
- Initialization:
npx create-docusaurus@latest <repo_name> classic
- Run Docusaurus:
cd <repo_name>
npm run start
#
Deploy to Github Pages
#
Prerequisites
- Go to Github Pages at
https://github.com/<github_user>/<repo>/settings/pages
. - Select
gh-pages
branch with/(root)
and save. - Modify
docusaurus.config.js
and add the following params:- organizationName: pigsterchurn
- projectName: pigsterchurn.github.io
#
Deployment
GIT_USER=pigsterchurn DEPLOYMENT_BRANCH=gh-pages yarn deploy