Skip to content

Commit

Permalink
Merge branch 'master' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
hng authored Sep 20, 2024
2 parents 9b04a35 + 85c30f3 commit 439dee7
Show file tree
Hide file tree
Showing 8 changed files with 153 additions and 39 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: ci
on:
push:
branches:
- master
- main
- mkdocs
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install mkdocs-material markdown-include
- run: sed -i '/<!-- MKDOCS IGNORE -->/,/<!-- MKDOCS IGNORE -->/d' README.md
- run: mkdocs gh-deploy --force
7 changes: 7 additions & 0 deletions DEFUNCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,15 @@ This list is maintained for informational purposes. These coops have closed sinc

Coop | Business Areas | Region/Country | Notes
---- | -------------- | -------------- | -----
[Brierwood Coop](http://brierwood.coop) | Mobile apps | Ottawa, Ontario, Canada | |
[Feel Train](https://feeltrain.com/) | | Portland, OR, USA | *"Feel Train will never consist of more than 8 people."*
[Gaia Host Collective](http://gaiahost.coop) | Hosting | Greenfield, MA, USA |
[Quilted](http://quilted.coop) | consulting, graphic design, web development | Berkeley, California, USA | *"Quilted is a worker-owned, cooperatively-managed company stitching together technology and social change."*
[RadicalDesign](http://radicaldesigns.org) | Web development | Oakland, CA, USA | Focusing on non-profit and grassroots social change organizations
[Seattle Developers Cooperative](https://seattledevelopers.coop/) | Web development, React, Node.js | Seattle, Washington, USA | Founded 2018; Working on P2P projects in JavaScript

### Europe

Coop | Business Areas | Region/Country | Notes
---- | -------------- | -------------- | -----
[Rabotnik](https://www.rabotnik.coop/) | graphic design, web-development, video production and animation, campaign and concept development | Denmark | |
141 changes: 102 additions & 39 deletions README.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tech-coops.xyz
1 change: 1 addition & 0 deletions docs/DEFUNCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{!DEFUNCT.md!}
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{!README.md!}
6 changes: 6 additions & 0 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
:root > * {
--md-primary-fg-color: #8e0b56;
--md-primary-fg-color--light: #C785AB;
--md-primary-fg-color--dark: #47072B;
--md-accent-fg-color: #009F93;
}
17 changes: 17 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
site_name: Tech Coops list
repo_url: https://github.com/hng/tech-coops
repo_name: hng/tech-coops
markdown_extensions:
- markdown_include.include:
base_path: .
theme:
name: material
icon:
logo: material/dots-circle
features:
- toc.integrate
nav:
- Main: 'index.md'
- 'List of defunct coops': 'DEFUNCT.md'
extra_css:
- stylesheets/extra.css

0 comments on commit 439dee7

Please sign in to comment.