Posts are stored in the _posts
directory and named according to the YEAR-MONTH-DAY-title.MARKUP
format as per the usual.
Where YEAR
is a four-digit number, MONTH
and DAY
are both two-digit numbers, and MARKUP
is the file extension representing the format used in the file. For example, the following are examples of valid post filenames:
2016-07-20-writing-jekyll-posts.md
2015-01-03-static-site-generators.markdown
There are 2 blog layouts and 2 blog single layouts in this theme.
Blog layout 1
To use blog layout 1 goto blog/index.html
.
Blog layout 2
To use blog layout 1 goto blog-v2/index.html
.
Blog Single layout 1
To use blog single layout 1 template, add below code in your posts.
---
layout: blog-single-layout1
---
Blog Single layout 2
To use blog single layout 2 template, add below code in your posts.
---
layout: blog-single-layout2
---
Categories and Tags
For categories and tags you have to describe the tags and category of the post in the top of your post.
categories: ["wordpress"]
tags:
[wordpress, theme, portfolio, color, inspiration, web site, creativity, daily]