From 75b422ae3b4c1a1654224b2f58663cd664551c6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luiz=20F=2E=20A=2E=20de=20Pr=C3=A1?= Date: Thu, 8 Mar 2018 16:48:46 -0300 Subject: [PATCH] Fix links and content type --- archetypes/{post.md => posts.md} | 0 exampleSite/config.toml | 2 +- exampleSite/content/{post => posts}/creating-a-new-theme.md | 0 exampleSite/content/{post => posts}/goisforlovers.md | 0 exampleSite/content/{post => posts}/hugoisforlovers.md | 0 exampleSite/content/{post => posts}/migrate-from-jekyll.md | 0 exampleSite/content/{post => posts}/theme-demo.md | 0 theme.toml | 2 +- 8 files changed, 2 insertions(+), 2 deletions(-) rename archetypes/{post.md => posts.md} (100%) rename exampleSite/content/{post => posts}/creating-a-new-theme.md (100%) rename exampleSite/content/{post => posts}/goisforlovers.md (100%) rename exampleSite/content/{post => posts}/hugoisforlovers.md (100%) rename exampleSite/content/{post => posts}/migrate-from-jekyll.md (100%) rename exampleSite/content/{post => posts}/theme-demo.md (100%) diff --git a/archetypes/post.md b/archetypes/posts.md similarity index 100% rename from archetypes/post.md rename to archetypes/posts.md diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 0bc385b..eba4df5 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -1,4 +1,4 @@ -baseurl = "//johndoe.com/" +baseurl = "http://www.example.com" title = "johndoe" theme = "coder" diff --git a/exampleSite/content/post/creating-a-new-theme.md b/exampleSite/content/posts/creating-a-new-theme.md similarity index 100% rename from exampleSite/content/post/creating-a-new-theme.md rename to exampleSite/content/posts/creating-a-new-theme.md diff --git a/exampleSite/content/post/goisforlovers.md b/exampleSite/content/posts/goisforlovers.md similarity index 100% rename from exampleSite/content/post/goisforlovers.md rename to exampleSite/content/posts/goisforlovers.md diff --git a/exampleSite/content/post/hugoisforlovers.md b/exampleSite/content/posts/hugoisforlovers.md similarity index 100% rename from exampleSite/content/post/hugoisforlovers.md rename to exampleSite/content/posts/hugoisforlovers.md diff --git a/exampleSite/content/post/migrate-from-jekyll.md b/exampleSite/content/posts/migrate-from-jekyll.md similarity index 100% rename from exampleSite/content/post/migrate-from-jekyll.md rename to exampleSite/content/posts/migrate-from-jekyll.md diff --git a/exampleSite/content/post/theme-demo.md b/exampleSite/content/posts/theme-demo.md similarity index 100% rename from exampleSite/content/post/theme-demo.md rename to exampleSite/content/posts/theme-demo.md diff --git a/theme.toml b/theme.toml index f3aefb0..d761ba7 100644 --- a/theme.toml +++ b/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",