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.
|
4 months ago | |
---|---|---|
archetypes | 6 months ago | |
content | 4 months ago | |
layouts | 6 months ago | |
static | 4 months ago | |
themes | 7 months ago | |
.gitignore | 1 year ago | |
.gitmodules | 1 year ago | |
LICENSE | 1 year ago | |
README.md | 6 months ago | |
config.yml | 5 months ago | |
view.sh | 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/.