Skip to content

Repository files navigation

Maptime Starter site

Starter is a simple Jekyll theme for MapTime meetups. Hosting your own meetup? Starter is desgined to be easily forked and tweaked to suit your own needs.

Installation

  1. Fork this repo.
  2. Edit the _config.yml file. Here's a quick rundown of the configuration options.
NameRequiredValueDescription
baseurlYespostThis value should always be the same.
permalinkNohow urls are generatedYou can learn more about how they are generated here.
markdownNoDetermines which markdown engine is usedGenerally, you don't need to touch this field for your own needs.
paginateYesNumber of posts on the front pageStarter supports pagintaion. Control the number of posts on a given page by changing this value
repoYesName of the repo on GitHubAs an example, the name of the starter repo is starter
maptime: chapterYesName of your MapTime meetup
maptime: twitterNoYour MapTime Twitter username
maptime: disqusNoDisqus account nameStarter optionally supports comments on posts with Disqus. Create a new Disqus account for a site and fill this field with the account name.

Content types

There are two kinds of content in Starter: post and event. You author these types of content in the _posts directory. Each content type has unique configuration options that you should declare at the top of the document. This is called Frontmatter.

Event

Events are for actual planned meetups with RSVP information. Note that the filename of the post should match the date of the meetup date.

Fronmatter options
NameRequiredValueDescription
layoutYeseventThis value should always be the same.
categoryYeseventThis value should always be the same.
titleYesThe title of your event
rsvpYesURL to rsvpThis should be a link to an Eventbrite date or other service.

Posts

Posts are like blog posts. These are great for meetup follow ups or posts that don't have a meetup event tied to it.

Fronmatter options
NameRequiredValueDescription
layoutYespostThis value should always be the same.
titleYesThe title of your post
authorNoAuthor's name
imageNoURL path to an imageImages added here will show up as a Twitter card when a post is shared.

Help resources

  • Create an issue on the Starter repo and we'll respond to it.
  • The site is powered by Jekyll. To make custom tweaks to your own site, you should read it's documentation.
  • Starter makes the assumption you will be running the site on GitHub pages. You can learn more about GitHub Pages here.

Examples in the wild

Have you used this starter to create your own meetup site? Let us know and we can add it below!

Licence

BSD

About

Jekyll + GitHub pages powered Maptime meetup

Resources

Stars

7 stars

Watchers

11 watching

Forks

Releases

Packages

Contributors

Languages