Beginning theme customization
This commit is contained in:
		| @@ -10,4 +10,5 @@ See live demo: [medlabboulder.gitlab.io/democraticmediums](https://medlabboulder | |||||||
|  |  | ||||||
| * Load initial Mediums pages | * Load initial Mediums pages | ||||||
| * [Configure Material theme](https://squidfunk.github.io/mkdocs-material/) | * [Configure Material theme](https://squidfunk.github.io/mkdocs-material/) | ||||||
|  |     - Change ico and icon | ||||||
| * Information here and on the website on contributing | * Information here and on the website on contributing | ||||||
							
								
								
									
										21
									
								
								mkdocs.yml
									
									
									
									
									
								
							
							
						
						
									
										21
									
								
								mkdocs.yml
									
									
									
									
									
								
							| @@ -3,3 +3,24 @@ site_url: "https://medlabboulder.gitlab.io/democraticmediums/" | |||||||
|  |  | ||||||
| theme: | theme: | ||||||
|   name: 'material' |   name: 'material' | ||||||
|  |   font: false | ||||||
|  |   palette: | ||||||
|  |     primary: white | ||||||
|  |     accent: blue | ||||||
|  |   logo: 'group-work' # for an arbitrary file, can be changed to [docs/] 'images/logo.svg' | ||||||
|  |   favicon: 'assets/images/favicon.ico' | ||||||
|  |  | ||||||
|  | extra.repo_icon: gitlab | ||||||
|  | repo_name: 'Edit on GitLab' | ||||||
|  | repo_url: 'https://gitlab.com/medlabboulder/democraticmediums' | ||||||
|  |  | ||||||
|  | extra_css: | ||||||
|  |   - 'stylesheets/extra.css' | ||||||
|  |  | ||||||
|  | markdown_extensions: | ||||||
|  |   - footnotes | ||||||
|  |  | ||||||
|  | extra: | ||||||
|  |   social: | ||||||
|  |     - type: 'twitter' | ||||||
|  |       link: 'https://twitter.com/medlabboulder' | ||||||
		Reference in New Issue
	
	Block a user