mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-03-26 03:03:32 +01:00
Added logo and favicon
This commit is contained in:
parent
be62b72e90
commit
d390b500b4
BIN
sphinx/_static/img/logo_cymais.png
Normal file
BIN
sphinx/_static/img/logo_cymais.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 286 KiB |
@ -26,12 +26,18 @@ html_static_path = ['_static']
|
||||
|
||||
html_sidebars = {
|
||||
'**': [
|
||||
'logo.html',
|
||||
'structure.html', # Include your custom template
|
||||
]
|
||||
}
|
||||
|
||||
cymais_logo = "_static/img/logo_cymais.png"
|
||||
html_favicon = cymais_logo
|
||||
|
||||
html_theme_options = {
|
||||
"show_prev_next": False,
|
||||
"logo_light": cymais_logo,
|
||||
"logo_dark": cymais_logo,
|
||||
}
|
||||
|
||||
source_suffix = {
|
||||
|
5
sphinx/templates/logo.html
Normal file
5
sphinx/templates/logo.html
Normal file
@ -0,0 +1,5 @@
|
||||
<div class="sidebar-logo" style="text-align: center; margin-bottom: 1em;">
|
||||
<img src="{{ pathto("_static/img/logo_cymais.png", 1) }}" alt="Logo" style="max-width: 100%;">
|
||||
</div>
|
||||
|
||||
|
@ -61,5 +61,5 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
{% endif %}
|
||||
<script src="{{ pathto('_static/current-nav.js', 1) }}"></script>
|
||||
<script src="{{ pathto('_static/js/current-nav.js', 1) }}"></script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user