create
Create Blog View
Comprehensive Blog Layouts Guide
Overview
The Snowlake Jekyll Theme offers 8 distinct blog layouts to help you create a compelling and versatile blogging experience. This guide provides an in-depth exploration of each layout, its features, and best practices.
Blog Layout Types
1. Boxed Classic Sidebar View (boxed-classic-sidebar-view.html
)
Example Front Matter:
---
layout: blog/boxed-classic-sidebar-view
meta_title: Snowlake - Boxed Classic Blog with Sidebar - Creative Business and Startup Jekyll Theme
meta_description: |
Snowlake Jekyll Theme's Boxed Classic Blog with Sidebar can help you build your dream blog.
title: "Boxed Classic Blog with Sidebar"
sub_title: "Aenean lacinia bibendum nulla sed consectetur"
header_image: "/assets/images/art/bg29.webp"
permalink: "/blogs/boxed-classic-sidebar"
pagination:
enabled: true
per_page: 7
---
2. Boxed Classic View (boxed-classic-view.html
)
Example Front Matter:
---
layout: blog/boxed-classic-view
meta_title: Snowlake - Boxed Classic Blog - Creative Business and Startup Jekyll Theme
meta_description: |
Snowlake Jekyll Theme's Boxed Classic Blog provides a clean and professional blog layout.
title: "Boxed Classic Blog"
sub_title: "Consectetur adipiscing elit"
header_image: "/assets/images/art/bg30.webp"
permalink: "/blogs/boxed-classic"
pagination:
enabled: true
per_page: 7
---
3. Boxed Grid Sidebar View (boxed-grid-sidebar-view.html
)
Example Front Matter:
---
layout: blog/boxed-grid-sidebar-view
meta_title: Snowlake - Boxed Grid Blog with Sidebar - Creative Business and Startup Jekyll Theme
meta_description: |
Snowlake Jekyll Theme's Boxed Grid Blog with Sidebar offers a modern and engaging blog experience.
title: "Boxed Grid Blog with Sidebar"
sub_title: "Nullam quis risus eget urna mollis"
header_image: "/assets/images/art/bg31.webp"
permalink: "/blogs/boxed-grid-sidebar"
pagination:
enabled: true
per_page: 7
---
4. Boxed Grid View (boxed-grid-view.html
)
Example Front Matter:
---
layout: blog/boxed-grid-view
meta_title: Snowlake - Boxed Grid Blog - Creative Business and Startup Jekyll Theme
meta_description: |
Snowlake Jekyll Theme's Boxed Grid Blog provides a visually appealing and organized blog layout.
title: "Boxed Grid Blog"
sub_title: "Vestibulum id ligula porta felis"
header_image: "/assets/images/art/bg32.webp"
permalink: "/blogs/boxed-grid"
pagination:
enabled: true
per_page: 7
---
5. Classic Grid Sidebar View (classic-grid-sidebar-view.html
)
Example Front Matter:
---
layout: blog/classic-grid-sidebar-view
meta_title: Snowlake - Classic Grid Blog with Sidebar - Creative Business and Startup Jekyll Theme
meta_description: |
Snowlake Jekyll Theme's Classic Grid Blog with Sidebar combines traditional layout with modern design.
title: "Classic Grid Blog with Sidebar"
sub_title: "Maecenas sed diam eget risus"
header_image: "/assets/images/art/bg33.webp"
permalink: "/blogs/classic-grid-sidebar"
pagination:
enabled: true
per_page: 7
---
6. Classic Grid View (classic-grid-view.html
)
Example Front Matter:
---
layout: blog/classic-grid-view
meta_title: Snowlake - Classic Grid Blog - Creative Business and Startup Jekyll Theme
meta_description: |
Snowlake Jekyll Theme's Classic Grid Blog offers a clean and organized blog presentation.
title: "Classic Grid Blog"
sub_title: "Donec ullamcorper nulla non metus"
header_image: "/assets/images/art/bg34.webp"
permalink: "/blogs/classic-grid"
pagination:
enabled: true
per_page: 7
---
7. Classic Sidebar View (classic-sidebar-view.html
)
Example Front Matter:
---
layout: blog/classic-sidebar-view
meta_title: Snowlake - Classic Blog with Sidebar - Creative Business and Startup Jekyll Theme
meta_description: |
Snowlake Jekyll Theme's Classic Blog with Sidebar provides a traditional blog reading experience.
title: "Classic Blog with Sidebar"
sub_title: "Cras mattis consectetur purus sit amet"
header_image: "/assets/images/art/bg35.webp"
permalink: "/blogs/classic-sidebar"
pagination:
enabled: true
per_page: 7
---
8. Classic View (classic-view.html
)
Example Front Matter:
---
layout: blog/classic-view
meta_title: Snowlake - Classic Blog - Creative Business and Startup Jekyll Theme
meta_description: |
Snowlake Jekyll Theme's Classic Blog offers a straightforward and readable blog layout.
title: "Classic Blog"
sub_title: "Fusce dapibus, tellus ac cursus commodo"
header_image: "/assets/images/art/bg36.webp"
permalink: "/blogs/classic"
pagination:
enabled: true
per_page: 7
---