Skip to content

burnto/nanoc-html-pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML::Pipeline for Nanoc

An HTML::Pipeline filter for Nanoc.

Installation

Add this your Gemfile:

gem 'nanoc-html-pipeline'

Usage

In your nanoc Rules file, use an :html_pipeline filter to run content through a pipeline.

filter :html_pipeline,
  :pipeline => [:markdownfilter, :emojifilter, :syntaxhighlightfilter],
  :asset_root => "http://your-domain.com/where/your/emoji/live"

Custom filters are supported; see the tests for an example.

About

Use HTML::Pipeline in Nanoc

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages