Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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/

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).