Writing Posts
This theme includes a blog-like writing section with search and tag filtering.
Creating Posts
- Create a new file in
_posts/following the naming convention:YYYY-MM-DD-post-title.md - Add front matter:
--- layout: page title: Your Post Title description: Brief description tags: [tag1, tag2, tag3] --- - Write your content using markdown
- Use
<!--more-->to set excerpt break point
Features
- Full-text search
- Tag filtering
- Responsive design
- Excerpt support
- Date-based sorting
Front Matter Options
title: Post title (required)description: Brief description (required)tags: Array of tags (optional)date: Override publish date (optional)
Comments