diff --git a/__init__.py b/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/__init__.pyc b/__init__.pyc new file mode 100644 index 00000000..0f8028a0 Binary files /dev/null and b/__init__.pyc differ diff --git a/base.html b/base.html new file mode 100644 index 00000000..b19a1c89 --- /dev/null +++ b/base.html @@ -0,0 +1,118 @@ + + + + + + + + {% if page_description %}{% endif %} + {% if site_author %}{% endif %} + {% block htmltitle %} + {% if page_title %}{{ page_title }} - {% endif %}{{ site_name }} + {% endblock %} + + {% if favicon %} + {% else %}{% endif %} + + {# CSS #} + + + + + + {%- for path in extra_css %} + + {%- endfor %} + + {% if current_page %} + + {% endif %} + + + + + + {%- block extrahead %} {% endblock %} + + {%- for path in extra_javascript %} + + {%- endfor %} + + {% if google_analytics %} + + {% endif %} + + + + +
+ + {# SIDE NAV, TOGGLES ON MOBILE #} + + +
+ + {# MOBILE NAV, TRIGGLES SIDE NAV ON TOGGLE #} + + + {# PAGE CONTENT #} +
+
+ {% include "breadcrumbs.html" %} +
+
+ {% block content %} + {{ content }} + {% endblock %} +
+
+ {%- block footer %} + {% include "footer.html" %} + {% endblock %} +
+
+ +
+ +
+ +{% include "versions.html" %} + + + +{% if current_page and current_page.is_homepage %} + +{% endif %} diff --git a/breadcrumbs.html b/breadcrumbs.html new file mode 100644 index 00000000..01960e62 --- /dev/null +++ b/breadcrumbs.html @@ -0,0 +1,25 @@ +
+ +
+
diff --git a/footer.html b/footer.html new file mode 100644 index 00000000..11031936 --- /dev/null +++ b/footer.html @@ -0,0 +1,23 @@ + diff --git a/index.html b/index.html new file mode 100644 index 00000000..69990c45 --- /dev/null +++ b/index.html @@ -0,0 +1,175 @@ + + + + + + + + + + + Lalala + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ + + + + +
+
+
+
    +
  • Docs »
  • + + + +
  • Home
  • +
  • + +
  • +
+
+
+
+
+ +

Welcome to MkLorums

+

For full documentation visit mkdocs.org.

+

Commands

+
    +
  • mkdocs new [dir-name] - Create a new project.
  • +
  • mkdocs serve - Start the live-reloading docs server.
  • +
  • mkdocs build - Build the documentation site.
  • +
  • mkdocs help - Print this help message.
  • +
+

Project layout

+
mkdocs.yml    # The configuration file.
+docs/
+    index.md  # The documentation homepage.
+    ...       # Other markdown pages, images and other files.
+
+ +
+
+ + +
+
+ +
+ +
+ +
+ + + + + Next » + + +
+ + + + + diff --git a/search.html b/search.html new file mode 100644 index 00000000..75600779 --- /dev/null +++ b/search.html @@ -0,0 +1,141 @@ + + + + + + + + + + + Lalala + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ + + + + +
+
+
+
    +
  • Docs »
  • + + +
  • + +
  • +
+
+
+
+
+ + +

Search Results

+ + + +
+ Sorry, page not found. +
+ + +
+
+ + +
+
+ +
+ +
+ +
+ + + + + +
+ + + diff --git a/searchbox.html b/searchbox.html new file mode 100644 index 00000000..177fcb39 --- /dev/null +++ b/searchbox.html @@ -0,0 +1,5 @@ +
+
+ +
+
diff --git a/sitemap.xml b/sitemap.xml new file mode 100644 index 00000000..26d1e3a9 --- /dev/null +++ b/sitemap.xml @@ -0,0 +1,20 @@ + + + + + + None/ + 2016-04-08 + daily + + + + + + None/about/ + 2016-04-08 + daily + + + + \ No newline at end of file diff --git a/toc.html b/toc.html new file mode 100644 index 00000000..6cd2fc9b --- /dev/null +++ b/toc.html @@ -0,0 +1,23 @@ +{% if nav_item.children %} + +{% else %} + +{% endif %} diff --git a/versions.html b/versions.html new file mode 100644 index 00000000..d12d197b --- /dev/null +++ b/versions.html @@ -0,0 +1,15 @@ +
+ + {% if repo_name == 'GitHub' %} + GitHub + {% elif repo_name == 'Bitbucket' %} + BitBucket + {% endif %} + {% if previous_page %} + « Previous + {% endif %} + {% if next_page %} + Next » + {% endif %} + +