From a24f4d94a8aaa47b80f0eb19716c80524457a5fb Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Wed, 13 Oct 2021 22:24:57 -0500 Subject: [PATCH] Rename posts to blog --- config.toml | 8 ++++---- content/{posts => blog}/hello-world.md | 0 2 files changed, 4 insertions(+), 4 deletions(-) rename content/{posts => blog}/hello-world.md (100%) diff --git a/config.toml b/config.toml index 1334a65..c9aa9ce 100644 --- a/config.toml +++ b/config.toml @@ -5,10 +5,10 @@ theme = 'gokarna' [menu] [[menu.main]] - identifier = 'posts' - name = 'Posts' - url = '/posts/' - pre = '' + identifier = 'blog' + name = 'Blog' + url = '/blog/' + pre = '' weight = 1 [[menu.main]] identifier = 'projects' diff --git a/content/posts/hello-world.md b/content/blog/hello-world.md similarity index 100% rename from content/posts/hello-world.md rename to content/blog/hello-world.md