Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 584 Bytes

File metadata and controls

33 lines (22 loc) · 584 Bytes

The Ilun Posthaven Theme

A simple dark theme for Posthaven.com blogs.

Screenshot

Screenshot

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