about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--config.toml4
-rw-r--r--content/post/a-new-site.md2
-rw-r--r--content/post/cedit-and-paredit.md1
-rw-r--r--content/post/emacs-package-archive-statistics.md1
-rw-r--r--content/post/git-cloning-similar-repositories.md1
-rw-r--r--content/post/opening-projects-with-projectile.md1
6 files changed, 1 insertions, 9 deletions
diff --git a/config.toml b/config.toml index 36f5635..85c9691 100644 --- a/config.toml +++ b/config.toml
@@ -13,10 +13,6 @@ highlight_theme = "ascetic-white"
13name = "tags" 13name = "tags"
14feed = true 14feed = true
15 15
16[[taxonomies]]
17name = "categories"
18feed = true
19
20[extra] 16[extra]
21footer = "Licensed under a <a rel=\"license\" href=\"http://creativecommons.org/licenses/by/4.0/\">Creative Commons Attribution 4.0 International License</a>." 17footer = "Licensed under a <a rel=\"license\" href=\"http://creativecommons.org/licenses/by/4.0/\">Creative Commons Attribution 4.0 International License</a>."
22gpg_fingerprint = "48E6 576C 0707 388C B8BE FD0C CD4B EB92 A8D4 6583" 18gpg_fingerprint = "48E6 576C 0707 388C B8BE FD0C CD4B EB92 A8D4 6583"
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."
3title = "A New Site" 3title = "A New Site"
4date = 2014-06-07T20:16:16Z 4date = 2014-06-07T20:16:16Z
5[taxonomies] 5[taxonomies]
6categories = ["geek"] 6tags = ["website"]
7+++ 7+++
8 8
9I finally got around to making a website. I decided to use [Hugo][] with a slightly-modified [Hyde theme][] 9I 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"
3title = "Cedit and Paredit" 3title = "Cedit and Paredit"
4date = 2014-08-04T07:10:14Z 4date = 2014-08-04T07:10:14Z
5[taxonomies] 5[taxonomies]
6categories = ["emacs"]
7tags = ["development", "emacs"] 6tags = ["development", "emacs"]
8+++ 7+++
9 8
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"
3title = "Emacs Package Archive Statistics" 3title = "Emacs Package Archive Statistics"
4date = 2014-07-19T13:19:54Z 4date = 2014-07-19T13:19:54Z
5[taxonomies] 5[taxonomies]
6categories = ["emacs"]
7tags = ["emacs"] 6tags = ["emacs"]
8+++ 7+++
9 8
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"
3title = "Cloning Similar Git Repositories" 3title = "Cloning Similar Git Repositories"
4date = 2014-06-22T08:35:24Z 4date = 2014-06-22T08:35:24Z
5[taxonomies] 5[taxonomies]
6categories = ["development"]
7tags = ["git"] 6tags = ["git"]
8+++ 7+++
9With 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][]: 8With 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 = ""
3title = "Opening Projects with Projectile" 3title = "Opening Projects with Projectile"
4date = 2014-07-12T09:12:34Z 4date = 2014-07-12T09:12:34Z
5[taxonomies] 5[taxonomies]
6categories = ["emacs"]
7tags = ["emacs", "lisp"] 6tags = ["emacs", "lisp"]
8+++ 7+++
9 8