You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
excerpt: "Minimal Mistakes is a flexible two-column Jekyll theme."
5
-
layouts_gallery:
6
-
- url: mm-layout-splash.png
7
-
image_path: mm-layout-splash.png
8
-
alt: "splash layout example"
9
-
- url: mm-layout-single-meta.png
10
-
image_path: mm-layout-single-meta.png
11
-
alt: "single layout with comments and related posts"
12
-
- url: mm-layout-archive.png
13
-
image_path: mm-layout-archive.png
14
-
alt: "archive layout example"
15
-
modified: 2016-04-14T10:26:26-04:00
16
-
---
17
-
18
-
{% include base_path %}
1
+
# Minimal Mistakes Jekyll Theme
19
2
20
3
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:.
21
4
22
5
The theme includes responsive layouts (`single`, `archive`, and `splash` pages) that look great on mobile and desktop browsers.
23
6
24
-
{% include gallery id="layouts_gallery" caption="Examples of included layouts `splash`, `single`, and `archive`." %}
[Install the Theme]({{ base_path }}/docs/quick-start-guide/){: .btn .btn--success .btn--large}
9
+
## [Installation and Setup](https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/) / [Preview the Theme](https://mmistakes.github.io/minimal-mistakes/)
27
10
28
-
## Notable Features
11
+
###Notable Features
29
12
30
13
- Compatible with GitHub Pages
31
14
- Several layout options (single, archive, splash pages)
@@ -34,7 +17,7 @@ The theme includes responsive layouts (`single`, `archive`, and `splash` pages)
34
17
- Optional comments ([Disqus](https://disqus.com/), [Facebook](https://developers.facebook.com/docs/plugins/comments), Google+, and custom)
35
18
- Optional analytics ([Google Analytics](https://www.google.com/analytics/) and custom)
0 commit comments