Skip to content

jo-fu/codefor.de

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeFor.de

Install and run the site

git clone the repo and install the dependencies:

bundle install
# or without bundler
gem install github-pages

Then build the site and serve it:

jekyll serve -w

Download avatars

There's a Python script to cache all GitHub avatars into the repository. Install the following:

pip install pyyaml requests

And then just execute:

python download_avatars.py

Don't forget to commit the downloaded images.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 79.4%
  • JavaScript 18.5%
  • Python 2.1%