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
- Host: GitHub
- URL: https://github.com/mohanarpit/mohanarpit.github.io
- Owner: mohanarpit
- License: mit
- Created: 2014-08-06T19:21:47.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2019-11-14T04:59:17.000Z (over 6 years ago)
- Last Synced: 2025-08-22T20:09:24.055Z (11 months ago)
- Language: HTML
- Homepage:
- Size: 7.53 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.