forked from phonegap/phonegap.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config_dev.yml
More file actions
34 lines (30 loc) · 714 Bytes
/
_config_dev.yml
File metadata and controls
34 lines (30 loc) · 714 Bytes
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
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
paginate: 10
paginate_list_count: 7
paginate_path: "/blog/page:num/"
# Build settings
markdown: kramdown
permalink: /:categories/:title/
highlighter: pygments
excerpt_separator: <!--more-->
exclude:
- vendor
- blog
sass:
sass_dir: _sass
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: "post"
extra_js:
- taglist.js