-
Notifications
You must be signed in to change notification settings - Fork 9
/
_config.yml
63 lines (57 loc) · 1.48 KB
/
_config.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
## Site settings
title: Visit Galaxy API Documentation
baseurl: "galaxy-docs"
## Build settings
# Excludes
exclude:
- .gitignore
- .travis.yml
- CHANGELOG.md
- deploy.sh
- font-selection.json
- Gemfile*
- LICENSE
- README.md
- Vagrantfile
# Markdown
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
# set :markdown,
# disable_indented_code_blocks: true,
# prettify: true,
# with_toc_data: true,
# no_intra_emphasis: true
# Assets
sass:
sass_dir: _sass
style: compressed
css_dir: stylesheets
js_dir: javascripts
images_dir: images
fonts_dir: fonts
# activate :autoprefixer do |config|
# config.browsers = ['last 2 version', 'Firefox ESR']
# config.cascade = false
# config.inline = true
# end
# Build Configuration
# configure :build do
# # If you're having trouble with Middleman hanging, commenting
# # out the following two lines has been known to help
# activate :minify_css
# activate :minify_javascript
# # activate :relative_assets
# # activate :asset_hash
# # activate :gzip
# end
# Deploy Configuration
# If you want Middleman to listen on a different port, you can set that below
# set :port, 4567