You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
542 B
YAML
22 lines
542 B
YAML
# Site settings
|
|
title: Matrix
|
|
email: webmaster@matrix.org
|
|
description: > # this means to ignore newlines until "baseurl:"
|
|
Matrix.org documentation
|
|
baseurl: "/docs" # the subpath of your site, e.g. /blog/
|
|
url: "http://matrix.org" # the base hostname & protocol for your site
|
|
twitter_username: matrixdotorg
|
|
github_username: matrix-org
|
|
|
|
exclude:
|
|
- "*.png"
|
|
- "*.jpg"
|
|
- "*.gif"
|
|
|
|
# Build settings
|
|
markdown: kramdown
|
|
|
|
#defaults:
|
|
permalink: /:categories/:title.html # can use this when/if we use jekyll for all docs
|
|
#permalink: /:title.html
|