eliasdc / gimli-examples

A collection of example pages built with gimli

Home Page:https://github.com/walle/gimli-examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gimli-examples

This is a collection of markup files converted to pdf using gimli.
The markup files is stored in the root folder and the pdf output is saved in build.

I use guard-gimli to build the files when changed.
The default guardfile is used but modified to output to build, see the Guardfile

guard 'gimli', :outputdir => 'build' do
  watch(%r{.+\.(md|mkdn?|mdown|markdown|textile|creole|(media)?wiki)})
end

Styles

I have a custom stylesheet the orgmode example to define the table style.
To build the orgmode example use

$ gimli -f table.org -o build -s table.css

You can also add a stylesheet to the guard like this

guard 'gimli', :outputdir => 'build', :stylesheet => 'table.css' do
  watch(%r{.+\.(org)})
end

About

A collection of example pages built with gimli

https://github.com/walle/gimli-examples