Hi, I'm Ion Bazan, a software engineer who loves to build things. I'm passionate about web technologies and building products that make a positive impact on people's lives.
This repository contains the source code of my personal website, which is built with Hugo, automatically deployed to Vercel and is available at https://bazan.dev.
This website serves as a digital business card and a resume. It includes the following features:
- Responsive Design: fully responsive and optimized for various screen sizes.
- Minimalistic Design: clean and minimalistic design, focusing on content.
- Lightweight: no blocking JavaScript, no cookies, just HTML and CSS.
- Printable: optimized for printing (especially the resume), so you can easily generate a PDF version of it.
- SEO-friendly: optimized for search engines, with proper meta tags and structured data.
To ensure the website is simple and lightweight, tools and libraries are limited to:
- Hugo: static site generator written in Go.
- Bootstrap 5: front-end framework.
- SCSS: CSS preprocessor.
- Vercel: cloud platform for static sites and serverless functions.
- FontAwesome: web icons library.
- PostCSS: CSS post-processor.
To run the website locally, you need to have Hugo installed on your machine. You can follow the official installation guide to install Hugo.
npm install
hugo server
This will run the website locally at http://localhost:1313/
.
The content is stored in content/
and data/
directories. The layout and styles are stored in layouts/
and assets/
directories, respectively.
Some additional information like repository details are automatically fetched from GitHub API at build time.
The website is automatically deployed to Vercel when changes are pushed to the main
branch.
Other branches and PRs will be automatically deployed to preview URLs.
This project is open source and available under the Apache License 2.0.