Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 344 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 344 Bytes

Intro

hightouch (HT) is a static website generator based on middleman and inspired by middleman-blog.

Install

gem install hightouch

Usage

hightouch new app_name # Or ht new app_name
cd app_name
bundle install
middleman