Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/selfup/dom.events
Blog
https://github.com/selfup/dom.events
Last synced: about 1 month ago
JSON representation
Blog
- Host: GitHub
- URL: https://github.com/selfup/dom.events
- Owner: selfup
- License: mit
- Created: 2017-07-24T06:33:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-20T15:51:12.000Z (about 1 month ago)
- Last Synced: 2024-11-20T16:41:14.409Z (about 1 month ago)
- Language: HTML
- Homepage: https://dom.events
- Size: 151 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dom.events
Blog for [dom.events](https://dom.events)!
### Development
If running an old version of bundler:
`gem install bundler`
Bundle once all good:
`bundle install`
Run jekyll server:
`bundle exec jekyll serve`
Generate new blog post template:
`go run main.go -title='post-title'`
If you want to see optional flags just run `go run main.go -h`