_global: title_suffix: 'Your Site' footer_text: 'Hey' index: _global: title: 'Home' _pieces: - layouts/layout: _pieces: - header: {} - posts: _pieces: - posts/post: title: 'A block title' content: '
Some paragraph
' - posts/post: title: 'Another' content: 'Another thing.
' - posts/post: title: 'And another' content: 'Blah blah blah.
' - footer: {} about: _global: title: 'About' _pieces: - layouts/layout: _pieces: - header: {} - posts/post: title: 'About Author' content: 'He is a cool dude.
' - footer: {}