diff --git a/docs/_config.yml b/docs/_config.yml index b5e39f9..b5f453a 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -6,4 +6,4 @@ plugins: title: rainbow waves, by azurepolarbear description: azurepolarbear's rainbow waves algorithmic art project logo: "https://azurepolarbear.github.io/assets/img/logo.png" -show_downloads: false +show_downloads: true diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html new file mode 100644 index 0000000..ce5caf3 --- /dev/null +++ b/docs/_layouts/default.html @@ -0,0 +1,70 @@ + + + + + + + +{% seo %} + + + {% include head-custom.html %} + + +
+
+

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

+ + {% if site.logo %} + Logo + {% endif %} + +

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

+ + {% if site.github.is_project_page %} +

view the project on github {{ site.github.repository_nwo }}

+ {% endif %} + + {% if site.github.is_user_page %} +

view azurepolarbear's github profile

+ {% endif %} + + {% if site.show_downloads %} + + {% endif %} +
+
+ + {{ content }} + +
+ +
+ + + diff --git a/docs/assets/css/style.scss b/docs/assets/css/style.scss new file mode 100644 index 0000000..9ad82fd --- /dev/null +++ b/docs/assets/css/style.scss @@ -0,0 +1,17 @@ +--- +--- + +@import "{{ site.theme }}"; + +header { + position: static; +} + +section { + min-height: 100vh; +} + +footer { + position: static; + display: inline-block; +}