/dom.events

Blog

Primary LanguageHTMLMIT LicenseMIT

dom.events

Blog for 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