From 5a4155b15dca49ae2a82c70b6df097719f62e427 Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Sun, 12 Jan 2020 21:29:19 +0100 Subject: [PATCH] updated some files --- config.toml | 2 +- wercker.yml | 19 ++++++++++--------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/config.toml b/config.toml index 86d6fb3..f2f993c 100644 --- a/config.toml +++ b/config.toml @@ -8,7 +8,7 @@ paginate = 10 post = "/:year/:month/:day/:slug" [params] - location = "" + location = "Europe/Paris" site_description = "" copyright = "Powered by [Hugo](//gohugo.io). Theme by [wave](https://gitlab.com/syui/hugo-theme-wave)." date_format = "2006-01-02" diff --git a/wercker.yml b/wercker.yml index a7eaa44..22806db 100644 --- a/wercker.yml +++ b/wercker.yml @@ -1,12 +1,13 @@ box: wercker/default build: - steps: - - arjen/hugo-build: - version: "0.15" - theme: hugo-theme-arch - flags: --buildDrafts=true + steps: + - arjen/hugo-build: + version: "0.15" + theme: hugo-theme-arch + flags: --buildDrafts=true + deploy: - steps: - - lukevivier/gh-pages@0.2.1: - token: $GIT_TOKEN - basedir: public + steps: + - lukevivier/gh-pages@0.2.1: + token: $GIT_TOKEN + basedir: public