Skip to content

Implement Newly Introduced Ghost Theme Features #100

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

toddbirchard
Copy link
Member

Description

Ghost has recently announced the Source theme to be Ghost's "default" theme in place of Casper. As a result, it is expected that Source serves to implement features added to GhostCMS moving forward.

Features

At the time of writing, the following features have been introduced as being available to Ghost themes, and will be explored/pursued in this PR:

  • Navigation customization via GhostCMS.
  • Built-in Lightbox.
  • Conditionals configured via GhostCMS, such as {{#if @custom.show_author}}{{/if}}, {{#unless @custom.show_images_in_feed}}{{/unless}}, {{#if @custom.show_publication_info_sidebar}}{{/if}},{{#match @custom.header_style}}{{/match}}.
  • New helpers, such as {{feature_image_caption}}

Notable Improvements

As a result of newly customizable {{navigation}} options, this PR has a notable focus on site navigation (both desktop and mobile). These include both functional and stylistic changes.

@toddbirchard toddbirchard added the WIP Work in Progress label Feb 21, 2024
@toddbirchard toddbirchard self-assigned this Feb 21, 2024
Copy link

sonarqubecloud bot commented Mar 8, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
WIP Work in Progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant