Skip to content

Commit 5f53306

Browse files
author
mrmrs
committed
FIlling out config and fixing typo. Site now generates with zero config.
More helpful for first time users.
1 parent d78c2c6 commit 5f53306

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

_config.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# This will be the first part of the title tag for your site <title> site.name </title>
22
# ===============
3-
name: ""
3+
name: "NKD"
44

55
# Populates the meta description for the site. Should be under 150 characters for best SEO purposes.
66
# ===============
7-
descripiton: ""
7+
description: "NKD - A boilerplate for jekyll"
88

99
# Owner (organization or individual) of site content
1010
# ===============
11-
author: ""
11+
author: "mrmrs"
1212

1313
#url: "[http:// ]"
1414
# Chance this when you generate your site for production to your production URL i.e http://mrsjxn.com
@@ -19,24 +19,24 @@ url: "http://localhost:4000"
1919
# ===============
2020
# future: true
2121

22-
# List files and directories to include. Dot files are excluded by default - so those are good to include here. Most things are added by
23-
# default. I generally add my .htaccess file and nothing else.
22+
# List files and directories to include. Dot files are excluded by default - so those are good to include here.
23+
# Most things are added by default but sometimes being clear is good stuffs.
2424
# ===============
25-
include: .htaccess
25+
#include:
2626

2727
# "A list of directories (including trailing slash) and files to exclude from the conversion"
2828
# I normally exclude _sass, README*, and .gitignore
2929
# Directories that start with an underscore _ are not copied over by default. Still like to include _sass anyways.
3030
# ===============
31-
exclude: _sass,.gitignore, README.md
31+
exclude: _sass, .gitignore, README.md
3232

3333
# Pagination variable for how many posts to show in a list
3434
# ===============
3535
#paginate: 5
3636

3737
# Style of permalinks
3838
# ===============
39-
#permalink: pretty
39+
permalink: pretty
4040

4141
# Variable format options for URL styles below
4242
# ===============

_includes/_head.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
{{site.name}}
88
</title>
99
<meta name="author" content="{{site.author}}">
10-
<meta name="description" content="{{site.descripiton}}">
11-
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
10+
<meta name="description" content="{{site.description}}">
11+
<meta name="viewport" content="width=device-width, initial-scale=1">
1212
<link rel="stylesheet" href="css/i.css">
1313

1414
<!-- Favicons and Touch Device Icons -->

0 commit comments

Comments
 (0)