Add blog functionality #1

Merged
mxmehl merged 5 commits from feature/blog into master 2019-10-14 16:06:55 +02:00
3 changed files with 2 additions and 2 deletions
Showing only changes of commit 00bd4fb586 - Show all commits

View File

@@ -8,7 +8,7 @@ theme = [ "hugo-sustain", "hugo-cloak-email" ]
extensions = [ "hardLineBreak" ] extensions = [ "hardLineBreak" ]
[permalinks] [permalinks]
post = "/:year/:month/:day/:slug" blog = "/blog/:year/:slug"
[params] [params]
avatar = "profile.jpg" avatar = "profile.jpg"

View File

@@ -2,7 +2,7 @@
title = "Getting Started with Hugo" title = "Getting Started with Hugo"
description = "" description = ""
tags = [ tags = [
"radio lockdown", "RadioLockdown",
"golang", "golang",
"hugo", "hugo",
"development", "development",

BIN
static/img/placeholder.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 979 KiB