all repos — website @ c3d85cffc18e10658d2f4dcc7bfcbd5bda88fd3b

My website

Cleanup tags From now on, a post should only have one category. It can have many tags, but generally avoid having a tag and a category being the same thing. Or maybe I should remove categories.

Alan Pearce
commit

c3d85cffc18e10658d2f4dcc7bfcbd5bda88fd3b

parent

019eb119d7abc0dba153613e2b34d533c361e9ab

M content/post/a-new-site.mdcontent/post/a-new-site.md
@@ -1,7 +1,6 @@
+++ Categories = ["Geek"] Description = "I made a website." -Tags = ["Geek"] Title = "A New Site" Date = 2014-06-07T20:16:16Z +++
M content/post/cedit-and-paredit.mdcontent/post/cedit-and-paredit.md
@@ -1,7 +1,7 @@
+++ -Categories = ["Development", "Emacs"] +Categories = ["Emacs"] Description = "Cedit and paredit for structural editing" -Tags = ["Development", "Emacs"] +Tags = ["development", "emacs"] title = "Cedit and Paredit" date = 2014-08-04T07:10:14Z +++
M content/post/emacs-package-archive-statistics.mdcontent/post/emacs-package-archive-statistics.md
@@ -1,7 +1,7 @@
+++ Categories = ["Emacs"] Description = "Working out which package archives I'm using" -Tags = ["Emacs"] +Tags = ["emacs"] title = "Emacs Package Archive Statistics" date = 2014-07-19T13:19:54Z +++
M content/post/git-cloning-similar-repositories.mdcontent/post/git-cloning-similar-repositories.md
@@ -1,7 +1,7 @@
+++ Categories = ["Development"] Description = "Speed up cloning of similar git repositories" -Tags = ["Development", "git"] +Tags = ["git"] title = "Cloning Similar Git Repositories" date = 2014-06-22T08:35:24Z +++
M content/post/opening-projects-with-projectile.mdcontent/post/opening-projects-with-projectile.md
@@ -1,7 +1,7 @@
+++ -Categories = ["Development", "Emacs"] +Categories = ["Emacs"] Description = "" -Tags = ["Development", "emacs", "lisp"] +Tags = ["emacs", "lisp"] title = "Opening Projects with Projectile" date = 2014-07-12T09:12:34Z +++