Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chesleybrown/resume
Single page, printable resumé for Chesley Brown written in Markdown.
https://github.com/chesleybrown/resume
Last synced: 15 days ago
JSON representation
Single page, printable resumé for Chesley Brown written in Markdown.
- Host: GitHub
- URL: https://github.com/chesleybrown/resume
- Owner: chesleybrown
- License: mit
- Created: 2014-07-17T02:35:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-11-03T16:43:54.000Z (about 1 year ago)
- Last Synced: 2023-11-03T17:38:47.940Z (about 1 year ago)
- Homepage: chesleybrown.ca
- Size: 4.51 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Chesley Brown's Resumé
======My personal resume written as markdown. Uses an `npm` module to generate the `HTML` rendering of the resume.
# Setup
Just need to install the node modules:
```
npm install
```# Generating HTML
To generate the `HTML` rendering of the resume simply run:
```
npm run generate
```