Add a Community section and cleanup, closes #5057

This commit is contained in:
chrisfinazzo 2016-07-11 17:47:41 -04:00
parent 8d2227a03a
commit 26b2a6251c
No known key found for this signature in database
GPG Key ID: 1201DC9E114DDFBF
3 changed files with 8 additions and 4 deletions

View File

@ -8,6 +8,9 @@
<li class="{% if page.author %}current{% endif %}">
<a href="/news/">News</a>
</li>
<li class="{% if page.url contains '/community/' %}current{% endif %}">
<a href="/community/">Community</a>
</li>
<li class="{% if page.url contains '/help/' %}current{% endif %}">
<a href="/help/">Help</a>
</li>

View File

@ -56,6 +56,7 @@ nav {
ul {
padding: 0;
margin: 0;
white-space: nowrap;
}
li { display: inline-block; }

View File

@ -1,10 +1,10 @@
---
layout: docs
title: JekyllConf
permalink: /docs/jekyllconf/
layout: page
title: Community
permalink: /community/
---
[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.
[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
{% assign random = site.time | date: "%s%N" | modulo: site.data.jekyllconf-talks.size %}