Source code for https://byzoni.org
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.
 
 
byzoni 20b767a57c
added new posts
4 months ago
archetypes fix commit 6 months ago
content added new posts 4 months ago
layouts disabled share buttons 6 months ago
static added new posts 4 months ago
themes update submodules 7 months ago
.gitignore first commit 1 year ago
.gitmodules first commit 1 year ago
LICENSE first commit 1 year ago
README.md fix commit 6 months ago
config.yml added subscribe 5 months ago
view.sh first commit 1 year ago

README.md

Website

My personal blog is hosted on Gitea.

Powered by

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/.