mirror of https://github.com/luizdepra/hugo-coder.git

Luiz F. A. de Prá
08.48.2018 75b422ae3b4c1a1654224b2f58663cd664551c6c
Fix links and content type
2 files modified
6 files renamed
4 ■■■■ changed files
archetypes/posts.md patch | view | raw | blame | history
exampleSite/config.toml 2 ●●● patch | view | raw | blame | history
exampleSite/content/posts/creating-a-new-theme.md patch | view | raw | blame | history
exampleSite/content/posts/goisforlovers.md patch | view | raw | blame | history
exampleSite/content/posts/hugoisforlovers.md patch | view | raw | blame | history
exampleSite/content/posts/migrate-from-jekyll.md patch | view | raw | blame | history
exampleSite/content/posts/theme-demo.md patch | view | raw | blame | history
theme.toml 2 ●●● patch | view | raw | blame | history
archetypes/posts.md
exampleSite/config.toml
@@ -1,4 +1,4 @@
baseurl = "//johndoe.com/"
baseurl = "http://www.example.com"
title = "johndoe"
theme = "coder"
exampleSite/content/posts/creating-a-new-theme.md
exampleSite/content/posts/goisforlovers.md
exampleSite/content/posts/hugoisforlovers.md
exampleSite/content/posts/migrate-from-jekyll.md
exampleSite/content/posts/theme-demo.md
theme.toml
@@ -2,7 +2,7 @@
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",