aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergio Carlavilla Delgado <carlavilla@FreeBSD.org>2022-01-30 12:31:27 +0000
committerSergio Carlavilla Delgado <carlavilla@FreeBSD.org>2022-01-30 12:32:42 +0000
commit9a1946df94863c2034d6c850458cb946a999e7a1 (patch)
treea6a8d10cdd14ca15e6be8d9d6e288b109382291a
parentc1eda11eee73ac7b136e846fe9e25582e2b23e3a (diff)
downloaddoc-9a1946df94863c2034d6c850458cb946a999e7a1.tar.gz
doc-9a1946df94863c2034d6c850458cb946a999e7a1.zip
Update Community page
- Add Reddit community to community page - Rework the sidebar PR: 260937 Submitted by: Graham Perrin <grahamperrin (AT) gmail.com>
-rw-r--r--website/content/en/community/_index.adoc2
-rw-r--r--website/themes/beastie/layouts/partials/sidenav.html15
2 files changed, 11 insertions, 6 deletions
diff --git a/website/content/en/community/_index.adoc b/website/content/en/community/_index.adoc
index aa4bc2e861..b92fe71a26 100644
--- a/website/content/en/community/_index.adoc
+++ b/website/content/en/community/_index.adoc
@@ -23,6 +23,8 @@ Last year there were {{< get-event-last-year-info "events" >}} FreeBSD events in
On twitter, you can follow https://twitter.com/freebsd[@freebsd], https://twitter.com/freebsdhelp[@freebsdhelp], or https://twitter.com/freebsdcore[@freebsdcore].
+On Reddit, you can find the FreeBSD community link:https://www.reddit.com/r/freebsd/[here].
+
Beyond officially run community spaces, there are https://www.freebsd.org/usergroups/[User Groups] in {{< get-usergroups-info "countries" >}} countries, along with highly active FreeBSD communities on https://twitter.com/search?q=freebsd[Twitter], https://stackoverflow.com/questions/tagged/freebsd[StackOverflow], https://serverfault.com/questions/tagged/freebsd[ServerFault], and https://www.meetup.com/topics/freebsd/[MeetUp.com], among many other technology-related spaces.
Developers and key contributors also maintain a https://wiki.freebsd.org/[wiki], which contains information about FreeBSD development and related projects.
diff --git a/website/themes/beastie/layouts/partials/sidenav.html b/website/themes/beastie/layouts/partials/sidenav.html
index 4519eb1e3c..4eb35b7de6 100644
--- a/website/themes/beastie/layouts/partials/sidenav.html
+++ b/website/themes/beastie/layouts/partials/sidenav.html
@@ -19,13 +19,16 @@
</ul>
{{ else if eq .sidenavType "community" }}
<ul>
- <li><a href={{ "community" | absLangURL }}>{{ i18n "community" }}</a></li>
- <li><a href={{ "community/mailinglists/" | absLangURL }}>{{ i18n "mailinglists" }}</a></li>
- <li><a href="https://forums.FreeBSD.org/">{{ i18n "forums" }}</a></li>
- <li><a href={{ "community/irc/" | absLangURL }}>IRC</a></li>
- <li><a href={{ printf "%s%s%s" "https://docs.FreeBSD.org/" $currentLang "/books/handbook/eresources/#eresources-news" }}>{{ i18n "newsgroups" }}</a></li>
- <li><a href={{ "usergroups" | absLangURL }}>{{ i18n "usergroups" }}</a></li>
+ <li><a href="https://www.bsdnow.tv/" target="_blank">BSD Now</a></li>
+ <li><a href="https://discord.com/invite/n2wshsy" target="_blank">Discord</a></li>
<li><a href={{ "events" | absLangURL }}>{{ i18n "events" }}</a></li>
+ <li><a href="https://forums.FreeBSD.org/" target="_blank">{{ i18n "forums" }}</a></li>
+ <li><a href="{{ "community/irc/" | absLangURL }}">IRC</a></li>
+ <li><a href="{{ "community/mailinglists/" | absLangURL }}">{{ i18n "mailinglists" }}</a></li>
+ <li><a href="https://www.reddit.com/r/freebsd/" target="_blank">Reddit</a></li>
+ <li><a href="https://twitter.com/freebsd" target="_blank">Twitter</a></li>
+ <li><a href="{{ "usergroups" | absLangURL }}">{{ i18n "usergroups" }}</a></li>
+ <li><a href="https://www.youtube.com/FreeBSDProject" target="_blank">YouTube</a></li>
</ul>
{{ else if eq .sidenavType "developers" }}
<ul>