1234567891011121314151617181920212223242526272829303132 |
- 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/
- custom_dir: 'material-theme'
- font: false # dodges Goog fonts
- palette:
- primary: white
- accent: orange
- logo: 'images/group_work.svg' # from https://material.io/tools/icons/
- favicon: 'images/group_work.svg'
- 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:
- - 'stylesheets/extra.css'
- markdown_extensions:
- - footnotes
- extra:
- social:
- - type: globe
- link: https://cmci.colorado.edu/medlab/
- - type: twitter
- link: https://twitter.com/medlabboulder
|