My personal blog and website, built with MkDocs, and the Material for MkDocs theme.
Served at https://pawamoy.github.io/.
python3 -m venv venv
venv/bin/pip install -r requirements.txt
Serve locally with ./scripts/serve.sh
.
Deploy to GitHub pages with ./scripts/deploy.sh
.
The repository pawamoy.github.io
must exist one directory above:
..
├── pawamoy.github.io
└── website
├── docs
├── scripts
├── site
└── venv