Skip to content

Commit

Permalink
Update menu and add CNAME
Browse files Browse the repository at this point in the history
  • Loading branch information
halivert committed Feb 20, 2021
1 parent 3325954 commit a85cb84
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
15 changes: 7 additions & 8 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ markdown: "kramdown"
twitter:
username: "halivert"

pagination:
enabled: true
permalink: "/:num/"
sort_field: "date"
sort_reverse: true
per_page: 7

plugins:
- jekyll-feed
- jekyll-sitemap
Expand All @@ -22,13 +29,6 @@ plugins:
- jekyll-github-metadata
- jemoji

pagination:
enabled: true
permalink: "/:num/"
sort_field: "date"
sort_reverse: true
per_page: 7

defaults:
- scope:
path: ""
Expand Down Expand Up @@ -69,7 +69,6 @@ exclude:
- package.json
- yarn.lock
- yarn-error.log
- CNAME
- /README.md
- convert
- release-notes.md
2 changes: 1 addition & 1 deletion _includes/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</li>
</ul>

{%- if page.url == '/blog/' -%}
{%- if page.title == 'Blog' -%}
{%- assign blogClass = 'is-active' -%}
{%- endif -%}

Expand Down
2 changes: 2 additions & 0 deletions blog/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
layout: posts
title: "Blog"
permalink: "/blog/"
search_bar: true
pagination:
enabled: true
---

0 comments on commit a85cb84

Please sign in to comment.