From 6af2cfcf991c78fc161f284755110aaed3e6c84a Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 12 Sep 2020 12:01:03 +0200 Subject: [PATCH] test hugo busybox image --- .drone.yml | 6 +++--- README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 999e329..4810821 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,7 +18,7 @@ steps: NPM_CONFIG_LOGLEVEL: error - name: testbuild - image: klakegg/hugo:0.74.3-ext-alpine + image: klakegg/hugo:0.74.3 commands: - mkdir exampleSite/themes/ && ln -s $(pwd)/ exampleSite/themes/hugo-geekdoc - hugo-official -s exampleSite/ -b http://localhost/ @@ -153,7 +153,7 @@ steps: - curl -sSL https://github.com/xoxys/hugo-geekdoc/releases/latest/download/hugo-geekdoc.tar.gz | tar -xz -C exampleSite/themes/hugo-geekdoc/ --strip-components=1 - name: build - image: klakegg/hugo:0.74.3-ext-alpine + image: klakegg/hugo:0.74.3 commands: - hugo-official -s exampleSite/ @@ -234,6 +234,6 @@ depends_on: --- kind: signature -hmac: 082cef9076e41be30895bc3500bb2ebf888ae24e978e41cea71cd2e45c80b483 +hmac: a882015ccd94f084fac15c908cd8ac223ba19c393a2f1fb273d04713b85acf70 ... diff --git a/README.md b/README.md index 7bc70cd..0c4f320 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Geekdoc is a simple Hugo theme for documentations. It is intentionally designed ## Build and release process -This theme is subject to a CI driven build and release process common for software development. During the release build, all necessary assets are automatically built by [gulp](https://gulpjs.com/) and bundled in a release tarball. You can download the latest release from the [GitHub release page](https://github.com/xoxys/hugo-geekdoc/releases). +This theme is subject to a CI driven build and release process common for software development. During the release build, all necessary assets are automatically built by [gulp](https://gulpjs.com/) and bundled in a release tarball. You can download the latest release from the GitHub [release page](https://github.com/xoxys/hugo-geekdoc/releases). Due to the fact that `gulp` is used as pre-processor the theme cannot be used from the master branch by default. If you want to use the theme from a cloned branch instead of a release tarball you'll need to install `gulp` locally and run the default pipeline once to create all required assets.