A website that showcases projects! If you want to use it and it's not exactly fitting your purpose, please do make upstream changes. We expect this project to be of use to others and we're happy to make it more generic so it's easier to adapt to other organizations. This was built by coala community, to view live projects visit projects.coala.io
(It'd be nice to have an organization YML or so e.g.)
This is designed for GSoC but can be used for other initiatives at the same time. We use it for research theses, GSoC, GCI and maybe others in the future.
Why?
Install asdf-vm for your OS.
Using asdf-vm, install ruby.
Install Jekyll
$ gem install jekyll bundler
Clone coala Projects repository
$ git clone https://github.com/coala/projects.git
Run coala Projects website
$ cd projects
$ bundle install
$ bundle exec jekyll serve
Then you can simply go to either of the following addresses in your browser to access the site:
127.0.0.1:4000
localhost:4000
If you face problems while installing Jekyll or using its gem bundler you may go through its troubleshooting docs
Mentors and admins can define projects in markdown using the following structure and save it in the _projects
folder with a relevant filename.
A sample project definition is available here
Users can also add FAQs by simply creating a markdown file in _faq folder.
Format for faq markdown file is as follows:
---
Question: <Write the question here>
---
Answer
coala Projects supports multiple 'human languages'. To add a translation of a project in a language, the following steps can be followed:
data/locale
folder.faq.json
, projects.json
, faq
and projects
folder
if they do not exist already.projects
folder. The names of the
files should be the same.data/locale/ < language-id > /faq
folder.data/locale
directory.resources/js/app.js
file, Add the new language json in Language service.