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

https://github.com/anoff/web

my landing page
https://github.com/anoff/web

anoff cv gh-pages offenhaeuser resume

Last synced: 6 months ago
JSON representation

my landing page

Awesome Lists containing this project

README

          

# Andreas' landing page

## Local preview

```sh
docker run --rm -v $PWD:/app -p 1313:1313 anoff/hugo-asciidoctor hugo server -D --bind 0.0.0.0
```

## Deployment

```sh
# generate the static site
docker run --rm -v $PWD:/app anoff/hugo-asciidoctor hugo --gc --minify -d _site
```