diff --git a/README.md b/README.md index 7e529a01444..824157ae9a3 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,13 @@ GUI: - Meeting notes & agenda proposals: https://github.com/lima-vm/lima/discussions/categories/meetings - Calendar: https://zoom-lfx.platform.linuxfoundation.org/meetings/lima +### Social media accounts + +Follow us for project updates, release announcements, and community news: + +- https://x.com/@TheLimaProject +- https://mastodon.social/@TheLimaProject + ### Code of Conduct Lima follows the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/main/code-of-conduct.md). diff --git a/website/content/en/docs/community/_index.md b/website/content/en/docs/community/_index.md index d2dcc68e41d..8e976705f96 100644 --- a/website/content/en/docs/community/_index.md +++ b/website/content/en/docs/community/_index.md @@ -19,6 +19,13 @@ The GitHub repo of Lima can be found at . - See for how to report security issues. +## Social media accounts + +Follow us for project updates, release announcements, and community news: + +- https://x.com/@TheLimaProject +- https://mastodon.social/@TheLimaProject + ## Projects using Lima ### Container environments diff --git a/website/content/en/docs/community/governance.md b/website/content/en/docs/community/governance.md index 9ff02b2305f..d330e71dcf2 100644 --- a/website/content/en/docs/community/governance.md +++ b/website/content/en/docs/community/governance.md @@ -21,7 +21,7 @@ Maintainers consist of two roles: Committers must enable 2FA for their GitHub accounts. Committers are also recognized as Maintainers in . -- **Reviewer** (Limited maintainership): Reviewers may moderate GitHub issues and pull requests (such as adding labels and cleaning up spams), +- **Reviewer** (Limited maintainership): Reviewers may moderate GitHub issues and pull requests (such as adding labels and cleaning up spams), and make posts on [social accounts](./_index.md#social-accounts), but they do not have any access to merge pull requests nor push commits. A Reviewer is considered as a candidate to become a Committer. Reviewers are not recognized as Maintainers in . diff --git a/website/hugo.toml b/website/hugo.toml index b07482016a7..0feee94b52a 100644 --- a/website/hugo.toml +++ b/website/hugo.toml @@ -150,6 +150,7 @@ enable = false enable = false [params.links] +# TODO: unify developer and user links [[params.links.developer]] name = "GitHub" url = "https://github.com/lima-vm/lima" @@ -160,6 +161,16 @@ enable = false url = "https://slack.cncf.io/" icon = "fab fa-slack" desc = "Chat with other project developers" +[[params.links.developer]] + name = "X (Twitter)" + url = "https://x.com/@TheLimaProject" + icon = "fab fa-x-twitter" + desc = "Follow for updates" +[[params.links.developer]] + name = "Mastodon" + url = "https://mastodon.social/@TheLimaProject" + icon = "fab fa-mastodon" + desc = "Follow for updates" [[params.links.user]] name = "Discussion" url = "https://github.com/lima-vm/lima/discussions" @@ -170,6 +181,16 @@ enable = false url = "https://slack.cncf.io/" icon = "fab fa-slack" desc = "Chat with other project users" +[[params.links.user]] + name = "X (Twitter)" + url = "https://x.com/@TheLimaProject" + icon = "fab fa-x-twitter" + desc = "Follow for updates" +[[params.links.user]] + name = "Mastodon" + url = "https://mastodon.social/@TheLimaProject" + icon = "fab fa-mastodon" + desc = "Follow for updates" [params.mermaid] enable = true