File tree Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,13 @@ markdown: "kramdown"
13
13
twitter :
14
14
username : " halivert"
15
15
16
+ pagination :
17
+ enabled : true
18
+ permalink : " /:num/"
19
+ sort_field : " date"
20
+ sort_reverse : true
21
+ per_page : 7
22
+
16
23
plugins :
17
24
- jekyll-feed
18
25
- jekyll-sitemap
@@ -22,13 +29,6 @@ plugins:
22
29
- jekyll-github-metadata
23
30
- jemoji
24
31
25
- pagination :
26
- enabled : true
27
- permalink : " /:num/"
28
- sort_field : " date"
29
- sort_reverse : true
30
- per_page : 7
31
-
32
32
defaults :
33
33
- scope :
34
34
path : " "
@@ -69,7 +69,6 @@ exclude:
69
69
- package.json
70
70
- yarn.lock
71
71
- yarn-error.log
72
- - CNAME
73
72
- /README.md
74
73
- convert
75
74
- release-notes.md
Original file line number Diff line number Diff line change 11
11
</ li >
12
12
</ ul >
13
13
14
- {%- if page.url == '/blog/ ' -%}
14
+ {%- if page.title == 'Blog ' -%}
15
15
{%- assign blogClass = 'is-active' -%}
16
16
{%- endif -%}
17
17
Original file line number Diff line number Diff line change 1
1
---
2
2
layout : posts
3
3
title : " Blog"
4
+ permalink : " /blog/"
5
+ search_bar : true
4
6
pagination :
5
7
enabled : true
6
8
---
You can’t perform that action at this time.
0 commit comments