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

github.com/Lednerb/bilberry-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Brendel <mail@lednerb.eu>2020-08-13 16:14:03 +0300
committerSascha Brendel <mail@lednerb.eu>2020-08-13 16:14:03 +0300
commitfd5aeb38a62f431db55c2bbddc149006e8cfadc2 (patch)
tree5246e3ddd1d1a327155ea64925d1196e4a7929e8
parent44cf1a23d8138927ee242f72d2e1f64ea3a7c1c2 (diff)
Added disabled javascript support to the features section. Closes #239
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index f204325..5ce2562 100644
--- a/README.md
+++ b/README.md
@@ -34,6 +34,7 @@ If you like this theme and/or use it for commercial purposes, please support me!
- [Image Modal Zoom](#Image-Modal-Zoom)
- [Permanent Top Navigation](#Permanent-Top-Navigation)
- [MathJAX Markup](#MathJAX-Markup)
+ - [Disabled Javascript Support](#Disabled-Javascript-Support)
- [Favicons](#Favicons)
- [Custom 404 site](#Custom-404-site)
- [Custom Post Types](#Custom-Post-Types)
@@ -265,9 +266,14 @@ If you want to permanently display the top navigation with the algolia search ba
Note that on mobile devices the navigation will still be collapsed because otherwise, the navigation menu hides the essential parts of your site.
### MathJAX Markup
-
If you want to add [MathJAX](https://www.mathjax.org) markup support, set parameter `enable_mathjax` option to `true` in your site's config file.
+### Disabled Javascript Support
+Although this theme has a lot of features that only work with enabled javascript, it also fully supports disabled javascript.
+Disabling javascript will not break any styles or essential functionality on the site.
+
+Just head over to the demo page, disable javascript in your browser and check the results!
+
## Favicons
Using favicons nowadays is not a trivial thing.
There are many different sizes and file types for the various mobile and desktop browsers and for the shortcuts for Android and iOS devices.