This repository contains the source code for my personal website built with Hugo, a fast and modern static site generator.
This website showcases my skills, projects, and interests as an Electrical Engineering student. It features a clean, responsive design and is hosted on GitHub Pages.
To run this website locally:
# macOS with Homebrew
brew install hugo
# Windows with Chocolatey
choco install hugo -confirm
# Linux
sudo apt-get install hugo
git clone https://github.com/volodymyr/volodymyr.github.io.git
cd volodymyr.github.io
hugo server -D
The website is automatically deployed to GitHub Pages when changes are pushed to the main branch, using a GitHub Actions workflow defined in .github/workflows/hugo.yml.
All content is written in Markdown and stored in the content/ directory:
content/about/ - About me informationcontent/projects/ - Project case studiescontent/blog/ - Blog postscontent/interests/ - Personal interests pagescontent/contact/ - Contact pageImages are stored in the static/images/ directory.
To customize this site:
hugo.tomlthemes/volodymyr-theme/layouts/static/css/main.cssThis project is licensed under the MIT License - see the LICENSE file for details.