diff --git a/_docs/01-quick-start-guide.md b/_docs/01-quick-start-guide.md index c0d8d162..1a2fad57 100644 --- a/_docs/01-quick-start-guide.md +++ b/_docs/01-quick-start-guide.md @@ -10,7 +10,7 @@ modified: 2016-04-13T15:54:02-04:00 {% include base_path %} -Minimal Mistakes has been developed to be 100% compatible with hosting a site on [GitHub Pages](https://pages.github.com/). To get up and running with a new GitHub repository quickly, follow these steps. +Minimal Mistakes has been developed to be 100% compatible with hosting a site on [GitHub Pages](https://pages.github.com/). To get up and running with a new GitHub repository quickly, follow these steps or jump ahead to the [full installation guide]({{ base_path }}/docs/installation/). ## Fork the Theme diff --git a/_pages/about.md b/_pages/about.md index 4e900c67..683da49f 100644 --- a/_pages/about.md +++ b/_pages/about.md @@ -28,6 +28,7 @@ The theme includes responsive layouts (`single`, `archive`, and `splash` pages) ## Notable Features - Compatible with GitHub Pages +- Several layout options (single, archive, splash pages) - SEO optimized with support for [Twitter Cards](https://dev.twitter.com/cards/overview) and [Open Graph](http://ogp.me/) data - Optional header images, sidebars, table of contents, galleries, related posts, breadcrumb links, and more. - Optional comments ([Disqus](https://disqus.com/), [Facebook](https://developers.facebook.com/docs/plugins/comments), Google+, and custom) @@ -54,4 +55,30 @@ For even more demo pages check the [posts archive][year-archive]. [sample-collection]: {{ base_path }}/recipes/chocolate-chip-cookies/ [categories-archive]: {{ base_path }}/categories/ [tags-archive]: {{ base_path }}/tags/ -[year-archive]: {{ base_path }}/year-archive/ \ No newline at end of file +[year-archive]: {{ base_path }}/year-archive/ + +--- + +## Credits + +### Icons + Demo Images: + +- [The Noun Project](https://thenounproject.com) -- Garrett Knoll, Arthur Shlain, and [tracy tam](https://thenounproject.com/tracytam) +- [Font Awesome](http://fortawesome.github.io/Font-Awesome/) +- [Unsplash](https://unsplash.com/) + +### Other: + +- [Jekyll](http://jekyllrb.com/) +- [jQuery](http://jquery.com/) +- [Susy](http://susy.oddbird.net/) +- [Breakpoint](http://breakpoint-sass.com/) +- [Magnific Popup](http://dimsemenov.com/plugins/magnific-popup/) +- [FitVids.JS](http://fitvidsjs.com/) +- Greedy Navigation - [lukejacksonn](http://codepen.io/lukejacksonn/pen/PwmwWV) +- [jQuery Smooth Scroll](https://github.com/kswedberg/jquery-smooth-scroll) +- [Stickyfill](https://github.com/wilddeer/stickyfill) + +--- + +Minimal Mistakes is designed, developed, and maintained by Michael Rose. Just another boring, tattooed, designer from Buffalo New York. \ No newline at end of file diff --git a/_pages/home.md b/_pages/home.md new file mode 100644 index 00000000..2b21e6bb --- /dev/null +++ b/_pages/home.md @@ -0,0 +1,40 @@ +--- +title: "Minimal Mistakes" +layout: splash +permalink: /home/ +date: +header: + overlay_color: "#5e616c" + overlay_image: mm-home-page-feature.jpg + cta_label: " Install Now" + cta_url: "/docs/quick-start-guide/" + caption: +excerpt: 'A flexible two-column Jekyll theme. Perfect for personal sites, blogs, and portfolios hosted on GitHub or on your own server.
Currently at version 3.0

{::nomarkdown} {:/nomarkdown}' +feature_row: + - image_path: mm-customizable-feature.png + alt: "" + title: "Super Customizable" + excerpt: "Everything from the menus, sidebars, comments, and more can be configured or set with YAML Front Matter." + url: "/docs/configuration/" + btn_label: "Learn More" + - image_path: mm-responsive-feature.png + alt: "" + title: "Responsive Layouts" + excerpt: "Built on HTML5 + CSS3. All layouts are fully responsive with helpers to augment your content." + url: "/docs/layouts/" + btn_label: "Learn More" + - image_path: mm-free-feature.png + alt: "" + title: "100% Free" + excerpt: "Free to use however you want under the MIT License." + url: "/docs/license/" + btn_label: "Learn More" +github: + - excerpt: '{::nomarkdown} {:/nomarkdown}' +intro: + - excerpt: 'Get notified when I add new stuff   [ @mmistakes](https://twitter.com/mmistakes){: .btn .btn--twitter}' +--- + +{% include feature_row id="intro" type="center" %} + +{% include feature_row %} \ No newline at end of file diff --git a/images/mm-customizable-feature.png b/images/mm-customizable-feature.png new file mode 100644 index 00000000..7464181d Binary files /dev/null and b/images/mm-customizable-feature.png differ diff --git a/images/mm-free-feature.png b/images/mm-free-feature.png new file mode 100644 index 00000000..e57d9157 Binary files /dev/null and b/images/mm-free-feature.png differ diff --git a/images/mm-home-page-feature.jpg b/images/mm-home-page-feature.jpg new file mode 100644 index 00000000..dcaab74f Binary files /dev/null and b/images/mm-home-page-feature.jpg differ diff --git a/images/mm-responsive-feature.png b/images/mm-responsive-feature.png new file mode 100644 index 00000000..d3801ed3 Binary files /dev/null and b/images/mm-responsive-feature.png differ