diff --git a/.gitignore b/.gitignore
index 2ca8682..494d1e0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ _site/
.sass-cache/
.jekyll-cache/
.jekyll-metadata
+_includes/notes_graph.json
diff --git a/_config.yml b/_config.yml
index 5623dfa..1433f3f 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,5 +1,9 @@
title: My digital garden
include: ['_pages']
+# You may need to change the base URL depending on your deploy configuration.
+# Specifically, when using GitHub Pages, the baseurl should point to where GitHub
+# Pages deploys your repository (which is usually the repository name).
+baseurl: /
permalink: pretty
relative_permalinks: false
diff --git a/_includes/head.html b/_includes/head.html
index 87ca1c9..b287efa 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -11,7 +11,7 @@
-
+
{% if page.excerpt %}