leicesterjs / site

šŸ¦Š Official LeicesterJS Website
https://leicesterjs.org
9 stars 10 forks source link
11ty eleventy hacktoberfest leicesterjs meetup netlify
osdc logo

šŸ¦Š LeicesterJS Website

The Official LeicesterJS Website - See it Live at https://leicesterjs.org



šŸ‘©ā€šŸ’» Getting Started

First clone the project

$ git clone https://github.com/leicesterjs/site leicesterjs-site

Next install the dependencies and run the project. $ npm install && npm run dev

When you make changes to the code, the blog will automatically update via BrowserSync.

šŸ‘„ Creating a new Meetup

To create a new meetup based on the official meetup contained on https://meetup.com/leicesterjs, first create a dated markdown file in /src/meetups The format of the date should be in ISO_8601 which looks like this yyyy-mm-dd hh:mm:ss. Note: you will need to account for whether or not the meetup is taking place during BST and alter the date format to be in UTC without the timezone offset e.g. 2019-08-15 19:00:00+01:00 would become 2019-08-15 18:00:00.

Inside this file create a template similar to the below

---
layout: meetups
location: CloudCall, 1 Colton Square, LE1 1QH, Leicester
started_at: 2019-08-15 18:00:00
ended_at: 2019-08-15 19:30:00
tags: meetups
talks:
  - speaker: Joshua Graham,
    title: A mostly non technical talk about building software
  - speaker: Richard Birley,
    title: Component based design with Figma
title: LeicesterJS - August Meetup - Design & Non-Technical
meetup_id: 263567706
---

You can find the meetup_id in the URL of the Meetup in question. For the above the URL is https://www.meetup.com/leicesterjs/events/263567706/ The end part is the Id you need.

After you have written the article, submit a new Pull Request.

Technologies


Made with ā¤ļø by the lovely attendants of LeicesterJS