Myles' Grimoire

Structured Pages

Structured pages use frontmatter attributes so the site can render lists, filters, and status badges consistently.

Base

These attributes apply to all structured pages.

Attributes

Projects

For capturing notes, ideas, and related information for the different projects I’m working on.

Attributes

Example:

---
type: project
name: Example Project
projectStatus: working
projectStartedAt: 2025-12-01
---

Research

For keeping track of research threads I’m trying to understand.

Attributes

Example:

---
type: research
name: Example Research
researchStatus: study
---

Tarot Cards

For my ongoing tarot studying.

Attributes

Example:

---
type: tarot
tarotOrder: 0
tarotArcana: minor
tarotSuit: cups
tarotElement: water
tarotUpright:
  - happiness
  - fulfillment
  - new beginnings
tarotReversed:
  - anguish
  - end of a relationship
  - bad news
tarotYesOrNo: true
---