diff --git a/blog/2023-01-06-path-to-cwtch-stable.md b/blog/2023-01-06-path-to-cwtch-stable.md index 4ab15a6b..14faec4b 100644 --- a/blog/2023-01-06-path-to-cwtch-stable.md +++ b/blog/2023-01-06-path-to-cwtch-stable.md @@ -70,3 +70,16 @@ Outside of the problems that have standalone solutions (e.g. find a new code sig 6. By **31st March 2023** the Cwtch team will have integrated automated UI tests into the build pipeline for the cwtch-ui repository 7. By **31st March 2023** the Cwtch team will have integrated automated fuzzing into the build pipeline for all cwtch dependencies maintained by the Cwtch team. 8. By **31st March 2023** the Cwtch team will have committed to a date, timeline, and roadmap for launching Cwtch Stable. + + +### Help us get there! + +We couldn't do what we do without all the wonderful community support we get; from [one-off donations]git s(https://openprivacy.ca/donate) to [recurring support via Patreon](https://www.patreon.com/openprivacy). + +If you want to see us move faster on some of these goals and are in a position, please [donate](https://openprivacy.ca/donate). If you happen to be at a company that wants to do more for the community and this aligns, please consider donating or sponsoring a developer. + +Donations of **$5 or more** can opt to receive stickers as a thank-you gift! + +![A Photo of Cwtch Stickers](/img/stickers-new.jpg) + +For more information about donating to Open Privacy and claiming a thank you gift [please visit the Open Privacy Donate page](https://openprivacy.ca/donate/). \ No newline at end of file diff --git a/docusaurus.config.js b/docusaurus.config.js index 901ee038..9c1e0ac7 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -79,9 +79,19 @@ const config = { position: 'left', label: 'Development Log', }, + { + href: 'https://openprivacy.ca/donate', + label: 'Donate', + position: 'right', + }, + { + href: 'https://patreon.com/openprivacy', + label: 'Patreon', + position: 'right', + }, { href: 'https://git.openprivacy.ca/cwtch.im', - label: 'Git', + label: 'Source Code', position: 'right', }, { @@ -96,7 +106,7 @@ const config = { title: 'Docs', items: [ { - label: 'Tutorial', + label: 'Introduction', to: '/docs/intro', }, ], @@ -115,14 +125,18 @@ const config = { ], }, { - title: 'More', + title: 'Contribute', items: [ { - label: 'Home', - href: 'https://cwtch.im', + label: 'Donate', + href: 'https://openprivacy.ca/donate', }, { - label: 'Git', + label: 'Patreon', + href: 'https://patreon.com/openprivacy', + }, + { + label: 'Source Code', href: 'https://git.openprivacy.ca/cwtch.im', }, ], diff --git a/i18n/en/docusaurus-plugin-content-blog/options.json b/i18n/en/docusaurus-plugin-content-blog/options.json index 9239ff70..c759011a 100644 --- a/i18n/en/docusaurus-plugin-content-blog/options.json +++ b/i18n/en/docusaurus-plugin-content-blog/options.json @@ -1,14 +1,14 @@ { "title": { - "message": "Blog", + "message": "Development Log", "description": "The title for the blog used in SEO" }, "description": { - "message": "Blog", + "message": "The latest updated on Cwtch development.", "description": "The description for the blog used in SEO" }, "sidebar.title": { - "message": "Recent posts", + "message": "Recent Logs", "description": "The label for the left sidebar" } } diff --git a/static/img/stickers-new.jpg b/static/img/stickers-new.jpg new file mode 100644 index 00000000..2efbd940 Binary files /dev/null and b/static/img/stickers-new.jpg differ