https://github.com/cstate/example
đź‘€ Easy deploy to Netlify. Click link to try it out. This is an example of how cState should look and function like from a production/user standpoint, this here has exampleSite with the proper hieracracy.
https://github.com/cstate/example
example go golang hacktoberfest hugo hyperfast-golang netlify netlify-cms netlify-deployment netlify-template netlifycms serverless serverside status statuspage theme
Last synced: about 16 hours ago
JSON representation
đź‘€ Easy deploy to Netlify. Click link to try it out. This is an example of how cState should look and function like from a production/user standpoint, this here has exampleSite with the proper hieracracy.
- Host: GitHub
- URL: https://github.com/cstate/example
- Owner: cstate
- Created: 2018-07-24T13:47:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-27T07:23:45.000Z (about 1 year ago)
- Last Synced: 2025-06-25T15:51:31.295Z (9 months ago)
- Topics: example, go, golang, hacktoberfest, hugo, hyperfast-golang, netlify, netlify-cms, netlify-deployment, netlify-template, netlifycms, serverless, serverside, status, statuspage, theme
- Language: HTML
- Homepage: https://app.netlify.com/start/deploy?repository=https://github.com/cstate/example
- Size: 46.9 KB
- Stars: 27
- Watchers: 10
- Forks: 43
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cState Site v6
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