Skip to content

Commit 4380e4c

Browse files
committed
Set up X and Mastodon accounts
- https://x.com/@TheLimaProject - https://mastodon.social/@TheLimaProject Signed-off-by: Akihiro Suda <[email protected]>
1 parent 754e97f commit 4380e4c

File tree

3 files changed

+27
-1
lines changed

3 files changed

+27
-1
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ 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 accounts
23+
24+
- <https://x.com/@TheLimaProject>
25+
- <https://mastodon.social/@TheLimaProject>
26+
2227
## Projects using Lima
2328

2429
### 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-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-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)