Numerous configuration changes, ready to start playing with content
This commit is contained in:
@ -2,13 +2,11 @@
|
|||||||
|
|
||||||
*Patterns for decision, deliberation, and noise*
|
*Patterns for decision, deliberation, and noise*
|
||||||
|
|
||||||
This is a project of the [Media Enterprise Design Lab](http://cmci.colorado.edu/medlab/) at the University of Colorado Boulder.
|
A project of the [Media Enterprise Design Lab](http://cmci.colorado.edu/medlab/) at the University of Colorado Boulder.
|
||||||
|
|
||||||
See live demo: [medlabboulder.gitlab.io/democraticmediums](https://medlabboulder.gitlab.io/democraticmediums/)
|
Live demo: [medlabboulder.gitlab.io/democraticmediums](https://medlabboulder.gitlab.io/democraticmediums/)
|
||||||
|
|
||||||
## To do
|
## To do
|
||||||
|
|
||||||
* Load initial Mediums pages
|
* Load initial Mediums pages
|
||||||
* [Configure Material theme](https://squidfunk.github.io/mkdocs-material/)
|
|
||||||
- Change ico and icon
|
|
||||||
* Information here and on the website on contributing
|
* Information here and on the website on contributing
|
@ -1,5 +1,9 @@
|
|||||||
# Basics
|
# Basics
|
||||||
|
|
||||||
|
To come.
|
||||||
|
|
||||||
|
<!--
|
||||||
* Rationale
|
* Rationale
|
||||||
* MEDLab
|
* MEDLab
|
||||||
* Personnel
|
* Personnel
|
||||||
|
-->
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
# Contribute
|
# Contribute
|
||||||
|
|
||||||
TKTK instructions on how to contribute via GitLab
|
To come.
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
# Resources
|
# Resources
|
||||||
|
|
||||||
Extra stuff
|
To come.
|
||||||
|
|
||||||
|
<!--
|
||||||
|
* Set up Zotero group
|
||||||
|
-->
|
||||||
|
@ -1,2 +1,7 @@
|
|||||||
# Welcome
|
# Start here
|
||||||
|
|
||||||
|
The future of democratic governance is being made in social movements, blockchains, cooperatives, and governments around the world.
|
||||||
|
|
||||||
|
**What tools do they have to work with?**
|
||||||
|
|
||||||
|
# Democratic Mediums is a directory of patterns for decision, deliberation, and debate.
|
||||||
|
22
mkdocs.yml
22
mkdocs.yml
@ -1,17 +1,21 @@
|
|||||||
site_name: Democratic Mediums
|
site_name: Democratic Mediums
|
||||||
|
site_description: Patterns for decision, deliberation, and noise
|
||||||
site_url: "https://medlabboulder.gitlab.io/democraticmediums/"
|
site_url: "https://medlabboulder.gitlab.io/democraticmediums/"
|
||||||
|
|
||||||
theme:
|
theme:
|
||||||
name: 'material' # https://github.com/squidfunk/mkdocs-material/
|
name: 'material' # https://github.com/squidfunk/mkdocs-material/
|
||||||
font: false
|
custom_dir: 'material'
|
||||||
|
font: false # dodges Goog fonts
|
||||||
palette:
|
palette:
|
||||||
primary: white
|
primary: white
|
||||||
accent: blue
|
accent: orange
|
||||||
logo: # for an arbitrary file, can be changed to [docs/] 'images/logo.svg'
|
logo: 'images/group_work.svg' # from https://material.io/tools/icons/
|
||||||
icon: 'group_work'
|
favicon: 'images/group_work.svg'
|
||||||
|
|
||||||
# extra.repo_icon: 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 />
|
||||||
repo_name: 'Edit on GitLab'
|
<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'
|
repo_url: 'https://gitlab.com/medlabboulder/democraticmediums'
|
||||||
|
|
||||||
extra_css:
|
extra_css:
|
||||||
@ -22,5 +26,7 @@ markdown_extensions:
|
|||||||
|
|
||||||
extra:
|
extra:
|
||||||
social:
|
social:
|
||||||
- type: 'twitter'
|
- type: globe
|
||||||
link: 'https://twitter.com/medlabboulder'
|
link: https://cmci.colorado.edu/medlab/
|
||||||
|
- type: twitter
|
||||||
|
link: https://twitter.com/medlabboulder
|
||||||
|
Reference in New Issue
Block a user