diff --git a/Gemfile b/Gemfile index 2bf1ac7..e295d5c 100644 --- a/Gemfile +++ b/Gemfile @@ -20,6 +20,7 @@ gem "minima", "~> 2.0" # If you have any plugins, put them here! group :jekyll_plugins do gem "jekyll-feed", "~> 0.6" + gem 'jekyll-deploy' end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem diff --git a/Gemfile.lock b/Gemfile.lock index 9702fa8..b188459 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,6 +4,8 @@ GEM addressable (2.5.2) public_suffix (>= 2.0.2, < 4.0) colorator (1.1.0) + commonmarker (0.18.2) + ruby-enum (~> 0.5) concurrent-ruby (1.1.4) em-websocket (0.5.1) eventmachine (>= 0.12.9) @@ -27,6 +29,10 @@ GEM pathutil (~> 0.9) rouge (>= 1.7, < 4) safe_yaml (~> 1.0) + jekyll-commonmark (1.2.0) + commonmarker (~> 0.14) + jekyll (>= 3.0, < 4.0) + jekyll-deploy (0.0.2) jekyll-feed (0.11.0) jekyll (~> 3.3) jekyll-sass-converter (1.5.2) @@ -53,6 +59,8 @@ GEM rb-inotify (0.10.0) ffi (~> 1.0) rouge (3.3.0) + ruby-enum (0.7.2) + i18n ruby_dep (1.5.0) safe_yaml (1.0.4) sass (3.7.2) @@ -66,6 +74,8 @@ PLATFORMS DEPENDENCIES jekyll (~> 3.8.5) + jekyll-commonmark + jekyll-deploy jekyll-feed (~> 0.6) minima (~> 2.0) tzinfo-data diff --git a/_config.yml b/_config.yml index d8cff4f..455b424 100644 --- a/_config.yml +++ b/_config.yml @@ -19,7 +19,7 @@ description: >- # this means to ignore newlines until "baseurl:" The Media Enterprise Design Lab is a think tank for community-oriented media organizations, based at the University of Colorado Boulder's College of Media, Communication and Information. baseurl: /medlab # the subpath of your site, e.g. /blog url: https://cmci.colorado.edu # the base hostname & protocol for your site, e.g. http://example.com -twitter_username: medlabboulder +twitter_username: MEDLabBoulder # Build settings markdown: kramdown @@ -29,7 +29,13 @@ plugins: collections: projects: output: true - + +# For jekyll-deploy plugin (https://github.com/vwochnik/jekyll-deploy) +deploy: +# - cd .. && jekyll build +# - cd .. && read -p 'Commit message: ' message && git commit -a -m $message + - rsync -crPze ssh --delete ~/Current/CU/medlab-web/_site/* nasc0399@cmci.colorado.edu:/data/web/htdocs/cmci/medlab + # Exclude from processing. # The following items will not be processed, by default. Create a custom list # to override the default setting. diff --git a/_posts/2018-12-06-notes-on-collective-governance.md b/_posts/2018-12-06-notes-on-collective-governance.md index 47d54e8..11d4877 100644 --- a/_posts/2018-12-06-notes-on-collective-governance.md +++ b/_posts/2018-12-06-notes-on-collective-governance.md @@ -7,7 +7,7 @@ tags: [governance] *by Katy Fetters* -Those of us looking to shape our enterprises with methods for collective governance and shared ownership are led to ask: *What can collective governance look like? What shape does that take? What are some of the challenges and freedoms presented in this model?* +Those of us looking to shape our enterprises with methods for collective governance and shared ownership are led to ask: *What can collective governance look like? What shape does that take? What are some of the challenges and freedoms presented in this model?* We spoke with several cooperative-minded experts who offered their insight into these questions, as part of a collaboration with the Action Network, a nonprofit online mobilization platform whose team is seeking to further democratize its operations. Here are a few takeaways from our discussion: diff --git a/_projects/governance.md b/_projects/governance.md index 5b10124..3128f74 100644 --- a/_projects/governance.md +++ b/_projects/governance.md @@ -1,5 +1,5 @@ --- -layout: page +layout: project title: Collaborative Governance and Accountable Leadership summary: Consulting, convening and research on leading-edge democratic governance and leadership, especially through digital tools --- diff --git a/_projects/platform_cooperativism.md b/_projects/platform_cooperativism.md deleted file mode 100644 index 814419c..0000000 --- a/_projects/platform_cooperativism.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -layout: page -title: Platform Cooperativism -summary: Supporting an ecosystem for cooperative business in the online economy ---- - -Since co-organizing the first "platform cooperativism" conference at the New School in 2015, MEDLab director Nathan Schneider has been active in organizing and documenting this growing movement aiming to build an ecosystem for cooperative business in the online economy. - -## Collaborators - -* [Platform Cooperativism Consortium](https://platform.coop/about/consortium) at The New School - -## Publications - -* Trebor Scholz and Nathan Schneider (eds.), _Ours to Hack and to Own: The Rise of Platform Cooperativism, a New Vision for the Future of Work and a Fairer Internet_ (OR Books, 2016) -* Nathan Schneider, "An Internet of Ownership: Democratic Design for the Online Economy," _The Sociological Review_ 66, no. 2 (March 2018) -* Nathan Schneider, _Everything for Everyone: The Radical Tradition that Is Shaping the Next Economy_ (Nation Books, 2018) - -## Related - -* [The Internet of Ownership](https://ioo.coop/) directory of the platform co-op ecosystem -* [Platform.coop](https://platform.coop/), a portal for platform cooperativism diff --git a/_projects/social-fiction.md b/_projects/social-fiction.md index ace9bc9..d02dc27 100644 --- a/_projects/social-fiction.md +++ b/_projects/social-fiction.md @@ -1,5 +1,5 @@ --- -layout: page +layout: project title: Social Fiction for Social Enterprise summary: Research and workshops on the uses of speculative fiction --- diff --git a/_projects/stakeholder-news.md b/_projects/stakeholder-news.md index 513beed..11e2967 100644 --- a/_projects/stakeholder-news.md +++ b/_projects/stakeholder-news.md @@ -1,5 +1,5 @@ --- -layout: page +layout: project title: Stakeholder Ownership for Sustainable News summary: Can democratic ownership design foster newfound trust and revenue for journalism? --- diff --git a/_projects/user-trusts.md b/_projects/user-trusts.md index 029658e..e7938cf 100644 --- a/_projects/user-trusts.md +++ b/_projects/user-trusts.md @@ -1,6 +1,7 @@ --- -layout: page +layout: project title: User Trusts +slug: user-trusts summary: Strategies for restructuring online platforms based on the ideas of Louis O. Kelso --- diff --git a/_site/2018/12/06/notes-on-collective-governance.html b/_site/2018/12/06/notes-on-collective-governance.html index 446e1da..fa3beff 100644 --- a/_site/2018/12/06/notes-on-collective-governance.html +++ b/_site/2018/12/06/notes-on-collective-governance.html @@ -15,7 +15,7 @@ +{"datePublished":"2018-12-06T00:00:00-07:00","@type":"BlogPosting","mainEntityOfPage":{"@type":"WebPage","@id":"https://cmci.colorado.edu/medlab/2018/12/06/notes-on-collective-governance.html"},"url":"https://cmci.colorado.edu/medlab/2018/12/06/notes-on-collective-governance.html","headline":"Notes on Collective Governance","description":"by Katy Fetters","dateModified":"2018-12-06T00:00:00-07:00","@context":"http://schema.org"} @@ -51,7 +51,7 @@

by Katy Fetters

-

Those of us looking to shape our enterprises with methods for collective governance and shared ownership are led to ask: What can collective governance look like? What shape does that take? What are some of the challenges and freedoms presented in this model?

+

Those of us looking to shape our enterprises with methods for collective governance and shared ownership are led to ask: What can collective governance look like? What shape does that take? What are some of the challenges and freedoms presented in this model?

We spoke with several cooperative-minded experts who offered their insight into these questions, as part of a collaboration with the Action Network, a nonprofit online mobilization platform whose team is seeking to further democratize its operations. Here are a few takeaways from our discussion:

@@ -83,7 +83,7 @@
  • Media Enterprise Design Lab @ CU Boulder
  • medlab@colorado.edu
  • -