Selaa lähdekoodia

Fix links and content type

Luiz F. A. de Prá 7 vuotta sitten
vanhempi
commit
75b422ae3b

+ 0 - 0
archetypes/post.md → archetypes/posts.md


+ 1 - 1
exampleSite/config.toml

@@ -1,4 +1,4 @@
-baseurl = "//johndoe.com/"
+baseurl = "http://www.example.com"
 title = "johndoe"
 
 theme = "coder"

+ 0 - 0
exampleSite/content/post/creating-a-new-theme.md → exampleSite/content/posts/creating-a-new-theme.md


+ 0 - 0
exampleSite/content/post/goisforlovers.md → exampleSite/content/posts/goisforlovers.md


+ 0 - 0
exampleSite/content/post/hugoisforlovers.md → exampleSite/content/posts/hugoisforlovers.md


+ 0 - 0
exampleSite/content/post/migrate-from-jekyll.md → exampleSite/content/posts/migrate-from-jekyll.md


+ 0 - 0
exampleSite/content/post/theme-demo.md → exampleSite/content/posts/theme-demo.md


+ 1 - 1
theme.toml

@@ -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",