From f286452fa4abbd2782af050221ed59386945a3c1 Mon Sep 17 00:00:00 2001 From: Mantas <11616378+mistermantas@users.noreply.github.com> Date: Wed, 8 May 2019 08:58:15 +0300 Subject: add donation info --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index bea307f..1e05c13 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ + [Updating](#updating-) + [FAQ](#faq-) + [Contribute](#contribute-) +* [Donate](#donate-) + [License](#license-) *** @@ -170,6 +171,15 @@ Time to break that down. Check out [the wiki](https://github.com/cstate/cstate/wiki). +## Donate ❤️ + +cState is only a hobby project of @mistermantas, but it’s a prideful one. + +Support the developer and ensure the future of the project by donating for a cuppa tea, some ice cream, or if you are feeling generous — a large size pizza. + +* [PayPal](https://paypal.me/AlbinaV} +* or you can make a bank transfer. For info, [get in touch](https://mnts.lt) + ## Contribute 💥 > Want to become a maintainer? Hit me up! [@mistermantas](https://twitter.com/mistermantas) -- cgit v1.2.3-70-g09d2 From d1d589efa95b5e9d55f6a2ffc46951ff3604037a Mon Sep 17 00:00:00 2001 From: Klaus Date: Wed, 8 May 2019 22:42:57 -0300 Subject: Update README.md with an extra step I don't know if this absence is because is too obvious, but I couldn't leave it behind. I hope you can fix it proper English phrasing, as English is not my mother language. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index bea307f..e832203 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,11 @@ If you want to do this from any branch in this repository, follow the manual ins ```bash mkdir themes; cd themes; ``` +2. Start Git on this folder: + +```bash +git init +``` 3. Now simply add a Git submodule pointing to this repository, like so: -- cgit v1.2.3-70-g09d2 From ecd07d022589a7931c87f587ef445a076bcf781d Mon Sep 17 00:00:00 2001 From: Casper Date: Mon, 13 May 2019 15:44:09 +0200 Subject: update discord invite --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 32625b9..6bfe6f5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

cState example illustration

-

GitHub release GitHub last commit GitHub repo size in bytes Discord Chat Twitter Awesome status page

+

GitHub release GitHub last commit GitHub repo size in bytes Discord Chat Twitter Awesome status page

> Über fast, backwards compatible (IE8+), tiny, and simple status page built with Hugo. Completely _free_ with Netlify & GitHub Pages. -- cgit v1.2.3-70-g09d2 From 15f03af4e678c0ab4a71af3d34ce3040102992ce Mon Sep 17 00:00:00 2001 From: Mantas Vilčinskas Date: Fri, 4 Oct 2019 18:01:48 +0300 Subject: Added accurate images, changed version status, a11y thing for categories --- README.md | 4 ++-- images/screenshot.png | Bin 120506 -> 94237 bytes images/tn.png | Bin 66535 -> 45602 bytes layouts/partials/js.html | 2 +- layouts/partials/meta.html | 10 ++++++---- 5 files changed, 9 insertions(+), 7 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 6bfe6f5..6c97d5e 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ We encourage you to use [Netlify](https://www.netlify.com) for cState. These are + Publish directory: **public** + Add one build environment variable + Key: **HUGO_VERSION** - + Value: **0.48** + + Value: **0.48** (or later) **The easy way** @@ -96,7 +96,7 @@ git submodule add https://github.com/cstate/cstate 1. Clone this repository in the command line: ```bash -git clone https://github.com/cstate/cstate.git +git clone --recurisve https://github.com/cstate/cstate.git ``` 2. Navigate to the theme directory: diff --git a/images/screenshot.png b/images/screenshot.png index 59f49e8..92daee0 100644 Binary files a/images/screenshot.png and b/images/screenshot.png differ diff --git a/images/tn.png b/images/tn.png index 52f9ba2..4511244 100644 Binary files a/images/tn.png and b/images/tn.png differ diff --git a/layouts/partials/js.html b/layouts/partials/js.html index 388b706..54909c2 100644 --- a/layouts/partials/js.html +++ b/layouts/partials/js.html @@ -3,7 +3,7 @@ * Dev toolset */ - console.log('cState v3.1.0 - Stable 2019-04-08 - https://github.com/cstate/cstate'); + console.log('cState v4.0.0 - Dev 2019-10-04 - https://github.com/cstate/cstate'); document.getElementsByTagName('html')[0].className = 'js'; /** diff --git a/layouts/partials/meta.html b/layouts/partials/meta.html index a4bf8d3..2dc58bf 100644 --- a/layouts/partials/meta.html +++ b/layouts/partials/meta.html @@ -12,7 +12,7 @@ {{ range .AlternativeOutputFormats -}} {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} {{ end -}} - +