From 2fc4d839d7dde8a457f020609b563904a0933530 Mon Sep 17 00:00:00 2001 From: Tárikly Távora Date: Tue, 8 Feb 2022 09:59:33 -0300 Subject: Update README.md Typo: Mistyped artifacts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c131215..3d23fe4 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ Here is a [good guide for getting started with the service.](https://docs.gitlab **In short: a `.gitlab-ci.yml` file** is responsible for making cState work. As of v4.2.1, the [cState automatically ships with this file](https://github.com/cstate/cstate/releases/tag/v4.2.1), but support is still experimental. -As of this time, this is a relatively untested option, but Hugo does seem to generate the right things (this can be checked by downloading the **CI/CD artificats**). +As of this time, this is a relatively untested option, but Hugo does seem to generate the right things (this can be checked by downloading the **CI/CD artifacts**). According to GitLab, it may take up to 30 minutes before the site is available after the first deployment. -- cgit v1.2.3-70-g09d2 From a09cd53ebb26052da4d552bdf4c76652bd2827e4 Mon Sep 17 00:00:00 2001 From: Mantas Vilčinskas Date: Thu, 24 Feb 2022 17:30:12 +0200 Subject: Attempt to fix #230 --- exampleSite/netlify.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/exampleSite/netlify.toml b/exampleSite/netlify.toml index edf34b2..3c0826a 100644 --- a/exampleSite/netlify.toml +++ b/exampleSite/netlify.toml @@ -17,9 +17,6 @@ command = "hugo -b $DEPLOY_PRIME_URL" [[headers]] - for = "/*.json" - [headers.values] - Access-Control-Allow-Origin = "*" - for = "/*.xml" + for = "/*.json", "/*.xml" [headers.values] Access-Control-Allow-Origin = "*" -- cgit v1.2.3-70-g09d2 From 68289e1c160c6aa4d55d9521e2646a7a18e1ce6f Mon Sep 17 00:00:00 2001 From: Mantas Vilčinskas Date: Wed, 8 Jun 2022 16:09:56 +0300 Subject: Add sponsor https://instatus.com --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d23fe4..550ddd9 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,10 @@ You can support the creator of this project by starring, sharing, using cState and/or [financially supporting the author](https://github.com/sponsors/mistermantas). Thank you! +## Sponsors + +cState's development is being sposnored by [Instatus](https://instatus.com/) from June, 2022. + ## Examples 🥳 ### Official @@ -35,7 +39,7 @@ You can support the creator of this project by starring, sharing, using cState a ## Contents 🔍 -+ [Sponsors](#sponsors-) ++ [Sponsors](#sponsors) + [Examples](#examples-) + [Features](#features-) + [Getting started](#getting-started-) -- cgit v1.2.3-70-g09d2 From a6b8afe922be6fb65ab64678ddfcb10290fc889b Mon Sep 17 00:00:00 2001 From: Jacques Marneweck Date: Sat, 11 Jun 2022 21:32:30 +0200 Subject: Fix liek to like --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 550ddd9..1fdcd56 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

cState example illustration

-> Über fast to load and build, backwards compatible (IE8+), tiny, and simple OSS status page built with Hugo. Completely _free_ with Netlify. Comes with Netlify CMS, read-only API, badges liek from shields.io, and other useful features. +> Über fast to load and build, backwards compatible (IE8+), tiny, and simple OSS status page built with Hugo. Completely _free_ with Netlify. Comes with Netlify CMS, read-only API, badges like from shields.io, and other useful features.

-- cgit v1.2.3-70-g09d2 From 5471cfdfa15373d354d17abfcc6f3dd9ad359ae4 Mon Sep 17 00:00:00 2001 From: Mantas Vilčinskas Date: Tue, 14 Jun 2022 15:24:48 +0300 Subject: also fix gitlab ci file like for example repo --- exampleSite/.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/.gitlab-ci.yml b/exampleSite/.gitlab-ci.yml index af5fabc..ff60cfb 100644 --- a/exampleSite/.gitlab-ci.yml +++ b/exampleSite/.gitlab-ci.yml @@ -7,7 +7,7 @@ # https://gitlab.com/pages/hugo/container_registry # # cState uses Hugo Extended. -image: registry.gitlab.com/pages/hugo/hugo_extended:0.65.3 +image: registry.gitlab.com/pages/hugo/hugo_extended:0.100.2 variables: GIT_SUBMODULE_STRATEGY: recursive -- cgit v1.2.3-70-g09d2