Skip to content

matthewgrossman/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

website

Source for mrgrossman.com.

Installing

  1. Clone the repo
  2. uv venv venv
  3. source venv/bin/activate
  4. uv pip sync requirements.txt

Updating deps

  1. Update your dep in the pyproject.toml
  2. uv pip compile pyproject.toml -o requirements.txt
  3. To update local venv: uv pip sync requirements.txt

Run locally

  1. mkdocs serve -w ./

Publish

Pushing to master should kick off a new mkdocs build and automatically push the artifacts to github.com/matthewgrossman/matthewgrossman.github.io. This is handled in .github/workflows/ci.yml

About

source for mrgrossman.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages