Skip to content

Commit cdb897c

Browse files
committed
Move site files to root in new repo
1 parent af1e3d4 commit cdb897c

File tree

276 files changed

+19516
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

276 files changed

+19516
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
minimal-mistakes-master/
2+
_site
3+
.sass-cache

Gemfile

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
source "https://rubygems.org"
2+
3+
gem "jekyll", "~> 3.6"
4+
gem "jekyll-paginate", "~> 1.1"
5+
gem "jekyll-sitemap", "~> 1.1"
6+
gem "jekyll-gist", "~> 1.4"
7+
gem "jekyll-feed", "~> 0.9.2"
8+
gem "jekyll-data", "~> 1.0"

Gemfile.lock

+85
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
addressable (2.5.2)
5+
public_suffix (>= 2.0.2, < 4.0)
6+
colorator (1.1.0)
7+
concurrent-ruby (1.0.5)
8+
em-websocket (0.5.1)
9+
eventmachine (>= 0.12.9)
10+
http_parser.rb (~> 0.6.0)
11+
eventmachine (1.2.7)
12+
faraday (0.15.2)
13+
multipart-post (>= 1.2, < 3)
14+
ffi (1.9.25)
15+
forwardable-extended (2.6.0)
16+
http_parser.rb (0.6.0)
17+
i18n (0.9.5)
18+
concurrent-ruby (~> 1.0)
19+
jekyll (3.8.3)
20+
addressable (~> 2.4)
21+
colorator (~> 1.0)
22+
em-websocket (~> 0.5)
23+
i18n (~> 0.7)
24+
jekyll-sass-converter (~> 1.0)
25+
jekyll-watch (~> 2.0)
26+
kramdown (~> 1.14)
27+
liquid (~> 4.0)
28+
mercenary (~> 0.3.3)
29+
pathutil (~> 0.9)
30+
rouge (>= 1.7, < 4)
31+
safe_yaml (~> 1.0)
32+
jekyll-data (1.0.0)
33+
jekyll (~> 3.3)
34+
jekyll-feed (0.9.3)
35+
jekyll (~> 3.3)
36+
jekyll-gist (1.5.0)
37+
octokit (~> 4.2)
38+
jekyll-paginate (1.1.0)
39+
jekyll-sass-converter (1.5.2)
40+
sass (~> 3.4)
41+
jekyll-sitemap (1.2.0)
42+
jekyll (~> 3.3)
43+
jekyll-watch (2.0.0)
44+
listen (~> 3.0)
45+
kramdown (1.17.0)
46+
liquid (4.0.0)
47+
listen (3.1.5)
48+
rb-fsevent (~> 0.9, >= 0.9.4)
49+
rb-inotify (~> 0.9, >= 0.9.7)
50+
ruby_dep (~> 1.2)
51+
mercenary (0.3.6)
52+
multipart-post (2.0.0)
53+
octokit (4.9.0)
54+
sawyer (~> 0.8.0, >= 0.5.3)
55+
pathutil (0.16.1)
56+
forwardable-extended (~> 2.6)
57+
public_suffix (3.0.2)
58+
rb-fsevent (0.10.3)
59+
rb-inotify (0.9.10)
60+
ffi (>= 0.5.0, < 2)
61+
rouge (3.1.1)
62+
ruby_dep (1.5.0)
63+
safe_yaml (1.0.4)
64+
sass (3.5.7)
65+
sass-listen (~> 4.0.0)
66+
sass-listen (4.0.0)
67+
rb-fsevent (~> 0.9, >= 0.9.4)
68+
rb-inotify (~> 0.9, >= 0.9.7)
69+
sawyer (0.8.1)
70+
addressable (>= 2.3.5, < 2.6)
71+
faraday (~> 0.8, < 1.0)
72+
73+
PLATFORMS
74+
ruby
75+
76+
DEPENDENCIES
77+
jekyll (~> 3.6)
78+
jekyll-data (~> 1.0)
79+
jekyll-feed (~> 0.9.2)
80+
jekyll-gist (~> 1.4)
81+
jekyll-paginate (~> 1.1)
82+
jekyll-sitemap (~> 1.1)
83+
84+
BUNDLED WITH
85+
1.16.3

README

Whitespace-only changes.

README_mmistakes.md

+245
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,245 @@
1+
# [Minimal Mistakes Jekyll Theme](https://mmistakes.github.io/minimal-mistakes/)
2+
3+
[![LICENSE](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://raw.githubusercontent.com/mmistakes/minimal-mistakes/master/LICENSE.txt)
4+
[![Jekyll](https://img.shields.io/badge/jekyll-%3E%3D%203.6-blue.svg)](https://jekyllrb.com/)
5+
[![Ruby gem](https://img.shields.io/gem/v/minimal-mistakes-jekyll.svg)](https://rubygems.org/gems/minimal-mistakes-jekyll)
6+
[![Tip Me via PayPal](https://img.shields.io/badge/PayPal-tip%20me-green.svg?logo=paypal)](https://www.paypal.me/mmistakes)
7+
8+
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:.
9+
10+
:sparkles: See what's new in the [CHANGELOG](CHANGELOG.md).
11+
12+
[![Minimal Mistakes live preview][2]][1]
13+
14+
[1]: https://mmistakes.github.io/minimal-mistakes/
15+
[2]: screenshot.png (live preview)
16+
17+
![layout examples](screenshot-layouts.png)
18+
19+
## Notable Features
20+
21+
- Bundled as a "theme gem" for easier install/upgrading.
22+
- Compatible with GitHub Pages.
23+
- Support for Jekyll's built-in Sass/SCSS preprocessor.
24+
- Nine different skins (color variations).
25+
- Several responsive layout options (single, archive index, search, splash, and paginated home page).
26+
- Optimized for search engines with support for [Twitter Cards](https://dev.twitter.com/cards/overview) and [Open Graph](http://ogp.me/) data
27+
- Optional [header images](https://mmistakes.github.io/minimal-mistakes/docs/layouts/#headers), [custom sidebars](https://mmistakes.github.io/minimal-mistakes/docs/layouts/#sidebars), [table of contents](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#table-of-contents), [galleries](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#gallery), related posts, [breadcrumb links](https://mmistakes.github.io/minimal-mistakes/docs/configuration/#breadcrumb-navigation-beta), [navigation lists](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#navigation-list), and more.
28+
- Commenting support (powered by [Disqus](https://disqus.com/), [Facebook](https://developers.facebook.com/docs/plugins/comments), Google+, [Discourse](https://www.discourse.org/), static-based via [Staticman v1 and v2](https://staticman.net/), and custom).
29+
- [Google Analytics](https://www.google.com/analytics/) support.
30+
- UI localized text in English (default), Brazilian Portuguese (Português brasileiro), Chinese, Danish, Dutch, French (Français), German (Deutsch), Greek, Hungarian, Indonesian, Italian (Italiano), Japanese, Korean, Nepali (Nepalese), Polish, Russian, Slovak, Spanish (Español), Swedish, Turkish (Türkçe), and Vietnamese.
31+
32+
## Skins (Color Variations)
33+
34+
This theme comes in nine different skins (including the default one).
35+
36+
| `air` | `contrast` | `dark` |
37+
| --- | --- | --- |
38+
| ![air skin](https://mmistakes.github.io/minimal-mistakes/assets/images/air-skin-archive.png) | ![contrast skin](https://mmistakes.github.io/minimal-mistakes/assets/images/contrast-skin-archive.png) | ![dark skin](https://mmistakes.github.io/minimal-mistakes/assets/images/dark-skin-archive.png) |
39+
40+
| `dirt` | `mint` | `sunrise` |
41+
| --- | --- | --- |
42+
| ![dirt skin](https://mmistakes.github.io/minimal-mistakes/assets/images/dirt-skin-archive.png) | ![mint skin](https://mmistakes.github.io/minimal-mistakes/assets/images/mint-skin-archive.png) | ![sunrise skin](https://mmistakes.github.io/minimal-mistakes/assets/images/sunrise-skin-archive.png) |
43+
44+
| `aqua` | `neon` | `plum` |
45+
| --- | --- | --- |
46+
| ![aqua skin](https://mmistakes.github.io/minimal-mistakes/assets/images/aqua-skin-archive.png) | ![neon skin](https://mmistakes.github.io/minimal-mistakes/assets/images/neon-skin-archive.png) | ![plum skin](https://mmistakes.github.io/minimal-mistakes/assets/images/plum-skin-archive.png) |
47+
48+
## Demo Pages
49+
50+
| Name | Description |
51+
| ------------------------------------------- | ----------------------------------------------------- |
52+
| [Post with Header Image][header-image-post] | A post with a large header image. |
53+
| [HTML Tags and Formatting Post][html-tags-post] | A variety of common markup showing how the theme styles them. |
54+
| [Syntax Highlighting Post][syntax-post] | Post displaying highlighted code. |
55+
| [Post with a Gallery][gallery-post] | A post showing several images wrapped in `<figure>` elements. |
56+
| [Sample Collection Page][sample-collection] | Single page from a collection. |
57+
| [Categories Archive][categories-archive] | Posts grouped by category. |
58+
| [Tags Archive][tags-archive] | Posts grouped by tag. |
59+
60+
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).
61+
62+
[header-image-post]: https://mmistakes.github.io/minimal-mistakes/layout-header-image-text-readability/
63+
[gallery-post]: https://mmistakes.github.io/minimal-mistakes/post%20formats/post-gallery/
64+
[html-tags-post]: https://mmistakes.github.io/minimal-mistakes/markup/markup-html-tags-and-formatting/
65+
[syntax-post]: https://mmistakes.github.io/minimal-mistakes/markup-syntax-highlighting/
66+
[sample-collection]: https://mmistakes.github.io/minimal-mistakes/recipes/chocolate-chip-cookies/
67+
[categories-archive]: https://mmistakes.github.io/minimal-mistakes/categories/
68+
[tags-archive]: https://mmistakes.github.io/minimal-mistakes/tags/
69+
[year-archive]: https://mmistakes.github.io/minimal-mistakes/year-archive/
70+
71+
## Installation
72+
73+
There are three ways to install the theme: as a Ruby gem (for self-hosted sites), as a Ruby gem + jekyll-remote-theme plugin (GitHub Pages hosted sites), or forking/directly copying all of the theme files into your project.
74+
75+
### Ruby Gem Method
76+
77+
1. Install the theme as a Ruby Gem by adding it to your `Gemfile` like so:
78+
79+
```ruby
80+
gem "minimal-mistakes-jekyll"
81+
```
82+
83+
2. Fetch and update bundled gems by running the following [Bundler](http://bundler.io/) command:
84+
85+
```bash
86+
bundle
87+
```
88+
89+
3. Set the `theme` in your project's Jekyll `_config.yml` file:
90+
91+
```yaml
92+
theme: minimal-mistakes-jekyll
93+
```
94+
95+
To update the theme run `bundle update`.
96+
97+
### GitHub Pages Method
98+
99+
1. Create/replace the contents of your `Gemfile` with the following:
100+
101+
```ruby
102+
source "https://rubygems.org"
103+
104+
gem "github-pages", group: :jekyll_plugins
105+
```
106+
107+
2. Fetch and update bundled gems by running the following [Bundler](http://bundler.io/) command:
108+
109+
```bash
110+
bundle
111+
```
112+
113+
3. Add `remote_theme: "mmistakes/minimal-mistakes"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry.
114+
115+
## Usage
116+
117+
For detailed instructions on how to configure, customize, add/migrate content, and more read the [theme's documentation](https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/).
118+
119+
---
120+
121+
## Contributing
122+
123+
Having trouble working with the theme? Found a typo in the documentation? Interested in adding a feature or [fixing a bug](https://github.com/mmistakes/minimal-mistakes/issues)? Then by all means [submit an issue](https://github.com/mmistakes/minimal-mistakes/issues/new) or [pull request](https://help.github.com/articles/using-pull-requests/). If this is your first pull request, it may be helpful to read up on the [GitHub Flow](https://guides.github.com/introduction/flow/) first.
124+
125+
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.
126+
127+
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:.
128+
129+
### Pull Requests
130+
131+
When submitting a pull request:
132+
133+
1. Clone the repo.
134+
2. Create a branch off of `master` and give it a meaningful name (e.g. `my-awesome-new-feature`).
135+
3. Open a pull request on GitHub and describe the feature or fix.
136+
137+
Theme documentation and demo pages can be found in the [`/docs`](docs) if submitting improvements, typo corrections, etc.
138+
139+
## Development
140+
141+
To set up your environment to develop this theme, run `bundle install`.
142+
143+
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.
144+
145+
---
146+
147+
## Credits
148+
149+
### Creator
150+
151+
**Michael Rose**
152+
153+
- <https://mademistakes.com>
154+
- <https://twitter.com/mmistakes>
155+
- <https://github.com/mmistakes>
156+
157+
### Icons + Demo Images:
158+
159+
- [The Noun Project](https://thenounproject.com) -- Garrett Knoll, Arthur Shlain, and [tracy tam](https://thenounproject.com/tracytam)
160+
- [Font Awesome](http://fontawesome.io/)
161+
- [Unsplash](https://unsplash.com/)
162+
163+
### Other:
164+
165+
- [Jekyll](http://jekyllrb.com/)
166+
- [jQuery](http://jquery.com/)
167+
- [Susy](http://susy.oddbird.net/)
168+
- [Breakpoint](http://breakpoint-sass.com/)
169+
- [Magnific Popup](http://dimsemenov.com/plugins/magnific-popup/)
170+
- [FitVids.JS](http://fitvidsjs.com/)
171+
- [GreedyNav.js](https://github.com/lukejacksonn/GreedyNav)
172+
- [jQuery Smooth Scroll](https://github.com/kswedberg/jquery-smooth-scroll)
173+
- [Lunr](http://lunrjs.com)
174+
175+
---
176+
177+
## License
178+
179+
The MIT License (MIT)
180+
181+
Copyright (c) 2013-2018 Michael Rose and contributors
182+
183+
Permission is hereby granted, free of charge, to any person obtaining a copy
184+
of this software and associated documentation files (the "Software"), to deal
185+
in the Software without restriction, including without limitation the rights
186+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
187+
copies of the Software, and to permit persons to whom the Software is
188+
furnished to do so, subject to the following conditions:
189+
190+
The above copyright notice and this permission notice shall be included in all
191+
copies or substantial portions of the Software.
192+
193+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
194+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
195+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
196+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
197+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
198+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
199+
SOFTWARE.
200+
201+
Minimal Mistakes incorporates icons from [The Noun Project](https://thenounproject.com/)
202+
creators Garrett Knoll, Arthur Shlain, and tracy tam.
203+
Icons are distributed under Creative Commons Attribution 3.0 United States (CC BY 3.0 US).
204+
205+
Minimal Mistakes incorporates [Font Awesome](http://fontawesome.io/),
206+
Copyright (c) 2017 Dave Gandy.
207+
Font Awesome is distributed under the terms of the [SIL OFL 1.1](http://scripts.sil.org/OFL)
208+
and [MIT License](http://opensource.org/licenses/MIT).
209+
210+
Minimal Mistakes incorporates photographs from [Unsplash](https://unsplash.com).
211+
212+
Minimal Mistakes incorporates [Susy](http://susy.oddbird.net/),
213+
Copyright (c) 2017, Miriam Eric Suzanne.
214+
Susy is distributed under the terms of the [BSD 3-clause "New" or "Revised" License](https://opensource.org/licenses/BSD-3-Clause).
215+
216+
Minimal Mistakes incorporates [Breakpoint](http://breakpoint-sass.com/).
217+
Breakpoint is distributed under the terms of the [MIT/GPL Licenses](http://opensource.org/licenses/MIT).
218+
219+
Minimal Mistakes incorporates [FitVids.js](https://github.com/davatron5000/FitVids.js/),
220+
Copyright (c) 2013 Dave Rubert and Chris Coyier.
221+
FitVids is distributed under the terms of the [WTFPL License](http://sam.zoy.org/wtfpl/).
222+
223+
Minimal Mistakes incorporates [Magnific Popup](http://dimsemenov.com/plugins/magnific-popup/),
224+
Copyright (c) 2014-2016 Dmitry Semenov, http://dimsemenov.com.
225+
Magnific Popup is distributed under the terms of the MIT License.
226+
227+
Minimal Mistakes incorporates [jQuery Smooth Scroll](https://github.com/kswedberg/jquery-smooth-scroll),
228+
Copyright (c) 2017 Karl Swedberg.
229+
jQuery Smooth Scroll is distributed under the terms of the [MIT License](http://opensource.org/licenses/MIT).
230+
231+
Minimal Mistakes incorporates [GreedyNav.js](https://github.com/lukejacksonn/GreedyNav),
232+
Copyright (c) 2015 Luke Jackson.
233+
GreedyNav.js is distributed under the terms of the [MIT License](http://opensource.org/licenses/MIT).
234+
235+
Minimal Mistakes incorporates [Jekyll Group-By-Array](https://github.com/mushishi78/jekyll-group-by-array),
236+
Copyright (c) 2015 Max White <mushishi78@gmail.com>.
237+
Jekyll Group-By-Array is distributed under the terms of the [MIT License](http://opensource.org/licenses/MIT).
238+
239+
Minimal Mistakes incorporates [@allejo's Pure Liquid Jekyll Table of Contents](https://allejo.io/blog/a-jekyll-toc-in-liquid-only/),
240+
Copyright (c) 2017 Vladimir Jimenez.
241+
Pure Liquid Jekyll Table of Contents is distributed under the terms of the [MIT License](http://opensource.org/licenses/MIT).
242+
243+
Minimal Mistakes incorporates [Lunr](http://lunrjs.com),
244+
Copyright (c) 2017 Oliver Nightingale.
245+
Lunr is distributed under the terms of the [MIT License](http://opensource.org/licenses/MIT).

0 commit comments

Comments
 (0)