Git Developer Site
Branch: master
Clone or download
chriscool Merge pull request #356 from tgummerer/soc-2019
add GSoC project for stashing merge conflicts
Latest commit 5794bdf Feb 12, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
_includes navbar: reject entries with nil titles rather than empty Feb 10, 2017
_layouts Make web browsers aware of RSS feed Sep 14, 2016
_posts Publish rn-47 in _posts/ Jan 23, 2019
css Fixed a little bug on the navbar on small screens Jun 11, 2015
images SoC: horizontal logo with name (recommended format for GSoC now) Feb 19, 2016
rev_news rn-48: Add recent Gerrit releases Feb 11, 2019
.gitignore ignore gem lock file from running jekyll Aug 5, 2015
Gemfile jekyll: state gemfile group Sep 13, 2016
Outreachy-15.md outreach-15: drop quotes from title Sep 13, 2017
Outreachy-17.md Outreachy-17: add missing period Sep 3, 2018
Outreachy-2016-May.md navbar: drop old SoC materials Feb 9, 2017
README.md swap symlink of README and includes/README Feb 13, 2014
SoC-2014-Ideas.md Fix broken Gmane URLs Dec 6, 2018
SoC-2014-Microprojects.md Fix broken Gmane URLs Dec 6, 2018
SoC-2014-Org-Application.md convert all internal links to https Jun 9, 2016
SoC-2015-Ideas.md Fix broken Gmane URLs Dec 6, 2018
SoC-2015-Microprojects.md navbar: drop old SoC materials Feb 9, 2017
SoC-2015-Org-Application.md navbar: drop old SoC materials Feb 9, 2017
SoC-2016-Ideas.md Fix broken Gmane URLs Dec 6, 2018
SoC-2016-Microprojects.md navbar: drop old SoC materials Feb 9, 2017
SoC-2016-Org-Application.md navbar: drop old SoC materials Feb 9, 2017
SoC-2017-Ideas.md SoC-2017-Ideas: improvements related to project discussions Mar 28, 2017
SoC-2017-Microprojects.md Add a new microproject (in 2017, to be copied to 2018) Mar 19, 2017
SoC-2017-Org-Application.md 2016: 1 GSoC project, pass Feb 9, 2017
SoC-2018-Ideas.md Add SoC-2018-Ideas.md Jan 13, 2018
SoC-2018-Microprojects.md SoC-2018-Microprojects: fix a few typos Oct 10, 2018
SoC-2018-Org-Application.md SoC-2018-Org-Application: update Q&A Jan 13, 2018
SoC-2019-Ideas.md add GSoC project for stashing merge conflicts Feb 11, 2019
SoC-2019-Microprojects.md SoC-2019: add Ideas, Microprojects, Org-Application Feb 4, 2019
SoC-2019-Org-Application.md SoC-2019: add Ideas, Microprojects, Org-Application Feb 4, 2019
SoC-Historical.md add "historical" summer of code page Feb 9, 2017
_config.yml _config: remove the 'markdown' setting Feb 10, 2016
about.md add an "about" page and README Feb 13, 2014
feed.xml convert all internal links to https Jun 9, 2016
index.md add basic page/templates Feb 13, 2014

README.md

About

This homepage is maintained by editing files in the git/git.github.io repository on GitHub.

It is meant to be edited collaboratively like a wiki, except that instead of a web form, you get to use a text editor and git. What could be better?

If you want push access, contact peff@peff.net and provide your GitHub username. You may also send patches by mail (and feel free to cc git@vger.kernel.org if appropriate).

Development

  • Make sure you've got ruby2 with dev-packages installed
  • sudo gem install bundler
  • Clone this repo
  • sudo apt-get install zlib1g-dev # ref [1]
  • bundle install
  • bundle exec jekyll serve
  • browse the site on http://localhost:4000

Based on https://help.github.com/articles/using-jekyll-with-pages/

[1] http://www.nokogiri.org/tutorials/installing_nokogiri.html#ubuntu___debian