GaganJotSingh / GaganJotSingh.github.io

My personal website.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build and run on Windows 7

  • Install ruby using RubyInstaller and "jekyll" bundle from the link https://jekyllrb.com/docs/windows/
  • Clone the repo in local system
  • Go to the repo path in cmd and run below command: ´bundle update && bundle install´ This will update the gems required by your site using the files Gemfile and Gemfile.lock
  • Host site locally by running the file "serve.bat" in cmd as: ´serve.bat´ OR ´.\serve.bat´
    • Use Windows CMD or PowerShell for running this, as Git shell doesn't run this correctly.
  • Last checked 02-May-2021:
  • Running fine using the Ruby version: ruby 2.7.3p183 (2021-04-05 revision 6847ee089d) [x64-mingw32]

Build and run on Linux

  • Get started here: https://jekyllrb.com/docs/quickstart/
  • Clone the repo in local system
  • Go to the repo path in terminal and run below command: ´bundle update && bundle install´ This will update the gems required by your site using the files Gemfile and Gemfile.lock
  • Host site locally by running the file "serve.sh" in terminal as: ´serve.sh´

Common

  • The site is hosted by default at http://localhost:4000 until there are some changes in the running command via the params.

Initiate Jekyll site

About

My personal website.


Languages

Language:SCSS 55.6%Language:HTML 41.5%Language:JavaScript 2.2%Language:Ruby 0.3%Language:Shell 0.2%Language:Batchfile 0.2%