Welcome to the jen skeleton site.

This is a great starting point for your own site. Start with the links at the bottom if you want to read about what jen does and how it works.

But don't be afraid of just diving in. Edit _inc/layout.jade to change the overall containing markup. Look in _pages and _posts for... pages and posts. _scripts and _styles are also probably high on the list.

Crash course in running this thing:

cd path/to/skeleton
jen --debug
# edit files, etc
^C
jen build
# edit config.json with deploy command
jen deploy

Read the introduction.
Read more about layout.
Read more about posts and pages.