From 9fdbfb1d04b4b897904f1977e3e5e1055fb1a95e Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 14 Nov 2020 22:02:07 +0100 Subject: Remove categories taxonomy --- content/post/a-new-site.md | 2 +- content/post/cedit-and-paredit.md | 1 - content/post/emacs-package-archive-statistics.md | 1 - content/post/git-cloning-similar-repositories.md | 1 - content/post/opening-projects-with-projectile.md | 1 - 5 files changed, 1 insertion(+), 5 deletions(-) (limited to 'content') diff --git a/content/post/a-new-site.md b/content/post/a-new-site.md index 09d03a8..1b06653 100644 --- a/content/post/a-new-site.md +++ b/content/post/a-new-site.md @@ -3,7 +3,7 @@ description = "I made a website." title = "A New Site" date = 2014-06-07T20:16:16Z [taxonomies] -categories = ["geek"] +tags = ["website"] +++ I finally got around to making a website. I decided to use [Hugo][] with a slightly-modified [Hyde theme][] diff --git a/content/post/cedit-and-paredit.md b/content/post/cedit-and-paredit.md index c2cacc5..cd395e9 100644 --- a/content/post/cedit-and-paredit.md +++ b/content/post/cedit-and-paredit.md @@ -3,7 +3,6 @@ description = "Cedit and paredit for structural editing" title = "Cedit and Paredit" date = 2014-08-04T07:10:14Z [taxonomies] -categories = ["emacs"] tags = ["development", "emacs"] +++ diff --git a/content/post/emacs-package-archive-statistics.md b/content/post/emacs-package-archive-statistics.md index 7abae6d..9a8e8bf 100644 --- a/content/post/emacs-package-archive-statistics.md +++ b/content/post/emacs-package-archive-statistics.md @@ -3,7 +3,6 @@ description = "Working out which package archives I'm using" title = "Emacs Package Archive Statistics" date = 2014-07-19T13:19:54Z [taxonomies] -categories = ["emacs"] tags = ["emacs"] +++ diff --git a/content/post/git-cloning-similar-repositories.md b/content/post/git-cloning-similar-repositories.md index 21385c5..8f1eb43 100644 --- a/content/post/git-cloning-similar-repositories.md +++ b/content/post/git-cloning-similar-repositories.md @@ -3,7 +3,6 @@ description = "Speed up cloning of similar git repositories" title = "Cloning Similar Git Repositories" date = 2014-06-22T08:35:24Z [taxonomies] -categories = ["development"] tags = ["git"] +++ With multiple similar git repositories, for example where a base repository contains a framework or base system installation and other repositories are created from that repository, it's possible to save some time when cloning down another repository by using the `reference` option to [git-clone][]: diff --git a/content/post/opening-projects-with-projectile.md b/content/post/opening-projects-with-projectile.md index 637d6f1..775e2be 100644 --- a/content/post/opening-projects-with-projectile.md +++ b/content/post/opening-projects-with-projectile.md @@ -3,7 +3,6 @@ description = "" title = "Opening Projects with Projectile" date = 2014-07-12T09:12:34Z [taxonomies] -categories = ["emacs"] tags = ["emacs", "lisp"] +++ -- cgit 1.4.1