Yixboost Status page, made with cState https://status.yixboost.dev
Find a file
jonas ba14044d1b
All checks were successful
Build & Deploy CState / deploy (push) Successful in 39s
Update config.yml
2026-05-12 10:35:19 +02:00
.forgejo/workflows Update .forgejo/workflows/deploy.yml 2026-05-08 08:38:53 +02:00
.frontmatter/database Add Front Matter CMS config files and update status page test 2026-02-23 19:26:08 +01:00
content Add Front Matter CMS config files and update status page test 2026-02-23 19:26:08 +01:00
layouts Initial commit 2026-01-08 11:36:18 +01:00
netlify Initial commit 2026-01-08 11:36:18 +01:00
public Fixed some small things in the Front Matter CMS config 2026-02-23 19:35:14 +01:00
static Delete static/.pages 2026-05-08 10:03:51 +02:00
themes Update cState 2026-01-09 10:41:02 +01:00
.gitlab-ci.yml Initial commit 2026-01-08 11:36:18 +01:00
.gitmodules Initial commit 2026-01-08 11:36:18 +01:00
.hugo_build.lock Initial commit 2026-01-08 11:36:18 +01:00
config.yml Update config.yml 2026-05-12 10:35:19 +02:00
frontmatter.json Fixed some small things in the Front Matter CMS config 2026-02-23 19:35:14 +01:00
netlify.toml Initial commit 2026-01-08 11:36:18 +01:00
README.md Initial commit 2026-01-08 11:36:18 +01:00
vercel.json Initial commit 2026-01-08 11:36:18 +01:00

cState Site v6

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