Add a Community section and cleanup, closes #5057
This commit is contained in:
parent
8d2227a03a
commit
26b2a6251c
|
@ -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>
|
||||||
|
|
|
@ -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; }
|
||||||
|
|
|
@ -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 %}
|
Loading…
Reference in New Issue