diff --git a/docs/404.html b/docs/404.html
index e21f2323..9edc873b 100644
--- a/docs/404.html
+++ b/docs/404.html
@@ -27,9 +27,6 @@ sitemap: false
News
-
- Community
-
Help
diff --git a/docs/_includes/primary-nav-items.html b/docs/_includes/primary-nav-items.html
index 21200b3e..12fe4016 100644
--- a/docs/_includes/primary-nav-items.html
+++ b/docs/_includes/primary-nav-items.html
@@ -8,9 +8,6 @@
News
-
Help
diff --git a/docs/community/index.md b/docs/community/index.md
index fb3c8e40..cd064d2d 100644
--- a/docs/community/index.md
+++ b/docs/community/index.md
@@ -1,14 +1,14 @@
---
layout: page
-title: Community
-permalink: /community/
+title: JekyllConf
+redirect_from: /community/index.html
+permalink: /jekyllconf/
---
-## Jekyllconf
-
[JekyllConf](http://jekyllconf.com) is a free, online conference for all things Jekyll hosted by [CloudCannon](http://cloudcannon.com). Each year members of the Jekyll community speak about interesting use cases, tricks they've learned, or meta Jekyll topics.
-### Featured
+## Featured
+
{% assign random = site.time | date: "%s%N" | modulo: site.data.jekyllconf-talks.size %}
{% assign featured = site.data.jekyllconf-talks[random] %}
@@ -19,7 +19,7 @@ permalink: /community/
{% assign talks = site.data.jekyllconf-talks | group_by: 'year' %}
{% for year in talks reversed %}
-### {{ year.name }}
+## {{ year.name }}
{% for talk in year.items %}
* [{{ talk.topic }}](https://youtu.be/{{ talk.youtube_id }}) - [{{ talk.speaker }}](https://twitter.com/{{ talk.twitter_handle }})
{% endfor %}
diff --git a/docs/help/index.md b/docs/help/index.md
index c4674a21..92519540 100644
--- a/docs/help/index.md
+++ b/docs/help/index.md
@@ -5,27 +5,6 @@ title: Getting Help
Need help with Jekyll? Try these resources.
-### [Upgrading](/docs/upgrading/)
-
-Did you recently upgrade from Jekyll 1 to 2 or from Jekyll 2 to 3?
-Known breaking changes are listed in the upgrading docs.
-
-### [Documentation](/docs/home/)
-
-Our guide to Jekyll covering installation, writing, customization, deployment, and more.
-
-### [Tutorials](/tutorials/home)
-
-Similar to documentation, but more detailed scenario-based walk-throughs covering a variety of topics.
-
-### [View source](https://github.com/jekyll/jekyll/wiki/sites)
-
-Learn from the source of others' Jekyll-powered sites.
-
-### [Google](https://www.google.com/?q=jekyll)
-
-Add **jekyll** to almost any query, and you'll find just what you need.
-
### [Jekyll Talk](https://talk.jekyllrb.com/)
Jekyll Talk is our official Discourse forum. Here, users and contributors
@@ -42,6 +21,31 @@ question!
Get live support at **#jekyll** on **irc.freenode.net**, the official
Jekyll IRC channel.
+### [Documentation](/docs/home/)
+
+Our guide to Jekyll covering installation, writing, customization, deployment, and more.
+
+### [Tutorials](/tutorials/home)
+
+Similar to documentation, but more detailed scenario-based walk-throughs covering a variety of topics.
+
+### [Upgrading](/docs/upgrading/)
+
+Did you recently upgrade from Jekyll 1 to 2 or from Jekyll 2 to 3?
+Known breaking changes are listed in the upgrading docs.
+
+### [Jekyllconf](/jekyllconf/)
+
+Watch videos from members of the Jekyll community speak about interesting use cases, tricks they've learned or meta Jekyll topics.
+
+### [View source](https://github.com/jekyll/jekyll/wiki/sites)
+
+Learn from the source of others' Jekyll-powered sites.
+
+### [Google](https://www.google.com/?q=jekyll)
+
+Add **jekyll** to almost any query, and you'll find just what you need.
+
### [jekyll/jekyll](https://github.com/jekyll/jekyll/issues)
Search through the issues on the main Jekyll development. Think you've