monero-site/_config.yml

37 lines
1.2 KiB
YAML
Raw Normal View History

2015-02-18 10:38:55 +00:00
email: dev@getmonero.org
name: Monero
2015-02-27 13:42:20 +00:00
description: Monero is a digital currency that is secure, private, and untraceable.
2015-01-02 16:35:38 +00:00
keywords: "monero, xmr, bitmonero, cryptocurrency"
baseurl: ""
url: "https://getmonero.org"
2015-01-02 16:35:38 +00:00
markdown: kramdown
# Kramdown was using smart quotes, which messes up CLI examples
# TODO: smart quotes are actually quite pretty, so this is perhaps better handled via a plugin that reverts them for CLI blocks
kramdown:
smart_quotes: ["apos", "apos", "quot", "quot"]
exclude: ["README.md"]
paginate: 10
2015-02-18 08:54:05 +00:00
paginate_path: blog/page:num/
# Windows live tiles config
2015-02-18 09:03:57 +00:00
ie_tile_color: eeeeee
ie_tile_small: https://static.getmonero.org/images/live-tiles/small.png
ie_tile_medium: https://static.getmonero.org/images/live-tiles/medium.png
ie_tile_wide: https://static.getmonero.org/images/live-tiles/wide.png
ie_tile_large: https://static.getmonero.org/images/live-tiles/large.png
2015-02-18 09:12:42 +00:00
# Sitemap
sitemap:
exclude:
- "/ietemplates/ieconfig.xml"
- "/ietemplates/poll1.xml"
- "/ietemplates/poll2.xml"
- "/ietemplates/poll3.xml"
- "/ietemplates/poll4.xml"
- "/ietemplates/poll5.xml"
- "/feed.xml"
- "/404/index.md"