Arthur Rump

About FAKE

Posts

Git-based versioning using FAKE

How to use FAKE to automatically set version numbers based on your Git history.

For Fake.StaticGen, I wanted to have a semi-automated way of determining the version number for each release. Inspired by Nerdbank.GitVersioning, I liked the idea of having a unique version for every commit, but I …

Projects

Fake.StaticGen

A fully customizable static site generator using the power of FAKE

Fake.StaticGen is a toolkit for generating static websites using FAKE build scripts. It provides a framework for including pages and files and writing those out to disk in the correct folder structure. Fake.StaticGen tries to be very flexible and give you full control of the way you want …