Skip to content

Ashutosh781/Ashutosh781.github.io

 
 

Repository files navigation

Personal website

This is the repository for my personal website. It is based on the academicpages.

Please do let me know if you find any bugs, mistakes or have any suggestions for improvement.

Running Locally

When you are initially working your website, it is very useful to be able to preview the changes locally before pushing them to GitHub. To work locally you will need to:

  1. Clone the repository and made updates as detailed above.

  2. Make sure you have ruby-dev, bundler, and nodejs installed

    On most Linux distribution and Windows Subsystem Linux the command is:

    sudo apt install ruby-dev ruby-bundler nodejs

    On MacOS the commands are:

    brew install ruby
    brew install node
    gem install bundler
  3. Run bundle install to install ruby dependencies. If you get errors, delete Gemfile.lock and try again.

  4. Run jekyll serve -l -H localhost to generate the HTML and serve it from localhost:4000 the local server will automatically rebuild and refresh the pages on change.

If you are running on Linux it may be necessary to install some additional dependencies prior to being able to run locally: sudo apt install build-essential gcc make

Languages

  • JavaScript 39.2%
  • HTML 22.2%
  • SCSS 19.6%
  • Jupyter Notebook 11.7%
  • Python 4.4%
  • CSS 2.7%
  • Ruby 0.2%