[Git][reproducible-builds/reproducible-website][master] Move events page to new style.

Chris Lamb gitlab at salsa.debian.org
Sun Dec 30 00:34:05 CET 2018


Chris Lamb pushed to branch master at Reproducible Builds / reproducible-website


Commits:
795361e9 by Chris Lamb at 2018-12-29T23:33:54Z
Move events page to new style.

- - - - -


2 changed files:

- + _events/events.md
- − events.html


Changes:

=====================================
_events/events.md
=====================================
@@ -0,0 +1,27 @@
+---
+layout: new/default
+title: Events
+permalink: /events/
+order: 4
+---
+
+# Events
+
+Irregular events are organized to exchange ideas about reproducible builds, get
+a better understanding or cooperate on improving code or specifications.
+
+We meet on IRC twice a month; see the [mailing list](/resources/) for the next
+meeting's date and agenda. [Summaries and full text archives](http://meetbot.debian.net/reproducible-builds/) of previous meetings are automatically published.
+
+{% assign sorted_events = site.events | sort: 'event_date' | reverse %}
+{% for page in sorted_events %}
+{% if page.event_date_string %}
+## {{ page.title }}
+
+*{{ page.event_date_string }}* — {{ page.event_location }}
+
+{{ page.event_summary }}
+
+[Read more…]({{ page.permalink | prepend: site.baseurl }})
+{% endif %}
+{% endfor %}


=====================================
events.html deleted
=====================================
@@ -1,37 +0,0 @@
----
-layout: page
-title: Events
-permalink: /events/
-order: 4
----
-
-<div class="row">
-  <div class="four columns"> </div>
-  <div class="eight columns text">
-    <p>
-      Irregular events are organized to exchange ideas about “reproducible
-      builds”, get a better understanding or cooperate on improving code
-      or specifications.
-    </p>
-    <p>
-      We meet on IRC twice a month; see the <a href="/resources/">mailing list</a> for the next meeting's date and agenda.
-      <a href="http://meetbot.debian.net/reproducible-builds/">Summaries and full text archives</a> of previous meetings are automatically published.
-    </p>
-  </div>
-</div>
-
-{% assign sorted_events = site.events | sort: 'event_date' | reverse %}
-{% for page in sorted_events %}
-{% if page.event_date_string %}
-<div class="row">
-  <div class="four columns title">
-    <h2>{{ page.title }}</h2>
-  </div>
-  <div class="eight columns text">
-    <p><em>{{ page.event_date_string }}</em>, {{ page.event_location }}</p>
-    <p>{{ page.event_summary }}</p>
-    <p><a href="{{ page.permalink | prepend: site.baseurl }}">Read more…</a></p>
-  </div>
-</div>
-{% endif %}
-{% endfor %}



View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/commit/795361e916611b04e6ac75b12517a6b501501ae7

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/commit/795361e916611b04e6ac75b12517a6b501501ae7
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20181229/602d771e/attachment.html>


More information about the rb-commits mailing list