2025-01-27 21:19:54 -08:00
2025-01-27 21:19:54 -08:00
2024-08-16 23:15:58 -07:00
2024-01-29 00:23:02 -08:00
2025-01-27 21:19:54 -08:00

jake.runyan.dev

A personal website/blog, powered by the content-first & react-based web framework Docusaurus.

First Time Setup

  1. Install some node version >=18

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash

nvm list-remote

nvm install 18.12.0

  1. Create node project, using classic theme

npx create-docusaurus@latest website classic

Running the Project

  1. Clone, and run npm install from the website directory.

  2. Run locally with nvm

cd website && npm run start

  1. Run as container with docker-compose

docker-compose down && docker system prune -af && docker-compose build && docker-compose up -d && docker logs -f website

Description
A personal website/blog, powered by the content-first & react-based web framework Docusaurus.
Readme 26 MiB
Languages
MDX 71.1%
JavaScript 23.7%
CSS 4.7%
Dockerfile 0.5%