1
0
mirror of https://github.com/ipdb/website.git synced 2024-06-30 05:31:56 +02:00
website/_config.yml

43 lines
730 B
YAML

# The Basics
# --------------------
title: "IPDB"
description: "The Interplanetary Database."
url: "https://ipdb.io"
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"