Skip to content

Commit b56427e

Browse files
committed
Set up X and Mastodon accounts
- https://x.com/@TheLimaProject - https://mastodon.social/@TheLimaProject Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
1 parent 754e97f commit b56427e

File tree

4 files changed

+36
-1
lines changed

4 files changed

+36
-1
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,13 @@ GUI:
8484
- Meeting notes & agenda proposals: https://github.com/lima-vm/lima/discussions/categories/meetings
8585
- Calendar: https://zoom-lfx.platform.linuxfoundation.org/meetings/lima
8686

87+
### Social media accounts
88+
89+
Follow us for project updates, release announcements, and community news:
90+
91+
- https://x.com/@TheLimaProject
92+
- https://mastodon.social/@TheLimaProject
93+
8794
### Code of Conduct
8895
Lima follows the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/main/code-of-conduct.md).
8996

website/content/en/docs/community/_index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ The GitHub repo of Lima can be found at <https://github.com/lima-vm/lima>.
1919

2020
- See <https://github.com/lima-vm/.github/blob/main/SECURITY.md> for how to report security issues.
2121

22+
## Social media accounts
23+
24+
Follow us for project updates, release announcements, and community news:
25+
26+
- https://x.com/@TheLimaProject
27+
- https://mastodon.social/@TheLimaProject
28+
2229
## Projects using Lima
2330

2431
### Container environments

website/content/en/docs/community/governance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Maintainers consist of two roles:
2121
Committers must enable 2FA for their GitHub accounts.
2222
Committers are also recognized as Maintainers in <https://github.com/cncf/foundation/blob/main/project-maintainers.csv>.
2323

24-
- **Reviewer** (Limited maintainership): Reviewers may moderate GitHub issues and pull requests (such as adding labels and cleaning up spams),
24+
- **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),
2525
but they do not have any access to merge pull requests nor push commits.
2626
A Reviewer is considered as a candidate to become a Committer.
2727
Reviewers are not recognized as Maintainers in <https://github.com/cncf/foundation/blob/main/project-maintainers.csv>.

website/hugo.toml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ enable = false
150150
enable = false
151151

152152
[params.links]
153+
# TODO: unify developer and user links
153154
[[params.links.developer]]
154155
name = "GitHub"
155156
url = "https://github.com/lima-vm/lima"
@@ -160,6 +161,16 @@ enable = false
160161
url = "https://slack.cncf.io/"
161162
icon = "fab fa-slack"
162163
desc = "Chat with other project developers"
164+
[[params.links.developer]]
165+
name = "X (Twitter)"
166+
url = "https://x.com/@TheLimaProject"
167+
icon = "fab fa-x-twitter"
168+
desc = "Follow for updates"
169+
[[params.links.developer]]
170+
name = "Mastodon"
171+
url = "https://mastodon.social/@TheLimaProject"
172+
icon = "fab fa-mastodon"
173+
desc = "Follow for updates"
163174
[[params.links.user]]
164175
name = "Discussion"
165176
url = "https://github.com/lima-vm/lima/discussions"
@@ -170,6 +181,16 @@ enable = false
170181
url = "https://slack.cncf.io/"
171182
icon = "fab fa-slack"
172183
desc = "Chat with other project users"
184+
[[params.links.user]]
185+
name = "X (Twitter)"
186+
url = "https://x.com/@TheLimaProject"
187+
icon = "fab fa-x-twitter"
188+
desc = "Follow for updates"
189+
[[params.links.user]]
190+
name = "Mastodon"
191+
url = "https://mastodon.social/@TheLimaProject"
192+
icon = "fab fa-mastodon"
193+
desc = "Follow for updates"
173194

174195
[params.mermaid]
175196
enable = true

0 commit comments

Comments
 (0)