This is the obligatory first post to celebrate the launch of my new portfolio site and blog.
Welcome, children! — Mose Schrute
I built this site to make it super easy to showcase my work. You probably noticed the speed, that's because I used Gridsome, an excellent static site generator. The custom Gridsome theme is based on kross.
The site itself is hosted on Netlify, where I leverage Netlify forms to handle form submissions.
Here are my npm dependencies at the time the site went live:
{
"@gridsome/plugin-critical": "^0.1.6",
"@gridsome/plugin-google-analytics": "^0.1.1",
"@gridsome/plugin-sitemap": "^0.4.0",
"@gridsome/remark-prismjs": "^0.3.0",
"@gridsome/source-filesystem": "^0.6.2",
"@gridsome/transformer-remark": "^0.6.1",
"bootstrap": "^4.5.0",
"bootstrap-vue": "^2.15.0",
"gridsome": "^0.7.0",
"gridsome-plugin-pwa": "0.0.18",
"typeface-playfair-display": "^1.1.4",
"typeface-roboto": "0.0.75",
"vue": "^2.6.11",
"vue-kinesis": "^1.1.5",
"vue-masonry-css": "^1.0.3",
"vue-slick-carousel": "^1.0.6",
"vue-themify-icons": "^1.0.0"
}