Skip to content

ethanill/portfolio

Repository files navigation

Portfolio

A simple Jekyll + GitHub Pages powered personal portfolio

site currently deploys to https://ethanill.github.io/portfolio/ as github pages default

Setup Notes

Running locally

To test locally, run the following in your terminal:

  1. Clone repo locally
  2. bundle install
  3. bundle exec jekyll serve
  4. Open your browser to localhost:4000

Configuration

Most of the basic customization will take place in the /_config.yml file. Here is a list of customizations available via /_config.yml.

Most of the content configuration will take place in the /_layouts/resume.html file. Simply edit the markup there accordingly.

Publishing

GitHub Pages will host this for free with your GitHub account. Just make sure you're using a gh-pages branch, and the site will automatically be available at yourusername.github.io/resume-template (you can rename the repo to resume for your own use if you want it to be available at yourusername.github.io/resume). You can also add a CNAME if you want it to be available at a custom domain...

To setup your GH Pages site with a custom domain, follow the instructions on the GitHub Help site for that topic.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published