forked from vitessio/vitess
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config_dev.yml
37 lines (30 loc) · 991 Bytes
/
_config_dev.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# 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:
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:
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"]