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