1
1
# This will be the first part of the title tag for your site
2
2
# <title> {{site.name}} </title>
3
3
# ============================================================
4
- name : " HTML patterns "
4
+ name : " HTML5 Patterns "
5
5
6
6
# Populates the meta description for the site. Should be under 150 characters for best SEO results.
7
7
# ============================================================
8
- description : " Common HTML patterns I use. Maybe useful for others ."
8
+ description : " Common HTML5 patterns I use."
9
9
10
10
# Owner (organization or individual) of site content - You'll want to change this from mrmrs :)
11
11
# ============================================================
@@ -25,21 +25,3 @@ future: true
25
25
# Directories that start with an underscore _ are not copied over by default. Still like to include _sass anyways.
26
26
# ============================================================
27
27
exclude : [README.md, Rakefile]
28
-
29
- # Pagination variable for how many posts to show in a list
30
- # ============================================================
31
- # paginate: 5
32
-
33
- # Style of permalinks
34
- # ============================================================
35
- permalink : pretty
36
-
37
- # Variable format options for URL styles below
38
- # ============================================================
39
- # pretty => /2009/04/29/slap-chop/index.html
40
- # /:month-month:day-:year/:title.html/ => 04-29-2009/slap-chop.html
41
- # /blog/:yearr/:month/:day/:title => /blog/2009/04/29/slap-chop/index.html
42
-
43
- # Uncomment if you have pygments installed. Used for code syntax highlighting.
44
- # If you're not doing syntax highlighting you can delete this.
45
- # pygments: true
0 commit comments