diff --git a/.stylelintrc.json b/.stylelintrc.json index 139033f..108fc51 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -1,6 +1,7 @@ { "ignoreFiles" : [ "assets/css/just-the-docs.scss", + "assets/css/dark-mode-preview.scss", "_sass/vendor/**/*.scss" ], "extends": [ diff --git a/.travis.yml b/.travis.yml index c7ec1c3..f9fa81d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ env: install: - npm install + - gem install bundler --version '>=1.17.1' - bundle install script: diff --git a/_config.yml b/_config.yml index 22aef3f..9b02ede 100644 --- a/_config.yml +++ b/_config.yml @@ -28,3 +28,6 @@ search_enabled: true aux_links: "Just the Docs on GitHub": - "//github.com/pmarsceill/just-the-docs" + +# Color scheme currently only supports "dark" or nil (default) +color_scheme: nil diff --git a/_includes/nav.html b/_includes/nav.html index dba0dea..4ebd91f 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -1,24 +1,44 @@ diff --git a/_layouts/default.html b/_layouts/default.html index cc76786..d6e6105 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -5,7 +5,7 @@