Source code for https://status.byzoni.org
Go to file
byzoni e209f7cfde
added robots.txt
2023-11-28 14:19:07 +05:00
archetypes fix commit 2022-07-16 12:49:12 +05:00
content/issues added new notice 2023-11-27 10:32:16 +05:00
layouts added robots.txt 2023-11-28 14:19:07 +05:00
netlify first commit 2021-07-25 09:37:29 +05:00
static first commit 2021-07-25 09:37:29 +05:00
themes added new notice 2023-09-03 20:23:36 +05:00
.gitignore update submodules 2021-10-02 19:10:59 +05:00
.gitlab-ci.yml first commit 2021-07-25 09:37:29 +05:00
.gitmodules fix commit 2021-12-28 11:30:04 +05:00
.hugo_build.lock add new issues 2021-12-08 13:59:20 +05:00
README.md fix commit 2023-09-16 17:46:01 +05:00
config.yml added new notice 2023-11-26 12:20:06 +05:00
netlify.toml fix commit 2022-03-02 17:47:39 +05:00
vercel.json first commit 2021-07-25 09:37:29 +05:00
view.sh added new notice 2023-08-08 14:32:20 +05:00

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)