diff --git a/circle.yml b/circle.yml index bc6903b..d78ce49 100644 --- a/circle.yml +++ b/circle.yml @@ -6,7 +6,7 @@ machine: dependencies: pre: - - wget https://github.com/gohugoio/hugo/releases/download/v0.26/hugo_0.26_Linux-64bit.deb -O /tmp/hugo.deb && sudo dpkg -i /tmp/hugo.deb + - wget https://github.com/gohugoio/hugo/releases/download/v0.29/hugo_0.29_Linux-64bit.deb -O /tmp/hugo.deb && sudo dpkg -i /tmp/hugo.deb test: override: diff --git a/config.yml b/config.yml index e9a5f24..7908c28 100644 --- a/config.yml +++ b/config.yml @@ -43,6 +43,6 @@ disableHugoGeneratorInject: true enableEmoji: true MetaDataFormat: yaml -pygmentsCodeFencesGuessSyntax: true -PygmentsCodeFences: true -pygmentsuseclasses: true +pygmentsCodefencesGuessSyntax: true +pygmentsCodefences: true +pygmentsUseClasses: true