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"