https://github.com/kankerdev/kanker-status
Our cstate powered status page.
https://github.com/kankerdev/kanker-status
Last synced: 3 months ago
JSON representation
Our cstate powered status page.
- Host: GitHub
- URL: https://github.com/kankerdev/kanker-status
- Owner: kankerdev
- Created: 2023-10-01T14:26:23.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-01T14:46:35.000Z (over 2 years ago)
- Last Synced: 2025-03-04T19:35:51.888Z (over 1 year ago)
- Language: HTML
- Homepage: https://status.canary.kanker.dev
- Size: 18.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cState Site v5.5
This is the default cState status page website directory/folder.
* Example site repository link (you are here): https://github.com/cstate/example
* Main cState source code repository: https://github.com/cstate/cstate
## Are you updating? Use these commands
Download your site with all the directories. `git clone --recursive `
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 `. 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