-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
executable file
·95 lines (82 loc) · 2.16 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
# Site title and subtitle. This is used in _includes/header.html
title: 'the-startup-stack'
subtitle: 'Production ready and proven stack for startups'
plugins: _plugins
# if you wish to integrate disqus on pages set your shortname here
disqus_shortname: ''
# if you use google analytics, add your tracking id here
google_analytics_id: 'UA-65131044-1'
# URL to source code, used in _includes/footer.html
codeurl: 'https://github.com/the-startup-stack/the-startup-stack.com'
# Keep as an empty string if served up at the root. If served up at a specific
# path (e.g. on GitHub pages) leave off the trailing slash, e.g. /my-project
baseurl: ''
# Dates are not included in permalinks
permalink: none
# Syntax highlighting
highlighter: pygments
# Since these are pages, it doesn't really matter
future: true
# Exclude non-site files
exclude: ['bin', 'README.md']
# Use the redcarpet Markdown renderer
markdown: redcarpet
redcarpet:
extensions: [
'no_intra_emphasis',
'fenced_code_blocks',
'autolink',
'strikethrough',
'superscript',
'with_toc_data',
'tables',
'hardwrap'
]
collections:
overview:
icon: fa fa-binoculars
title: Overview
permalink: /overview/:title/
active_prefix: overview
output: true
getting_started:
icon: fa fa-play
title: Getting Started
permalink: /getting_started/:title/
active_prefix: getting_started
output: true
bootstrapping:
icon: fa fa-link
title: Bootstrapping
permalink: /bootstrapping/:title/
active_prefix: bootstrapping
output: true
stack_support:
icon: fa fa-sitemap
title: Stacks Support
permalink: /stack_support/:title/
active_prefix: stack_support
output: true
stacks:
icon: fa fa-bars
title: Stacks
permalink: /stacks/:title/
active_prefix: stacks
output: true
support:
icon: fa fa-support
title: Support
permalink: /support/:title/
active_prefix: support
output: true
roadmap:
icon: fa fa-road
title: Roadmap
permalink: /roadmap/:title/
active_prefix: roadmap
output: true
defaults:
- scope:
path: ""
values:
layout: docs