This is the source code for jasontrost.com, hosted on GitHub Pages.
- Create a new repository on GitHub named
jasontrost.github.io
- Run the following command to add the remote:
git remote add origin https://github.com/jasontrost/jasontrost.github.io.git
- Push the code:
git push -u origin main
Simply open index.html
in your browser to preview the site locally.