diff --git a/config.toml b/config.toml index e30a054..c14620e 100644 --- a/config.toml +++ b/config.toml @@ -64,9 +64,9 @@ pygmentscodefencesguesssyntax = true series = "series" tag = "tags" -# linkedin = "edvin-norling-54832135" -# strava = "28887261" -# email = "edvin.norling@gmail.com" +# Overwrite posts to blogs, i don't like the posts url +[permalinks] + posts = "/blog/:filename" [[params.social]] name = "Github" @@ -106,7 +106,7 @@ pygmentscodefencesguesssyntax = true [[languages.en.menu.main]] name = "Blog" weight = 2 - url = "/posts/" + url = "/blog/" #[[languages.en.menu.main]] #name = "Projects" diff --git a/content/posts/_index.md b/content/posts/_index.md new file mode 100644 index 0000000..f63ddef --- /dev/null +++ b/content/posts/_index.md @@ -0,0 +1,4 @@ +--- +title: Blog +url: /blog/ +--- \ No newline at end of file