Tech Stack that powers arpitbhayani.me
Spoiler alert, this website has NO JS framework like React, Vue, Angular, etc. It contains only two chunks of JS code
- Google Analytics
- 3 lines of JS function to display and hide some elements
function showCode() {
document.getElementById('code').style.display = "block";
}
The site is statically generated through a very simple static site generator that I wrote in Python. It uses Jinja templates to power reusability. The CSS of this website is powered by a framework called Bulma while the images are served through a simple and cost-efficient CDN called Bunny CDN. The static site is served through the ever-amazing Netlify.
In a gist, this website is powered by
- Hosted on Netlify
- CSS Framework Bulma
- Images served through Bunny CDN
- Site is statically generated by Reweb
- Analytics powered by Google Analytics