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!
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!
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!
June 5, 2020 · 4 min read
In the last part, we started with a basic static site built with Gridsome. Now, we will write Markdown files, load them into Gridsome with a source-plugin, and display them as blog posts using template components.
June 2, 2020 · 2 min read
If you've been reading about JAMstack, you've probably heard about the PRPL pattern. What is it and why does it speed up websites? Let's find out.
May 29, 2020 · 7 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.