diff --git a/content/community/contents.lr b/content/community/contents.lr new file mode 100644 index 00000000..4bb972a9 --- /dev/null +++ b/content/community/contents.lr @@ -0,0 +1,28 @@ +_model: page +--- +title: Community +--- +body: + +#### banner #### +image: header.jpg +#### text-block #### +text: + +Working with Lektor is more fun when you can ask questions to other users. +Because the project is so new there are not that many channels for it yet. +Here is where you can find other Lektor users: + +* [Find us on Stack Overflow](http://stackoverflow.com/questions/tagged/lektor) +* [Ask us a question on Stack Overflow](http://stackoverflow.com/questions/ask?tags=lektor) +* [Chat with us on Gitter](gitter/) + +Want to get in contact with us otherwise? + +* [Reach us via Twitter at @getlektor](https://twitter.com/getlektor) + +## Chat with Us + + +---- +class: default diff --git a/content/community/header.jpg b/content/community/header.jpg new file mode 100644 index 00000000..011ba0a0 Binary files /dev/null and b/content/community/header.jpg differ diff --git a/content/showcase/header.jpg b/content/showcase/header.jpg new file mode 100644 index 00000000..69680bf4 Binary files /dev/null and b/content/showcase/header.jpg differ diff --git a/databags/menu.ini b/databags/menu.ini index 5e40290b..ab5e414d 100644 --- a/databags/menu.ini +++ b/databags/menu.ini @@ -10,6 +10,10 @@ label = Documentation path = /showcase label = Showcase +[community] +path = /community +label = Community + [blog] path = /blog label = Blog diff --git a/templates/showcase.html b/templates/showcase.html index cb1b2bf9..fdb7ed76 100644 --- a/templates/showcase.html +++ b/templates/showcase.html @@ -1,5 +1,12 @@ {% extends "layout.html" %} {% block title %}Showcase{% endblock %} +{% block outerbody %} + {% set image = site.get('/showcase').attachments.images.first() %} + {% if image %} +
+ {% endif %} + {{ super() }} +{% endblock %} {% block body %}

Showcase