зеркало из https://github.com/github/vitess-gh.git
41 строка
1.0 KiB
YAML
41 строка
1.0 KiB
YAML
# Site wide configuration
|
|
|
|
title: Vitess
|
|
description: "Servers and tools that scale MySQL databases for the web in cloud architectures or on dedicated hardware."
|
|
logo: vitess-logo-large-cropped-2.png
|
|
teaser: 400x250.gif
|
|
locale: en_US
|
|
url: http://vitess.io
|
|
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
|
|
|
|
analytics:
|
|
id: UA-60219601-1
|
|
|
|
redcarpet:
|
|
extensions: ["autolink", "fenced_code_blocks", "highlight", "no_intra_emphasis", "prettify", "tables", "with_toc_data"]
|
|
|
|
# Site owner
|
|
owner:
|
|
name: Vitess Team
|
|
web: https://github.com/youtube/vitess
|
|
email:
|
|
twitter:
|
|
bio:
|
|
avatar:
|
|
disqus-shortname:
|
|
|
|
|
|
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"]
|