1
0
mirror of https://github.com/ipdb/website.git synced 2024-11-15 01:34:49 +01:00
website/_config.yml

35 lines
537 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: "rnq6byg"
# Urls
# --------------------
permalink: /:title/
# Generator
# --------------------
source: ./_src
destination: ./_dist
# Plugins
# --------------------
plugins:
- jekyll-sitemap
- jekyll-redirect-from
exclude:
- "*README.md"