Styling becomes much easier when the body of your HTML document has the right classes. The following classes are very useful. Note that this assumes you give your sections (folders in the root of the content) english plural names, like ‘products’ or ‘reviews’. It assumes this structure: content/ ├── products/ <-- section │ ├── _index.md <-- list page │ ├── product-1.md <-- single page │ └── product-2.md ├── _index.md <-- homepage ├── about.md ...