Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hacsoc/resumes
- Owner: hacsoc
- Created: 2011-09-21T14:34:58.000Z (over 13 years ago)
- Default Branch: gh-pages
- Last Pushed: 2011-09-29T17:36:39.000Z (over 13 years ago)
- Last Synced: 2024-04-15T01:10:53.080Z (10 months ago)
- Language: Python
- Homepage: http://hacsoc.github.com/resumes
- Size: 123 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
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 pageDeploying
=========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.