mirror of
https://github.com/danbee/cv
synced 2025-03-04 08:59:12 +00:00
Add instructions to README
This commit is contained in:
parent
0aa5ec5bb8
commit
5ad0a26aa4
16
README.md
16
README.md
@ -1,6 +1,18 @@
|
|||||||
CV
|
## Curriculum Vitæ
|
||||||
==
|
|
||||||
|
|
||||||
Source code for my CV. Built using Middleman, SASS and CoffeeScript.
|
Source code for my CV. Built using Middleman, SASS and CoffeeScript.
|
||||||
|
|
||||||
Deploys to Github Pages.
|
Deploys to Github Pages.
|
||||||
|
|
||||||
|
### Setup
|
||||||
|
|
||||||
|
```sh
|
||||||
|
$ bundle install
|
||||||
|
$ bundle exec middleman
|
||||||
|
```
|
||||||
|
|
||||||
|
### Deploy
|
||||||
|
|
||||||
|
```sh
|
||||||
|
$ bundle exec mgd
|
||||||
|
```
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user