Skip to content
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

Updated README, remove duplicate Open Graph tags, SEO optimization, featured image and more #54

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Jan 14, 2022

  1. Update README.md

    Changed "Last tested" to Ghost v4.
    sjbrg committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    bfde5a8 View commit details
    Browse the repository at this point in the history
  2. Remove duplicate Open Graph tags

    The tags og:title, og:type and og:description are populated by Ghost natively, so no need for the theme to do it.
    sjbrg committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    a774c88 View commit details
    Browse the repository at this point in the history
  3. SEO-optimize site title H-tag

    Changed so the site title H1 tag is only used on the homepage. On other pages / posts the site title is a span with identical styling, which gives more weight to the actual topic of the page that you likely want to rank for in search engines.
    sjbrg committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    15e3470 View commit details
    Browse the repository at this point in the history
  4. Internationalization support

    Added support for theme internationalization, as well as swedish translation.
    sjbrg committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    73f7f68 View commit details
    Browse the repository at this point in the history
  5. Optimized post listing H3-tag

    I've broken out the post meta (date and tags) from the h3 title tag so that it only includes the actual post title. Best practice for SEO-purposes. Also added CSS to keep styling identical. On small screens the post meta is placed underneath the page title to avoid ugly line breaks.
    sjbrg committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    b86ebc7 View commit details
    Browse the repository at this point in the history
  6. Support for custom excerpt

    I'd suggest adding support for custom excerpt. One might think it takes away from the "minimalist"-approach of this theme, but even if it's supported you don't have to use it. And at least for me who have used custom excerpts with my previous theme this allowed me (and will help others) to take the jump and try out Crisp without loosing that content.
    sjbrg committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    0d8f7a4 View commit details
    Browse the repository at this point in the history
  7. Support for featured image

    For the same reason as suggesting support for custom excerpt is added, I would suggest support for featured images is added. I have featured images on most of my posts and when I switched to Crisp I "lost" those images. Adding support gives people the option to use it if they want. This featured image code is borrowed from the default Casper theme.
    sjbrg committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    c96a595 View commit details
    Browse the repository at this point in the history
  8. Change link color to use accent color variable

    Replaced hardcoded link color with with the native accent color variable to use the accent color that's set in the Ghost design settings.
    sjbrg committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    8f52ddd View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2022

  1. Ghost recommendation for internationalization

    Updated to set lang code according to setting in Ghost settings.
    sjbrg committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    d307b94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5723ae1 View commit details
    Browse the repository at this point in the history