aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Stück <adam@adast.dk>2023-12-30 15:01:14 +0100
committerAdam Stück <adam@adast.dk>2024-08-05 14:22:45 +0200
commit4d9bbc33738eb6ab553faba0acc4662b91c16d8f (patch)
tree0ff43f646c583ef3d7085b982a613aa5899cc620
parent880cb6312be35e20e40fcdd85aa7b5986b85d9c4 (diff)
Update README
-rw-r--r--README.md36
1 files changed, 8 insertions, 28 deletions
diff --git a/README.md b/README.md
index 1575f34..2504a09 100644
--- a/README.md
+++ b/README.md
@@ -1,33 +1,13 @@
-# cState Site v5.5
+# status.adast.dk
-This is the default cState status page website directory/folder.
+Sources for [status.adast.dk](https://status.adast.dk).
-* Example site repository link (you are here): https://github.com/cstate/example
-* Main cState source code repository: https://github.com/cstate/cstate
+This is my personal fork of [cState](https://github.com/cstate/cstate).
-## Are you updating? Use these commands
+[[project home]](https://sr.ht/~adamski/adast.dk/)
-Download your site with all the directories. `git clone --recursive <your repo link goes here>`
+## Contributing
-Update the cState theme submodule. `git submodule foreach git pull origin master`
-
-In the parent directory, type `hugo serve`. Check to see if everything is working.
-
-Then do `git add -A; git commit -m "Update cState"; git push origin <branch, probably main or master>`. Your status page is now updated and uploaded.
-
-
-## For maintainers (probably not for you)
-
-Maintainers need to update both cstate/cstate and cstate/example for each new version.
-
-Download this repo with all the directories. `git clone --recursive -b master https://github.com/cstate/example.git`
-
-Add your changes from cstate/cstate's exampleSite folder.
-
-Update the cState theme submodule. `git submodule foreach git pull origin master`
-
-Then push `git add -A; git commit -m "Update cState vX.X.X"; git push origin master`.
-
-## License
-
-MIT © Mantas Vilčinskas
+Please contribute improvements via email to
+[the mailing list](https://lists.sr.ht/~adamski/adast.dk) using
+[git send-email](https://git-send-email.io).