Personal portfolio and FPV drone showcase of Jiลรญ ล edรฝ
๐ Live site: https://jsedy.com
This repository contains the complete source code of my personal website, built with Hugo and the PaperMod theme
The site serves as:
- A portfolio of my FPV drone projects and cinematic shots
- A short overview of my IT background
- A simple contact and pricing page for collaborations
Itโs multilingual (๐จ๐ฟ Czech & ๐ฌ๐ง English) and automatically deployed via GitHub Actions to GitHub Pages
# clone the repository (including submodules)
git clone --recurse-submodules https://github.com/jsedy7/jsedy7.github.io.git
cd jsedy7.github.io/jsedy.com
# start local Hugo server
hugo server -DThen open http://localhost:1313 in your browser
Deployment is fully automated via GitHub Actions
Every push to the main branch triggers:
- Hugo build inside the
jsedy.comdirectory - Static output generation to
jsedy.com/public - Upload as artifact
- Deployment to GitHub Pages
This project is released under the MIT License Feel free to use it as a reference for your own Hugo + PaperMod setup