The intent of this theme is to exercise most of the major elements of a Posthaven site with minimal template logic and styling. As such it should provide a good starting point for theme development.
- Posthaven theme documentation
- See the posthaven_theme gem for theme file upload via the API.
Install bundler and run:
bundle install
Build assets/blog.css
:
rake compile
Watch src/blog.scss
and build on update:
rake watch