kain88-de / gsoc-website-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Projects

A website that showcases sub organizations!

This website is based on the ideas list for GSoC by the coala community.

Purpose

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?

  • It's way more appealing to students.
  • You can search and filter sub organizations.
  • Sub organizations as structured data are more concise and you're sure to have all points covered - at the same time we can show students an overview and showing the full information only when needed.

Usage

To clone the repository and run this website on your local machine, install Jekyll for your OS and type the following commands:

$ sudo gem install jekyll bundler
$ git clone https://github.com/...
$ 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

Defining FAQs

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

About

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 37.8%Language:HTML 32.3%Language:Python 11.4%Language:CSS 8.3%Language:Ruby 5.9%Language:Liquid 2.5%Language:Shell 1.8%