-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy path_config_dev.yml
49 lines (42 loc) · 910 Bytes
/
_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
45
46
47
48
49
production: false
# Site settings
title: PhoneGap
description: "Easily create apps using the web technologies you know and love: HTML, CSS, and JavaScript."
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://localhost:4000" # the base hostname & protocol for your site
twitter_username: phonegap
github_username: phonegap
gems:
- jekyll-paginate
- jekyll-coffeescript
- jekyll-redirect-from
- jekyll-sitemap
paginate: 10
paginate_list_count: 7
paginate_path: "/blog/page:num/"
exclude:
- Gemfile
- Gemfile.lock
- LICENSE
- Rakefile
- README.md
- vendor
- blog
# Build settings
markdown: kramdown
kramdown:
input: GFM
permalink: /blog/:year/:month/:day/:title/
highlighter: rouge
excerpt_separator: <!--more-->
sass:
sass_dir: _sass
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: "post"
extra_js:
- taglist.js