Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/omkarpathak/omkarpathak.github.io
Personal Website based on Jekyll and Github Pages
https://github.com/omkarpathak/omkarpathak.github.io
blog jekyll sidebar website
Last synced: 13 days ago
JSON representation
Personal Website based on Jekyll and Github Pages
- Host: GitHub
- URL: https://github.com/omkarpathak/omkarpathak.github.io
- Owner: OmkarPathak
- License: gpl-3.0
- Created: 2017-12-20T05:58:21.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-01T13:01:50.000Z (3 months ago)
- Last Synced: 2024-11-28T23:41:01.159Z (27 days ago)
- Topics: blog, jekyll, sidebar, website
- Language: HTML
- Homepage: https://www.omkarpathak.in/
- Size: 126 MB
- Stars: 9
- Watchers: 3
- Forks: 9
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Previously I was pretty much happy with my website which was created using PHP. Mainly,
my website included the information about me and my work. But, eventually PHP did not stand upto me as it had previously. Problems included slower loading time and complex code blocks.Later on I came to know about [Jekyll](http://jekyllrb.com). Its impressive loading speeds, ease of use left me no option but to try it! This website that you are currently viewing is entirely built using Jekyll.
P.S: Special thanks to Hyde theme
## Setting up Jekyll
* First and foremost we will need Ruby. If you do not have Ruby installed, install it from [here](https://www.ruby-lang.org/en/downloads/)
* Fork this repository
* Next we will need **bundler** for getting github pages to work. For this type `gem install bundler` in your terminal or command prompt
* Now, in the root of the forked repo, create a file named `Gemfile` (without any extension) and write these contents in the file```
source 'https://rubygems.org'
gem 'github-pages', group: :jekyll_plugins
```* Next, just fire the command `bundle install`. This will install all the dependencies required for running the fork
* Lastly, execute the command `bundle exec jekyll serve` to run the Jekyll server on `localhost:4000`## Tweaks I had used:
- For image optimizations I had used: [http://www.jpeg-optimizer.com/](http://www.jpeg-optimizer.com/) [http://optimizilla.com/](http://optimizilla.com/) and [https://tinypng.com/](https://tinypng.com/)
- Setting up domain Emails: [Check this](https://blog.webjeda.com/free-domain-email-zoho/)
- Optimizing Guide for making your Jekyll website faster: [Check this](https://blog.webjeda.com/pagespeed-insights-100/)
- For SEO Optimizations: [Check this](https://blog.webjeda.com/optimize-jekyll-seo/)
- For Social Media Share Links: [Check this](https://superdevresources.com/share-buttons-jekyll/)
- For Minify CSS: [Check this](https://cssminifier.com/)Special thanks to [@reallinfo](https://github.com/reallinfo) for the beautiful and thoughtful logo :smile: