Skip to content
This repository has been archived by the owner on Oct 15, 2019. It is now read-only.
/ wintersmith-siml Public archive

Wintersmith template plugin for SIML.

Notifications You must be signed in to change notification settings

wooorm/wintersmith-siml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wintersmith-siml

Compile SIML templates.

Getting Started

This plugin requires Wintersmith.

Checkout Wintersmith, if you haven't before.

Checkout SIML's introduction for more information on SIML itself.

npm install wintersmith-siml --save-dev

Once the Wintersmith Template Plugin has been installed, it may be enabled inside your config.json file by adding it to the plugins array:

"plugins" : [ "./node_modules/wintersmith-siml" ]

If you've installed Wintersmith-SIML globally (through npm install -g wintersmith-siml), you don't need to specify a path:

"plugins" : [ "wintersmith-siml" ]

Next, when you run wintersmith build, or wintersmith preview, files with siml as their extension will be rendered to HTML.

Alternativly, you could run wintersmith build --plugins wintersmith-siml

About

Wintersmith template plugin for SIML.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published