From 026a9f7e8e539041c9c937c8d2de071e0564ae4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Mon, 16 Jul 2018 14:08:42 +0100 Subject: [PATCH] mv content/post{,s} MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- config.toml | 1 + content/{post => posts}/best-im.md | 0 content/{post => posts}/hello-world.md | 0 3 files changed, 1 insertion(+) rename content/{post => posts}/best-im.md (100%) rename content/{post => posts}/hello-world.md (100%) diff --git a/config.toml b/config.toml index ecae7fb..40b394c 100644 --- a/config.toml +++ b/config.toml @@ -17,3 +17,4 @@ email = "blog@bouah.net" [permalinks] post = "/:year/:month/:slug/" +posts = "/:year/:month/:slug/" diff --git a/content/post/best-im.md b/content/posts/best-im.md similarity index 100% rename from content/post/best-im.md rename to content/posts/best-im.md diff --git a/content/post/hello-world.md b/content/posts/hello-world.md similarity index 100% rename from content/post/hello-world.md rename to content/posts/hello-world.md