- Posthaven theme documentation
- See the posthaven_theme gem for theme file upload via the API.
Install bundler:
gem install bundler
Install the gems:
bundle install
Build assets/blog.css
:
rake compile
Watch src/blog.scss
and build on update:
rake watch