webgen logo

webgen / static website generator

static website generation made easy!

Sub Menu

Tips

  • The basics pagecontains everything one needs to get going with webgen!
  • Descriptions for plugins can be found in the plugins section

Latest news

2007-12-31: Minor release with feature enhancements. More...

2007-09-08: Small bug fix release. More...

2007-06-29: Some bug fixes and one small feature enhancement. More...

Links

Generated by webgen

General Information

Description

Converts content written using Sass markup (Homepage) to CSS. This content converter is only useful for writing CSS page files. You have to make sure to change the output name style sothat the extension css is used and to stop the template chain – see the example below!

You can use the following page file as a template for your sass files:

---
outputNameStyle: [:name, [., :lang], .css]
template: ~
validator: ~
--- content, sass
p
  :background-color grey
  :padding 5px

Caveat

This plugin is only available if you have installed the haml library. The preferred way to do this is via Rubygems:

gem install haml