2015-02-26 01:33:51 +03:00
|
|
|
# Site wide configuration
|
|
|
|
|
|
|
|
title: Vitess
|
2015-09-09 08:01:07 +03:00
|
|
|
description: "Servers and tools that scale MySQL databases for the web in cloud architectures or on dedicated hardware."
|
|
|
|
logo: vitess-logo-cropped2.png
|
2015-02-26 01:33:51 +03:00
|
|
|
teaser: 400x250.gif
|
|
|
|
locale: en_US
|
|
|
|
url:
|
|
|
|
project-name: Vitess
|
|
|
|
repo: https://github.com/youtube/vitess
|
|
|
|
|
|
|
|
# Jekyll configuration
|
|
|
|
sass:
|
|
|
|
sass_dir: _sass
|
|
|
|
style: compressed
|
|
|
|
permalink: /:categories/:title/
|
|
|
|
highlighter: pygments
|
|
|
|
gems:
|
|
|
|
- jekyll-sitemap
|
|
|
|
|
|
|
|
markdown: redcarpet
|
|
|
|
|
|
|
|
redcarpet:
|
2015-09-09 08:01:07 +03:00
|
|
|
extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "highlight", "prettify", "tables", "with_toc_data"]
|
2015-02-26 01:33:51 +03:00
|
|
|
|
|
|
|
# Site owner
|
|
|
|
owner:
|
|
|
|
name: Vitess Team
|
|
|
|
web: https://github.com/youtube/vitess
|
|
|
|
email:
|
|
|
|
twitter:
|
|
|
|
bio:
|
|
|
|
avatar:
|
|
|
|
disqus-shortname:
|
|
|
|
|
|
|
|
|
2015-09-09 08:01:07 +03:00
|
|
|
exclude: ["config.rb", ".sass-cache", "Capfile", "config", "log", "Rakefile", "Rakefile.rb", "tmp", "*.sublime-project", "*.sublime-workspace", "Gemfile", "Gemfile.lock", "README.md", "LICENSE", "node_modules", "Gruntfile.js", "package.json"]
|