Skip to content

Gitesh-Narula/yourfirstpr.github.io

 
 

Repository files navigation

yourfirstpr.github.io

Configuring and running Jekyll locally

Clone this repo and go into the folder:

git clone https://github.com/yourfirstpr/yourfirstpr.github.io.git
cd yourfirstpr.github.io

Install the dependencies:

bundle

Run Jekyll by using the following command:

bundle exec jekyll serve

Your local site is now available at http://localhost:4000.

If you want to use another port you can provide the -P option like this:

bundle exec jekyll serve -P 4242

Releases

No releases published

Packages

No packages published

Languages

  • HTML 58.4%
  • Ruby 24.7%
  • CSS 16.9%