# ------------------------------------------------------------------------------ # J1: ~/_data/modules/j1_bs_theme_switcher.yml # J1 Theme Switcher specific configuration data (THEME Module) # # Product/Info: # https://jekyll.one # https://github.com/jguadagno/bootstrapThemeSwitcher # # Copyright (C) 2017 Juergen Adams # Copyright (C) 2014 Joseph Guadagno # # J1 Template is licensed under the MIT License. # For details, see https://jekyll.one # BS Theme Switcher is licensed under the MIT License. # For details, see https://github.com/jguadagno/bootstrapThemeSwitcher # # ------------------------------------------------------------------------------ # GENERAL settings # ------------------------------------------------------------------------- # version # -------------------------------------------------------------------- # Current version of the module # # values: string # default: no defaults # version: 0.0.1 # MODULE settings # ------------------------------------------------------------------------- # DEFAULT settings # -------------------------------------------------------------------- # # debug # -------------------------------------------------------------- # Enables|Disables the console log. # # values: boolean (true|false) # default: false # # cssThemeLink # -------------------------------------------------------------- # The ID used for the bootstrap theme css file # # values: string # default: bootstrapTheme # # saveToCookie # -------------------------------------------------------------- # If true, a cookie will be saved with the currently # selected theme. # # values: boolean (true|false) # default: true # # cookieThemeName # -------------------------------------------------------------- # The name of the cookie to be used to store the theme # name. # # values: string # default: bootstrapTheme.name # # cookieDefaultThemeName # -------------------------------------------------------------- # The name of the cookie to be used to store the default # theme name. # # values: string # default: bootstrapDefaultTheme.name # # cookieThemeCss # -------------------------------------------------------------- # The name of the cookie to be used to store the css # file name used for the theme # # values: string # default: bootstrapTheme.css # # cookieExpiration # -------------------------------------------------------------- # The number of days the cookies should expire. # # values: integer # default: 7 # # cookiePath # -------------------------------------------------------------- # The path the cookie should be stored. # # values: string (path) # default: / # # defaultCssFile # -------------------------------------------------------------- # The default css file the plugin should use if it can # not load the themes from Bootswatch. # # values: string (URI) # default: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css # # bootswatchApiUrl # -------------------------------------------------------------- # The URL for the Bootswatch API. # # values: string (URI) # default: http://api.bootswatch.com # # bootswatchApiVersion # -------------------------------------------------------------- # The version of the Bootswatch API to use. # # values: integer # default: 3 # # localFeed # -------------------------------------------------------------- # The path to a JSON file that contains the themes you want # to use. If this parameter is used, the control will be # loaded the themes from here and not go to the bootswatchApiUrl. # A sample of the json file can be found at themes.json. # # values: string # default: empty string # # excludeBootswatch # -------------------------------------------------------------- # Comma separated list of BootSwatch names (e.g. Slate,Yeti) # that should be excluded from the rendered