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"
|
title = "johndoe"
|
||||||
|
|
||||||
theme = "coder"
|
theme = "coder"
|
||||||
|
|
|
@ -2,7 +2,7 @@ name = "Coder"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
licenselink = "https://github.com/luizdepra/hugo-coder/blob/master/LICENSE.md"
|
licenselink = "https://github.com/luizdepra/hugo-coder/blob/master/LICENSE.md"
|
||||||
description = "A simple and clean blog theme for Hugo"
|
description = "A simple and clean blog theme for Hugo"
|
||||||
homepage = "https://luizdepra.com/posts/hugo-coder/"
|
homepage = "https://github.com/luizdepra/hugo-coder/"
|
||||||
tags = [
|
tags = [
|
||||||
"blog",
|
"blog",
|
||||||
"minimal",
|
"minimal",
|
||||||
|
|
Loading…
Reference in New Issue