Source code for https://byzoni.org
|
||
---|---|---|
archetypes | ||
content | ||
layouts | ||
static | ||
themes | ||
.gitignore | ||
.gitmodules | ||
LICENSE | ||
README.md | ||
config.yml | ||
view.sh |
README.md
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)