question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Umbrella Issue: Gatsby Blog Theme 1.6

See original GitHub issue

This issue tracks the work being done for the 1.6 release. This is separate from the 2.0 release.

  • Social card images
  • Featured images
  • Toggle off gatsby-plugin-theme-ui
  • Support external URLs for images
  • Variable excerpt length
  • Update READMEs

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
ehoweycommented, May 5, 2020

Hey Laurie,

Looking forward to follow this one! Cool to see where themes are headed.

Two thoughts from playing around with the gatsby-theme-blog-core and extending it in some of my own work. I basically just took the core theme and tweaked a bit.

You can see what I did here: https://github.com/ehowey/gatsby-theme-catalyst/blob/master/themes/gatsby-theme-catalyst-blog/gatsby-node.js

  • Having a single “featured image” field in frontmatter is limiting. The featured image is often different from what people want shared as the social image. I split this out as two separate image fields, featuredImage and socialImage. Then depending on how the SEO component is setup the featured image could be passed to it or the social image. I noticed you put in fields for the alt tags, great idea. I was just passing the blog post title in as the alt.

  • Being able to customize the excerpt length is nice-to-have, I did this via a theme option in gatsby-config, I felt 140 characters was too short for some designs

1reaction
laurieontechcommented, May 5, 2020

Thanks for the feedback @ehowey! That’s an interesting thought on social vs. featured image. Perhaps it can default to the featured one if you don’t explicitly set a social image? Does that seem reasonable?

In terms of customizing excerpt length that’s certainly something I hadn’t considered. I love it!

Read more comments on GitHub >

github_iconTop Results From Across the Web

gatsby-theme-blog
A Gatsby theme for creating a blog. Installation For a new site If you're creating a new site and want to use the...
Read more >
How to Use a Gatsby Theme - YouTube
Gatsby #gatsbyjsGatsby themes can be hard to get your head around. At first blush, it might not be clear what you're really supposed...
Read more >
gatsby-theme-blog - npm
A Gatsby theme for miscellaneous blogging with a dark/light mode. Latest version: 4.0.0, last published: a year ago.
Read more >
DON'T DO IT Army Anti-Nike Original AUTHENTIC Vintage Skateboard
New other (see details): A new, unused item with absolutely no signs of wear. The item may be missing the original packaging, or...
Read more >
How To Use Themes in Gatsby - DigitalOcean
The JavaScript language is an expansive topic, but a good ... In this tutorial, you will be using gatsby-theme-blog , so select that...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found