diff --git a/docs/_config.yml b/docs/_config.yml index 1be49ac495..d4d4e35d30 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,5 +1,10 @@ remote_theme: pages-themes/slate@v0.2.0 plugins: -- jekyll-remote-theme # add this line to the plugins list if you already have one +- jekyll-remote-theme + title: Human Essentials description: Documentation + +github: + is_project_page: false +show_downloads: false diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html new file mode 100644 index 0000000000..b65b4d99d3 --- /dev/null +++ b/docs/_layouts/default.html @@ -0,0 +1,56 @@ + + + + + + + + + +{% seo %} + {% include head-custom.html %} + + + + + +
+
+ {% if site.github.is_project_page %} + View on GitHub + {% endif %} + +

{{ site.title | default: site.github.repository_name }}

+

{{ site.description | default: site.github.project_tagline }}

+ + {% if site.show_downloads %} +
+ Download this project as a .zip file + Download this project as a tar.gz file +
+ {% endif %} +
+
+ + +
+
+ {{ content }} +
+
+ + + + +