From b768d2e7aedb774a595de4e1808cd98408821d6b Mon Sep 17 00:00:00 2001 From: Matrix Zou Date: Fri, 26 Jun 2020 04:56:03 +0000 Subject: [PATCH] There are 13 files have been modified at 2020-06-26 04:56:03 . -rw-r--r-- 1 jzou ops 1235 Jun 22 02:39 _includes/head.html -rw-r--r-- 1 jzou ops 2436 Jun 22 02:39 _includes/nav.html -rw-r--r-- 1 jzou ops 4921 Jun 22 02:39 _layouts/default.html -rw-r--r-- 1 jzou ops 769 Jun 22 02:39 assets/css/dark-mode-preview.scss -rw-r--r-- 1 jzou ops 9857 Jun 22 02:39 assets/js/just-the-docs.js -rw-r--r-- 1 jzou ops 795 Jun 22 02:39 assets/js/search-data.json -rw-r--r-- 1 jzou ops 29508 Jun 22 02:39 assets/js/vendor/lunr.min.js -rwxr-xr-x 1 jzou ops 500 Jun 22 02:39 bin/just-the-docs -rw-r--r-- 1 jzou ops 32988 Jun 22 02:39 favicon.ico -rw-r--r-- 1 jzou ops 875 Jun 22 02:39 just-the-docs.gemspec -rw-r--r-- 1 jzou ops 1194 Jun 22 02:39 lib/tasks/search.rake -rw-r--r-- 1 jzou ops 251426 Jun 22 02:39 package-lock.json -rw-r--r-- 1 jzou ops 710 Jun 22 02:39 package.json There are 9 files have been added at 2020-06-26 04:56:03. -rw-r--r-- 1 jzou ops 362 Jun 22 02:39 404.html -rw-r--r-- 1 jzou ops 0 Jun 22 02:39 _includes/head_custom.html -rw-r--r-- 1 jzou ops 93 Jun 22 02:39 _includes/title.html -rw-r--r-- 1 jzou ops 39 Jun 22 02:39 _layouts/page.html -rw-r--r-- 1 jzou ops 209 Jun 22 02:39 _layouts/table_wrappers.html -rw-r--r-- 1 jzou ops 969 Jun 22 02:39 assets/js/dark-mode-preview.js drwxr-xr-x 2 jzou ops 4096 Jun 22 02:39 _includes/js/ drwxr-xr-x 2 jzou ops 4096 Jun 22 02:39 _includes/vendor/ drwxr-xr-x 2 jzou ops 4096 Jun 22 02:39 _layouts/vendor/ No files have been deleted. No file type has been changed. --- 404.html | 11 + _includes/head.html | 37 +- _includes/head_custom.html | 0 _includes/js/custom.js | 0 _includes/nav.html | 66 +- _includes/title.html | 5 + _includes/vendor/anchor_headings.html | 100 + _layouts/default.html | 111 +- _layouts/page.html | 5 + _layouts/table_wrappers.html | 7 + _layouts/vendor/compress.html | 10 + assets/css/dark-mode-preview.scss | 6 +- assets/js/dark-mode-preview.js | 25 + assets/js/just-the-docs.js | 335 +- assets/js/search-data.json | 16 +- assets/js/vendor/lunr.min.js | 6 +- bin/just-the-docs | 2 +- favicon.ico | Bin 1150 -> 32988 bytes just-the-docs.gemspec | 13 +- lib/tasks/search.rake | 16 +- package-lock.json | 6062 ++++++++++++++++++++----- package.json | 23 +- 22 files changed, 5615 insertions(+), 1241 deletions(-) create mode 100644 404.html create mode 100644 _includes/head_custom.html create mode 100644 _includes/js/custom.js create mode 100644 _includes/title.html create mode 100755 _includes/vendor/anchor_headings.html create mode 100644 _layouts/page.html create mode 100644 _layouts/table_wrappers.html create mode 100644 _layouts/vendor/compress.html create mode 100644 assets/js/dark-mode-preview.js diff --git a/404.html b/404.html new file mode 100644 index 00000000..56efce4a --- /dev/null +++ b/404.html @@ -0,0 +1,11 @@ +--- +layout: default +title: Page not found +permalink: /404 +nav_exclude: true +search_exclude: true +--- + +

Page not found

+ +

The page you requested could not be found. Try using the navigation {% if site.search_enabled %}or search {% endif %}to find what you're looking for or go to this site's home page.

diff --git a/_includes/head.html b/_includes/head.html index cbd41f9d..eae6a5e9 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -2,12 +2,39 @@ - {{ page.title }} - {{ site.title }} - - {% if site.search_enabled != nil %} - + {% if site.plugins.jekyll-seo == nil %} + {{ page.title }} - {{ site.title }} + + {% if page.description %} + + {% endif %} + {% endif %} + + + + + + {% if site.ga_tracking != nil %} + + + + {% endif %} + + {% if site.search_enabled != false %} + {% endif %} - + + + {% seo %} + + {% include head_custom.html %} + diff --git a/_includes/head_custom.html b/_includes/head_custom.html new file mode 100644 index 00000000..e69de29b diff --git a/_includes/js/custom.js b/_includes/js/custom.js new file mode 100644 index 00000000..e69de29b diff --git a/_includes/nav.html b/_includes/nav.html index 4ebd91f3..d561a42a 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -1,44 +1,40 @@ -