diff options
-rw-r--r-- | Dockerfile | 2 | ||||
-rw-r--r-- | exampleSite/config.yml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -7,7 +7,7 @@ WORKDIR /cstate RUN apk add --no-cache hugo git # Download the example site -RUN git clone -b master --depth=1 https://github.com/cstate/example /cstate +COPY exampleSite /cstate # Copy files from this repo into themes/cstate RUN mkdir -p /cstate/themes/cstate diff --git a/exampleSite/config.yml b/exampleSite/config.yml index f968d0b..a3401c0 100644 --- a/exampleSite/config.yml +++ b/exampleSite/config.yml @@ -109,7 +109,7 @@ baseURL: https://example.com # # We recommend to keep this at `true`. # BOOLEAN; `true`, `false` -enableGitInfo: true +enableGitInfo: false ############################################################ |