-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy path_config.yml
52 lines (42 loc) · 2.12 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
#=====================================
#
# NKD - A simple Jekyll boilerplate
#
# More on Jekyll: http://jekyllrb.com/
#
#=====================================
# This will be the first part of the title tag for your site
# <title> {{site.name}} </title>
# ============================================================
name: "NKD - Boilerplate for HTML5/SCSS projects."
# Populates the meta description for the site. Should be under 150 characters for best SEO results.
# ============================================================
description: "NKD - Boilerplate for responsive HTML5/SCSS jekyll projects."
# Owner (organization or individual) of site content - You'll want to change this from mrmrs :)
# ============================================================
author: "mrmrs"
# Change this to your production URL
# ============================================================
url: "http://mrmrs.io/nkd"
# Publish future posts or not option.
# ============================================================
future: true
# "A list of directories (including trailing slash) and files to exclude from the conversion"
# I normally exclude _sass, README*, and .gitignore
# Directories that start with an underscore _ are not copied over by default. Still like to include _sass anyways.
# ============================================================
exclude: [README.md, Rakefile, node_modules]
# Pagination variable for how many posts to show in a list
# ============================================================
#paginate: 5
# Style of permalinks
# ============================================================
permalink: pretty
# Variable format options for URL styles below
# ============================================================
# pretty => /2009/04/29/slap-chop/index.html
# /:month-:day-:year/:title.html/ => 04-29-2009/slap-chop.html
# /blog/:year/:month/:day/:title => /blog/2009/04/29/slap-chop/index.html
# Uncomment if you have pygments installed. Used for code syntax highlighting.
# If you're not doing syntax highlighting you can delete this.
# highlighter: pygments