Skip to content

Commit 6e74bb8

Browse files
committed
Update README.
1 parent d83b1c8 commit 6e74bb8

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
11
# theo.lol
22

3-
my blog and website
3+
my blog and website (it's just standard Jekyll)
44

5-
## the resume builder
5+
## running the website
66

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
713

814
### making changes
915
```bash
1016
# make changes to _data/resume.json
11-
code _data/resume.json
1217
# NOTE: don't forget to update section-item-ordering if adding new project/volunteer items
18+
code _data/resume.json
1319

1420
# license key from https://cloud.unidoc.io/api-keys
1521
# used for generating .docx files

0 commit comments

Comments
 (0)