A blogging site made with Hugo using papermod theme. Contains all the technical stuff I have learned over the years, some of my projects and some of my thoughts.
- Install hugo
- Debian based OS (PopOS, Ubuntu, Linux Mint)
However this may give an outdated version of Hugo so may not be compatable with some themes within the hugo themes community, installing with snap would likely give a newer version to install.
sudo apt install hugo
sudo snap install hugo
- RHEL and Fedora
sudo dnf install hugo
- Arch linux
sudo pacman -S hugo
- Debian based OS (PopOS, Ubuntu, Linux Mint)
If you want to create a similar blog, you can follow the following links: