gridsome

Posts about Gridsome, the JAMstack framwork for Vue.js.

How To Use Folders And Filenames As Paths For Your Webpages With Gridsome

April 25, 2021 · 9 min read
The standard way for URLs in Gridsome is the `slug` parameter. But you can also tie your folder structure to your website structure and use directories and filenames as paths, like other frameworks such as Next.js do. At the end of this article, you'll know how to…

How to Include Markdown From Other Markdown Files [Gridsome Guide]

April 3, 2021 · 1 min read
Here's a quick way to include markdown files inside other markdown files with `@gridsome/vue-remark`. If set up properly, it allows to import other markdown files like this

Vue Components in Markdown With Vue Remark [Gridsome Guide]

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.

How to Add Storybook to Gridsome [2021 Guide]

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.1.15) with Gridsome (0.7.23) and see how we can use them together.

How to Add Text to Your Tag Pages in Gridsome

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.

Create An Article Series Overview Page With Gridsome

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.

How To Add Forestry CMS to Gridsome

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.

How to Add Cover Images To Your Gridsome Posts

August 21, 2020 · 4 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.