https://github.com/sdruskat/sdruskat.github.io
https://github.com/sdruskat/sdruskat.github.io
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/sdruskat/sdruskat.github.io
- Owner: sdruskat
- Created: 2016-12-02T21:37:31.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-03-31T11:08:07.000Z (about 2 months ago)
- Last Synced: 2025-03-31T12:23:15.690Z (about 2 months ago)
- Language: HTML
- Size: 9.13 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```