From 3b7c8ba61a3e623b93efeb82e336253f264da765 Mon Sep 17 00:00:00 2001 From: Luiz F. A. de PrĂ¡ <luiz.pra@olist.com> Date: Thu, 25 Mar 2021 17:07:13 +0000 Subject: [PATCH] Remove hugo mod from exampleSite and Netlify build --- exampleSite/config.toml | 7 ++----- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index c008e00..fdc876f 100644 --- a/exampleSite/config.toml +++ b/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" -- Gitblit v1.10.0