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
- Host: GitHub
- URL: https://github.com/anoff/web
- Owner: anoff
- License: mit
- Created: 2016-12-22T21:51:59.000Z (over 9 years ago)
- Default Branch: source
- Last Pushed: 2024-09-03T22:13:52.000Z (almost 2 years ago)
- Last Synced: 2025-05-29T04:36:50.137Z (about 1 year ago)
- Topics: anoff, cv, gh-pages, offenhaeuser, resume
- Language: TeX
- Homepage: https://anoff.io
- Size: 12.2 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```