Skip to content

retiutut/retiutut-personal-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

retiutut-personal-site

Deploy to GitHub Pages

This is a personal documentation and blog site built with Docusaurus 3, deployed to GitHub Pages at docs.richardwaltman.com.

Requirements

  • Node.js >= 18 (tested with Node 20)
  • Yarn (dependency management)

Installation

yarn install

Local Development

yarn start

This starts a local dev server. Most changes are reflected live without restart.

Build

yarn build

Generates static content into the build directory.

Deployment

Deployment is handled automatically via GitHub Actions on every push to master.

To deploy manually:

yarn deploy

This builds and pushes the site to the gh-pages branch for GitHub Pages hosting.

Domain

The site is available at: https://richardwaltman.com

Notes

  • Dependency versions are managed with yarn.lock (do not use npm).
  • No license file is present; all rights reserved unless otherwise stated.

About

Personal website built using Docusaurus v3 and deployed to GitHub Pages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors