Implement Newly Introduced Ghost Theme Features #100
+93
−59
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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:
{{#if @custom.show_author}}{{/if}}
,{{#unless @custom.show_images_in_feed}}{{/unless}}
,{{#if @custom.show_publication_info_sidebar}}{{/if}}
,{{#match @custom.header_style}}{{/match}}
.{{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.