-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
52 lines (47 loc) · 1.39 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
# General configuration
url: https://alexandrucoman.github.io/
baseurl: '/docs-azure-bcbiovm'
enforce_ssl: alexandrucoman.github.io
safe: true
lsi: false
permalink: none
highlighter: pygments
future: true
# Exclude non-site files
exclude: ['README.md', '.gitignore', 'Gemfile', 'Gemfile.lock']
# Use the redcarpet Markdown renderer
markdown: redcarpet
redcarpet:
extensions: [
'no_intra_emphasis',
'fenced_code_blocks',
'autolink',
'strikethrough',
'superscript',
'with_toc_data',
'tables',
'hardwrap'
]
# Setting for jekyll-docs-template
title: 'bcbio-nextgen-vm on Windows Azure'
subtitle: 'A brief documentation for bcbio-nextgen-vm on Windows Azure'
# Enable/show navigation. There are there options:
# 0 - always hide
# 1 - always show
# 2 - show only if posts are present
navigation: 1
disqus_shortname: ''
google_analytics_id: ''
codeurl: 'https://github.com/alexandrucoman/docs-azure-bcbiovm'
sections: [
['doc', 'Documentation'],
['troubleshooting', 'Troubleshooting'],
]
# Settings for deploy rake task
username: alexandrucoman
repo: docs-azure-bcbiovm
branch: master
relative_source: ../docs-azure-bcbiovm/
destination: ../docs-azure-bcbiovm-pages/
production_url: https://alexandrucoman.github.io/docs-azure-bcbiovm
source_url: https://github.com/alexandrucoman/docs-azure-bcbiovm