From 4b34301b85019ad401a4506576df49ca3e0120ca Mon Sep 17 00:00:00 2001
From: Nathan Schneider <nathan.schneider@colorado.edu>
Date: Sun, 7 Apr 2019 22:10:27 +0000
Subject: [PATCH] Beginning theme customization

---
 README.md  |  1 +
 mkdocs.yml | 23 ++++++++++++++++++++++-
 2 files changed, 23 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index bec4060..07fcfb0 100644
--- a/README.md
+++ b/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
\ No newline at end of file
diff --git a/mkdocs.yml b/mkdocs.yml
index 9eaced6..1b1e0dc 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -2,4 +2,25 @@ site_name: Democratic Mediums
 site_url: "https://medlabboulder.gitlab.io/democraticmediums/"
 
 theme:
-  name: 'material'
\ No newline at end of file
+  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'
\ No newline at end of file