Source code for https://byzoni.org
Go to file
byzoni b13b5e9b4f
Added new post
2023-12-01 17:31:35 +05:00
archetypes fix commit 2022-12-09 21:02:29 +05:00
content Added new post 2023-12-01 17:31:35 +05:00
layouts edit robots.txt 2023-11-28 14:18:33 +05:00
static added new xmpp account 2023-11-17 18:58:39 +05:00
themes update themes 2023-11-07 15:03:12 +05:00
.gitignore changed configuration 2023-04-29 08:55:24 +05:00
.gitmodules first commit 2021-12-21 10:57:56 +05:00
LICENSE first commit 2021-12-21 10:57:56 +05:00
README.md fix commit 2023-02-21 15:53:24 +05:00
config.yml Removed LiberaPay 2023-08-25 21:31:56 +05:00
view.sh first commit 2021-12-21 10:57:56 +05:00

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)