Hey π
I've been working on my portfolio jamstack website and thought I'd share: https://garpunkal.dev.
It uses Vue.Js with Gridsome, TailwindCSS and SquidexCMS.
- Vue.JS
- Gridsome
- Tailwind
- SquidexCMS
- Vercel hosting and CD.
- JamStack
SquidexCMS is connected to the website through API's in Gridsome server config. I then use GraphQL to display the data from Squidex within the site.
I use Vercel as a Node server to rebuild my site every-time the repo changes or a build hook is used from Squidex.
Vercel then builds the static solution with either the repo change or the Squidex update.
All my code is open sourced to help others: https://github.com/garpunkal/garpunkal.dev
I'd love feedback and any comments!
Thanks,
Gareth
Top comments (4)
I really like it, looks modern and simple, with minimalistic design. Great color palette!
Thanks! :)
Your site looks super sweet! Lovin it β€οΈ
Thanks for sharing the code, too - I always wanted to take a look at gridsome π
No problem. Really hope it helps. My first project with it.