From ff20333d8c19945a6eaa88a3c8c03b05f5eb1f54 Mon Sep 17 00:00:00 2001 From: G Roques Date: Tue, 14 Nov 2017 09:41:58 -0600 Subject: [PATCH 1/7] Fix logo covering links in mobile drawer menu (Closes #1252) --- .../layouts/partials/drawer.html | 1 + .../static/stylesheets/highlight/highlight.css | 14 +++++++++++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/DOCUMENTATION/themes/hugo-material-docs/layouts/partials/drawer.html b/DOCUMENTATION/themes/hugo-material-docs/layouts/partials/drawer.html index 052b48a..62e6fa2 100644 --- a/DOCUMENTATION/themes/hugo-material-docs/layouts/partials/drawer.html +++ b/DOCUMENTATION/themes/hugo-material-docs/layouts/partials/drawer.html @@ -5,6 +5,7 @@ + Laradock {{ end }} diff --git a/DOCUMENTATION/themes/hugo-material-docs/static/stylesheets/highlight/highlight.css b/DOCUMENTATION/themes/hugo-material-docs/static/stylesheets/highlight/highlight.css index 179f790..6f2f2d8 100644 --- a/DOCUMENTATION/themes/hugo-material-docs/static/stylesheets/highlight/highlight.css +++ b/DOCUMENTATION/themes/hugo-material-docs/static/stylesheets/highlight/highlight.css @@ -108,9 +108,17 @@ font-weight:700; OVERRIDING THE DEFAULT STYLES - By Mahmoud Zalt (mahmoud@zalt.me) for Laradock.io */ -.project .logo img{ - width: 140px; - height: 140px; + +.project .logo img { + max-width: 100%; + height: auto; background: transparent; border-radius: 0%; } + +.project .banner { + display: flex; + align-items: center; + font-size: 14px; + font-weight: bold; +} \ No newline at end of file From 5bcb99dfb9b9fcec3ce8c9537465a7ed44a3beaa Mon Sep 17 00:00:00 2001 From: huadong zuo Date: Wed, 15 Nov 2017 13:00:57 +0800 Subject: [PATCH 2/7] add git & Chinese users friendly. China can not access golang.org. --- caddy/Dockerfile | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/caddy/Dockerfile b/caddy/Dockerfile index aca00cd..70d69c3 100644 --- a/caddy/Dockerfile +++ b/caddy/Dockerfile @@ -1,17 +1,15 @@ -FROM golang +FROM zuohuadong/caddy:alpine + MAINTAINER Huadong Zuo -ARG plugins="git" +ARG plugins="cors" -## If you come frome china, please ues it. +## ARG plugins="cors cgi cloudflare azure linode" -# RUN echo "172.217.6.127 golang.org" >> /etc/hosts -RUN go get github.com/abiosoft/caddyplug/caddyplug \ - && caddyplug install-caddy \ - && caddyplug install git -RUN caddy --version +RUN caddyplug install ${plugins} + EXPOSE 80 443 2015 From 9835a208635b02dcfafd2f2781d24db80efdd05c Mon Sep 17 00:00:00 2001 From: huadong zuo Date: Wed, 15 Nov 2017 13:05:26 +0800 Subject: [PATCH 3/7] Remove useless... Remove useless... --- env-example | 1 - 1 file changed, 1 deletion(-) diff --git a/env-example b/env-example index 9c40191..a46bff3 100644 --- a/env-example +++ b/env-example @@ -95,7 +95,6 @@ PHP_FPM_INSTALL_EXIF=false PHP_FPM_INSTALL_AEROSPIKE=false PHP_FPM_INSTALL_MYSQLI=false PHP_FPM_INSTALL_PGSQL=false -PHP_FPM_INSTALL_POSTGRES=false PHP_FPM_INSTALL_TOKENIZER=false PHP_FPM_INSTALL_INTL=false PHP_FPM_INSTALL_GHOSTSCRIPT=false From 50a3e24db8292db2617f8e0119fb46948f5edf3f Mon Sep 17 00:00:00 2001 From: Ricardo Seriani Date: Thu, 16 Nov 2017 12:13:00 -0200 Subject: [PATCH 4/7] Remove the github paragraph on header Remove the github paragraph on header, since it already has a link to github using aria to accessibility --- .../themes/hugo-material-docs/layouts/partials/header.html | 1 - 1 file changed, 1 deletion(-) diff --git a/DOCUMENTATION/themes/hugo-material-docs/layouts/partials/header.html b/DOCUMENTATION/themes/hugo-material-docs/layouts/partials/header.html index 472324c..526aec8 100644 --- a/DOCUMENTATION/themes/hugo-material-docs/layouts/partials/header.html +++ b/DOCUMENTATION/themes/hugo-material-docs/layouts/partials/header.html @@ -21,7 +21,6 @@
-

Github

{{ end }}