Skip to content

Commit 5bb050d

Browse files
author
mrmrs
committed
Adding comments.
Making comments more pretty.
1 parent 6f24e59 commit 5bb050d

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

_config.yml

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,41 @@
11
# This will be the first part of the title tag for your site
2-
# <title> {{site.name}}</title>
3-
# ===============
4-
name: "NKD"
2+
# <title> {{site.name}} </title>
3+
# ============================================================
4+
name: "NKD - B"
55

6-
# Populates the meta description for the site. Should be under 150 characters for best SEO purposes.
7-
# ===============
8-
description: "NKD - Boilerplate for a responsive html5"
6+
# Populates the meta description for the site. Should be under 150 characters for best SEO results.
7+
# ============================================================
8+
description: "NKD - Boilerplate for a responsive HTML5/SASS jekyll project."
99

10-
# Owner (organization or individual) of site content
11-
# ===============
10+
# Owner (organization or individual) of site content - You'll want to change this from mrmrs :)
11+
# ============================================================
1212
author: "mrmrs"
1313

14-
#url: "[http:// ]"
1514
# Chance this when you generate your site for production to your production URL i.e http://mrsjxn.com
16-
# ===============
15+
# ============================================================
1716
#url: "http://productionurl.com
1817
url: "http://localhost:4000"
1918

2019
# Publish future posts or not option.
21-
# ===============
20+
# ============================================================
2221
future: true
2322

2423
# "A list of directories (including trailing slash) and files to exclude from the conversion"
2524
# I normally exclude _sass, README*, and .gitignore
2625
# Directories that start with an underscore _ are not copied over by default. Still like to include _sass anyways.
27-
# ===============
26+
# ============================================================
2827
exclude: [README.md, Rakefile]
2928

3029
# Pagination variable for how many posts to show in a list
31-
# ===============
30+
# ============================================================
3231
#paginate: 5
3332

3433
# Style of permalinks
35-
# ===============
34+
# ============================================================
3635
permalink: pretty
3736

3837
# Variable format options for URL styles below
39-
# ===============
38+
# ============================================================
4039
# pretty => /2009/04/29/slap-chop/index.html
4140
# /:month-month:day-:year/:title.html/ => 04-29-2009/slap-chop.html
4241
# /blog/:yearr/:month/:day/:title => /blog/2009/04/29/slap-chop/index.html

0 commit comments

Comments
 (0)