forked from hero/www_hero_project
33 lines
758 B
Markdown
33 lines
758 B
Markdown
---
|
|
title: "Blog"
|
|
paginate_by: 6
|
|
# paginate_reversed: false
|
|
sort_by: "date"
|
|
insert_anchor_links: "left"
|
|
#base_url: "posts"
|
|
#first: "first"
|
|
#last: "last"
|
|
template: "layouts/blog.html"
|
|
page_template: "blogPage.html"
|
|
#transparent: true
|
|
extra:
|
|
imgPath: /images/threefold_img2.png
|
|
---
|
|
|
|
<!--
|
|
This page is made by combining different /partial html pages together. To edit the page content, please go to specific 'partial
|
|
page(s)' that you would like to edit.
|
|
|
|
BLOG PAGE
|
|
|
|
1. Featured Blog section: "partials/featuredBlog.html
|
|
2. Blogpost section: "partials/blogpost.html"
|
|
3. Sidebar: "partials/blogsidebar.html"
|
|
|
|
|
|
Extras:
|
|
1. header: "partials/header_custom.html"
|
|
2. CTA / Subscribe: "partials/cta.html"
|
|
2. footer: "partials/footer.html"
|
|
-->
|
|
|