2017-07-04 06:00:32 +00:00
|
|
|
email: dev@getmonero.org
|
|
|
|
name: Monero
|
|
|
|
description: Monero is a digital currency that is secure, private, and untraceable.
|
|
|
|
keywords: "monero, xmr, bitmonero, cryptocurrency"
|
2020-11-12 11:31:04 +00:00
|
|
|
baseurl: ""
|
2020-07-26 13:56:18 +00:00
|
|
|
url: "https://www.getmonero.org"
|
2017-07-04 06:00:32 +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"]
|
|
|
|
input: GFM
|
|
|
|
|
2019-12-12 17:12:00 +00:00
|
|
|
exclude: ["README.md", "CONTRIBUTING.md", "LICENSE"]
|
2017-11-27 20:28:15 +00:00
|
|
|
|
|
|
|
# paginate
|
2017-07-04 06:00:32 +00:00
|
|
|
paginate: 10
|
|
|
|
paginate_path: blog/page:num/
|
|
|
|
|
2018-05-29 18:40:10 +00:00
|
|
|
plugins:
|
2017-11-27 20:28:15 +00:00
|
|
|
- jekyll-paginate
|
|
|
|
- jekyll-multiple-languages-plugin
|
2020-06-19 16:36:16 +00:00
|
|
|
- jekyll-feed
|
|
|
|
|
|
|
|
feed:
|
|
|
|
posts_limit: 20
|
2018-05-29 18:40:10 +00:00
|
|
|
|
2017-11-27 20:28:15 +00:00
|
|
|
# jekyll-multiple-languages-plugin settings:
|
2019-05-13 15:23:14 +00:00
|
|
|
languages: ["en", "es", "it", "pl", "fr", "ar", "ru", "de", "nl", "pt-br", "tr", "zh-cn", "zh-tw"]
|
2019-03-10 21:28:49 +00:00
|
|
|
|
2017-11-27 20:28:15 +00:00
|
|
|
|
2020-05-31 08:30:27 +00:00
|
|
|
exclude_from_localizations: ["img", "css", "fonts", "media", "404.html", "feed.xml", "meta", "_posts", "legal", "blog"]
|
2017-11-27 20:28:15 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
2017-07-04 06:00:32 +00:00
|
|
|
# Windows live tiles config
|
|
|
|
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
|
|
|
|
|
|
|
|
# Sitemap
|
|
|
|
sitemap:
|
|
|
|
exclude:
|
|
|
|
- "/ietemplates/ieconfig.xml"
|
|
|
|
- "/ietemplates/poll1.xml"
|
|
|
|
- "/ietemplates/poll2.xml"
|
|
|
|
- "/ietemplates/poll3.xml"
|
|
|
|
- "/ietemplates/poll4.xml"
|
|
|
|
- "/ietemplates/poll5.xml"
|
|
|
|
- "/feed.xml"
|
2020-05-31 08:30:27 +00:00
|
|
|
- "/404.html"
|