2017-08-09 17:12:21 +02:00
|
|
|
# The Basics
|
|
|
|
# --------------------
|
|
|
|
title: "IPDB"
|
2017-08-10 23:42:59 +02:00
|
|
|
description: "The Interplanetary Database."
|
2017-08-09 17:12:21 +02:00
|
|
|
url: "https://ipdb.io"
|
|
|
|
email: "contact@ipdb.io"
|
|
|
|
|
|
|
|
github:
|
|
|
|
org: "ipdb"
|
|
|
|
repo: "site"
|
|
|
|
|
|
|
|
analyticsID: ""
|
2017-08-24 12:17:29 +02:00
|
|
|
typekitID: "bko7hwo"
|
2017-08-09 17:12:21 +02:00
|
|
|
|
|
|
|
|
|
|
|
# Urls
|
|
|
|
# --------------------
|
|
|
|
permalink: /:title/
|
|
|
|
|
|
|
|
|
|
|
|
# Generator
|
|
|
|
# --------------------
|
|
|
|
source: ./_src
|
|
|
|
destination: ./_dist
|
|
|
|
|
|
|
|
|
|
|
|
# Plugins
|
|
|
|
# --------------------
|
|
|
|
plugins:
|
|
|
|
- jekyll-sitemap
|
|
|
|
- jekyll-redirect-from
|
|
|
|
|
|
|
|
exclude:
|
|
|
|
- "*README.md"
|