Skip to content
This repository has been archived by the owner on Dec 13, 2019. It is now read-only.

Latest commit

 

History

History
23 lines (14 loc) · 552 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 552 Bytes

Komponent, for Middleman

middleman-komponent aims at implementing an opinionated way of organizing front-end code in Middleman, based on components, similar to what Komponent offers in Rails.

Getting started

Follow Middleman documentation to Start a New Site.

Then, add middleman-komponent to your Gemfile:

# Gemfile

gem "middleman-komponent"

Activate the extension in your config:

# config.rb

activate :komponent