Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 588 Bytes

README.md

File metadata and controls

41 lines (25 loc) · 588 Bytes

The Posthaven Modern Theme

Sceenshot

Screenshot

Theme Building Resources

Building Stylesheets

Install Gems

Install bundler:

gem install bundler

Install the gems:

bundle install

Building SCSS

Build assets/blog.css:

rake compile

Watch src/blog.scss and build on update:

rake watch