From b293b709cba60ee827697928595e1b65ce96f1e3 Mon Sep 17 00:00:00 2001 From: Adam Carpenter <53hornet@gmail.com> Date: Sun, 28 Apr 2019 16:28:09 -0400 Subject: Added permalink mapping for pages (pretty URLs), cleaned up heads, images. --- _cobalt.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '_cobalt.yml') diff --git a/_cobalt.yml b/_cobalt.yml index 1b5746e..b5ef267 100644 --- a/_cobalt.yml +++ b/_cobalt.yml @@ -1,6 +1,7 @@ +ignore: ["readme.md"] site: title: 53hornet - description: Adam Tristan Carpenter + description: The personal webpages of Adam Tristan Carpenter base_url: https://53hor.net posts: rss: rss.xml -- cgit v1.2.3 From 48951dee9900f50e940c4e30d173eab92aa89be3 Mon Sep 17 00:00:00 2001 From: Adam Carpenter <53hornet@gmail.com> Date: Wed, 1 May 2019 20:28:20 -0400 Subject: Switching to new journal format. --- _cobalt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_cobalt.yml') diff --git a/_cobalt.yml b/_cobalt.yml index b5ef267..5f1ed83 100644 --- a/_cobalt.yml +++ b/_cobalt.yml @@ -1,4 +1,4 @@ -ignore: ["readme.md"] +ignore: ["readme.md", "README.md"] site: title: 53hornet description: The personal webpages of Adam Tristan Carpenter -- cgit v1.2.3 From 625b38ba757003d180e9d16223ce07b902b96ce2 Mon Sep 17 00:00:00 2001 From: Adam Carpenter <53hornet@gmail.com> Date: Sat, 4 May 2019 12:38:26 -0400 Subject: Added lunr.js --- _cobalt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_cobalt.yml') diff --git a/_cobalt.yml b/_cobalt.yml index 5f1ed83..74bf31d 100644 --- a/_cobalt.yml +++ b/_cobalt.yml @@ -1,4 +1,4 @@ -ignore: ["readme.md", "README.md"] +ignore: ["readme.md", "README.md", ".git", ".gitignore"] site: title: 53hornet description: The personal webpages of Adam Tristan Carpenter -- cgit v1.2.3