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

Luiz F. A. de Prá
25.07.2021 3b7c8ba61a3e623b93efeb82e336253f264da765
exampleSite/config.toml
@@ -1,19 +1,16 @@
baseURL = "http://www.example.com"
title = "johndoe"
theme = "hugo-coder"
languageCode = "en"
defaultContentLanguage = "en"
paginate = 20
pygmentsStyle = "b2"
pygmentsStyle = "bw"
pygmentsCodeFences = true
pygmentsCodeFencesGuessSyntax = true
enableEmoji = true
# Enable Disqus comments
# disqusShortname = "yourdiscussshortname"
[module]
  [[module.imports]]
    path = "github.com/luizdepra/hugo-coder"
[params]
author = "John Doe"
description = "John Doe's personal website"