This guide explains how to populate the site using Ghost content settings.
The theme has two main surfaces:
- Main ICRS home page (from index.hbs)
- LobSTAR landing page (from page-lobstar.hbs, usually for slug
lobstar)
Most dynamic sections are powered by Ghost internal tags (tags prefixed with #).
-
#icrs-post- Used for the home page post feed.
- Query:
tag:hash-icrs-post(up to 12 posts)
-
#icrs-sponsor- Used for the sponsor grid on the home page.
- Query:
tag:hash-icrs-sponsor(all posts)
-
lobstar- Used for LobSTAR posts grid.
- Query:
tag:lobstar(up to 6 posts)
-
#lobstar-sponsor- Used for LobSTAR sponsors section.
- Query:
tag:hash-lobstar-sponsor(all posts)
-
#lobstar-subsystem- Used for LobSTAR subsystems cards.
- Query:
tag:hash-lobstar-subsystem(all posts)
-
#lobstar-team- Used for LobSTAR team members.
- Query:
tag:hash-lobstar-team(all posts, oldest first)
The LobSTAR page includes a Featured Post section directly under the intro content.
Selection rule:
- Post must have tag
lobstar - Post must also have
Featuredenabled in Ghost (featured:true) - Query used:
featured:true+tag:lobstar - Only 1 post is shown (
limit="1")
If multiple posts are marked featured, Ghost returns one based on default ordering. To keep this predictable, mark only one LobSTAR post as featured at a time.
This comes from the static page that uses page-lobstar.hbs:
- Page title -> hero title
- Page content -> hero body text
- Page feature image -> hero image
For the selected featured post:
- Feature image -> left image panel
- Title -> heading on the right
- Date -> metadata line
- Custom excerpt (if set) -> main text
- Fallback when custom excerpt is empty -> autogenerated excerpt
For each post:
- Feature image -> card image
- Title -> card title
- Date -> metadata
- Custom excerpt (if set) -> card text
- Fallback when custom excerpt is empty -> autogenerated excerpt
For each sponsor post:
- Feature image -> sponsor logo/image (will fill the entire square polaroid space)
- Title -> sponsor name
- Custom excerpt -> supporting text (often used for URL or short note)
- Primary tag (first tag) -> sponsor tier level (e.g., "Krill", "Gold", "Platinum")
Note on tier tags: The tier label appears on the polaroid only if set as the post's primary tag. In Ghost Admin, ensure the tier tag appears first in the tag list to make it the primary tag.
For each subsystem post:
- Feature image -> subsystem image
- Title -> subsystem name
- Custom excerpt (if set) -> summary
- Fallback when custom excerpt is empty -> autogenerated excerpt
For each team post:
- Feature image -> avatar/headshot
- Title -> person name
- Custom excerpt -> short bio
- Create or edit a post/page in Ghost Admin.
- Open the post settings panel.
- Add internal tags exactly as listed above (with
#). - Fill in Feature image and Custom excerpt where relevant.
- For a LobSTAR featured post, toggle the post to Featured.
- Publish the content.
- Home article should appear in ICRS feed: add
#icrs-post - Home sponsor should appear in sponsors row: add
#icrs-sponsor - LobSTAR article should appear in Posts: add
lobstar - LobSTAR article should appear in Featured Post: add
lobstarand set Featured - LobSTAR sponsor/team/subsystem cards: add the matching LobSTAR internal tag
- Internal tags are queried by slug (
hash-...) in templates, so spelling matters. - Featured Post section renders only when at least one post matches
featured:true+tag:lobstar. - A featured LobSTAR post can appear in both the Featured section and the Posts grid.
- If an image is missing in some LobSTAR sections, the theme may show a placeholder or text-only block.
- Sponsor tier tags: The tier label on polaroids displays the post's primary tag. In Ghost Admin, set the tier tag (e.g., "Krill") as the first tag in the list to make it primary. The
#lobstar-sponsortag should be a secondary tag.
The theme supports custom site settings available in Ghost Admin under Settings > Design & Branding > Site-wide:
alert_banner_text: Alert banner text displayed at the top of all pages (if set)footer_text: Custom footer description text on all pageshero_tag_1_text,hero_tag_1_url,hero_tag_1_color: First hero tag on ICRS landing pagehero_tag_2_text,hero_tag_2_url,hero_tag_2_color: Second hero tag on ICRS landing pagehero_tag_3_text,hero_tag_3_url,hero_tag_3_color: Third hero tag on ICRS landing pagelobstar_support_url: Support/donation URL for the "Support Us" button on LobSTAR Supporters section
Note: The "Support Us" button only appears on the LobSTAR page if lobstar_support_url is configured.