An open API service indexing awesome lists of open source software.

https://github.com/mohanarpit/mohanarpit.github.io

This is my blog on Github pages. You can visit the actual blog at https://blog.arpitmohan.com
https://github.com/mohanarpit/mohanarpit.github.io

Last synced: 5 months ago
JSON representation

This is my blog on Github pages. You can visit the actual blog at https://blog.arpitmohan.com

Awesome Lists containing this project

README

          

# Personal Website & Blog on Jekyll

This website is hosted via Github Pages. It uses Jekyll as a static site generator.

## Requirements:
1. Ruby 2.6.0
2. Bundler
3. Jekyll

## 1. Install Jekyll & Bundler
```
gem install --user-install bundler jekyll
```

## 2. Add Ruby gems to PATH
```
export PATH=$PATH:$HOME/.gem/ruby/2.6.0/bin
```

## 3. Install all the gems
```
bundle install
```

## 4. Run the website locally
```
bundle exec jekyll serve
```

### 5. Preview the site
Preview your site, in your web browser, navigate to `http://localhost:4000`.