diff --git a/config.toml b/config.toml index 8866078..240f7a6 100755 --- a/config.toml +++ b/config.toml @@ -8,7 +8,7 @@ theme = [ "hugo-sustain", "hugo-cloak-email" ] extensions = [ "hardLineBreak" ] [permalinks] - post = "/:year/:month/:day/:slug" + blog = "/blog/:year/:slug" [params] avatar = "profile.jpg" diff --git a/content/blog/hugoisforlovers.md b/content/blog/hugoisforlovers.md index 4a1a2f3..ca49110 100755 --- a/content/blog/hugoisforlovers.md +++ b/content/blog/hugoisforlovers.md @@ -2,7 +2,7 @@ title = "Getting Started with Hugo" description = "" tags = [ - "radio lockdown", + "RadioLockdown", "golang", "hugo", "development", diff --git a/static/img/placeholder.jpg b/static/img/placeholder.jpg new file mode 100644 index 0000000..8292428 Binary files /dev/null and b/static/img/placeholder.jpg differ