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

https://github.com/code-ape/website

My website: FerrisEllis.com Created with Hugo (https://gohugo.io)
https://github.com/code-ape/website

Last synced: 4 months ago
JSON representation

My website: FerrisEllis.com Created with Hugo (https://gohugo.io)

Awesome Lists containing this project

README

          

# FerrisEllis.com

To get started on a Linux machine run:

```bash
# Install hugo binary
./bin/bootstrap
# Serve drafts
./bin/cmd serve_drafts
# Build pages
./bin/cmd build_gh_pages
```