From a2e8a37290173aaebccd53b705f2702015adf079 Mon Sep 17 00:00:00 2001 From: steven-y-e Date: Tue, 21 Sep 2021 12:10:47 -0400 Subject: [PATCH] feat(permalinks): use post title, not filename hides the "ordering" prefix --- blog/config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/blog/config.toml b/blog/config.toml index 0bdf717..0131566 100644 --- a/blog/config.toml +++ b/blog/config.toml @@ -19,5 +19,8 @@ footnoteReturnLinkContents = "^" category = "categories" tag = "tags" +[permalinks] + posts = '/:title/' + [params] description = "a blog for friends of mineral town"