Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hacsoc/resumes

Résumés of CWRU Hacker Society members, indexed by skill set
https://github.com/hacsoc/resumes

Last synced: about 2 months ago
JSON representation

Résumés of CWRU Hacker Society members, indexed by skill set

Awesome Lists containing this project

README

        

The Résomatic
=============

* `data.csv`: Tab-separated data from the web form (see `generate_html.py` for order)
* `deploy.sh`: Generate HTML, commit, upload
* `generate_html.py`: Python 3 script to generate `index.html` from `data.csv`
* `index.html`: Generated page
* `tag_lists.py`: Manually curated sidebar tags
* `template.html`: jinja2 template for the page

Deploying
=========

This repository uses [Github Pages](http://pages.github.com/) to host the
static HTML output of the script. To deploy, just run `deploy.sh`. It's an
extremely simple script. Switch to the `gh-pages` branch to use it.