Skip to content

Commit

Permalink
Deployed 2a61ef6 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DrSaadLa committed Dec 5, 2023
1 parent 7d86a4e commit b302e32
Show file tree
Hide file tree
Showing 7 changed files with 41 additions and 3 deletions.
32 changes: 32 additions & 0 deletions backup/mkdocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
site_name: 'Windmill MkDocs Theme'
site_description: 'MkDocs theme focused on navigation and usability.'
site_author: 'Dmitry S'

repo_url: https://github.com/gristlabs/mkdocs-windmill

theme:
name: null
custom_dir: mkdocs_windmill
# Copy settings from mkdocs_theme.yml, which is ignored by custom_dir themes.
static_templates: [404.html]
search_index_only: true
include_search_page: true

# This should be renamed to nav for mkdocs 1.0+
pages:
- Usage: index.md
- Customization: customization.md
- Samples:
- Sample Page A: sample-a.md
- Sample Subfolder:
- Sample Subpage A1: a/sample-a1.md
- Sample Subpage A2: a/sample-a2.md
- Sample Page B: sample-b.md

markdown_extensions:
- toc:
permalink: '#'

extra:
history_buttons: false
version: v1.0.5
3 changes: 3 additions & 0 deletions backup/mkdocs_theme.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
static_templates: [404.html]
search_index_only: true
include_search_page: true
5 changes: 3 additions & 2 deletions css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ body {
***********************************************************************/

.navbar {
background-color: #546e7a;
background-color: teal;
box-shadow: 0 1.5px 3px rgba(0,0,0,.24), 0 3px 8px rgba(0,0,0,.05);
border: none;
border-radius: 0px;
Expand Down Expand Up @@ -263,7 +263,8 @@ body {
}

.wm-toc-li.wm-current, .wm-toc-li.wm-current:hover {
background-color: #546e7a;
/* background-color: #546e7a;*/
background-color:teal;
color: white;
}

Expand Down
1 change: 1 addition & 0 deletions css/bootstrap.css.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions css/bootstrap.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
... # Other markdown pages, images and other files.
</code></pre> <br> </div> <footer class="container-fluid wm-page-content"> <p> <a href=https://github.com/qcversity/python-versity/edit/master/docs/index.md>Edit on qcversity/blue-book</a> </p> <p>Documentation built with <a href=https://www.mkdocs.org/ >MkDocs</a> using <a href=https://github.com/gristlabs/mkdocs-windmill>Windmill</a> theme by Grist Labs.</p> </footer> </body> </html> <!--
MkDocs version : 1.5.3
Build Date UTC : 2023-12-05 16:39:28.720052+00:00
Build Date UTC : 2023-12-05 17:31:21.748007+00:00
-->
Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit b302e32

Please sign in to comment.