From 43b10c6590e24ed744802f8f799aa2464d2d0d05 Mon Sep 17 00:00:00 2001 From: Steven Engler Date: Fri, 17 May 2019 19:05:26 -0400 Subject: [PATCH] Added README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..50a0463 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# No-JS Hugo Theme + +A minimal and responsive Hugo theme that does not require the client to enable JavaScript. + +Many Hugo themes (and websites in general) overuse JavaScript to the point where webpages don't render properly or even become unreadable when clients choose not to enable JavaScript. This theme is designed to work well if the client does not have JavaScript enabled. It is designed for both desktop and mobile browsers. All modern browsers (Chromium, Firefox, and Safari) are supported. + +Some features are not possible without JavaScript. These features can be enabled in the site config file and will never decrease the quality of the website. + +Additional JavaScript features: + - light/dark theme switcher