|
1 | 1 | # 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" |
5 | 5 |
|
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." |
9 | 9 |
|
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 | +# ============================================================ |
12 | 12 | author: "mrmrs"
|
13 | 13 |
|
14 |
| -#url: "[http:// ]" |
15 | 14 | # Chance this when you generate your site for production to your production URL i.e http://mrsjxn.com
|
16 |
| -# =============== |
| 15 | +# ============================================================ |
17 | 16 | #url: "http://productionurl.com
|
18 | 17 | url: "http://localhost:4000"
|
19 | 18 |
|
20 | 19 | # Publish future posts or not option.
|
21 |
| -# =============== |
| 20 | +# ============================================================ |
22 | 21 | future: true
|
23 | 22 |
|
24 | 23 | # "A list of directories (including trailing slash) and files to exclude from the conversion"
|
25 | 24 | # I normally exclude _sass, README*, and .gitignore
|
26 | 25 | # Directories that start with an underscore _ are not copied over by default. Still like to include _sass anyways.
|
27 |
| -# =============== |
| 26 | +# ============================================================ |
28 | 27 | exclude: [README.md, Rakefile]
|
29 | 28 |
|
30 | 29 | # Pagination variable for how many posts to show in a list
|
31 |
| -# =============== |
| 30 | +# ============================================================ |
32 | 31 | #paginate: 5
|
33 | 32 |
|
34 | 33 | # Style of permalinks
|
35 |
| -# =============== |
| 34 | +# ============================================================ |
36 | 35 | permalink: pretty
|
37 | 36 |
|
38 | 37 | # Variable format options for URL styles below
|
39 |
| -# =============== |
| 38 | +# ============================================================ |
40 | 39 | # pretty => /2009/04/29/slap-chop/index.html
|
41 | 40 | # /:month-month:day-:year/:title.html/ => 04-29-2009/slap-chop.html
|
42 | 41 | # /blog/:yearr/:month/:day/:title => /blog/2009/04/29/slap-chop/index.html
|
|
0 commit comments