2015-02-18 10:38:55 +00:00
|
|
|
email: dev@getmonero.org
|
2015-02-14 19:39:47 +00:00
|
|
|
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: ""
|
2015-02-14 19:39:47 +00:00
|
|
|
url: "https://getmonero.org"
|
2015-01-02 16:35:38 +00:00
|
|
|
|
|
|
|
markdown: kramdown
|
|
|
|
|
2015-02-18 21:35:30 +00:00
|
|
|
# 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"]
|
|
|
|
|
2015-02-14 19:39:47 +00:00
|
|
|
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
|
2015-02-19 19:25:40 +00:00
|
|
|
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"
|
2015-03-06 09:32:22 +00:00
|
|
|
- "/404/index.md"
|