Source code for https://status.byzoni.org
|
||
---|---|---|
archetypes | ||
content/issues | ||
layouts | ||
netlify | ||
static | ||
themes | ||
.gitignore | ||
.gitlab-ci.yml | ||
.gitmodules | ||
.hugo_build.lock | ||
README.md | ||
config.yml | ||
netlify.toml | ||
vercel.json | ||
view.sh |
README.md
Website
My personal incident history is hosted on Forgejo.
Feel free to poke around or get in touch 😊.
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/status-byzoni.git
2. Initialize the theme:
git submodule add https://github.com/cstate/cstate.git themes/cstate
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 cState Hugo theme.
License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike (CC BY-NC-SA 4.0)