Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joemiller/blog
blog source (hugo)
https://github.com/joemiller/blog
blog hugo
Last synced: about 1 month ago
JSON representation
blog source (hugo)
- Host: GitHub
- URL: https://github.com/joemiller/blog
- Owner: joemiller
- Created: 2019-07-21T03:22:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-10T16:05:44.000Z (over 5 years ago)
- Last Synced: 2024-12-24T04:36:48.166Z (about 2 months ago)
- Topics: blog, hugo
- Language: CSS
- Homepage: https://joemiller.me
- Size: 999 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
blog
====https://joemiller.me
Development
-----------Install `hugo` (macos: `brew install hugo`).
Start a local web server on http://localhost:1313: `hugo server`
Publishing happens automatically when a successful `master` merge occurs
on circle-ci by pushing the rendered contents to the `gh-pages` branch.