This repository was archived by the owner on Jun 11, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
66 lines (45 loc) · 1.63 KB
/
_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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
###############################
# Site Variables - Custom #
###############################
# When deployed to a custom domain (e.g. meteormultiverse.org)
#url: http://meteormultiverse.org
#baseurl:
# When deployed to GitHub Organization Pages
url: http://meteor-multiverse.github.io
baseurl:
# When deployed to GitHub Project Pages
#url: http://meteor-multiverse.github.io
#baseurl: /meteormultiverse.org
# When running locally in development mode
#url: http://localhost:4000
#baseurl:
# Website main/base title
title: Meteor Multiverse
# Website content description
# NOTE: The `>` on the following line means to ignore newlines until the next variable key
description: >
An open source alternative to Meteor Galaxy, allowing you to self-host and
auto-scale your own Meteor environments on Amazon AWS.
# Root URL for editing pages on GitHub (leave the trailing slash intact!)
githubEdit: https://github.com/meteor-multiverse/meteor-multiverse.github.io/edit/gh-pages/
# Google Analytics Tracking ID
google_analytics_id: UA-21133140-12
owner_url: http://greene.io
publisher_url: http://greene.io
####################################################
# Standard Jekyll build configuration settings #
####################################################
timezone: America/Chicago
permalink: pretty
highlighter: pygments
markdown: kramdown
#######################################
# Kramdown configuration settings #
#######################################
kramdown:
input: GFM
######################################
# Enable GitHub Emojis in Jekyll #
######################################
gems:
- jemoji