Browse Source

Small layout tweaks, esp. logos

Nathan Schneider 5 years ago
parent
commit
d0ac8954e5
1 changed files with 6 additions and 4 deletions
  1. 6 4
      mkdocs.yml

+ 6 - 4
mkdocs.yml

@@ -2,16 +2,18 @@ site_name: Democratic Mediums
 site_url: "https://medlabboulder.gitlab.io/democraticmediums/"
 
 theme:
-  name: 'material'
+  name: 'material' # info: https://github.com/squidfunk/mkdocs-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'
+  logo: # for an arbitrary file, can be changed to [docs/] 'images/logo.svg'
+    icon: 'group-work'
+  favicon: # 'assets/images/favicon.ico'
+    icon: 'group-work' # (not sure if this works!)
 
 extra.repo_icon: gitlab
-repo_name: 'Edit on GitLab'
+repo_name: 'Contribute at GitLab'
 repo_url: 'https://gitlab.com/medlabboulder/democraticmediums'
 
 extra_css: