Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Version 6 Changelog and Migration Guide - Plus Unique New Add-Ons
A bigger focus on command-line and future automation support, a refreshed but still familiar design, and more.
This update has breaking changes to CSS, changes to the config file, and some fun, long awaited features.
A paid Pro version of cState with support is coming
Support development!
If you want to support me, [go to my sponsors page](https://github.com/sponsors/mistermantas) or, better yet, hire me for your project (you can email me using my profile email).
The upcoming Pro version of cState is not set to replace the open source version of cState but simply to make setting up everything, including monitoring, much easier.
Changes available today
cstate
command. Learn more on the repo page aboutcstate dev
and many other commandscstate draft
as a new way to create incidents #333.Site.Params.enableUptimeHistogram
option as true./layouts/partials/custom/meta.html
./admin
backend has been removed by default, since it’s been discontinued and the Netlify CMS’s successor Decap CMS is included at custom site level by default inexampleSite
if you still want to use it.Coming later this year
Also available: cState HTML Embed
Learn more
cstate-cli
is here to make managing your cState status page a breeze! 🚀I'm excited to announce the first release of
cstate-cli
, a command-line tool designed to simplify creating and managing content for your cState status pages.What it does:
cstate create
: Interactively create new incident or informational posts.cstate draft
: Quickly draft posts from templates (Incident Post, Maintenance, Experiment, Postmortem).cstate dev
: Run a local Hugo development server with the cState theme.cstate serve
&cstate build
: Handy aliases for Hugo'sserve
andbuild
commands.Why you'll love it:
Get started:
Example:
This will prompt you to choose a template and guide you through creating a new post.
Check out the full documentation and usage instructions in the README.
I hope you find
cstate-cli
helpful! Feedback and contributions are always welcome. ✨