-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path_config.yml
executable file
·34 lines (30 loc) · 958 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
# Site settings
title: OpenPlanetary
description: "OpenPlanetary is an online community and framework for planetary research and education professionals, and the rest of us!"
header-img: img/page-bg.jpg
email: hello@openplanetary
url: https://openplanetary.github.io
copyright_name: OpenPlanetary
twitter_username: openplanetary
github_username: openplanetary
email_username: [email protected]
slack_team: openplanetary
# SEO-specific tags
twitter:
username: openplanetary
# image:
# twitter: /img/op-webintent.png
# facebook: /img/op-webintent.png
# height: 275
# width: 435
logo: /img/op_logo.png
# Google Analytics
#google_tracking_id: UA-83996008-1
# Build settings
markdown: kramdown
highlighter: rouge
permalink: "/blog/:categories/:title.html"
paginate: 5
paginate_path: "/blog/page:num/"
exclude: ["less","node_modules","Gruntfile.js","package.json","README.md"]
gems: [jekyll-paginate, jekyll-feed, jekyll-gist, jekyll-seo-tag]