Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/amsoell/amsoell.com-source
- Owner: amsoell
- Created: 2019-01-05T21:44:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-09-07T09:11:53.000Z (over 1 year ago)
- Last Synced: 2025-01-03T01:08:36.179Z (2 days ago)
- Language: CSS
- Size: 11.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```