Correct the grammar in the collective's name

resolves #3
This commit is contained in:
Fiscal Velvet Poet 2024-01-10 01:46:42 +10:00
parent bfb7c0e63d
commit db59f28166
Signed by: fiscalvelvetpoet
GPG key ID: D8EBFD58B023BD47
5 changed files with 12 additions and 12 deletions

View file

@ -1,10 +1,10 @@
Reciproka Web Reciproka Web
============= =============
Website configuration for the `Reciproka Kolectiva`_. Website configuration for the `Reciproka Kolektivo`_.
The canonical home for this repo is The canonical home for this repo is
https://reciproka.dev/reciproka/reciproka-web https://reciproka.dev/reciproka/reciproka-web
.. _NixOps: https://nixos.org/nixops .. _NixOps: https://nixos.org/nixops
.. _Reciproka Kolectiva: https://reciproka.co/ .. _Reciproka Kolektivo: https://reciproka.co/

View file

@ -1,5 +1,5 @@
/* /*
* Reciproka Kolectiva theme * Reciproka Kolektivo theme
*/ */
/* /*

View file

@ -2,4 +2,4 @@
title: Contact title: Contact
--- ---
You can contact Reciproka Kolectiva via our Matrix room. You can contact Reciproka Kolektivo via our Matrix room.

View file

@ -1,20 +1,20 @@
--- ---
title: Welcome to Reciproka Kolectiva title: Welcome to Reciproka Kolektivo
author: la kolektivo author: la kolektivo
tags: 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, delivering net access to anarchists, indigenous, greens, gays, feminists,
activists and other interested persons or groups. activists and other interested persons or groups.
Established with visions of freedom, independence and privacy in mind, the 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 technology are crucial for those who feel they need and want to connect with
the world. the world.
A strong individual or group presence on the net can be used as an effective 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 encourage all who wish to learn and develop skills in information technology
and new media and to understand their processes. and new media and to understand their processes.

View file

@ -118,9 +118,9 @@ postsPageId n = fromFilePath $ if (n == 1) then "index.html" else show n ++ "/in
feedConfig :: FeedConfiguration feedConfig :: FeedConfiguration
feedConfig = FeedConfiguration feedConfig = FeedConfiguration
{ feedTitle = "Reciproka Kolectiva" { feedTitle = "Reciproka Kolektivo"
, feedDescription = "liberation, autonomy, privacy" , feedDescription = "liberation, autonomy, privacy"
, feedAuthorName = "Reciproka Kolectiva" , feedAuthorName = "Reciproka Kolektivo"
, feedAuthorEmail = "collective@reciproka.co" , feedAuthorEmail = "collective@reciproka.co"
, feedRoot = "https://reciproka.co" , feedRoot = "https://reciproka.co"
} }
@ -130,10 +130,10 @@ feedConfig = FeedConfiguration
siteCtx :: Context String siteCtx :: Context String
siteCtx = siteCtx =
baseCtx `mappend` baseCtx `mappend`
constField "site_description" "Reciproka Kolectiva" `mappend` constField "site_description" "Reciproka Kolektivo" `mappend`
constField "site-url" "https://reciproka.co" `mappend` constField "site-url" "https://reciproka.co" `mappend`
constField "tagline" "liberation, autonomy, privacy" `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 "copy-year" "2024" `mappend`
constField "github-repo" "https://reciproka.dev/reciproka/reciproka-web" `mappend` constField "github-repo" "https://reciproka.dev/reciproka/reciproka-web" `mappend`
defaultContext defaultContext