Articles

Clean Install In CI: How To Freeze Your Lockfile With npm And yarn

August 4, 2020 · 1 min read
Why it is important to fix the dependency version in your CI pipeline. And how to do it.

Publish Your Gridsome Blog On Netlify

July 31, 2020 · 1 min read
Do you already use Netlify? It’s an awesome service to host static websites on a fast and global CDN. They also offer functions, forms, identity, DNS, automatic HTTPS, and much more.

How to Find Your Next Blog Post Idea

July 28, 2020 · 3 min read
Sometimes I don’t know what to write. Without a topic to write about, the words don’t flow. That’s where idea generation techniques come into play. After reading this, you will know several techniques to generate fresh ideas for your blog posts.

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!

I Stopped Using My Smartphone In The Morning. You Should, Too. Here's Why.

July 21, 2020 · 1 min read
Your morning sets the tone for your day. And the most important thing you can manage during the day is your own attention (not your time).

How to Add ESLint to Gridsome (The Easy Way)

July 17, 2020 · 1 min read
The concept we need for categories and tags in Gridsome is taxonomy pages. Every node in Gridsome's GraphQL Schema has a belongsTo field that shows which other nodes are referencing it.