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>2021-02-25 05:50:31 +0300
committerRaphael Aguiar <rmaguiar@tuta.io>2021-02-25 05:50:31 +0300
commitf8f1e723e149e2ca1adc13d8305571bf91f994ed (patch)
tree7afff24974355a6718fb5cc4ea1da130c18b7800 /README.md
parent6b016d23b9f5fa6917908e77920c395e68b7ddca (diff)
Remove image placeholder hack and minor changes
* Remove image placeholder hack (now obsolete) * Fix minor issue related to JS minification on 0.81.0 * Other minor changes
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1bd6893..e868e06 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ I've been working on this theme for so long that there are features I don't even
* Open Graph, Twitter Cards and Structured Data (schema.org) meta tags;
* Responsive images via image processing;
* Basic search functionality via [Fuse.js](https://github.com/krisk/Fuse);
-* Image lazy loading (native + [lazysizes](https://github.com/aFarkas/lazysizes));
+* Image lazy loading;
* **noscript** capable to an extent (except for KaTeX and search functionality).
@@ -356,7 +356,6 @@ More possible params for your config file (or front matter):
* JeffProd and [his article](https://en.jeffprod.com/blog/2018/build-your-own-hugo-website-search-engine/) about building a custom search engine for Hugo;
* Many people [on this forked gist](https://gist.github.com/eddiewebb/735feb48f50f0ddd65ae5606a1cb41ae) for their takes on Fuse.js + Hugo;
* Philip Walton and [his sticky footer solution](https://philipwalton.github.io/solved-by-flexbox/demos/sticky-footer/) with Flexbox;
-* [lazysizes](https://github.com/aFarkas/lazysizes);
* [Fuse.js](https://github.com/krisk/Fuse);
* [KaTeX](https://katex.org/);
* Hugo and [its community](https://discourse.gohugo.io/).