diff options
author | Alan Pearce | 2020-04-03 21:44:24 +0200 |
---|---|---|
committer | Alan Pearce | 2020-04-04 23:02:37 +0200 |
commit | 2697bb8d5da52d24c658477343a6e95f1bcddf18 (patch) | |
tree | 1ef7de443688232915021d7b64b990f25cd7b599 /post/emacs-package-archive-statistics.md | |
parent | 83ecabb56e267fca1d750792d78920f5ab8624c7 (diff) | |
download | website-2697bb8d5da52d24c658477343a6e95f1bcddf18.tar.lz website-2697bb8d5da52d24c658477343a6e95f1bcddf18.tar.zst website-2697bb8d5da52d24c658477343a6e95f1bcddf18.zip |
Use more common front matter markers
Diffstat (limited to 'post/emacs-package-archive-statistics.md')
-rw-r--r-- | post/emacs-package-archive-statistics.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/post/emacs-package-archive-statistics.md b/post/emacs-package-archive-statistics.md index 2275c9a..5fda12d 100644 --- a/post/emacs-package-archive-statistics.md +++ b/post/emacs-package-archive-statistics.md @@ -1,10 +1,10 @@ -+++ -Categories = ["Emacs"] -Description = "Working out which package archives I'm using" -Tags = ["emacs"] -title = "Emacs Package Archive Statistics" -date = 2014-07-19T13:19:54Z -+++ +--- +Categories: ["Emacs"] +Description: "Working out which package archives I'm using" +Tags: ["emacs"] +title: "Emacs Package Archive Statistics" +date: 2014-07-19T13:19:54Z +--- I use [cask][] for managing the dependencies of my Emacs configuration. Whenever I opened my `Cask` file, I wondered if I |