From 2653f4dbb93210fcf95fb86112a546e1b2923619 Mon Sep 17 00:00:00 2001 From: BroodjeAap Date: Tue, 12 Jan 2021 19:31:51 +0100 Subject: [PATCH] renamed posts to projects --- config.toml | 4 ++-- content/{posts => projects}/ohthatsa.md | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename content/{posts => projects}/ohthatsa.md (100%) diff --git a/config.toml b/config.toml index df2cde5..8dc163c 100644 --- a/config.toml +++ b/config.toml @@ -9,8 +9,8 @@ theme = "hugo-creative-portfolio-theme" description = "BroodjeAap Projects" # Nav links in the side bar [[params.navlinks]] - name = "Home" - url = "posts/" + name = "Projects" + url = "projects/" home = true [params.social] diff --git a/content/posts/ohthatsa.md b/content/projects/ohthatsa.md similarity index 100% rename from content/posts/ohthatsa.md rename to content/projects/ohthatsa.md