This Repository contains codes for my Personal Portfolio. The site uses the Minimal Mistakes theme for Jekyll. The theme is licensed under the MIT License. I further modified the theme to suit my needs. I am adding more features to the theme as I go along. Feel free to use the theme for your own website.
Following package are needed for generating the site:
- Ruby
- RubyGems
- Bundler
To generate the site, run the following commands:
bundle install
bundle exec jekyll serve
I have used jekyll posts for blog, pages for other stuff, collections for extras. I am going to modify the projects and publications to use collections. I may change some other stuff as well. I am also going to add a few more features to the theme. I will update the README as I go along.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D