Landing Page Example

This theme offers a simple landing page layout which consist of three parts: header, body and footer, the body is the content itself.

How to Use it?

Specify the layout as landing on the front matter.

1layout = 'landing'
toml
1layout: landing
yaml
1{
2   "layout": "landing"
3}
json

And then writing the content with Markdown and shortcodes.