Showcasing the projects, articles, & talks I've worked on.
This codebase creates a static site, built using:
- Nuxt.js
- Buefy
- vue-awesome-swiper
- Mozilla's PDF.js for viewing PDFs
- Cloudflare for DNS & edge proxy
- GitLab Pages
I'm using the Vue ecosystem because I find it easier to work with than React. For example, I don't have to worry about using className
instead of class
and .vue
component/page files let you use a <template>
tag to enclose your DOM elements.