frontend

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.

Tailwind CSS vs Bootstrap: Why Tailwind Is Better For Teams

July 14, 2020 · 2 min read
Gridsome is a modern static site generator based on Vue. It has functionality that allows easy development of fast websites, and loading data from various sources. Learn the basics and build a static site with this guide.

How to Add Tags to Your Posts In Gridsome

July 10, 2020 · 3 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.

How to Add Styling to Your Code Blocks in Gridsome [With Shiki]

July 3, 2020 · 3 min read
Your code editor has syntax-highlighting. The code in your blog posts should have syntag-highlighting, too.

Host Google Fonts Yourself For Performance and Privacy In Your Gridsome Blog

June 26, 2020 · 3 min read
As of May 2020, at least 88 Million Websites use Google Fonts. Apart from the privacy reasons, soon using a CDN other than your own won’t bring you any performance benefits. So let’s host Google Fonts ourselves!

You Should Care About Email Flooding. This Is How to Avoid It.

June 23, 2020 · 2 min read
Imagine this. Someone uses your website form to send thousands of spam emails. And you wake up to your email reputation being ruined and hundreds of “WTF happened” emails.

Style Your Markdown Posts With Tailwind CSS in Gridsome [2020 Guide]

June 19, 2020 · 3 min read
In the last part, we added styling to our Gridsome blog with TailwindCSS. Now we will style our Markdown blog posts, too!

How to Style Your Gridsome Blog with Tailwind CSS [2020 Guide]

June 12, 2020 · 6 min read
In the last part, we built a Gridsome blog based on Markdown files. Now let's add some styling with Tailwind CSS!