git: 9a1946df94 - main - Update Community page
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 30 Jan 2022 12:32:51 UTC
The branch main has been updated by carlavilla: URL: https://cgit.FreeBSD.org/doc/commit/?id=9a1946df94863c2034d6c850458cb946a999e7a1 commit 9a1946df94863c2034d6c850458cb946a999e7a1 Author: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> AuthorDate: 2022-01-30 12:31:27 +0000 Commit: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> CommitDate: 2022-01-30 12:32:42 +0000 Update Community page - Add Reddit community to community page - Rework the sidebar PR: 260937 Submitted by: Graham Perrin <grahamperrin (AT) gmail.com> --- website/content/en/community/_index.adoc | 2 ++ website/themes/beastie/layouts/partials/sidenav.html | 15 +++++++++------ 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>