Skip to content

Commit 3318e82

Browse files
authored
Create home.md
1 parent 4815a59 commit 3318e82

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

_pages/home.md

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
layout: splash
3+
permalink: /
4+
header:
5+
overlay_color: "#5e616c"
6+
overlay_image: /assets/images/mm-home-page-feature.jpg
7+
actions:
8+
- label: "<i class='fas fa-download'></i> Install now"
9+
url: "/docs/quick-start-guide/"
10+
excerpt: >
11+
A flexible two-column Jekyll theme. Perfect for building personal sites, blogs, and portfolios.<br />
12+
<small><a href="https://github.com/mmistakes/minimal-mistakes/releases/tag/4.14.1">Latest release v4.14.1</a></small>
13+
feature_row:
14+
- image_path: /assets/images/mm-customizable-feature.png
15+
alt: "customizable"
16+
title: "Super customizable"
17+
excerpt: "Everything from the menus, sidebars, comments, and more can be configured or set with YAML Front Matter."
18+
url: "/docs/configuration/"
19+
btn_class: "btn--primary"
20+
btn_label: "Learn more"
21+
- image_path: /assets/images/mm-responsive-feature.png
22+
alt: "fully responsive"
23+
title: "Responsive layouts"
24+
excerpt: "Built with HTML5 + CSS3. All layouts are fully responsive with helpers to augment your content."
25+
url: "/docs/layouts/"
26+
btn_class: "btn--primary"
27+
btn_label: "Learn more"
28+
- image_path: /assets/images/mm-free-feature.png
29+
alt: "100% free"
30+
title: "100% free"
31+
excerpt: "Free to use however you want under the MIT License. Clone it, fork it, customize it... whatever!"
32+
url: "/docs/license/"
33+
btn_class: "btn--primary"
34+
btn_label: "Learn more"
35+
---
36+
37+
{% include feature_row %}

0 commit comments

Comments
 (0)