Go to file
meaz 24e8e3a1f6 Merge pull request 'update forgejo' (#6) from update_forgejo into main
Reviewed-on: #6
2023-02-24 06:16:36 +00:00
content init 2022-09-06 22:03:42 +02:00
layouts init 2022-09-06 22:03:42 +02:00
netlify init 2022-09-06 22:03:42 +02:00
public init 2022-09-06 22:03:42 +02:00
static init 2022-09-06 22:03:42 +02:00
themes/cstate init 2022-09-06 22:03:42 +02:00
README.md init 2022-09-06 22:03:42 +02:00
config.yml update forgejo 2023-02-24 07:16:18 +01:00
netlify.toml init 2022-09-06 22:03:42 +02:00
vercel.json init 2022-09-06 22:03:42 +02: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