diff options
-rw-r--r-- | content/post/a-new-site.md | 1 | ||||
-rw-r--r-- | content/post/cedit-and-paredit.md | 4 | ||||
-rw-r--r-- | content/post/emacs-package-archive-statistics.md | 2 | ||||
-rw-r--r-- | content/post/git-cloning-similar-repositories.md | 2 | ||||
-rw-r--r-- | content/post/opening-projects-with-projectile.md | 4 |
5 files changed, 6 insertions, 7 deletions
diff --git a/content/post/a-new-site.md b/content/post/a-new-site.md index a6fda0c..aa2efbf 100644 --- a/content/post/a-new-site.md +++ b/content/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 +++ diff --git a/content/post/cedit-and-paredit.md b/content/post/cedit-and-paredit.md index ff6cce3..09ed176 100644 --- a/content/post/cedit-and-paredit.md +++ b/content/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 +++ diff --git a/content/post/emacs-package-archive-statistics.md b/content/post/emacs-package-archive-statistics.md index f86d17e..4bfa91e 100644 --- a/content/post/emacs-package-archive-statistics.md +++ b/content/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 +++ diff --git a/content/post/git-cloning-similar-repositories.md b/content/post/git-cloning-similar-repositories.md index d0eca13..96ea7b4 100644 --- a/content/post/git-cloning-similar-repositories.md +++ b/content/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 +++ diff --git a/content/post/opening-projects-with-projectile.md b/content/post/opening-projects-with-projectile.md index 4fc097a..04f8cb6 100644 --- a/content/post/opening-projects-with-projectile.md +++ b/content/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 +++ |