- 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
In the posthaven dir
rake themes:import_all
Changes to layout will automatically reload
For changes to styles
Use the watch command
To reload styles in postforge
rake themes:import_all
