We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d83b1c8 commit 6e74bb8Copy full SHA for 6e74bb8
README.md
@@ -1,15 +1,21 @@
1
# theo.lol
2
3
-my blog and website
+my blog and website (it's just standard Jekyll)
4
5
-## the resume builder
+## running the website
6
7
+```bash
8
+make build # builds a dockerfile with an ancient version of ruby
9
+make run # run the image, mounting the current directory for hot-reloading
10
+```
11
+
12
+## using the resume builder
13
14
### making changes
15
```bash
16
# make changes to _data/resume.json
-code _data/resume.json
17
# NOTE: don't forget to update section-item-ordering if adding new project/volunteer items
18
+code _data/resume.json
19
20
# license key from https://cloud.unidoc.io/api-keys
21
# used for generating .docx files
0 commit comments