forked from vitessio/vitess
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config_dev.yml
44 lines (36 loc) · 1.17 KB
/
_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
38
39
40
41
42
43
44
# Site wide configuration
title: Vitess
description: "Vitess is a database clustering system for horizontal scaling of MySQL."
logo: vitess_logo_with_border.svg
icon: vitess_logo_icon_size.png
teaser: 400x250.gif
locale: en_US
url:
project-name: Vitess
repo: https://github.com/vitessio/vitess
# Jekyll configuration
sass:
sass_dir: _sass
style: compressed
permalink: pretty
highlighter: pygments
plugins:
- jekyll-sitemap
- jekyll-redirect-from
- jekyll-seo-tag
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/vitessio/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", "preview-site.sh", "publish-site.sh"]
# Open up "jekyll serve" because the requests via the Docker forwarding are not
# treated as incoming from "localhost".
host: 0.0.0.0