Skip to content

elenastagg/elenastagg.github.io

 
 

Repository files navigation

Elena Stagg Portfolio Site with Jekyll Theme

This is a portfolio website using the Jekyll theme "Minimal Resume" forked from Mauricio Urraco

Stack

Color and Particle Customization

  • Color Customization
    • Edit the .sass variables
  • Particle Customization
    • Edit the json data in particle function in app.js
    • Refer to Particle.js for help

Content

You can (and should) edit the .html files for adding your own information, icons, working experience, social links or whatever you want to add. I.e.:

<a aria-label="My Github" target="_blank" href="https://github.com/murraco">
  <i class="icon fa fa-github-alt" aria-hidden="true"></i>
</a>

Running locally

In order to compile the assets and run Jekyll locally you need to follow those steps:

  1. Install Jekyll
  2. Run bundle install
  3. Run bundle exec jekyll build
  4. Start and http-server in the folder _site

Credits

About

Simple Jekyll theme for a minimal resume website: https://jekyll-theme-minimal-resume.netlify.com/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 77.5%
  • Ruby 8.9%
  • HTML 7.9%
  • JavaScript 5.7%