Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/rmaguiar/hugo-theme-color-your-world.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphael Aguiar <rmaguiar@tuta.io>2020-08-19 20:59:40 +0300
committerRaphael Aguiar <rmaguiar@tuta.io>2020-08-19 20:59:40 +0300
commit07bcfd77b6a1e01ffd59c11295abb201f81c01c5 (patch)
tree15290a42ae9da6b0eb895b8f9e3ca24b185893a3 /README.md
parent15cd9c4c3d65a4c90f9c349fdabab7dd21cda1b5 (diff)
Fix (hopefully) all issues related to taxonomies and minor changes
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index c4cd65c..975f884 100644
--- a/README.md
+++ b/README.md
@@ -244,7 +244,7 @@ A **really** basic 404 page can be generated via config file by using:
### Custom partials
* The site title can be replaced by creating a file named `layouts/partials/custom/site-title.html`;
-* Custom favicons can be used by creating a file named `layouts/partials/custom/head.html`;
+* Custom favicons can be used by creating a file named `layouts/partials/custom/head-append.html`;
* Custom CSS can be imported into the main CSS file by creating a file named `static/css/custom.css` or `assets/scss/custom.scss`;
* The `copyright` param can be replaced by creating a file named `layouts/partials/custom/copyright.html`.
@@ -318,6 +318,8 @@ More possible params for your config file:
[params.style]
# Disable the use of system settings (prefers-color-scheme)
+ # Can be used as a workaround for Chrome on Linux
+ # (Issue 998903: Dark Gtk theme does not affect prefers-color-scheme media query)
# The default is false
ignoreSystemSettings = true
@@ -357,4 +359,4 @@ More possible params for your config file:
If this repo was useful or helpful to you in any way, please consider buying me a coffee:
-<a href="https://www.buymeacoffee.com/rmaguiar" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/lato-orange.png" alt="Buy Me A Coffee" style="height: 51px !important;width: 217px !important;"></a>
+<a href="https://www.buymeacoffee.com/rmaguiar" target="_blank" rel="noopener noreferrer"><img src="https://cdn.buymeacoffee.com/buttons/lato-orange.png" alt="Buy Me A Coffee" style="height: 51px !important;width: 217px !important;"></a>