forked from autonomic-cooperative/cotech-website
Add a script for generating coop data from coops.tech mirror
This commit is contained in:
26
scripts/coop.erb.md
Normal file
26
scripts/coop.erb.md
Normal file
@ -0,0 +1,26 @@
|
||||
---
|
||||
title: <%= title %>
|
||||
name: <%= name %>
|
||||
website: <%= website %>
|
||||
email: <%= email %>
|
||||
twitter: <%= twitter %>
|
||||
github: <%= github %>
|
||||
telephone: <%= telephone %>
|
||||
address: <%= address %>
|
||||
latitude: <%= latitude %>
|
||||
longitude: <%= longitude %>
|
||||
clients:
|
||||
<% clients.each do |client| %>
|
||||
- <%= client %>
|
||||
<% end %>
|
||||
services:
|
||||
<% services.each do |service| %>
|
||||
- <%= service %>
|
||||
<% end %>
|
||||
technologies:
|
||||
<% technologies.each do |technology| %>
|
||||
- <%= technology %>
|
||||
<% end %>
|
||||
---
|
||||
|
||||
<%= body %>
|
Reference in New Issue
Block a user