November 13, 2020 · 3 min read
Have you ever wondered how you can get dynamic content inside your blog posts? Stuff like CodePens, image carousels, or quizzes? That's totally possible in Gridsome with markdown posts.
November 6, 2020 · 2 min read
Storybook enables component-driven development for frontend teams. This allows you to build high-quality components by thinking about their structure and interface before integrating them into the app. Let's integrate Storybook (6.0.28) with Gridsome (0.7.22) and see how we can use them together.
September 11, 2020 · 2 min read
We have separate pages for our tags, great! But they are all the same. How can we add text to the tag pages, so we can let our readers know more about them? Here's a simple way.
September 4, 2020 · 2 min read
You're writing an article series. And you want a place for your readers to see all posts at once. Using the tags system would work, but is not the right fit for this. Here's a simple way to create and automatically update an article series overview page.
August 28, 2020 · 3 min read
Until now, we've managed our content with Git. And Git is great! You have all the files necessary to build your project right there, in your repository. But the editing experience sucks.
August 21, 2020 · 3 min read
SEO is crucial. And with site speed being a big factor in SEO, we are set up for a good start with Gridsome. Great technical SEO is the basis for all other SEO techniques.
August 14, 2020 · 7 min read
SEO is crucial. And with site speed being a big factor in SEO, we are set up for a good start with Gridsome. Great technical SEO is the basis for all other SEO techniques.
August 7, 2020 · 6 min read
UI is finally moving to dark mode. More and more websites allow users to select a dark theme. MacOS, iOS, many apps, and even Windows 10 have dark mode. At the end of this article, you will know how to add dark mode to your Gridsome website with Tailwind CSS.