diff --git a/docs/_config.yml b/docs/_config.yml index 6f28fb2..48c6c48 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -11,11 +11,15 @@ github_username: RedHawk989 # Build settings remote_theme: just-the-docs/just-the-docs -color_scheme: light +color_scheme: 'eyetrackvr' search_enabled: true heading_level: 6 previews: 3 + +sass: + style: compressed + baseurl: '/EyeTrackVR/' favicon: "/assets/images/favicon.png" # the favicon for your site @@ -66,16 +70,12 @@ button: true # Links at the top of the page aux_links: - 'Documentation': - - '//github.com/RedHawk989/EyeTrackVR/tree/main/docs/Reference_Docs' 'Scripts': - '//github.com/RedHawk989/EyeTrackVR/tree/main/scripts' 'InceptionNet': - '//github.com/RedHawk989/EyeTrackVR/tree/main/InceptionNet' 'RANSAC': - '//github.com/RedHawk989/EyeTrackVR/tree/main/RANSAC' - 'Issues': - - '//github.com/RedHawk989/EyeTrackVR/issues' 'GitHub': - '//github.com/RedHawk989/EyeTrackVR' 'Wiki': diff --git a/docs/_includes/header_custom.html b/docs/_includes/header_custom.html index e69de29..2182509 100644 --- a/docs/_includes/header_custom.html +++ b/docs/_includes/header_custom.html @@ -0,0 +1,25 @@ + + \ No newline at end of file diff --git a/docs/_layouts/post.html b/docs/_layouts/post.html index 84f03f7..24470a2 100644 --- a/docs/_layouts/post.html +++ b/docs/_layouts/post.html @@ -2,4 +2,15 @@ layout: default --- -{{ content }} \ No newline at end of file +
+
+

{{ page.title }}

+ + +
+ {{ content }} +
\ No newline at end of file diff --git a/docs/_sass/buttons.scss b/docs/_sass/buttons.scss index 57660e0..3350434 100644 --- a/docs/_sass/buttons.scss +++ b/docs/_sass/buttons.scss @@ -105,6 +105,15 @@ @include btn-color($white, $btn-primary-color); } +.btn-mode { + @include btn-color($white, $btn-primary-color); + text-transform: uppercase; + border-radius: 8px; + margin-bottom: 11px; + margin-top: 17px; + box-shadow: 2px 2px 12px 1px rgba(8, 8, 8, 0.5); +} + .btn-purple { @include btn-color($white, $purple-100); } diff --git a/docs/_sass/color_schemes/eyetrackervr.scss b/docs/_sass/color_schemes/eyetrackvr.scss similarity index 100% rename from docs/_sass/color_schemes/eyetrackervr.scss rename to docs/_sass/color_schemes/eyetrackvr.scss diff --git a/docs/assets/css/just-the-docs-eyetrackervr.scss b/docs/assets/css/just-the-docs-eyetrackervr.scss deleted file mode 100644 index 6b6662f..0000000 --- a/docs/assets/css/just-the-docs-eyetrackervr.scss +++ /dev/null @@ -1,3 +0,0 @@ ---- ---- -{% include css/just-the-docs.scss.liquid color_scheme="light" %} /* Switch this to the Color Scheme of choice - the file must be in _sass/color_schemes */ diff --git a/docs/assets/css/just-the-docs-eyetrackvr.scss b/docs/assets/css/just-the-docs-eyetrackvr.scss new file mode 100644 index 0000000..255d46a --- /dev/null +++ b/docs/assets/css/just-the-docs-eyetrackvr.scss @@ -0,0 +1,3 @@ +--- +--- +{% include css/just-the-docs.scss.liquid color_scheme="eyetrackvr" %} /* Switch this to the Color Scheme of choice - the file must be in _sass/color_schemes */ diff --git a/docs/assets/js/schemes.js b/docs/assets/js/schemes.js deleted file mode 100644 index f9936da..0000000 --- a/docs/assets/js/schemes.js +++ /dev/null @@ -1,3 +0,0 @@ -"use strict"; - -jtd.setTheme("eyetrackervr"); \ No newline at end of file