Skip to content

jmpa-io/jcleal.me

Repository files navigation

jcleal.me

+ 🌐 My resume website.

GitHub License CI/CD

Getting started

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.

Running locally?

  1. Using a terminal, run:
make serve
  1. Using your browser, navigate to localhost:1313.