mkdocs.yml 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. site_name: Democratic Mediums
  2. site_description: Patterns for decision, deliberation, and noise
  3. site_url: "https://democraticmediums.info"
  4. theme:
  5. name: 'material' # https://github.com/squidfunk/mkdocs-material/
  6. custom_dir: 'material-theme'
  7. font: false # dodges Goog fonts
  8. palette:
  9. primary: white
  10. accent: orange
  11. logo: 'images/group_work.svg' # from https://material.io/tools/icons/
  12. favicon: 'images/group_work.svg'
  13. copyright: A project of the <a href="https://colorado.edu/lab/medlab/">Media Enterprise Design Lab</a> at the University of Colorado Boulder<br />
  14. <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>
  15. repo_name: 'Contribute at GitLab'
  16. repo_url: 'https://gitlab.com/medlabboulder/democraticmediums'
  17. extra_css:
  18. - 'stylesheets/extra.css'
  19. markdown_extensions:
  20. - footnotes
  21. extra:
  22. social:
  23. - type: globe
  24. link: https://cmci.colorado.edu/medlab/
  25. - type: twitter
  26. link: https://twitter.com/medlabboulder