Bake your web site with JBake

What is baking?

Building a static web site from just plain old text files...

... an alternative to frying a web site using a database.

Less is More

Why bake?

Introducing JBake

What the oven looks like...

Site/Project layout

	
	├── assets
	│   ├── css
	│   ├── img
	│   └── js
	├── content
	│   ├── changelog.md
	│   ├── news
	│   │   ├── index.md
	│   │   └── jbake-v2-1-released.md
	│   └── sites.md
	├── templates
	│   ├── index.ftl
	│   ├── page.ftl
	│   └── post.ftl
	└── custom.properties
	

Content file


title=Changelog
date=2013-03-30
type=page
status=published
~~~~~~

### v2.1

*2013-04-30*

* Added unit tests
* Added post baking stats
* Command line arguments are now optional
...

Now for the Demo...

http://jbake.org