./blog/this-site
The history and my thoughts on this website.
./this-site/history/vanilla-html-css
My first prototype for this site was made with vanilla html and css.
That's when I found
Bootstrap
.
This made it incredibly easy to create my own portfolio/asset-library.
Check out this version!
./this-site/history/nextjs-chakra_ui
After I watched
a video on Youtube
about someone creating a portfolio using
Chakra-UI
and
NextJS
, I was totally hooked.
Check out this version!
./this-site/history/current-design
This site uses
AstroJS
and all of the css is custom.
I had a lot of fun designing this site and I really enjoy the lightweight framework.
./this-site/why-astro_js
Astro is a great framework.
NextJS
is also a great framework.
Why the
&%#!
did I choose
AstroJS
?
Astro ships zero javascript to the browser, unless you tell it to do otherwise.
It is a joy to work in. Your components/pages/layouts all have their own css directly in their file!