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 %}"> <li class="{% if page.author %}current{% endif %}">
<a href="/news/">News</a> <a href="/news/">News</a>
</li> </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 %}"> <li class="{% if page.url contains '/help/' %}current{% endif %}">
<a href="/help/">Help</a> <a href="/help/">Help</a>
</li> </li>

View File

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

View File

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