Personal blog of uictorius — built with Hugo and themed with PaperMod.
This repository hosts the source code for my personal tech blog, where I share notes, experiments, and reverse-engineering insights related to software, hardware, and embedded systems.
The site is generated using the Hugo static site generator and styled with the PaperMod theme.
Install Go on Debian/Ubuntu:
sudo apt update
sudo apt install golang-go -yClone this repository and initialize the theme submodule:
git clone https://github.com/uictorius/uictorius.github.io.git
cd uictorius.github.io
git submodule update --init --recursiveRun the local development server:
hugo server -DThen open your browser and navigate to:
- The blog uses Hugo modules and Git submodules for theme management.
- To update the theme, simply run:
git submodule update --remote --mergeThis project is licensed under the MIT License.