attempting to override site logo
This commit is contained in:
parent
89a2fcd202
commit
af209b216f
4 changed files with 5 additions and 0 deletions
BIN
assets/images/favicon.ico
Normal file
BIN
assets/images/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
BIN
assets/images/favicon.png
Normal file
BIN
assets/images/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 26 KiB |
3
mkdocs-theme-overrides/partials/nav.html
Normal file
3
mkdocs-theme-overrides/partials/nav.html
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
<a href="." title="Pyr0-Piezo" class="md-nav__button md-logo">
|
||||||
|
<img src="assets/images/favicon.png" title="" style="">
|
||||||
|
</a>
|
||||||
|
|
@ -6,6 +6,8 @@ repo_url: https://github.com/pyr0ball/pyr0piezo/
|
||||||
theme:
|
theme:
|
||||||
name: 'material'
|
name: 'material'
|
||||||
|
|
||||||
|
custom_dir: 'mkdocs-theme-overrides'
|
||||||
|
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
#http://pythonhosted.org/Markdown/extensions/admonition.html
|
#http://pythonhosted.org/Markdown/extensions/admonition.html
|
||||||
- admonition:
|
- admonition:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue