This is a fork of a repo originally produced for a hack day project at the 2021 Collaborations Workshop. The website presents the collaborative ideas and hackday pitches generated at previous Collaborations Workshops and makes them available through an easily browseable and searchable interface.
A live version of the website is hosted at:
This repo consists of markdown versions of previous collaborative ideas and hackday pitches, plus the code to host a website to view them using.
To contribute to the repository - either by adding new ideas from previous CWs or to the code to view these ideas - please see the contributing guide.
This repository is licensed under the MIT license, and most of the ideas themselves are CC-BY (explicitly since CW21 - licensing is mentioned in each idea).
The team that created this was: Mario Antonioletti, Heather Turner and Robin Wilson.
The repository is automatically built and deployed on every push using GitHub actions, but if you want to build locally for testing or debugging purposes, follow the instructions below:
- Install Hugo.
- In the root of the repo, run
$ hugo server
- The site will be built, and served on localhost - see the command-line output for the full URL.
- Heather Turner: The brains behind the original idea.
- Robin Wilson: The technical guru.
- Mario Antonioletti: The plodder with superpowers.
Tasks divided orthogonally
- Conversion of past google doc proposals to markdown (Mario and Robin)
- Configuring and setting up Hugo (Robin and Heather)
- Provisioning a GitHub repo (Robin)
Available here.
- Implementation of ordering: hack-day > hack-ideas > collaborative-ideas in
by_type.html
andby_year.html
atthemes/PaperMod/layouts/_default
could be done much more elegantly - it's a bit of a hack just now.