Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tillahoffmann/tillahoffmann.github.io
http://tillahoffmann.github.io/
https://github.com/tillahoffmann/tillahoffmann.github.io
Last synced: 27 days ago
JSON representation
http://tillahoffmann.github.io/
- Host: GitHub
- URL: https://github.com/tillahoffmann/tillahoffmann.github.io
- Owner: tillahoffmann
- Created: 2015-05-14T14:54:39.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-04-30T14:35:07.000Z (6 months ago)
- Last Synced: 2024-04-30T15:56:21.395Z (6 months ago)
- Language: Python
- Homepage:
- Size: 6.25 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personal website of Till Hoffmann [![pages-build-deployment](https://github.com/tillahoffmann/tillahoffmann.github.io/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/tillahoffmann/tillahoffmann.github.io/actions/workflows/pages/pages-build-deployment)
Run a local development server in two steps:
1. Run `make image` to build a docker image containing all dependencies.
2. Run `make serve` to serve the website on port 4000.Requirements can be updated by running `make Gemfile.lock` and `make bash` will open an interactive terminal in the container.
Notebooks in the `_notebooks` can be converted to posts by running `make notebook-posts` (see `_notebooks/convert.py` for details).