Beginning theme customization
This commit is contained in:
parent
6dd717847b
commit
4b34301b85
@ -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
|
23
mkdocs.yml
23
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'
|
Loading…
x
Reference in New Issue
Block a user