mirror of
https://github.com/ipdb/website.git
synced 2024-11-15 01:34:49 +01:00
Matthias Kretschmann
fb2895a681
* create contact form * create newsletter form * create contact page * shuffle around connect section content
48 lines
809 B
YAML
48 lines
809 B
YAML
# The Basics
|
|
# --------------------
|
|
title: "IPDB"
|
|
description: "The Interplanetary Database."
|
|
url: "https://ipdb.io"
|
|
email: "contact@ipdb.io"
|
|
|
|
github:
|
|
org: "ipdb"
|
|
repo: "site"
|
|
|
|
analyticsID: ""
|
|
typekitID: "bko7hwo"
|
|
|
|
signup:
|
|
button: Sign up for free (testnet)
|
|
button_short: Sign up
|
|
link: https://developers.ipdb.io/signup?plan_ids[]=2357355879577
|
|
|
|
login:
|
|
button: Log in
|
|
link: https://developers.ipdb.io/login
|
|
|
|
# Form actions
|
|
forms:
|
|
contact: '#'
|
|
newsletter: '#'
|
|
|
|
# Urls
|
|
# --------------------
|
|
permalink: /:title/
|
|
|
|
|
|
# Generator
|
|
# --------------------
|
|
source: ./_src
|
|
destination: ./_dist
|
|
|
|
|
|
# Plugins
|
|
# --------------------
|
|
plugins:
|
|
- jekyll-sitemap
|
|
- jekyll-redirect-from
|
|
|
|
exclude:
|
|
- "*README.md"
|