diff options
| author | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2021-04-01 20:34:27 +0000 |
|---|---|---|
| committer | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2021-04-01 20:34:27 +0000 |
| commit | 832fed5c8442e6d5299dd85ecb5f4069080ec65d (patch) | |
| tree | c32d6384ade8b45ca9cad77eecf3c7bc2b15a54f | |
| parent | 11cd6edd391a42845859da65cb804980dc59221d (diff) | |
| download | doc-832fed5c8442e6d5299dd85ecb5f4069080ec65d.tar.gz doc-832fed5c8442e6d5299dd85ecb5f4069080ec65d.zip | |
Add hugo shortcode in community page to pick last youtube videos
Use the youtube hugo shortcode to load the videos from the
BSD conferences channel.
PR: 129401
| -rw-r--r-- | website/content/en/community/_index.adoc | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/website/content/en/community/_index.adoc b/website/content/en/community/_index.adoc index 15ea5f4b3a..ae5e5a68e1 100644 --- a/website/content/en/community/_index.adoc +++ b/website/content/en/community/_index.adoc @@ -7,9 +7,21 @@ include::shared/en/urls.adoc[] = Community -There are more than one hundred link:../community/mailinglists/[mailing lists], dozens of web-based https://forums.freebsd.org/[forums], and several link:{handbook}#eresources-news[newsgroups] available. There are over {{< get-usergroups-info "usergroups" >}} user groups in {{< get-usergroups-info "countries" >}} unique countries around the world. There is also an active link:../community/irc/[IRC] community. Developers and key contributors also maintain a https://wiki.freebsd.org/[wiki], which contains information about FreeBSD development and related projects. +There are more than one hundred link:../community/mailinglists/[mailing lists], +dozens of web-based https://forums.freebsd.org/[forums], +and several link:{handbook}#eresources-news[newsgroups] available. +There are over {{< get-usergroups-info "usergroups" >}} user groups in {{< get-usergroups-info "countries" >}} unique countries around the world. +There is also an active link:../community/irc/[IRC] community. +Developers and key contributors also maintain a https://wiki.freebsd.org/[wiki], +which contains information about FreeBSD development and related projects. -Last year there were {{< get-event-last-year-info "events" >}} FreeBSD events in {{< get-event-last-year-info "countries" >}} different countries around the world. A calendar and link:../events/feed.xml[RSS] feed of upcoming FreeBSD-related events are maintained on our events page. There are dozens of videos from past events on the https://www.youtube.com/user/bsdconferences[BSD Conferences] channel on YouTube. +Last year there were {{< get-event-last-year-info "events" >}} FreeBSD events in {{< get-event-last-year-info "countries" >}} different countries around the world. +A calendar and link:../events/feed.xml[RSS] feed of upcoming FreeBSD-related events are maintained on our events page. +There are dozens of videos from past events on the https://www.youtube.com/user/bsdconferences[BSD Conferences] channel on YouTube. + +== Latest Videos + +{{< youtube id="?listType=user_uploads&list=bsdconferences" title="BSD Conferences channel" >}} == Social Networking |
