From a6ae0ca3bb91631bedc8e263d760b6378ea7da0e Mon Sep 17 00:00:00 2001 From: Benjamin Bach Date: Tue, 19 May 2020 15:28:30 +0200 Subject: [PATCH 1/2] New vector logos w/ tagline built-in --- static/static/img/logo.svg | 832 +++++++--------------------------- static/static/img/logo_da.svg | 220 +++++++++ static/static/img/logo_en.svg | 208 +++++++++ 3 files changed, 589 insertions(+), 671 deletions(-) create mode 100644 static/static/img/logo_da.svg create mode 100644 static/static/img/logo_en.svg diff --git a/static/static/img/logo.svg b/static/static/img/logo.svg index 9a31d77..a56ffc9 100644 --- a/static/static/img/logo.svg +++ b/static/static/img/logo.svg @@ -1,672 +1,162 @@ - - - - - - image/svg+xml - - - - - - - - - DataCoop_Logo - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/static/img/logo_da.svg b/static/static/img/logo_da.svg new file mode 100644 index 0000000..e7c9f25 --- /dev/null +++ b/static/static/img/logo_da.svg @@ -0,0 +1,220 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/static/img/logo_en.svg b/static/static/img/logo_en.svg new file mode 100644 index 0000000..bc93ef7 --- /dev/null +++ b/static/static/img/logo_en.svg @@ -0,0 +1,208 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From 353c50475bc9f842528aed15990d2742646bf48c Mon Sep 17 00:00:00 2001 From: Benjamin Bach Date: Fri, 29 May 2020 22:30:27 +0200 Subject: [PATCH 2/2] New hugo build command and destination of static output --- .drone.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index efdf2cb..18be719 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,10 +3,11 @@ name: default steps: - name: build - image: hugo + image: buster-slim commands: - wget https://github.com/gohugoio/hugo/releases/download/v0.62.1/hugo_0.62.1_Linux-64bit.deb -O hugo.deb - dpkg -i hugo.deb + - hugo --destination _site/ - name: docker image: plugins/docker @@ -19,10 +20,10 @@ steps: from_secret: DOCKER_PASSWORD tags: - "${DRONE_BUILD_NUMBER}" - - "latest" + - "hugo" when: branch: - - master + - new - name: notify image: plugins/matrix