Beginning theme customization

This commit is contained in:
Nathan Schneider 2019-04-07 22:10:27 +00:00
parent 6dd717847b
commit 4b34301b85
2 changed files with 23 additions and 1 deletions

@ -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

@ -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'