Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/selfup/dom.events

Blog
https://github.com/selfup/dom.events

Last synced: about 1 month ago
JSON representation

Blog

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`