Skip to content

Commit a85cb84

Browse files
committed
Update menu and add CNAME
1 parent 3325954 commit a85cb84

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

_config.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ markdown: "kramdown"
1313
twitter:
1414
username: "halivert"
1515

16+
pagination:
17+
enabled: true
18+
permalink: "/:num/"
19+
sort_field: "date"
20+
sort_reverse: true
21+
per_page: 7
22+
1623
plugins:
1724
- jekyll-feed
1825
- jekyll-sitemap
@@ -22,13 +29,6 @@ plugins:
2229
- jekyll-github-metadata
2330
- jemoji
2431

25-
pagination:
26-
enabled: true
27-
permalink: "/:num/"
28-
sort_field: "date"
29-
sort_reverse: true
30-
per_page: 7
31-
3232
defaults:
3333
- scope:
3434
path: ""
@@ -69,7 +69,6 @@ exclude:
6969
- package.json
7070
- yarn.lock
7171
- yarn-error.log
72-
- CNAME
7372
- /README.md
7473
- convert
7574
- release-notes.md

_includes/menu.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</li>
1212
</ul>
1313

14-
{%- if page.url == '/blog/' -%}
14+
{%- if page.title == 'Blog' -%}
1515
{%- assign blogClass = 'is-active' -%}
1616
{%- endif -%}
1717

blog/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
layout: posts
33
title: "Blog"
4+
permalink: "/blog/"
5+
search_bar: true
46
pagination:
57
enabled: true
68
---

0 commit comments

Comments
 (0)