
Language_code - Set the site language_code.
Abridge ai Offline#
Uglyurls - Set to true, as well as set a file path for base_url to support a local offline mode of your site, you can then browse your site directly from disk. The following options should be under the in config.toml Most Options in the config.toml are self documenting, meaning between the name of the config value and the notes in the file it is usually obvious what an option is for. The default elasticlunr search is currently used, I may eventually switch this out for something else.

If you set build_search_index to false then the javascript file will no longer be loaded. The search is the only essential thing that requires javascript in this this theme. Set the authors's taxonomies for the site. Configuration options before extra options There are some configuration options that you can customize in config.toml. search_: includes: search_index.en, elasticlunr, search (loaded on demand by search_facade).(not a bundle, just a minification of theme.js).: includes: prestyle, theme_button, email, codecopy, elasticlunr, search.- includes: prestyle, email, codecopy, elasticlunr, search.: includes: prestyle, theme_button, search_facade, email, codecopy.Uglifyjs prestyle.js theme_button.js search.js -c -m -o Included are a few of the likely most commonly used combinations, but you can generate any combination of js features into a bundle yourself using uglifyjs if you need to, there are examples in the config.toml (or in package.json), eg: Js_bundle is set to a javascript file with a bundle of multiple javascript files, this allows us to serve fewer javascript files (only the search index and the bundle, or if using the facade all the js related features minus the search related files). prestyle.js: Used to preload css files theme_button.js: tiny script for the theme switcher function when you click the theme switch button.theme.js: very tiny script to facilitate local storage for the theme switcher.
Abridge ai code#

To change colors or fonts all you need to do is edit these files or duplicate them and create your own skin. There is also other variations, that you will see defined in this same directory, they are also all defined in config.toml It is defined here: /themes/abridge/sass/abridge-switcher.scss
Abridge ai skin#
The skin used on the Demo uses primarily orange colors. Switcher mode automatically displays a dark or light version depending on browser/OS settings, and has a user clickable theme switcher, but it requires additional javascript. $mw: 50 % !default // max-width $mb: 1200 px !default // value at which to switch from fluid layout to using max-width Colors and StylesĬolors and style are handled by the sass files of abridge.cssĪbridge comes with "Skins" each with their own auto, dark, light and switcher modes.Īuto mode automatically displays a dark or light version depending on browser/OS settings.
