Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/amsoell/amsoell.com-source

Personal web site
https://github.com/amsoell/amsoell.com-source

Last synced: about 6 hours ago
JSON representation

Personal web site

Awesome Lists containing this project

README

        

# amsoell.com

Personal web site source, built on [Hugo](https://github.com/gohugoio/hugo).

## Local development

This site can be generated and hosted locally via Docker:

```
docker run --rm -it \
-v $(pwd):/src \
-p 1313:1313 \
klakegg/hugo:0.83.1-alpine \
server
```