-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
117 lines (100 loc) · 2.54 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
# Where things are
source: .
destination: ./_site
plugins_dir: ./_plugins
layouts_dir: ./_layouts
data_dir: ./_data
collections: null
# Handling Reading
safe: false
include: [".htaccess"]
exclude: ['config.ru', 'Gemfile', 'Gemfile.lock', 'vendor', 'README.md', 'Rakefile', 'Procfile.dev', 'unicorn-dev.rb', 'LICENSE', 'CNAME']
keep_files: [".git", ".svn"]
encoding: "utf-8"
# Filtering Content
show_drafts: null
limit_posts: 0
future: false
unpublished: false
# Plugins
whitelist: []
plugins:
- jekyll-paginate
- jekyll-sitemap
# Conversion
markdown: redcarpet
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
highlighter: rouge
lsi: false
excerpt_separator: "\n\n"
# Serving
detach: false
port: 4000
host: 127.0.0.1
baseurl: "" # does not include hostname
url: http://velocitylabs.io
# Backwards-compatibility
relative_permalinks: false
# Outputting
permalink: /blog/:year/:month/:day/:title/
paginate_path: /blog/:num
paginate: 10
timezone: null
quiet: false
defaults: []
# Markdown Processors
maruku:
use_tex: false
use_divs: false
png_engine: blahtex
png_dir: images/latex
png_url: /images/latex
fenced_code_blocks: true
rdiscount:
extensions: []
redcarpet:
extensions: []
kramdown:
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..6
smart_quotes: lsquo,rsquo,ldquo,rdquo
enable_coderay: false
coderay:
coderay_wrap: div
coderay_line_numbers: inline
coderay_line_number_start: 1
coderay_tab_width: 4
coderay_bold_every: 10
coderay_css: style
## jekyll-assets: ##
# see more at https://github.com/ixti/jekyll-assets
assets:
sources:
- _assets/javascripts
- _assets/stylesheets
- _assets/images
gzip: [ text/css, application/javascript ]
precompile: [ logo-text.png ]
# debug: true
minfy_html: true
## Company ##
company:
address:
street: "221 E. Indianola Ave."
city: Phoenix
state: AZ
zip: 85012
description: Velocity Labs is a Ruby on Rails and JavaScript development company. We specialize in custom web application development projects.
social:
github: velocity-labs
twitter: velocitylabs
logo: logo-text.png
name: Velocity Labs
phone: (602) 633-5049
subtitle: Ruby on Rails Developers | Custom Web Applications
## Blog ##
blog:
title: The Lab Notebook
subtitle: "brought to you by <a href=\"http://velocitylabs.io/\">Velocity Labs</a>"