Glossary
Plain-language definitions of the terms used throughout the Miyus docs — accent color, code injection, custom template, slug, tag, and more.
Short definitions of the recurring terms in these docs. Each entry is linkable, so other pages point here the first time a term appears.
Accent color
A highlight color used for buttons, links, and UI details. Miyus uses two kinds: the site-wide brand accent color (set under Design & branding → Brand) and per-tag tag accent colors (set on each tag under Tags → Tag color), which can re-color tag pages, posts, and homepage sections when Use tag accent color is on.
Code injection
Ghost's built-in box for adding small code snippets to your site (Settings → Code injection) without editing theme files. Snippets survive theme updates. Miyus recipes: Code injections.
Custom template
An alternative page layout bundled with the theme, chosen per page in the editor's Page settings → Template dropdown. Miyus ships two: Contact (the Formspree contact page) and Authors (the contributors directory).
Formspree endpoint
The unique URL a free Formspree account gives you for a form (it looks like https://formspree.io/f/abcd1234). Miyus's contact form sends its submissions to this URL — paste it into the Contact form endpoint setting and messages arrive in your inbox. No endpoint, no form.
Hero
The large opening section at the top of the homepage: a title, a description, and an optional newsletter signup form, drawn over your publication cover image. Configured under the Homepage settings.
Primary tag
The first tag in a post's tag list. When a post has several tags, Ghost treats the first one as primary — it's the tag whose accent color a post page picks up in Miyus. Reorder tags in the post's settings panel to change it.
Slug
The URL-friendly version of a name — the last part of a web address. A tag called "Getting Started" typically has the slug getting-started. Miyus's Featured links and homepage sections are configured with comma-separated slugs, which must match exactly.
Tag
Ghost's way of grouping posts by topic. Public tags (e.g. News) are visible to readers and power Miyus's homepage sections, featured links, accent colors, and related posts. Internal tags start with # and are invisible to readers — Miyus uses just one, #custom_contact_form, to switch the contact page into custom-form mode; it has no wider internal-tag system.