diff options
author | Alan Pearce | 2014-09-06 20:37:43 +0100 |
---|---|---|
committer | Alan Pearce | 2014-09-06 20:37:43 +0100 |
commit | c3d85cffc18e10658d2f4dcc7bfcbd5bda88fd3b (patch) | |
tree | e8a483302515a7c2bfeaf99c9d1c94953406b98e /content | |
parent | 019eb119d7abc0dba153613e2b34d533c361e9ab (diff) | |
download | website-c3d85cffc18e10658d2f4dcc7bfcbd5bda88fd3b.tar.xz website-c3d85cffc18e10658d2f4dcc7bfcbd5bda88fd3b.zip |
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.
Diffstat (limited to 'content')
-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 @@ | |||
1 | +++ | 1 | +++ |
2 | Categories = ["Geek"] | 2 | Categories = ["Geek"] |
3 | Description = "I made a website." | 3 | Description = "I made a website." |
4 | Tags = ["Geek"] | ||
5 | Title = "A New Site" | 4 | Title = "A New Site" |
6 | Date = 2014-06-07T20:16:16Z | 5 | Date = 2014-06-07T20:16:16Z |
7 | +++ | 6 | +++ |
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 @@ | |||
1 | +++ | 1 | +++ |
2 | Categories = ["Development", "Emacs"] | 2 | Categories = ["Emacs"] |
3 | Description = "Cedit and paredit for structural editing" | 3 | Description = "Cedit and paredit for structural editing" |
4 | Tags = ["Development", "Emacs"] | 4 | Tags = ["development", "emacs"] |
5 | title = "Cedit and Paredit" | 5 | title = "Cedit and Paredit" |
6 | date = 2014-08-04T07:10:14Z | 6 | date = 2014-08-04T07:10:14Z |
7 | +++ | 7 | +++ |
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 @@ | |||
1 | +++ | 1 | +++ |
2 | Categories = ["Emacs"] | 2 | Categories = ["Emacs"] |
3 | Description = "Working out which package archives I'm using" | 3 | Description = "Working out which package archives I'm using" |
4 | Tags = ["Emacs"] | 4 | Tags = ["emacs"] |
5 | title = "Emacs Package Archive Statistics" | 5 | title = "Emacs Package Archive Statistics" |
6 | date = 2014-07-19T13:19:54Z | 6 | date = 2014-07-19T13:19:54Z |
7 | +++ | 7 | +++ |
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 @@ | |||
1 | +++ | 1 | +++ |
2 | Categories = ["Development"] | 2 | Categories = ["Development"] |
3 | Description = "Speed up cloning of similar git repositories" | 3 | Description = "Speed up cloning of similar git repositories" |
4 | Tags = ["Development", "git"] | 4 | Tags = ["git"] |
5 | title = "Cloning Similar Git Repositories" | 5 | title = "Cloning Similar Git Repositories" |
6 | date = 2014-06-22T08:35:24Z | 6 | date = 2014-06-22T08:35:24Z |
7 | +++ | 7 | +++ |
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 @@ | |||
1 | +++ | 1 | +++ |
2 | Categories = ["Development", "Emacs"] | 2 | Categories = ["Emacs"] |
3 | Description = "" | 3 | Description = "" |
4 | Tags = ["Development", "emacs", "lisp"] | 4 | Tags = ["emacs", "lisp"] |
5 | title = "Opening Projects with Projectile" | 5 | title = "Opening Projects with Projectile" |
6 | date = 2014-07-12T09:12:34Z | 6 | date = 2014-07-12T09:12:34Z |
7 | +++ | 7 | +++ |