/website

My personal website.

Primary LanguageShell

pawamoy's website

My personal blog and website, built with MkDocs, and the Material for MkDocs theme.

Served at https://pawamoy.github.io/.

Setup

python3 -m venv venv
venv/bin/pip install -r requirements.txt

Development

Serve locally with ./scripts/serve.sh.

Deployment

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