An open API service indexing awesome lists of open source software.

https://github.com/sdruskat/sdruskat.github.io


https://github.com/sdruskat/sdruskat.github.io

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Personal homepage of Stephan Druskat

Built with [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/).

The site is built in CI on pushes to `main`, and deployed to `gh-pages`.

# Build & serve locally

All content is in the `docs/` directory.

```bash
python3.11 -m venv .venv
. .venv/bin/activate
pip install --upgrade pip setuptools wheel
pip install -r requirements.txt
mkdocs serve
```