Tag: vue
Using Chart.js with Gridsome
November 20, 2020 · 1 min read
I love charts and wanted to embrace a library for client side visualisation. I've hacked around with a method to use Chart.js with Gridsome and created a simple demo site detailing my progress thus far.
Enhanced syntax highlighting options for Gridsome
November 15, 2020 · 3 min read
Having managed to syntax highlighting to work in Gridsome I wanted to explore some of the extra features offered by gridsome-plugin-remark-prismjs-all.
Syntax highlighting of code blocks in Gridsome
November 14, 2020 · 5 min read
I've been building a couple of sites in Gridsome and ran into a few little issues getting syntax highlighting applied to code blocks. This is how I solved it.