Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 715 Bytes

File metadata and controls

38 lines (27 loc) · 715 Bytes

Python North East Website

The Python North East website on the new .com domain.

Adding Events

To add a new event, add a new Markdown document to the _posts directory with a filename following this format:

<Year>-<Month>-<Day>-slug.md

for example:

2017-09-13-zeromq.md

Then start with this template:

---
layout: event
title: Build Interconnecting Apps with ZeroMQ
link: https://attending.io/events/zeromq-python
---

This is a description of the event. The first paragraph will be used as an
excerpt.

To add an image, use the following syntax:

[Link to a page]({{ site.baseurl }}{% link /assets/logo.png %})