+ 🌐 My resume website.
Using a terminal, run:
make
And you'll be a given a list of all the available commands in this repository.
For example, if you'd like to compile & generate the website with hugo
, run:
make generate-website
See the ./Makefile if you're interested in seeing the commands specific to this repository without cloning. You could also dive into the ./Makefile.common.mk but it's quite large.
- Using a terminal, run:
make serve
- Using your browser, navigate to
localhost:1313
.