29 lines
664 B
YAML
29 lines
664 B
YAML
site_name: Democratic Mediums
|
|
site_url: "https://medlabboulder.gitlab.io/democraticmediums/"
|
|
|
|
theme:
|
|
name: 'material' # 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:
|
|
icon: 'group-work' # does this work?
|
|
|
|
# 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'
|