Skip to content

Commit 1e87774

Browse files
Adding Community and Blog links on top of the website (#16)
* Adding Community and Blog links on top of the website Building up the community page Signed-off-by: Orlix <orlin@orlix.org> * Adding Community and Blog links on top of the website Building up the community page Signed-off-by: Orlix <orlin@orlix.org> * Adding Community and Blog links on top of the website Building up the community page Signed-off-by: Orlix <orlin@orlix.org> * Update src/pages/community.md Co-authored-by: Brad Davidson <brad@oatmail.org> Signed-off-by: Orlix <7236111+OrlinVasilev@users.noreply.github.com> * Update src/pages/community.md Co-authored-by: Brad Davidson <brad@oatmail.org> Signed-off-by: Orlix <7236111+OrlinVasilev@users.noreply.github.com> * Update src/pages/community.md Co-authored-by: Brad Davidson <brad@oatmail.org> Signed-off-by: Orlix <7236111+OrlinVasilev@users.noreply.github.com> Signed-off-by: Orlix <orlin@orlix.org> --------- Signed-off-by: Orlix <orlin@orlix.org> Signed-off-by: Orlix <7236111+OrlinVasilev@users.noreply.github.com> Co-authored-by: Brad Davidson <brad@oatmail.org>
1 parent 40da665 commit 1e87774

File tree

7 files changed

+120
-3
lines changed

7 files changed

+120
-3
lines changed

docusaurus.config.js

+12
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,18 @@ module.exports = {
4040
position: 'right',
4141
className: 'navbar__icon navbar__github',
4242
},
43+
{
44+
to: '/community',
45+
label: 'Community',
46+
position: 'right',
47+
className: 'navbar__icon navbar__blog',
48+
},
49+
{
50+
to: 'https://docs.k3s.io/blog',
51+
label: 'Blog',
52+
position: 'right',
53+
className: 'navbar__icon navbar__blog',
54+
},
4355
{
4456
type: 'dropdown',
4557
label: 'More From SUSE',

src/css/icon_dropdown.css

+36-1
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,39 @@
9191
mask-size: cover;
9292
height: 15px;
9393
padding-bottom: 4px;
94-
}
94+
}
95+
96+
.navbar__community {
97+
font-size: 18px;
98+
}
99+
100+
.navbar__community:hover:before {
101+
background-color: var(--ifm-link-color);
102+
}
103+
104+
.navbar__community:before {
105+
mask: url(/static/img/community-logo.png) no-repeat 100% 100%;
106+
mask-size: cover;
107+
height: 19px;
108+
width: 23px;
109+
padding-right: 2px;
110+
padding-bottom: 6px;
111+
}
112+
113+
114+
.navbar__blog {
115+
font-size: 18px;
116+
}
117+
118+
.navbar__blog:hover:before {
119+
background-color: var(--ifm-link-color);
120+
}
121+
122+
.navbar__blog:before {
123+
mask: url(/static/img/blog-logo.png) no-repeat 100% 100%;
124+
mask-size: cover;
125+
height: 19px;
126+
width: 23px;
127+
padding-right: 2px;
128+
padding-bottom: 6px;
129+
}

src/pages/community.md

+70
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
---
2+
title: Join k3s Community
3+
description: Join k3s Community
4+
hide_table_of_contents: false
5+
---
6+
7+
# **k3s** Community!
8+
9+
## Community Meetings
10+
11+
We have two community meetings per month:
12+
13+
Every **Second** Tuesday at 10:00 am PST.
14+
Every **Third** Tuesday at 11:00 am CET.
15+
16+
Meeting join links can be found on the [Linux Foundation Project Calendar](https://zoom-lfx.platform.linuxfoundation.org/meetings/k3s?view=week).
17+
18+
We will use this time to communicate project updates, listen to feedback from the K3s community, and collect requirement/use cases for new features. Note: this is not a time to seek technical support or assistance in troubleshooting issues.
19+
20+
Meeting Minutes notes: https://hackmd.io/@k3s/meet-notes/
21+
22+
📺 YouTube Recordings: [K3s YouTube](https://www.youtube.com/@k3sio)
23+
24+
---
25+
26+
## Join Slack - Chat with us on the Rancher Slack
27+
28+
29+
Join <a href="https://slack.rancher.io"><img src="https://a.slack-edge.com/fd21de4/marketing/img/nav/logo.svg" alt="slack" width="20"/></a> [Rancher Slack](https://slack.rancher.io/)
30+
31+
32+
### Channels
33+
34+
[#k3s](https://rancher-users.slack.com/archives/CGGQEHPPW) - General k3s discussions
35+
36+
[#k3s-contributor](https://rancher-users.slack.com/archives/CGXR87T8B) - Contribution discussions
37+
38+
## Follow us!
39+
BlueSky: [k3sio.bsky.social](https://bsky.app/profile/k3sio.bsky.social)
40+
41+
Mastodon: [@k3sio](https://mastodon.social/@k3sio)
42+
43+
📺 [YouTube](https://www.youtube.com/@k3sio): https://www.youtube.com/@k3sio
44+
45+
---
46+
## Want to contribute to the codebase or documentation?
47+
48+
Great starting point for new contributors.
49+
### [Good first issue](https://github.com/k3s-io/k3s/labels/kind%2Fgood-first-issue)
50+
51+
Already contributed? Check where do we need help!
52+
### [Help wanted](https://github.com/k3s-io/k3s/labels/kind%2Fhelp-wanted)
53+
54+
55+
If you are ready to jump in and test, add code, or help with documentation, follow the instructions on our [contributing guide](https://github.com/k3s-io/k3s/blob/master/CONTRIBUTING.md) for guidance on how to setup k3s for development.
56+
57+
You can follow the work we plan to do using the [K3s Roadmap](https://github.com/k3s-io/k3s/blob/master/ROADMAP.md) and see our milestones on our [project board](projectbohttps://github.com/orgs/k3s-io/projects/6ard). You can also follow the state of all issues and [Backlog Board](https://github.com/orgs/k3s-io/projects/5).
58+
59+
---
60+
61+
## K3s Adopters
62+
63+
If you are adopter and want your logo to be shown here please open PR against: https://github.com/k3s-io/k3s/blob/master/ADOPTERS.md
64+
65+
[![Rocket Chat](https://cdn.prod.website-files.com/611a19b9853b7414a0f6b3f6/611bbb87319adfd903b90f24_logoRC.svg)](https://www.rocket.chat/)<a href="[default.asp](https://ayedo.de/)"><img src="https://ayedo.de/ayedo-logo-color.png" alt="drawing" width="150"/></a>[![Pits](https://www.pitsdatarecovery.com/wp-content/uploads/2024/08/PITS-logo_v2.svg)](https://www.pitsdatarecovery.com/)
66+
67+
---
68+
69+
## Organization Contributing
70+
[![SUSE](/img/suse-logo.png)](https://opensource.suse.com)

src/pages/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ sudo k3s agent --server https://myserver:6443 --token \${NODE_TOKEN}`
105105
<h2>Learn More</h2>
106106
<div className={index.gridTwo}>
107107
<div>
108-
<p>Read the latest SUSE Rancher blog on K3s.</p>
109-
<a href="https://www.suse.com/c/rancherblog/?product=4201#filtered" class="button button--lg button--static">Blog</a>
108+
<p>Read the latest K3s blog.</p>
109+
<a href="https://docs.k3s.io/blog" class="button button--lg button--static">Blog</a>
110110
</div>
111111
<div>
112112
<p>Sign up for the latest "K3s Basics" Online Training.</p>

static/img/blog-logo.png

4.03 KB
Loading

static/img/community-logo.png

19.4 KB
Loading

static/img/suse-logo.png

10.6 KB
Loading

0 commit comments

Comments
 (0)