112-day longest streak
Hindupuravinash website using Minimal Mistakes Jekyll Theme Minimal Mistakes is a flexible two-column Jekyll theme. Perfect for hosting your personal site, blog, or portfolio on GitHub or self-hosting on your…
Hindupuravinash website using Minimal Mistakes Jekyll Theme
 
Minimal Mistakes is a flexible two-column Jekyll theme. Perfect for hosting your personal site, blog, or portfolio on GitHub or self-hosting on your own server. As the name implies --- styling is purposely minimalistic to be enhanced and customized by you :smile:.
See what's new in the [CHANGELOG](CHANGELOG.md).
:sparkles: Minimal Mistakes is now available as a Ruby gem. Consult the Quick-Start Guide and this blog post to learn how to upgrade.
[![Minimal Mistakes live preview][2]][1]
[1]: https://mmistakes.github.io/minimal-mistakes/
[2]: screenshot.png (live preview)

Notable Features
- "Gemified" for easier install/upgrading
- Compatible with Jekyll 3.x and GitHub Pages
- Support for Jekyll's built-in Sass/SCSS preprocessor
- Several responsive layout options (single, archive index, splash, and paginated home page)
- SEO optimized with support for Twitter Cards and Open Graph data
- Optional header images, custom sidebars, table of contents, galleries, related posts, breadcrumb links, navigation lists, and more.
- Commenting support (powered by Disqus, Facebook, Google+, Discourse, static-based via Staticman, and custom).
- Google Analytics support.
- UI localized text in English (default), Brazilian Portuguese, Chinese, French, German, Italian, Korean, Nepali (Nepalese), Russian, Spanish, and Turkish
Demo Pages
| Name | Description |
| ------------------------------------------- | ----------------------------------------------------- |
| [Post with Header Image][header-image-post] | A post with a large header image. |
| [HTML Tags and Formatting Post][html-tags-post] | A variety of common markup showing how the theme styles them. |
| [Syntax Highlighting Post][syntax-post] | Post displaying highlighted code. |
| [Post with a Gallery][gallery-post] | A post showing several images wrapped in ` elements. |
| [Sample Collection Page][sample-collection] | Single page from a collection. |
| [Categories Archive][categories-archive] | Posts grouped by category. |
| [Tags Archive][tags-archive] | Posts grouped by tags. |
Additional sample posts are available under [posts archive][year-archive] on the demo site. Source files for these (and the entire demo site) can be found in [/docs](docs).
[header-image-post]: https://mmistakes.github.io/minimal-mistakes/layout-header-image-text-readability/
[gallery-post]: https://mmistakes.github.io/minimal-mistakes/post%20formats/post-gallery/
[html-tags-post]: https://mmistakes.github.io/minimal-mistakes/markup/markup-html-tags-and-formatting/
[syntax-post]: https://mmistakes.github.io/minimal-mistakes/markup-syntax-highlighting/
[sample-collection]: https://mmistakes.github.io/minimal-mistakes/recipes/chocolate-chip-cookies/
[categories-archive]: https://mmistakes.github.io/minimal-mistakes/categories/
[tags-archive]: https://mmistakes.github.io/minimal-mistakes/tags/
[year-archive]: https://mmistakes.github.io/minimal-mistakes/year-archive/
Usage
For detailed instructions on how to configure, customize, add content, and more read the theme's documentation.
Note: Gem version of the theme requires Jekyll v3.3+ and is not currently supported on GitHub Pages. You can still use the theme with GitHub Pages, you'll just need to install using the old "repo fork method".
Quick Start
Add this line to your Jekyll site's Gemfile:
ruby
gem "minimal-mistakes-jekyll"
Add this line to your Jekyll site's _config.yml file:
yaml
theme: minimal-mistakes-jekyll
Then run Bundler to install the theme gem and dependencies:
bash
bundle install
To update the theme run bundle update.
---
Contributing
Having trouble working with the theme? Found a typo in the documentation? Interested in adding a feature or fixing a bug? Then by all means submit an issue or pull request. If this is your first pull request, it may be helpful to read up on the GitHub Flow first.
Minimal Mistakes has been designed as a base for you to customize and fit your site's unique needs. Please keep this in mind when requesting features and/or submitting pull requests. If it's not something that most people will use, I probably won't consider it. When in doubt ask.
This goes for author sidebar links and "share button" additions -- I have no intention of merging in every possibly option, the essentials are there to get you started :smile:.
Pull Requests
To help me out try to avoid creating pull requests on master and instead branch off of develop. It's much easier for me to test, merge, and roll them into new releases this way.
Theme documentation and demo pages can be found in the [/docs](docs) if submitting improvements, typo corrections, etc.
Development
To set up your environment to develop this theme, run bundle install.
To test the theme, run bundle exec rake preview and open your browser at http://localhost:4000/test/. This starts a Jekyll server using content in the test/` directory. As modifications are made to the theme and test site, it will regenerate and you should see the changes in the browser after a refresh.
---
Credits
Creator
Michael Rose
-
-
-
Icons + Demo Images:
- The Noun Project -- Garrett Knoll, Arthur Shlain, and tracy tam
- Font Awesome
- Unsplash
Other:
- Jekyll
- jQuery
- Susy
- Breakpoint
- Magnific Popup
- FitVids.JS
- Greedy Navigation - lukejacksonn
- jQuery Smooth Scroll
License
The MIT License (MIT)
Copyright (c) 2016 Michael Rose
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
-
the-gan-zoo ★ PINNED
A list of all named GANs!
Python ★ 15k 2y agoExplain → -
nips2017 ★ PINNED
A list of resources for all invited talks, tutorials, workshops and presentations at NIPS 2017
★ 882 8y agoExplain → -
nips2016 ★ PINNED
A list of resources for all invited talks, tutorials, workshops and presentations at NIPS 2016
★ 223 9y agoExplain → -
awesome-machine-learning ★ PINNED ⑂
A curated list of awesome Machine Learning frameworks, libraries and software.
Python ★ 30 10y agoExplain → -
deep-photo-styletransfer ★ PINNED ⑂
Code and data for paper "Deep Photo Style Transfer": https://arxiv.org/abs/1703.07511
Matlab ★ 1 9y agoExplain → -
transformers ★ PINNED ⑂
🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
Python ★ 0 1y agoExplain → -
PythonDataScienceHandbook ⑂
Jupyter Notebooks for the Python Data Science Handbook
Jupyter Notebook ★ 17 9y agoExplain → -
t-SNE-tutorial ⑂
A tutorial on the t-SNE learning algorithm
JavaScript ★ 7 9y agoExplain → -
showtime
Movies information, beautifully showcased
Java ★ 5 8y agoExplain → -
sillyreflections.com
No description.
HTML ★ 4 7y agoExplain → -
the-incredible-pytorch ⑂
The Incredible PyTorch: a curated list of tutorials, papers, projects, communities and more relating to PyTorch.
★ 4 9y agoExplain → -
railtree
A simple repo to explore rails
★ 1 11y agoExplain → -
android-chat-ui ⑂
Android Chat UI library.
Java ★ 1 10y agoExplain → -
android ⑂
Misc Android stuff
★ 1 17y agoExplain → -
WhirlwindTourOfPython ⑂
The Jupyter Notebooks behind my OReilly report, "A Whirlwind Tour of Python"
Jupyter Notebook ★ 1 9y agoExplain → -
LightGBM ⑂
A fast, distributed, high performance gradient boosting (GBDT, GBRT, GBM or MART) framework based on decision tree algorithms, used for ranking, classification and many other machine learning tasks. It is under the umbrella of the DMTK(http://github.com/microsoft/dmtk) project of Microsoft.
C++ ★ 0 9y agoExplain → -
adk-python ⑂
An open-source, code-first Python toolkit for building, evaluating, and deploying sophisticated AI agents with flexibility and control.
Python ★ 0 6mo agoExplain → -
paho.mqtt.android ⑂
MQTT Android
Java ★ 0 9y agoExplain → -
androiddev ⑂
Quick tips/tutorials for Android developers
Java ★ 0 12y agoExplain → -
paho.mqtt.java ⑂
paho.mqtt.java
Java ★ 0 9y agoExplain → -
hindupuravinash.github.io ⑂
:triangular_ruler: A flexible two-column Jekyll theme. Perfect for personal sites, blogs, and portfolios hosted on GitHub or your own server.
CSS ★ 0 9y agoExplain → -
practical1 ⑂
Oxford Deep NLP 2017 course - Practical 1: word2vec
Jupyter Notebook ★ 0 9y agoExplain → -
facebook-android-sdk ⑂
Used to integrate Android apps with Facebook Platform.
Java ★ 0 7y agoExplain → -
paper-notes
A curated list of Deep Learning research papers
★ 0 9y agoExplain → -
ygloo-ymagine ⑂
[archiving soon]
C ★ 0 11y agoExplain → -
PredicateEditor ⑂
A visual editor for dynamically creating NSPredicates to query data in your iOS app.
Swift ★ 0 10y agoExplain → -
picasso ⑂
A powerful image downloading and caching library for Android
Java ★ 0 10y agoExplain → -
parceler ⑂
:package: Android Parcelables made easy through code generation.
Java ★ 0 10y agoExplain → -
WebFundamentals ⑂
Best practices for modern web development
HTML ★ 0 11y agoExplain → -
coffeebot
No description.
Ruby ★ 0 10y agoExplain → -
bricks
A repository that contains bricks for Android development
★ 0 11y agoExplain →
No repos match these filters.