← Return to Log

🎫 Event Registration Sample

P-chan
Log Events PochomLab

■ About This Event Page

  • Event pages are managed as a single shared page for both Japanese and English.
  • Please include the Japanese section and the English section consecutively within the same article.
  • If needed, add anchor links at the top of the page or at the beginning of each section.
  • You can write the page in Markdown format.
  • When omitting an item, delete the entire item label or comment it out with (#).
---
title: "Event sample"
type: other # Values: zine | online | release | talk | other
date: 2026-02-26
startDate: 2026-02-26
#endDate: 2026-02-27
timezone: "Asia/Tokyo"
location: "online"
venue: "Booth A-12"
#cover: "/images/events/2026-02-26-230627.webp"
lineup:
  - "Lineup 1"
  - "Lineup 2"
tags:
  - "KDP"
  - "Release"
  - "Egaki-sho"
links:
  - label: "KDP (Chapter 3)"
    url: "https://www.amazon.co.jp/dp/B0GMGP1GPV/"
author: "Display Name"
draft: false # Values: true | false
---

## ■ Overview
[Japanese below ↓](#japanese)

Body text...

# Japanese

■ title (Required)

  • Enter the title of the event.

■ type (Required)

  • Select the event type from the list below.
  • If the cover image is omitted, a default image corresponding to this type will be used.
typeDescriptionNotes
zineZINE festivals, literary fairs, exhibitions, creator markets👉 Offline-oriented distribution or exhibition of creative works
onlineBooth sales launch, KDP release, web publication, site launch👉 Online publication or sales start
releaseBook releases, new chapter announcements, new character reveals, trademark registration reports👉 The moment something is officially released
talkTalk events, Spaces, interviews, presentations👉 Communication-focused events
otherAnniversaries, collaborations, uncategorized events, special projects👉 Buffer category

Difference between release and online

  • online = The location of the event or publication is online.
  • release = Focuses on the action of releasing a work.

■ date (Required)

  • Enter the date when the event card is registered.
  • Latest updates and RSS feeds are processed based on this date.

■ startDate (Required)

  • Enter the event date.
  • The event status (Upcoming / Past) is automatically determined using startDate and endDate.

■ endDate (Optional)

  • Enter this when the event spans multiple days.

■ timezone / location / venue (Optional)

  • Displayed on the event card and the detail page.

■ cover (Optional)

  • Provide the link to the image (16:9 recommended) displayed on the card and detail page.
  • If omitted, a default image corresponding to the type will be used for the card.
  • The detail page will not display a fallback image.

■ lineup / tags (Optional)

  • Displayed on the event card and detail page.
  • Multiple entries are allowed.
  • Links to external sites will be displayed on the detail page.

■ author (Required)

  • Enter the public display name in author.
  • For articles that include both Japanese and English on a single page, you can write the author name as JA / EN.

■ draft (Required)

  • If set to true (draft), the event card will not appear on the event page.
  • If false, the event will be published.

If you want to include an English introduction in the article, write it as follows.

1. Create headings for each section

## Japanese
## English

2. Add links at the top of the article

[Japanese below ↓](#japanese)
[English below ↓](#english)

This allows readers to scroll to the English section within the page.

Note: The headings must be written exactly as ## Japanese and ## English. Please do not change the spelling, capitalization, or wording.