Eve

Eve

Ultra Minimal Single-page Jekyll Template for Building Personal Portfolio Websites

Eve Jekyll Theme - Demo

Build Status

Eve is an ultra minimal Jekyll theme for building single page personal portfolio websites

Deploying to Github Pages

  • Fork or Clone this repo
  • Rename the repo to your desired github pages url (E.g yourname.github.io)
  • Customize _config.yml as desired
  • Push code to a gh-pages branch
  • Visit your website at the github pages url you specified in the second step

Learn more about Github pages here

Usage

  • Update _config.yml with your desired settings
  • Update _includes/about.html with information about yourself

Local Setup

  • Install Ruby, Bundler, Jekyll, and NodeJS NodeJS.
  • Run bundle install from repo's root
  • Run bundle exec jekyll serve --config _config.yml,_config-dev.yml to start the local server
  • Vist website in your browser at http://localhost:4000
  • Run link, image and script checks on the website with bundle exec htmlproofer ./_site --only-4xx

Credits

License

MIT