Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 704 Bytes

File metadata and controls

29 lines (20 loc) · 704 Bytes

The Minimal Posthaven Theme

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.

Theme Building Resources

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