3
0
Fork 0

Add icon
continuous-integration/drone/push Build is passing Details

master
Ambrose Chua 2019-10-02 01:04:44 +08:00
parent ec9afff865
commit 89e8b17f44
4 changed files with 1771 additions and 1483 deletions

View File

@ -2,7 +2,7 @@ FROM node:10-alpine as build
RUN apk add --no-cache git curl
ARG hugo_version=0.48
ARG hugo_version=0.58.3
RUN curl -fsSLO --compressed https://github.com/gohugoio/hugo/releases/download/v${hugo_version}/hugo_${hugo_version}_Linux-64bit.tar.gz
RUN tar -xf hugo_${hugo_version}_Linux-64bit.tar.gz -C /tmp
RUN mv /tmp/hugo /usr/local/bin/hugo
@ -14,7 +14,7 @@ RUN yarn install
RUN yarn build
RUN hugo
FROM productionwentdown/caddy:0.11.0
FROM productionwentdown/caddy:1.0.3
COPY --from=build /web/public /srv
COPY Caddyfile /etc/Caddyfile

View File

@ -20,9 +20,9 @@
"grunt-postcss": "^0.9.0",
"grunt-sass": "^3.0.0",
"grunt-svgmin": "^5.0.0",
"modernizr": "github:Modernizr/Modernizr#e05f001cc78be58b3b126aed9878f74222127479",
"node-sass": "^4.9.0",
"normalize.css": "^8.0.0",
"modernizr": "github:Modernizr/Modernizr#e05f001cc78be58b3b126aed9878f74222127479",
"sass-lint": "^1.12.1"
}
}

BIN
src/images/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

3248
yarn.lock

File diff suppressed because it is too large Load Diff