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