mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 04:08:15 +00:00 
			
		
		
		
	Added logo and favicon
This commit is contained in:
		
							
								
								
									
										
											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>
 | 
			
		||||
  
 | 
			
		||||
		Reference in New Issue
	
	Block a user