From c2eeba892f634fb1ba7feec993c0df3dd36642af Mon Sep 17 00:00:00 2001 From: Andy Taylor Date: Mon, 29 Jan 2018 17:32:28 +1100 Subject: Adding copy of readthedocs theme from mkdocs 0.17.2 source --- gocryptfs-readthedocs/404.html | 9 + gocryptfs-readthedocs/__init__.py | 0 gocryptfs-readthedocs/base.html | 137 +++++++ gocryptfs-readthedocs/breadcrumbs.html | 28 ++ gocryptfs-readthedocs/css/highlight.css | 124 +++++++ gocryptfs-readthedocs/css/theme.css | 12 + gocryptfs-readthedocs/css/theme_extra.css | 194 ++++++++++ .../fonts/fontawesome-webfont.eot | Bin 0 -> 37405 bytes .../fonts/fontawesome-webfont.svg | 399 +++++++++++++++++++++ .../fonts/fontawesome-webfont.ttf | Bin 0 -> 79076 bytes .../fonts/fontawesome-webfont.woff | Bin 0 -> 43572 bytes gocryptfs-readthedocs/footer.html | 25 ++ gocryptfs-readthedocs/img/favicon.ico | Bin 0 -> 1150 bytes gocryptfs-readthedocs/js/highlight.pack.js | 2 + gocryptfs-readthedocs/js/jquery-2.1.1.min.js | 4 + gocryptfs-readthedocs/js/modernizr-2.8.3.min.js | 1 + gocryptfs-readthedocs/js/theme.js | 99 +++++ gocryptfs-readthedocs/main.html | 10 + gocryptfs-readthedocs/mkdocs_theme.yml | 7 + gocryptfs-readthedocs/nav.html | 22 ++ gocryptfs-readthedocs/search.html | 16 + gocryptfs-readthedocs/searchbox.html | 5 + gocryptfs-readthedocs/toc.html | 10 + gocryptfs-readthedocs/versions.html | 15 + 24 files changed, 1119 insertions(+) create mode 100644 gocryptfs-readthedocs/404.html create mode 100644 gocryptfs-readthedocs/__init__.py create mode 100644 gocryptfs-readthedocs/base.html create mode 100644 gocryptfs-readthedocs/breadcrumbs.html create mode 100644 gocryptfs-readthedocs/css/highlight.css create mode 100644 gocryptfs-readthedocs/css/theme.css create mode 100644 gocryptfs-readthedocs/css/theme_extra.css create mode 100755 gocryptfs-readthedocs/fonts/fontawesome-webfont.eot create mode 100755 gocryptfs-readthedocs/fonts/fontawesome-webfont.svg create mode 100755 gocryptfs-readthedocs/fonts/fontawesome-webfont.ttf create mode 100755 gocryptfs-readthedocs/fonts/fontawesome-webfont.woff create mode 100644 gocryptfs-readthedocs/footer.html create mode 100644 gocryptfs-readthedocs/img/favicon.ico create mode 100644 gocryptfs-readthedocs/js/highlight.pack.js create mode 100644 gocryptfs-readthedocs/js/jquery-2.1.1.min.js create mode 100644 gocryptfs-readthedocs/js/modernizr-2.8.3.min.js create mode 100644 gocryptfs-readthedocs/js/theme.js create mode 100644 gocryptfs-readthedocs/main.html create mode 100644 gocryptfs-readthedocs/mkdocs_theme.yml create mode 100644 gocryptfs-readthedocs/nav.html create mode 100644 gocryptfs-readthedocs/search.html create mode 100644 gocryptfs-readthedocs/searchbox.html create mode 100644 gocryptfs-readthedocs/toc.html create mode 100644 gocryptfs-readthedocs/versions.html diff --git a/gocryptfs-readthedocs/404.html b/gocryptfs-readthedocs/404.html new file mode 100644 index 0000000..a13ad46 --- /dev/null +++ b/gocryptfs-readthedocs/404.html @@ -0,0 +1,9 @@ +{% extends "base.html" %} + +{% block content %} + +
Page not found
+ +{% endblock %} diff --git a/gocryptfs-readthedocs/__init__.py b/gocryptfs-readthedocs/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/gocryptfs-readthedocs/base.html b/gocryptfs-readthedocs/base.html new file mode 100644 index 0000000..ccca048 --- /dev/null +++ b/gocryptfs-readthedocs/base.html @@ -0,0 +1,137 @@ + + + + + {%- block site_meta %} + + + + {% if page and page.is_homepage %}{% endif %} + {% if config.site_author %}{% endif %} + {% if config.site_favicon %} + {% else %}{% endif %} + {%- endblock %} + + {%- block htmltitle %} +