Skip to content
rbwestmoreland edited this page Jul 13, 2012 · 21 revisions

typeset uses directory and file conventions in order to keep things simple.

Directory and File Convention

.
|--_includes
|--_layouts
|--_posts
|--_config.yml
`--favicon.ico

###_includes This is where your html snippets lives.

###_layouts This is where your layouts lives.

###_posts This is where your posts live.

###_config.yml This is your site configuration file.

##Example See https://github.com/typeset/typeset-sample-site for a complete example.

Clone this wiki locally