New icon set for competitive coding
I have created an icon font set for competitive coding / programming (similar to Academicons).
If you want the icons seen on the left, feel free to take a look at it here. Contributions are always welcome.
Short instructions for Jekyll:
-
Clone compcodicons
git clone https://github.com/cschindlbeck/compcodicons
-
Copy font files (compcodicons.woff,compcodicons.tff) to assets/fonts
-
Copy compcodicons.css file to assets/css
-
Include css file in _includes/head.html:
<link rel="stylesheet" href="/assets/css/compcodicons.css">
-
Add to _config.yaml:
author: links: - label: "Hackerrank" icon: "cci cci-hackerrank" url: "https://www.hackerrank.com/schindlbeck"