From 3e447d5cd88f5ee062435a1f13944de831e28b1b Mon Sep 17 00:00:00 2001 From: BroodjeAap Date: Tue, 20 Apr 2021 19:52:33 +0200 Subject: [PATCH] added another page, maybe that's needed ? --- config.toml | 4 ++++ content/about/_index.md | 6 ++++++ 2 files changed, 10 insertions(+) create mode 100644 content/about/_index.md diff --git a/config.toml b/config.toml index 0986b2d..8abb56c 100644 --- a/config.toml +++ b/config.toml @@ -15,6 +15,10 @@ theme = "hugo-creative-portfolio-theme" url = "projects" home = true + [[params.navlinks]] + name = "About" + url = "about/" + [params.social] email = "email@example.com" diff --git a/content/about/_index.md b/content/about/_index.md new file mode 100644 index 0000000..e764fee --- /dev/null +++ b/content/about/_index.md @@ -0,0 +1,6 @@ +--- +date = 2021-01-11T20:45:36+01:00 +title = "About me" +--- + +Some info about me \ No newline at end of file