frontend

How to Learn Programming Faster If You Take Courses

September 18, 2020 · 1 min read
You're doing one of the many programming courses and wonder: "How can I accelerate my learning?" Here's the approach I took.

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 · 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.

How to Make Your Gridsome Site SEO-Ready: Meta-Tags, Sitemap, Robots.txt

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.

How To Add Dark Mode To Your Gridsome Blog With Tailwind CSS

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.

How to Set Up Drafts And Schedule Posts To Publish With Gridsome

July 24, 2020 · 2 min read
Until now, our simple blog lacks two important features: posts in draft state, and automatic publishing of blog posts in the future. Let’s explore how to implement both in a few minutes!