@hackage pencil0.1.0
Static site generator
Categories
License
BSD-3-Clause
Maintainer
elbenshira@gmail.com
Links
Versions
Installation
Dependencies (17)
- base >=4.9 && <5
- data-default >=0.7 && <1
- directory >=1.3 && <1.4
- edit-distance >=0.2.2.1 && <0.3
- feed >=0.3.12.0 && <1
- filepath >=1.4 && <1.5 Show all…
Dependents (0)
Pencil
Pencil is a static site generator. Use it to generate your personal website! Pencil comes pre-loaded with goodies such as blogging, tagging, templating, and Markdown Sass/Scss support. Flexible enough to extend for your own needs.
The blue-backed notebooks, the two pencils and the pencil sharpener... the marble topped tables, the smell of early morning... and luck were all you needed. — Ernest Hemingway, A Moveable Feast
Examples
Checkout the examples provided. To run the Simple example:
stack build
stack exec pencil-example-simple
Open the examples/Simple/out/ folder to see the rendered web pages.
Development
stack build --pedantic
stack test
stack exec doctest src/
Documentation
stack haddock
Ctags
stack install hasktags
hasktags --ignore-close-implementation --ctags .