yyvettey / yyvettey.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Personal Website of Ye Yuan.

Template forked from academic websites, originally forked from the Minimal Mistakes Jekyll Theme, which is © 2016 Michael Rose and released under the MIT License. See LICENSE.md.

To run locally

  1. Make sure you have ruby-dev, bundler, and nodejs installed: sudo apt install ruby-dev ruby-bundler nodejs
  2. Run bundle clean to clean up the directory (no need to run --force)
  3. Run bundle install to install ruby dependencies. If you get errors, delete Gemfile.lock and try again.
  4. Run bundle exec jekyll liveserve to generate the HTML and serve it from localhost:4000 the local server will automatically rebuild and refresh the pages on change.
  5. Delete the Gemfile.lock file to handle security vulnerability notification.

Changelog

  1. _config.yml
  2. data/navigation.yml
  3. _include/archive-single.html
  4. _layouts

About

License:MIT License


Languages

Language:JavaScript 42.6%Language:HTML 31.2%Language:CSS 21.6%Language:Jupyter Notebook 2.3%Language:Ruby 1.9%Language:Python 0.3%