jamstack

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

When You Should Use JAMStack - And When You Shouldn't

December 4, 2020 · 2 min read
JAMStack is getting more and more popular. You've heard about it and are wondering whether you should use it for that next project. The use cases for JAMStack become clearer when we take a short look at what JAMStack is and which benefits it brings.

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.

5 Content Editing Options For JAMStack Sites

October 23, 2020 · 2 min read
When you have a JAMStack website, you need some way to edit your content. In this article, we‘ll go over the different options you have, so you can find the editor that best suits your content workflow.

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.