Numerous configuration changes, ready to start playing with content
This commit is contained in:
22
mkdocs.yml
22
mkdocs.yml
@ -1,17 +1,21 @@
|
||||
site_name: Democratic Mediums
|
||||
site_description: Patterns for decision, deliberation, and noise
|
||||
site_url: "https://medlabboulder.gitlab.io/democraticmediums/"
|
||||
|
||||
theme:
|
||||
name: 'material' # https://github.com/squidfunk/mkdocs-material/
|
||||
font: false
|
||||
custom_dir: 'material'
|
||||
font: false # dodges Goog fonts
|
||||
palette:
|
||||
primary: white
|
||||
accent: blue
|
||||
logo: # for an arbitrary file, can be changed to [docs/] 'images/logo.svg'
|
||||
icon: 'group_work'
|
||||
accent: orange
|
||||
logo: 'images/group_work.svg' # from https://material.io/tools/icons/
|
||||
favicon: 'images/group_work.svg'
|
||||
|
||||
# extra.repo_icon: gitlab
|
||||
repo_name: 'Edit on GitLab'
|
||||
copyright: A project of the <a href="https://cmci.colorado.edu/medlab/">Media Enterprise Design Lab</a> at the University of Colorado Boulder<br />
|
||||
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>
|
||||
|
||||
repo_name: 'Contribute at GitLab'
|
||||
repo_url: 'https://gitlab.com/medlabboulder/democraticmediums'
|
||||
|
||||
extra_css:
|
||||
@ -22,5 +26,7 @@ markdown_extensions:
|
||||
|
||||
extra:
|
||||
social:
|
||||
- type: 'twitter'
|
||||
link: 'https://twitter.com/medlabboulder'
|
||||
- type: globe
|
||||
link: https://cmci.colorado.edu/medlab/
|
||||
- type: twitter
|
||||
link: https://twitter.com/medlabboulder
|
||||
|
Reference in New Issue
Block a user