This is a personal documentation and blog site built with Docusaurus 3, deployed to GitHub Pages at docs.richardwaltman.com.
- Node.js >= 18 (tested with Node 20)
- Yarn (dependency management)
yarn installyarn startThis starts a local dev server. Most changes are reflected live without restart.
yarn buildGenerates static content into the build directory.
Deployment is handled automatically via GitHub Actions on every push to master.
To deploy manually:
yarn deployThis builds and pushes the site to the gh-pages branch for GitHub Pages hosting.
The site is available at: https://richardwaltman.com
- Dependency versions are managed with
yarn.lock(do not use npm). - No license file is present; all rights reserved unless otherwise stated.