Remove categories taxonomy
Alan Pearce alan@alanpearce.eu
Sat, 14 Nov 2020 22:02:07 +0100
6 files changed, 1 insertions(+), 9 deletions(-)
M config.toml → config.toml
@@ -13,10 +13,6 @@ [[taxonomies]] name = "tags" feed = true -[[taxonomies]] -name = "categories" -feed = true - [extra] footer = "Licensed under a <a rel=\"license\" href=\"http://creativecommons.org/licenses/by/4.0/\">Creative Commons Attribution 4.0 International License</a>." gpg_fingerprint = "48E6 576C 0707 388C B8BE FD0C CD4B EB92 A8D4 6583"
M content/post/a-new-site.md → 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][]
M content/post/cedit-and-paredit.md → 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"] +++
M content/post/emacs-package-archive-statistics.md → 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"] +++
M content/post/git-cloning-similar-repositories.md → 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][]:
M content/post/opening-projects-with-projectile.md → 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"] +++