blob: 89b697168650ae357761050aef9183f5d7e7b37e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# cState Site v5.0.3
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 yoru site with all the directories. `git clone --recursive <your repo link goes here>`
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
|