From 7f36b8f601688c39d6db200b5ff9f8ce9ab4336e Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 10 Feb 2020 07:02:10 +0200 Subject: [PATCH 1/5] Add missing trailing slash (#238) --- docs/main/basic-install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/main/basic-install.md b/docs/main/basic-install.md index 9627a93..0485ca9 100644 --- a/docs/main/basic-install.md +++ b/docs/main/basic-install.md @@ -8,7 +8,7 @@ curl -sSL https://install.pi-hole.net | bash !!! info - [Piping to `bash` is a controversial topic](https://pi-hole.net/2016/07/25/curling-and-piping-to-bash), as it prevents you from [reading code that is about to run](https://github.com/pi-hole/pi-hole/blob/master/automated%20install/basic-install.sh) on your system. + [Piping to `bash` is a controversial topic](https://pi-hole.net/2016/07/25/curling-and-piping-to-bash/), as it prevents you from [reading code that is about to run](https://github.com/pi-hole/pi-hole/blob/master/automated%20install/basic-install.sh) on your system. If you would prefer to review the code before installation, we provide these alternative installation methods. From fd78e611b7f16a06953eaebb4d809e55a841c402 Mon Sep 17 00:00:00 2001 From: Dan Rashid Date: Sun, 9 Feb 2020 23:05:00 -0600 Subject: [PATCH 2/5] Update dynDNS.md (#230) This is the correct path on Raspbian --- docs/guides/vpn/dynDNS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/vpn/dynDNS.md b/docs/guides/vpn/dynDNS.md index 4d691b5..040cf9a 100644 --- a/docs/guides/vpn/dynDNS.md +++ b/docs/guides/vpn/dynDNS.md @@ -40,7 +40,7 @@ password=mypassword myhost.dyndns.org ``` -If you want to have `ddclient` running as daemon (recommended!), change also your `/etc/defaults/ddclient` to: +If you want to have `ddclient` running as daemon (recommended!), change also your `/etc/default/ddclient` to: ```bash # Configuration for ddclient scripts From c016418fc9f2343f5bcefe3183405e281b54447f Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 10 Feb 2020 07:08:35 +0200 Subject: [PATCH 3/5] Make main text font-size bigger. (#222) --- docs/extra.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/extra.css b/docs/extra.css index b92fc8d..ad7c28e 100644 --- a/docs/extra.css +++ b/docs/extra.css @@ -2,14 +2,17 @@ body, input { color: #000; } + .md-nav { font-size: 14px; line-height: 1.4; } + .md-typeset { - font-size: 14px; + font-size: .7rem; line-height: 1.5; } + .md-typeset code, .md-typeset pre { white-space: pre-wrap; From c0c89f3347fecde06ae9530bdd8df6b5848b045f Mon Sep 17 00:00:00 2001 From: Pol Date: Mon, 10 Feb 2020 06:28:15 +0100 Subject: [PATCH 4/5] Update Nginx config with new method for FastCGI (#170) * Update Nginx config with new method for FastCGI * Align spaceing Signed-off-by: Dan Schaper Co-authored-by: Dan Schaper --- docs/guides/nginx-configuration.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/guides/nginx-configuration.md b/docs/guides/nginx-configuration.md index 870207c..d8172e4 100644 --- a/docs/guides/nginx-configuration.md +++ b/docs/guides/nginx-configuration.md @@ -54,7 +54,8 @@ } location ~ \.php$ { - include snippets/fastcgi-php.conf; + include fastcgi_params; + fastcgi_param SCRIPT_FILENAME $document_root/$fastcgi_script_name; fastcgi_pass unix:/run/php/php7.0-fpm.sock; fastcgi_param FQDN true; auth_basic "Restricted"; # For Basic Auth From 45467781685a1155db0ffef726caba33e0dd5cbc Mon Sep 17 00:00:00 2001 From: Dan Schaper Date: Sun, 9 Feb 2020 23:56:28 -0800 Subject: [PATCH 5/5] Change to Pi-hole colors (#242) * Change to Pi-hole colors * use tetrads of pi-hole red Red and green cause the logo in the header to blend in. Change to a tetrad contrast. Signed-off-by: Dan Schaper --- mkdocs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index 612c31f..82b2293 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -6,6 +6,8 @@ remote_branch: gh-pages theme: name: 'material' favicon: 'images/favicon.ico' + primary: 'deep purple' + accent: 'teal' logo: 'images/logo.svg' language: 'en' font: