Source code for https://byzoni.org
 
 
Go to file
byzoni 93a6e701cf
Added new post
2023-09-26 16:03:02 +05:00
archetypes fix commit 2022-12-09 21:02:29 +05:00
content Added new post 2023-09-26 16:03:02 +05:00
layouts fix comments 2023-05-05 11:05:42 +05:00
static Added new post 2023-08-08 22:12:39 +05:00
themes Add svg for root-me.org 2023-07-31 20:41:32 +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)