File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
# This will be the first part of the title tag for your site <title> site.name </title>
2
2
# ===============
3
- name : " "
3
+ name : " NKD "
4
4
5
5
# Populates the meta description for the site. Should be under 150 characters for best SEO purposes.
6
6
# ===============
7
- descripiton : " "
7
+ description : " NKD - A boilerplate for jekyll "
8
8
9
9
# Owner (organization or individual) of site content
10
10
# ===============
11
- author : " "
11
+ author : " mrmrs "
12
12
13
13
# url: "[http:// ]"
14
14
# 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"
19
19
# ===============
20
20
# future: true
21
21
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.
24
24
# ===============
25
- include : .htaccess
25
+ # include:
26
26
27
27
# "A list of directories (including trailing slash) and files to exclude from the conversion"
28
28
# I normally exclude _sass, README*, and .gitignore
29
29
# Directories that start with an underscore _ are not copied over by default. Still like to include _sass anyways.
30
30
# ===============
31
- exclude : _sass,.gitignore, README.md
31
+ exclude : _sass, .gitignore, README.md
32
32
33
33
# Pagination variable for how many posts to show in a list
34
34
# ===============
35
35
# paginate: 5
36
36
37
37
# Style of permalinks
38
38
# ===============
39
- # permalink: pretty
39
+ permalink : pretty
40
40
41
41
# Variable format options for URL styles below
42
42
# ===============
Original file line number Diff line number Diff line change 7
7
{{site.name}}
8
8
</ title >
9
9
< 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 ">
12
12
< link rel ="stylesheet " href ="css/i.css ">
13
13
14
14
<!-- Favicons and Touch Device Icons -->
You can’t perform that action at this time.
0 commit comments