Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 956 Bytes

File metadata and controls

38 lines (26 loc) · 956 Bytes

BitDevs LA

Simple Zola site for hosting all of the links from meetups past and future.

Development

You'll need Zola to run the site locally. Once they're setup:

Making a Post

To make a new post, make a new file in content directory with a title of YYYY-MM-DD-title-goes-here.md. At the top of the file you'll want to provide the following information:

+++
title = "<title goes here>"
template = "post.html"
[extra]
meetup_id = "<optional meetup id goes here>"
+++

After that, it's just simple markdown. The site will auto-generate the rest.

Changing Site Data

All site configurations are contained in config.toml.

Attributions

Thanks to BitDevs NYC for the Jekyll site this site is based on.