Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 2.04 KB

README.md

File metadata and controls

30 lines (26 loc) · 2.04 KB

Vasudha Kulkarni's personal website based on the PorfolYOU theme.

Here are some resources for creating your own static site using Jekyll and hosting it on Github -

  1. Youtube videos -
  1. Jekyll is a static site generator written in the programming language Ruby. Installing Ruby on your system can be the bottleneck. Here's a super useful article about Ruby on Mac by Moncef Belyamani. Caveat: The article insists there's no need for a Ruby package manager, but you're going to need one (I used 'rbenv').
  2. You can build your website from scratch or use a pre-made Jekyll template (Al Folio is a popular one for academic websites). Here are some useful websites -
  1. Commands to run the website locally In the terminal, go into the directory where your root directory is located and then run the following -
cd Computer/website/folder
bundle install
jekyll new . --force
bundle exec jekyll serve --watch
  1. Verify your website -
  1. Some other options
  • HTML templates website - HTML5up
  • Carrd - one page, simple website with premium account options