democratic-mediums/mkdocs.yml

28 lines
714 B
YAML

site_name: Democratic Mediums
site_url: "https://medlabboulder.gitlab.io/democraticmediums/"
theme:
name: 'material' # info: https://github.com/squidfunk/mkdocs-material/
font: false
palette:
primary: white
accent: blue
logo: # for an arbitrary file, can be changed to [docs/] 'images/logo.svg'
icon: 'group-work'
favicon: # 'assets/images/favicon.ico'
icon: 'group-work' # (not sure if this works!)
# extra.repo_icon: gitlab
repo_name: 'Contribute at 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'