Skip to content

dwaitbhatt/dwaitbhatt.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

301 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repository for my personal site. Design from Nicklas Hansen's website, rewritten in Jekyll for easier maintenance.

If you're reading this, you're probably interested in creating a personal site similar to what I have built. You are very welcome to clone this repository and build off of Nicklas's and my work. Feel free to link back to our pages if you decide to clone, but don't feel obligated.

Below is a quick guide on setting up and maintenance, refer to JEKYLL_GUIDE.md for detailed information.

Setup

This website is built with Jekyll and hosted on GitHub Pages.

Local Development

  1. Install Ruby and Jekyll:

    gem install bundler jekyll
  2. Install dependencies:

    bundle install
  3. Run locally:

    bundle exec jekyll serve

    Visit http://localhost:4000

Adding Content

  • Projects: Edit _data/projects.yml
  • Publications: Edit _data/publications.yml
  • Patents: Edit _data/patents.yml

Deployment

GitHub Pages automatically builds and deploys when you push to the repository.

About

Repository for my personal site.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • CSS 67.2%
  • HTML 29.3%
  • Ruby 3.5%