-
Notifications
You must be signed in to change notification settings - Fork 5
/
_config.yml
44 lines (40 loc) · 1017 Bytes
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Site settings
baseurl: "" # the subpath of your site, e.g. /blog
url: "http://tacojs.github.io" # the base hostname & protocol for your site
# Build settings
markdown: kramdown
gems:
- jemoji
- jekyll-redirect-from
future: true
timezone: Etc/UTC
# Collections
collections:
posts:
title: Posts
output: true
meetups:
title: Meetups
output: true
permalink: "/meetup/:path"
layout: meetup
location: TBD
address: 1234 Market Street
intersection: 12th & Market
media:
title: Media
output: true
# Metadata
keywords: "tacojs, taco, javascript, meetup, philadelphia, node.js, talks, developer, meetup.com, libertyjs"
google-fonts: "BioRhyme:700|Suez+One|Chivo:400,700,400i"
google-fonts-subsets: "latin"
google-analytics: "UA-80317923-1"
# Commonly used lingo
title: TacoJS
location: Philadelphia, PA, USA
contact: tacojs@melody.cool
description: A fun night of code & tacos.
handle: TacoJS
twitter: tacojs_phl
github: tacojs
slack-invite: "http://phillydev.org/"