Fix links and content type
This commit is contained in:
parent
6e47762775
commit
75b422ae3b
|
@ -1,4 +1,4 @@
|
|||
baseurl = "//johndoe.com/"
|
||||
baseurl = "http://www.example.com"
|
||||
title = "johndoe"
|
||||
|
||||
theme = "coder"
|
||||
|
|
|
@ -2,7 +2,7 @@ name = "Coder"
|
|||
license = "MIT"
|
||||
licenselink = "https://github.com/luizdepra/hugo-coder/blob/master/LICENSE.md"
|
||||
description = "A simple and clean blog theme for Hugo"
|
||||
homepage = "https://luizdepra.com/posts/hugo-coder/"
|
||||
homepage = "https://github.com/luizdepra/hugo-coder/"
|
||||
tags = [
|
||||
"blog",
|
||||
"minimal",
|
||||
|
|
Loading…
Reference in New Issue