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)
- Host: GitHub
- URL: https://github.com/code-ape/website
- Owner: code-ape
- Created: 2017-03-06T14:09:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-12-30T20:39:26.000Z (over 5 years ago)
- Last Synced: 2024-12-31T06:43:18.916Z (over 1 year ago)
- Language: HTML
- Homepage: http://ferrisellis.com
- Size: 16.8 MB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```