From e7f2ef968961b1ca482ff8ad218270bd8eff6c32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Sun, 4 Sep 2022 21:10:03 +0200 Subject: [PATCH 1/3] Update frontpage content Add links to the new pages, embedded in additional copy. --- public/index.html | 11 +++++------ themes/kosmos-22/layouts/index.html | 9 ++++----- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/public/index.html b/public/index.html index f2d76fe..c50b803 100644 --- a/public/index.html +++ b/public/index.html @@ -1,10 +1,9 @@ -Kosmos

Kosmos

Group communication for the 21st century

We are an open co-operative of people, who are developing a free, +Kosmos

Kosmos

Group communication for the 21st century

We are an open co-operative of people, who are developing a free, open-source, and user-centric alternative to centralized group chat -platforms, based on widely used protocols and standards.

We also develop a system for rewarding contributors and enabling -governance based on contributions, called Kredits, which we started -using in production recently.

You can find all relevant information and further links in our -wiki. -We collaborate on source code on +platforms, based on widely used protocols and standards. +Learn more about our projects.

We also offer hosted services for a variety of +applications on a not-for-profit basis. And we have recently created a +community-led foundation for this purpose.

We collaborate on source code on GitHub as well as our own Gitea. diff --git a/themes/kosmos-22/layouts/index.html b/themes/kosmos-22/layouts/index.html index dec33a0..6642e74 100644 --- a/themes/kosmos-22/layouts/index.html +++ b/themes/kosmos-22/layouts/index.html @@ -18,15 +18,14 @@ We are an open co-operative of people, who are developing a free, open-source, and user-centric alternative to centralized group chat platforms, based on widely used protocols and standards. + Learn more about our projects.

- We also develop a system for rewarding contributors and enabling - governance based on contributions, called Kredits, which we started - using in production recently. + We also offer hosted services for a variety of + applications on a not-for-profit basis. And we have recently created a + community-led foundation for this purpose.

- You can find all relevant information and further links in our - wiki. We collaborate on source code on GitHub as well as our own From ade75e9621be809a7a4f75500a20f644b6d1f5b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Sun, 4 Sep 2022 21:14:50 +0200 Subject: [PATCH 2/3] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd6cf42..aa79cc7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # kosmos.org -This website (or rather foundation for a future website) is a simple static -site. It is built using the [Hugo](https://gohugo.io/) static site generator. +This website is a simple static site. It is built using the +[Hugo](https://gohugo.io/) static site generator. ## Getting started From b64a998a866a6d1daa6798a84606927216b3f757 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Sun, 4 Sep 2022 21:19:25 +0200 Subject: [PATCH 3/3] Update README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aa79cc7..a3439c6 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,8 @@ This website is a simple static site. It is built using the 1. Clone this Git repository 2. [Install Hugo](https://gohugo.io/getting-started/installing/) -3. Run `hugo server` +3. Run `npm run dev` + +## Build for production + + npm run build:release