mirror of
https://github.com/danbee/cv
synced 2025-03-04 08:59:12 +00:00
19 lines
220 B
Markdown
19 lines
220 B
Markdown
## Curriculum Vitæ
|
|
|
|
Source code for my CV. Built using Middleman, SASS and CoffeeScript.
|
|
|
|
Deploys to Github Pages.
|
|
|
|
### Setup
|
|
|
|
```sh
|
|
$ bundle install
|
|
$ bundle exec middleman
|
|
```
|
|
|
|
### Deploy
|
|
|
|
```sh
|
|
$ bundle exec mgd
|
|
```
|