diff --git a/README.md b/README.md index f086fee4..b5863f37 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ The Abridge.css demo is simply using Abridge theme as a submodule: [config.toml] - Dark, Light, Auto, and Switcher themes. (colors can be customized, css variables) - Code [syntax highlighting](https://abridge.pages.dev/overview-code-blocks/). (colors can be customized, css variables) - Numbered code blocks with [line highlighting](https://abridge.pages.dev/overview-code-blocks/#toml). -- Entirely Offline Site by using the PWA **or** by setting `offline = true` in `config.toml` (full search support). +- Entirely Offline Site by using the PWA **or** by setting `search_library = "offline"` in `config.toml` (full search support). - Multi-language support. - Search support. ([elasticlunr](https://abridge.pages.dev/), [pagefind](https://abridge-pagefind.pages.dev/), [tinysearch](https://abridge-tinysearch.pages.dev/)) - Search Suggestions navigation keys, `/` focus, `arrow` move, `enter` select, `escape` close. diff --git a/config.toml b/config.toml index 19559cbc..68e2f7da 100644 --- a/config.toml +++ b/config.toml @@ -2,7 +2,7 @@ base_url = "https://abridge.netlify.app" # Usable site directly from disk, Including Search: "/home/jieiku/.dev/abridge/public" # Also set index format = "elasticlunr_javascript", and in [extra] uglyurls = true, integrity = false -# If you use the npm/node script then all you have to do is set offline = true, and everything else is automatic. +# If you use the npm/node script then all you have to do is set search_library = "offline", and everything else is automatic. title = "Abridge" description = "Abridge is a fast, lightweight, and modern Zola theme (class-light, semantic HTML). Perfect Lighthouse, YellowLabTools, and Observatory scores."#for SEO aim for 140-180 Characters diff --git a/content/overview-abridge/1.css b/content/overview-abridge/1.css new file mode 100644 index 00000000..e69de29b