The Ilun Posthaven Theme
A simple dark theme for Posthaven.com blogs.
Screenshot
Theme Building Resources
- Posthaven theme documentation
- See the posthaven_theme gem for theme file upload via the API.
Building Assets
Install Gems
Install bundler and run:
bundle install
Building SCSS
Build assets/blog.css
:
rake compile
Watch src/blog.scss
and build on update:
rake watch