website/_config.yml

43 lines
869 B
YAML
Raw Normal View History

2017-08-09 17:12:21 +02:00
# The Basics
# --------------------
title: "IPDB"
description: "The Interplanetary Database."
2017-08-09 17:12:21 +02:00
url: "https://ipdb.io"
2017-09-04 21:59:31 +02:00
analyticsID: "UA-60614729-9"
2017-08-24 12:17:29 +02:00
typekitID: "bko7hwo"
2017-08-09 17:12:21 +02:00
2017-08-24 16:07:25 +02:00
signup:
button: "Sign up for free (testnet)"
button_short: "Sign up"
link: "https://developers.ipdb.io/signup?plan_ids[]=2357355879577"
2017-08-29 14:35:05 +02:00
login:
button: "Log in"
link: "https://developers.ipdb.io/login"
2017-08-09 17:12:21 +02:00
# Form actions
forms:
2018-10-01 16:59:31 +02:00
contact: '//formspree.io/contact@ipdb.global'
newsletter: "//foundation.us15.list-manage.com/subscribe/post?u=036bac2d4e3a3ea3de876a8dd&id=8a21e3e9ca"
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"