You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.2 KiB
1.2 KiB
Website
Hey 👋, welcome to the repo of my personal website built with Hugo!
Feel free to poke around or get in touch 😊.
Building
In order to build the website, you need to install the extended version of Hugo.
1. Clone the repository:
git clone https://git.byzoni.org/byzoni.org/byzoni.git
2. Initialize the theme:
git submodule add https://github.com/adityatelange/hugo-PaperMod.git themes/PaperMod
git submodule update --init --recursive # needed when you reclone your repo (submodules may not get cloned automatically)
git submodule update --remote --merge
3. Build the website:
chmod +x view.sh
./view.sh
You can find the built website in the public
directory.
Development
For development, run ./view.sh
and open your browser at http://localhost:1313/.
Acknowledgements
The website is based on the PaperMod Hugo theme.
License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike (CC BY-NC-SA 4.0)