aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuiz F. A. de Prá <rawarkanis@gmail.com>2018-03-08 16:48:46 -0300
committerLuiz F. A. de Prá <rawarkanis@gmail.com>2018-03-08 16:48:46 -0300
commit75b422ae3b4c1a1654224b2f58663cd664551c6c (patch)
tree0b01434e3c6853b3fe209cbb6374e451b9fe269b
parent6e47762775ad8adfd62252b12c0f9c2c50e19cd7 (diff)
downloadhugo-coder-75b422ae3b4c1a1654224b2f58663cd664551c6c.tar.gz
hugo-coder-75b422ae3b4c1a1654224b2f58663cd664551c6c.tar.bz2
hugo-coder-75b422ae3b4c1a1654224b2f58663cd664551c6c.zip
Fix links and content type
-rw-r--r--archetypes/posts.md (renamed from archetypes/post.md)0
-rw-r--r--exampleSite/config.toml2
-rw-r--r--exampleSite/content/posts/creating-a-new-theme.md (renamed from exampleSite/content/post/creating-a-new-theme.md)0
-rw-r--r--exampleSite/content/posts/goisforlovers.md (renamed from exampleSite/content/post/goisforlovers.md)0
-rw-r--r--exampleSite/content/posts/hugoisforlovers.md (renamed from exampleSite/content/post/hugoisforlovers.md)0
-rw-r--r--exampleSite/content/posts/migrate-from-jekyll.md (renamed from exampleSite/content/post/migrate-from-jekyll.md)0
-rw-r--r--exampleSite/content/posts/theme-demo.md (renamed from exampleSite/content/post/theme-demo.md)0
-rw-r--r--theme.toml2
8 files changed, 2 insertions, 2 deletions
diff --git a/archetypes/post.md b/archetypes/posts.md
index 701ace0..701ace0 100644
--- a/archetypes/post.md
+++ b/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
index acac87e..acac87e 100644
--- a/exampleSite/content/post/creating-a-new-theme.md
+++ b/exampleSite/content/posts/creating-a-new-theme.md
diff --git a/exampleSite/content/post/goisforlovers.md b/exampleSite/content/posts/goisforlovers.md
index 7a9a4fe..7a9a4fe 100644
--- a/exampleSite/content/post/goisforlovers.md
+++ b/exampleSite/content/posts/goisforlovers.md
diff --git a/exampleSite/content/post/hugoisforlovers.md b/exampleSite/content/posts/hugoisforlovers.md
index d45b5d0..d45b5d0 100644
--- a/exampleSite/content/post/hugoisforlovers.md
+++ b/exampleSite/content/posts/hugoisforlovers.md
diff --git a/exampleSite/content/post/migrate-from-jekyll.md b/exampleSite/content/posts/migrate-from-jekyll.md
index d446086..d446086 100644
--- a/exampleSite/content/post/migrate-from-jekyll.md
+++ b/exampleSite/content/posts/migrate-from-jekyll.md
diff --git a/exampleSite/content/post/theme-demo.md b/exampleSite/content/posts/theme-demo.md
index a341076..a341076 100644
--- a/exampleSite/content/post/theme-demo.md
+++ b/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",