Skip to content

Latest commit

 

History

History
executable file
·
24 lines (13 loc) · 712 Bytes

README.md

File metadata and controls

executable file
·
24 lines (13 loc) · 712 Bytes

My site.

Fancy using it for your own site?

Here are some steps to get you started for local development:

  1. Clone this repo and cd into the directory:

git clone https://github.com/jamigibbs/portfolio.git your-dir-name cd your-dir-name

  1. Run Jekyll:

jekyll serve --watch

Don't have Jekyll yet?

  1. In your browser, navigate to:

http://127.0.0.1:4000

Launching with Github Pages 🚀

You can use your own custom domain name or use the default Github url (ie. http://username.github.io/repository) and not bother messing around with DNS settings.