|
|
@@ -4,6 +4,8 @@ Run `./run.sh` in development mode.
|
|
|
|
|
|
Run `./to_pdf.js` in order to export the resume both in .html and .pdf formats
|
|
|
|
|
|
+This builder is largely inspired by this one : https://github.com/BeyondCodeBootcamp/html-resume
|
|
|
+
|
|
|
## YAML syntax
|
|
|
|
|
|
There are many ways to print a multi-line string in YAML, but this one seems the most natural
|
|
|
@@ -29,4 +31,4 @@ This will be parsed as :
|
|
|
'The second line which can also be split.\n' +
|
|
|
'The last line.'
|
|
|
}
|
|
|
-```
|
|
|
+```
|