PisiLinux Operating System/İşletim Sistemi Wiki sayfası için hazırlamış olduğum içerikler
Go to file
hasan b606a7b326 Initial commit 2022-10-09 13:49:28 +00:00
content Initial commit 2022-10-09 13:49:28 +00:00
layouts Initial commit 2022-10-09 13:49:28 +00:00
netlify Initial commit 2022-10-09 13:49:28 +00:00
public Initial commit 2022-10-09 13:49:28 +00:00
static Initial commit 2022-10-09 13:49:28 +00:00
themes/cstate Initial commit 2022-10-09 13:49:28 +00:00
README.md Initial commit 2022-10-09 13:49:28 +00:00
config.yml Initial commit 2022-10-09 13:49:28 +00:00
netlify.toml Initial commit 2022-10-09 13:49:28 +00:00
vercel.json Initial commit 2022-10-09 13:49:28 +00:00

README.md

cState Site v5.4

This is the default cState status page website directory/folder.

Are you updating? Use these commands

Download your 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