From 788278d0e46cb09474b035283d2caaf5b77c1a4e Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 30 Sep 2017 15:17:03 +0100 Subject: [PATCH] Update to 0.29 --- circle.yml | 2 +- config.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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