Browse Source

Beginning theme customization

Nathan Schneider 5 years ago
parent
commit
4b34301b85
2 changed files with 23 additions and 1 deletions
  1. 1 0
      README.md
  2. 22 1
      mkdocs.yml

+ 1 - 0
README.md

@@ -10,4 +10,5 @@ See live demo: [medlabboulder.gitlab.io/democraticmediums](https://medlabboulder
 
 * Load initial Mediums pages
 * [Configure Material theme](https://squidfunk.github.io/mkdocs-material/)
+    - Change ico and icon
 * Information here and on the website on contributing

+ 22 - 1
mkdocs.yml

@@ -2,4 +2,25 @@ site_name: Democratic Mediums
 site_url: "https://medlabboulder.gitlab.io/democraticmediums/"
 
 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'