From 07acfeea1de1fb87b07d954a329d7ee9873f8caa Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Mon, 8 Apr 2019 04:15:38 +0000 Subject: [PATCH] Trying to fix stuff --- docs/stylesheets/extra.css | 1 + mkdocs.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 docs/stylesheets/extra.css diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css new file mode 100644 index 0000000..c080c9c --- /dev/null +++ b/docs/stylesheets/extra.css @@ -0,0 +1 @@ +# Reference: https://github.com/squidfunk/mkdocs-material/tree/master/src/assets/stylesheets \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 44ace2c..440c176 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -12,7 +12,7 @@ theme: favicon: # 'assets/images/favicon.ico' icon: 'group-work' # (not sure if this works!) -extra.repo_icon: gitlab +# extra.repo_icon: gitlab repo_name: 'Contribute at GitLab' repo_url: 'https://gitlab.com/medlabboulder/democraticmediums'