1 min read

Writing Posts

This theme includes a blog-like writing section with search and tag filtering.

Creating Posts

  1. Create a new file in _posts/ following the naming convention: YYYY-MM-DD-post-title.md
  2. Add front matter:
    ---
    layout: page
    title: Your Post Title
    description: Brief description
    tags: [tag1, tag2, tag3]
    ---
    
  3. Write your content using markdown
  4. Use <!--more--> to set excerpt break point

Features

Front Matter Options

Comments