Write blog posts, life entries, and project pages for a Zola-based blog with Papaya theme. Use when user wants to create, draft, or publish content for their blog, write a new post, add a project, or create life section entries. Handles frontmatter, multilingual (en/zh), taxonomies, image shortcodes, and summaries.
Write content for nubiv's Zola blog (/Users/nubiv/dev/blog). See REFERENCE.md for full details.
content/<section>/<slug>/index.md (and index.zh.md if bilingual)+++
title = "Post Title"
date = YYYY-MM-DD
[taxonomies]
tags = ["tag1", "tag2"]
+++
Summary paragraph here — shown in listings and feeds.
<!-- more -->
Full content continues here...
+++
title = "Project Name"
date = YYYY-MM-DD
[taxonomies]
categories = ["category-slug"]
[extra]
repo_path = "owner/repo"
+++
Project description.
my-post-title/)YYYY-MM-DD format, required for blog/life posts<!-- more --> to split preview from full content{{ img(path="./image.jpg", alt="description") }} shortcodeindex.md, Chinese = index.zh.md (same directory)[extra] with featured_image, featured_image_alt, featured_image_extended