This is a website I made in the summer of 2021 to host a collection of essays, posts and other content I wrote and am writing.
Check out the site here.
To make and run a local copy:
git clone https://github.com/chumb3rs/chumbers.io.git && cd chumbers.io
npm install
npm run devchumbers.io is built with Astro.
It uses:
- Tailwind for styling
- PageFind for site search
- Wrangler/Cloudflare Pages for deployment
Ths site is a fork of danielcgilbert's blog-template. Please go and check it out!