From db59f28166bcaa5df42f0d4920bc2c21276897ff Mon Sep 17 00:00:00 2001 From: Fiscal Velvet Poet Date: Wed, 10 Jan 2024 01:46:42 +1000 Subject: [PATCH] Correct the grammar in the collective's name resolves #3 --- README.rst | 4 ++-- css/reciproka.css | 2 +- pages/Contact.rst | 2 +- ....rst => 2021-11-03-welcome-to-reciproka-kolektivo.rst} | 8 ++++---- site.hs | 8 ++++---- 5 files changed, 12 insertions(+), 12 deletions(-) rename posts/{2021-11-03-welcome-to-reciproka-kolectiva.rst => 2021-11-03-welcome-to-reciproka-kolektivo.rst} (80%) diff --git a/README.rst b/README.rst index c6ed12f..1758ff7 100644 --- a/README.rst +++ b/README.rst @@ -1,10 +1,10 @@ Reciproka Web ============= -Website configuration for the `Reciproka Kolectiva`_. +Website configuration for the `Reciproka Kolektivo`_. The canonical home for this repo is https://reciproka.dev/reciproka/reciproka-web .. _NixOps: https://nixos.org/nixops -.. _Reciproka Kolectiva: https://reciproka.co/ +.. _Reciproka Kolektivo: https://reciproka.co/ diff --git a/css/reciproka.css b/css/reciproka.css index 2bc9d45..8eaaa45 100644 --- a/css/reciproka.css +++ b/css/reciproka.css @@ -1,5 +1,5 @@ /* - * Reciproka Kolectiva theme + * Reciproka Kolektivo theme */ /* diff --git a/pages/Contact.rst b/pages/Contact.rst index 6eaca5d..9656747 100644 --- a/pages/Contact.rst +++ b/pages/Contact.rst @@ -2,4 +2,4 @@ title: Contact --- -You can contact Reciproka Kolectiva via our Matrix room. +You can contact Reciproka Kolektivo via our Matrix room. diff --git a/posts/2021-11-03-welcome-to-reciproka-kolectiva.rst b/posts/2021-11-03-welcome-to-reciproka-kolektivo.rst similarity index 80% rename from posts/2021-11-03-welcome-to-reciproka-kolectiva.rst rename to posts/2021-11-03-welcome-to-reciproka-kolektivo.rst index 5f8683d..eb0cdc9 100644 --- a/posts/2021-11-03-welcome-to-reciproka-kolectiva.rst +++ b/posts/2021-11-03-welcome-to-reciproka-kolektivo.rst @@ -1,20 +1,20 @@ --- -title: Welcome to Reciproka Kolectiva +title: Welcome to Reciproka Kolektivo author: la kolektivo tags: --- -Reciproka Kolectiva is a non-hierarchical non-profit venture aimed at +Reciproka Kolektivo is a non-hierarchical non-profit venture aimed at delivering net access to anarchists, indigenous, greens, gays, feminists, activists and other interested persons or groups. Established with visions of freedom, independence and privacy in mind, the -Reciproka Kolectiva acknowledges that issues of privacy, access and equity to +Reciproka Kolektivo acknowledges that issues of privacy, access and equity to technology are crucial for those who feel they need and want to connect with the world. A strong individual or group presence on the net can be used as an effective -means of communication, debate and solidarity. The Reciproka Kolectiva aims to +means of communication, debate and solidarity. The Reciproka Kolektivo aims to encourage all who wish to learn and develop skills in information technology and new media and to understand their processes. diff --git a/site.hs b/site.hs index 9eae2bb..02bf461 100644 --- a/site.hs +++ b/site.hs @@ -118,9 +118,9 @@ postsPageId n = fromFilePath $ if (n == 1) then "index.html" else show n ++ "/in feedConfig :: FeedConfiguration feedConfig = FeedConfiguration - { feedTitle = "Reciproka Kolectiva" + { feedTitle = "Reciproka Kolektivo" , feedDescription = "liberation, autonomy, privacy" - , feedAuthorName = "Reciproka Kolectiva" + , feedAuthorName = "Reciproka Kolektivo" , feedAuthorEmail = "collective@reciproka.co" , feedRoot = "https://reciproka.co" } @@ -130,10 +130,10 @@ feedConfig = FeedConfiguration siteCtx :: Context String siteCtx = baseCtx `mappend` - constField "site_description" "Reciproka Kolectiva" `mappend` + constField "site_description" "Reciproka Kolektivo" `mappend` constField "site-url" "https://reciproka.co" `mappend` constField "tagline" "liberation, autonomy, privacy" `mappend` - constField "site-title" "Reciproka Kolectiva" `mappend` + constField "site-title" "Reciproka Kolektivo" `mappend` constField "copy-year" "2024" `mappend` constField "github-repo" "https://reciproka.dev/reciproka/reciproka-web" `mappend` defaultContext