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

Edward Muller
25.27.2021 f130e1ac7f75c1421b94096149d0a5507b084864
exampleSite/config.toml
@@ -1,6 +1,5 @@
baseURL = "http://www.example.com"
title = "johndoe"
theme = "hugo-coder"
languageCode = "en"
defaultContentLanguage = "en"
paginate = 20
@@ -11,6 +10,10 @@
# Enable Disqus comments
# disqusShortname = "yourdiscussshortname"
[module]
  [[module.imports]]
    path = "github.com/luizdepra/hugo-coder"
[params]
author = "John Doe"
description = "John Doe's personal website"