diff --git a/CHANGELOG b/CHANGELOG.md similarity index 100% rename from CHANGELOG rename to CHANGELOG.md diff --git a/README b/README deleted file mode 100644 index 0a8f7ec8..00000000 --- a/README +++ /dev/null @@ -1,23 +0,0 @@ -# Minimal Mistakes Jekyll Theme - -**[Minimal Mistakes](http://mmistakes.github.io/minimal-mistakes)** is a two column responsive Jekyll theme perfect for powering your GitHub hosted blog built. Compatible with Jekyll 3.0 and up. - -## Minimal Mistakes is all about: - -- Responsive templates. Looking good on mobile, tablet, and desktop. -- Gracefully degrading in older browsers. Compatible with Internet Explorer 8+ and all modern browsers. -- Minimal embellishments -- content first. -- Optional large feature images for posts and pages. -- Simple and clear permalink structure. -- [Custom 404 page](http://mmistakes.github.io/minimal-mistakes/404.html) to get you started. -- Support for Disqus Comments - -![screenshot of Minimal Mistakes theme](http://mmistakes.github.io/minimal-mistakes/images/mm-theme-post-600.jpg) - -See a [live version of Minimal Mistakes](http://mmistakes.github.io/minimal-mistakes/) hosted on GitHub. - -## Getting Started - -Minimal Mistakes takes advantage of Sass and data files to make customizing easier. These features require [Jekyll 2.x](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.1.3) and will not work with older versions of Jekyll. - -To learn how to install and use this theme check out the [Setup Guide](http://mmistakes.github.io/minimal-mistakes/theme-setup/) for more information. diff --git a/_pages/about.md b/README.md similarity index 53% rename from _pages/about.md rename to README.md index 683da49f..c3047fae 100644 --- a/_pages/about.md +++ b/README.md @@ -1,31 +1,14 @@ ---- -permalink: /about/ -title: "About" -excerpt: "Minimal Mistakes is a flexible two-column Jekyll theme." -layouts_gallery: - - url: mm-layout-splash.png - image_path: mm-layout-splash.png - alt: "splash layout example" - - url: mm-layout-single-meta.png - image_path: mm-layout-single-meta.png - alt: "single layout with comments and related posts" - - url: mm-layout-archive.png - image_path: mm-layout-archive.png - alt: "archive layout example" -modified: 2016-04-14T10:26:26-04:00 ---- - -{% include base_path %} +# 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:. The theme includes responsive layouts (`single`, `archive`, and `splash` pages) that look great on mobile and desktop browsers. -{% include gallery id="layouts_gallery" caption="Examples of included layouts `splash`, `single`, and `archive`." %} +![mm-layout-examples](https://cloud.githubusercontent.com/assets/1376749/14541626/dac474f4-0258-11e6-83f6-40e752028222.png) -[Install the Theme]({{ base_path }}/docs/quick-start-guide/){: .btn .btn--success .btn--large} +## [Installation and Setup](https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/) / [Preview the Theme](https://mmistakes.github.io/minimal-mistakes/) -## Notable Features +### Notable Features - Compatible with GitHub Pages - Several layout options (single, archive, splash pages) @@ -34,7 +17,7 @@ The theme includes responsive layouts (`single`, `archive`, and `splash` pages) - Optional comments ([Disqus](https://disqus.com/), [Facebook](https://developers.facebook.com/docs/plugins/comments), Google+, and custom) - Optional analytics ([Google Analytics](https://www.google.com/analytics/) and custom) -## Demo Pages +#### Demo Pages | Name | Description | | ------------------------------------------- | ----------------------------------------------------- | @@ -48,26 +31,26 @@ The theme includes responsive layouts (`single`, `archive`, and `splash` pages) For even more demo pages check the [posts archive][year-archive]. -[header-image-post]: {{ base_path }}{% post_url 2012-03-15-layout-header-image-text-readability %} -[gallery-post]: {{ base_path }}{% post_url 2010-09-09-post-gallery %} -[html-tags-post]: {{ base_path }}{% post_url 2013-01-11-markup-html-tags-and-formatting %} -[syntax-post]: {{ base_path }}{% post_url 2013-08-16-markup-syntax-highlighting %} -[sample-collection]: {{ base_path }}/recipes/chocolate-chip-cookies/ -[categories-archive]: {{ base_path }}/categories/ -[tags-archive]: {{ base_path }}/tags/ -[year-archive]: {{ base_path }}/year-archive/ +[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/ --- -## Credits +### Credits -### Icons + Demo Images: +#### 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: +#### Other: - [Jekyll](http://jekyllrb.com/) - [jQuery](http://jquery.com/) @@ -81,4 +64,24 @@ For even more demo pages check the [posts archive][year-archive]. --- -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 +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. diff --git a/_config.dev.yml b/_config.dev.yml deleted file mode 100644 index a1b40341..00000000 --- a/_config.dev.yml +++ /dev/null @@ -1,6 +0,0 @@ -# Develop override settings - -url: http://localhost:4000 - -analytics: - provider: false \ No newline at end of file diff --git a/_config.yml b/_config.yml index b6499c46..57ff92c8 100644 --- a/_config.yml +++ b/_config.yml @@ -7,20 +7,20 @@ # Site Settings locale : "en-US" -title : "Minimal Mistakes" +title : "Site Title" title_separator : "-" -name : &name "Michael Rose" -description : &description "A flexible Jekyll theme for your blog or site with a minimalist aesthetic." -url : # the base hostname & protocol for your site e.g. "//github.io.mmistakes" -baseurl : "/minimal-mistakes" # the subpath of your site, e.g. "/blog" -gh_repo : "https://github.com/mmistakes/minimal-mistakes" +name : "Your Name" +description : "An amazing website." +url : # the base hostname & protocol for your site e.g. "https://github.io.mmistakes" +baseurl : # the subpath of your site, e.g. "/blog" +gh_repo : teaser : # filename of teaser fallback teaser image placed in /images/, .e.g. "500x300.png" -breadcrumbs : true # true, false (default) -words_per_minute : 200 +# breadcrumbs : false # true, false (default) +# words_per_minute : 200 comments: - provider : "disqus" # false (default), "disqus", "facebook", "google-plus", custom" + provider : # false (default), "disqus", "facebook", "google-plus", custom" disqus: - shortname : "mmistakes-dev" # https://help.disqus.com/customer/portal/articles/466208-what-s-a-shortname- + shortname : # https://help.disqus.com/customer/portal/articles/466208-what-s-a-shortname- facebook: # https://developers.facebook.com/docs/plugins/comments appid : @@ -28,33 +28,31 @@ comments: colorscheme : # "light" (default), "dark" # SEO Related -google_site_verification : "UQj93ERU9zgECodaaXgVpkjrFn9UrDMEzVamacSoQ8Y" +google_site_verification : bing_site_verification : alexa_site_verification : yandex_site_verification : # Social Sharing twitter: - username : &twitter "mmistakes" + username : facebook: - username : &facebook "michaelrose" + username : app_id : publisher : -og_image : "site-logo.png" # Open Graph/Twitter default site image +og_image : # Open Graph/Twitter default site image # For specifying social profiles # - https://developers.google.com/structured-data/customize/social-profiles social: type : # Person or Organization (defaults to Person) name : # If the user or organization name differs from the site's name links: # An array of links to social media profiles - - "https://twitter.com/mmistakes" - - "https://facebook.com/michaelrose" # Analytics analytics: - provider : "google-universal" # false (default), "google", "google-universal", "custom" + provider : false # false (default), "google", "google-universal", "custom" google: - tracking_id : "UA-2011187-3" + tracking_id : # Google AdSense google_ad_client : @@ -63,22 +61,22 @@ google_ad_slot : # Site Author author: - name : *name + name : "Your Name" avatar : "bio-photo.jpg" - bio : *description - location : "Buffalo, NY" - email : *email - uri : "https://mademistakes.com" + bio : "I am an amazing person." + location : "Somewhere" + email : + uri : bitbucket : codepen : dribbble : flickr : - facebook : *facebook + facebook : foursquare : - github : "mmistakes" + github : google_plus : keybase : - instagram : "mmistakes" + instagram : lastfm : linkedin : pinterest : @@ -86,7 +84,7 @@ author: stackoverflow : # http://stackoverflow.com/users/123456/username steam : tumblr : - twitter : *twitter + twitter : vine : weibo : xing : @@ -147,85 +145,11 @@ kramdown: enable_coderay: false -# Collections -collections: - docs: - output: true - permalink: /:collection/:path/ - recipes: - output: true - permalink: /:collection/:path/ - pets: - output: true - permalink: /:collection/:path/ - portfolio: - output: true - permalink: /:collection/:path/ - - -# Defaults -defaults: - # _posts - - scope: - path: "" - type: posts - values: - layout: single - author_profile: true - read_time: true - comments: true - share: true - related: true - # _pages - - scope: - path: "" - type: pages - values: - layout: single - author_profile: true - # _docs - - scope: - path: "" - type: docs - values: - layout: single - read_time: false - author_profile: false - share: false - comments: false - # _recipes - - scope: - path: "" - type: recipes - values: - layout: single - author_profile: true - share: true - comments: true - # _pets - - scope: - path: "" - type: pets - values: - layout: single - author_profile: true - share: true - comment: true - # _portfolio - - scope: - path: "" - type: portfolio - values: - layout: single - author_profile: false - share: true - - # Outputting permalink: /:categories/:title/ paginate: 5 # amount of posts to show paginate_path: /page:num/ -timezone: America/New_York # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones +timezone: # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones # Plugins @@ -235,8 +159,6 @@ gems: - jekyll-gist - jekyll-feed - jemoji - - jekyll-redirect-from - # - jekyll-archives # mimic GitHub Pages with --safe whitelist: @@ -245,7 +167,6 @@ whitelist: - jekyll-gist - jekyll-feed - jemoji - - jekyll-redirect-from # Archives diff --git a/_data/authors.yml b/_data/authors.yml deleted file mode 100644 index 0ea8a64a..00000000 --- a/_data/authors.yml +++ /dev/null @@ -1,18 +0,0 @@ -# Authors - -Billy Rick: - name : "Billy Rick" - uri : "http://thewhip.com" - email : "billy@rick.com" - bio : "What do you want, jewels? I am a very extravagant man." - avatar : "bio-photo-2.jpg" - twitter : "extravagantman" - google_plus : "BillyRick" - -Cornelius Fiddlebone: - name : "Cornelius Fiddlebone" - email : "cornelius@thewhip.com" - bio : "I ordered what?" - avatar : "bio-photo.jpg" - twitter : "rhymeswithsackit" - google_plus : "CorneliusFiddlebone" \ No newline at end of file diff --git a/_data/navigation.yml b/_data/navigation.yml index de39d6c9..fee066fc 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -1,77 +1,16 @@ # main links links main: - title: "Quick-Start Guide" - url: /docs/quick-start-guide/ + url: https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/ - - title: "Posts" - url: /year-archive/ + - title: "About" + url: https://mmistakes.github.io/minimal-mistakes/ - - title: "Categories" - url: /categories/ + - title: "Sample Posts" + url: https://mmistakes.github.io/minimal-mistakes/year-archive/ - - title: "Tags" - url: /tags/ + - title: "Sample Pages" + url: https://mmistakes.github.io/minimal-mistakes/page-archive/ - - title: "Pages" - url: /page-archive/ - - - title: "Collections" - url: /collection-archive/ - - -# documentation links -docs: - - title: Getting Started - children: - - title: "Quick-Start Guide" - path: quick-start-guide - - title: "Structure" - path: structure - - title: "Installation" - path: installation - - title: "Upgrading" - path: upgrading - - - title: Customization - children: - - title: "Configuration" - path: configuration - - title: "Navigation" - path: navigation - - title: "UI Text" - path: ui-text - - title: "Authors" - path: authors - - title: "Layouts" - path: layouts - - - title: Content - children: - - title: "Working with Posts" - path: posts - - title: "Working with Pages" - path: pages - - title: "Working with Collections" - path: collections - - title: "Helpers" - path: helpers - - title: "Utility Classes" - path: utility-classes - - - title: Extras - children: - - title: "Stylesheets" - path: stylesheets - - title: "JavaScript" - path: javascript - - - title: Meta - children: - - title: "History" - path: history - - title: "Contributing" - path: contributing - - title: "Old 2.2 Docs" - path: docs-2-2 - - title: "License" - path: license \ No newline at end of file + - title: "Sample Collections" + url: https://mmistakes.github.io/minimal-mistakes/collection-archive/ \ No newline at end of file diff --git a/_docs/01-quick-start-guide.md b/_docs/01-quick-start-guide.md deleted file mode 100644 index 1a2fad57..00000000 --- a/_docs/01-quick-start-guide.md +++ /dev/null @@ -1,48 +0,0 @@ ---- -title: "Quick-Start Guide" -permalink: /docs/quick-start-guide/ -excerpt: "How to quickly install and setup Minimal Mistakes for use with GitHub Pages." -sidebar: - title: "v3.0" - nav: docs -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 or jump ahead to the [full installation guide]({{ base_path }}/docs/installation/). - -## Fork the Theme - -Fork the [Minimal Mistakes theme]({{ site.gh_repo }}/fork), then rename the repo to **USERNAME.github.io** --- replacing **USERNAME** with your GitHub username. - -
- fork Minimal Mistakes -
- -**Note:** Your Jekyll site should be viewable immediately at . If it's not, you can force a rebuild by **Customizing Your Site** (see below for more details). -{: .notice--warning} - -If you're hosting several Jekyll based sites under the same GitHub username you will have to use Project Pages instead of User Pages. Essentially you rename the repo to something other than **USERNAME.github.io** and create a `gh-pages` branch off of `master`. For more details on how to set things up check [GitHub's documentation](https://help.github.com/articles/user-organization-and-project-pages/). - -
- creating a new branch on GitHub -
- -**ProTip:** Be sure to [delete](https://github.com/blog/1377-create-and-delete-branches) the `gh-pages` branch if you forked Minimal Mistakes. This branch contains the documentation and demo site for the theme and you probably don't want that showing up in your repo. -{: .notice--info} - -## Customize Your Site - -Open up `_config.yml` found in the root of the repo and edit anything under **Site Settings**. For a full explanation of every setting be sure to read the [**Configuration**]({{ base_path }}/docs/configuration/) section, but for now let's just change the site's title. - -
- editing _config.yml file -
Edit text files without leaving GitHub.com
-
- -Committing a change to `_config.yml` (or any file in your repository) will force GitHub Pages to rebuild your site with Jekyll. It should then be viewable a few seconds later at `https://USERNAME.github.io`. - ---- - -Congratulations! You've successfully forked the theme and are up an running with GitHub Pages. Now you're ready to add content and customize the site further. \ No newline at end of file diff --git a/_docs/02-structure.md b/_docs/02-structure.md deleted file mode 100644 index dc08e734..00000000 --- a/_docs/02-structure.md +++ /dev/null @@ -1,57 +0,0 @@ ---- -title: "Structure" -permalink: /docs/structure/ -excerpt: "How the theme is organized and what all of the files are for." -sidebar: - title: "v3.0" - nav: docs -modified: 2016-04-13T15:54:02-04:00 ---- - -Nothing clever here :wink:. Layouts, data files, and includes are all placed in their default locations. Stylesheets and scripts in `assets`, and a few development related files in the project's root directory. - -```bash -minimal-mistakes -├── _data # data files for customizing the theme -| ├── navigations.yml # main navigation links -| └── ui-text.yml # text used throughout the theme's UI -├── _includes -| ├── analytics-providers # snippets for analytics (Google and custom) -| ├── comments-providers # snippets for comments (Disqus, Facebook, Google+, and custom) -| ├── footer # custom snippets to add to site footer -| ├── head # custom snippets to add to site head -| ├── base_path # site.url + site.baseurl shortcut -| ├── feature_row # feature row helper -| ├── gallery # image gallery helper -| ├── group-by-array # group by array helper for archives -| ├── nav_list # navigation list helper -| ├── toc # table of contents helper -| └── ... -├── _layouts -| ├── archive-taxonomy.html # tag/category archive for Jekyll Archives plugin -| ├── archive.html # archive listing documents in an array -| ├── compress.html # compresses HTML in pure Liquid -| ├── default.html # base for all other layouts -| ├── single.html # single document (post/page/etc) -| └── splash.html # splash page -├── assets -| ├── _scss # stylesheet source files -| | ├── vendor # vendor SCSS partials -| | ├── main.scss # imports all SCSS partials -| | └── ... # theme SCSS partials -| ├── css -| | └── main.css # optimized stylesheet loaded in -| ├── fonts -| | └── fontawesome-webfont # Font Awesome webfonts -| ├── js -| | ├── plugins # jQuery plugins -| | ├── vendor # vendor scripts -| | ├── _main.js # plugin settings and other scripts to load after jQuery -| | └── main.min.js # optimized and concatenated script file loaded before -├── images # image assets for posts/pages/collections/etc. -├── _config.yml # site configuration -├── Gemfile # gem file dependencies -├── Gemfile.lock # gem file dependencies -├── index.html # paginated home page showing recent posts -└── package.json # NPM build scripts -``` \ No newline at end of file diff --git a/_docs/03-installation.md b/_docs/03-installation.md deleted file mode 100644 index 0dc82a98..00000000 --- a/_docs/03-installation.md +++ /dev/null @@ -1,80 +0,0 @@ ---- -title: "Installation" -permalink: /docs/installation/ -excerpt: "Instructions for installing the theme for new and existing Jekyll based sites." -sidebar: - title: "v3.0" - nav: docs -modified: 2016-04-13T15:54:02-04:00 ---- - -{% include base_path %} - -## Install the Theme - -There are several ways to install the theme: - -**1.** For a **new site**, fork the Minimal Mistakes repo on GitHub. If you plan on hosting your site with GitHub Pages follow the steps outlined in the [*Quick-Start Guide*]({{ base_path }}/docs/quick-start-guide/). - -**2.** For an **existing site** you have some more work ahead of you. What I suggest is to fork and rename the theme's repo as before, then clone it locally by running `git clone https://github.com/USERNAME/REPONAME.git` --- replacing **USERNAME** and **REPONAME** with your own. - -
- copy GitHub repo URL -
Tap the copy to clipboard button (outlined in red above) to grab your GitHub repo's path.
-
- -**3.** And for those who don't want to mess with Git, you can download the theme as a ZIP file to work with locally. - -[ Download Minimal Mistakes Theme]({{ site.gh_repo }}/archive/master.zip){: .btn .btn--success} - -**ProTip:** Be sure to [delete](https://github.com/blog/1377-create-and-delete-branches) the `gh-pages` branch if you forked Minimal Mistakes. This branch contains the documentation and demo site for the theme and you probably don't want that showing up in your repo. -{: .notice--info} - ---- - -To move over any existing content you'll want to copy the contents of your `_posts` folder to the new site. Along with any pages, collections, data files, images, or other assets you may have. - -Next you'll need to convert posts and pages to use the proper layouts and settings. In most cases you simply need to update `_config.yml` to your liking and set the correct `layout` in their YAML Front Matter. - -[**Front Matter defaults**](https://jekyllrb.com/docs/configuration/#front-matter-defaults) are your friend and I encourage you to leverage them instead of setting a layout and other global options in each post/page's YAML Front Matter. - -Posts can be configured to use the `single` layout --- with reading time, comments, social sharing links, and related posts enabled. Adding the following to `_config.yml` will set these defaults for all posts: - -```yaml -defaults: - # _posts - - scope: - path: "" - type: posts - values: - layout: single - read_time: true - comments: true - share: true - related: true -``` - -**Post/Page Settings**: Be sure to read through the "Working with..." documentation to learn about all the options available to you. The theme has been designed to be flexible --- with numerous settings for each. -{: .notice--info} - -## Install Dependencies - -If this is your first time using Jekyll be sure to read through the [official documentation](https://jekyllrb.com/docs/home/) before jumping in. This guide assumes you have Ruby v2 installed and a basic understanding of how Jekyll works. - -To keep your sanity and better manage dependencies I strongly urge you to [install Bundler](http://bundler.io/) with `gem install bundler` and use the included [`Gemfile`]({{ site.gh_repo }}/blob/master/Gemfile). The theme's Gemfile includes the `github-pages` gem to maintain a local Jekyll environment in sync with GitHub Pages. - -If you're not planning on hosting with GitHub Pages and want to leverage features found in the latest version of Jekyll, replace `gem "github-pages"` with `gem "jekyll"` in your `Gemfile`. In either case run the following: - -```bash -$ bundle install -``` - -
- bundle install in Terminal window -
- -Depending on what gems you already have installed you may have to run `bundle update` to clear up any dependency issues. Bundler is usually pretty good at letting you know what gems need updating or have issues installing, to further investigate. - -When using Bundler to manage gems you'll want to run Jekyll using `bundle exec jekyll serve` and `bundle exec jekyll build`. - -Doing so executes the gem versions specified in `Gemfile.lock`. Sure you can test your luck with a naked `jekyll serve`, but I wouldn't suggest it. A lot of Jekyll errors originate from outdated or conflicting gems fighting with each other. So do yourself a favor and just use Bundler. \ No newline at end of file diff --git a/_docs/04-upgrading.md b/_docs/04-upgrading.md deleted file mode 100644 index f29332b9..00000000 --- a/_docs/04-upgrading.md +++ /dev/null @@ -1,50 +0,0 @@ ---- -title: "Upgrading" -permalink: /docs/upgrading/ -excerpt: "Instructions and suggestions for upgrading the theme." -sidebar: - title: "v3.0" - nav: docs -modified: 2016-04-13T15:54:02-04:00 ---- - -{% include base_path %} - -Currently there is no good way of upgrading the theme without doing a bit of manual work. The future looks promising with [**gem based themes**](https://github.com/jekyll/jekyll/pull/4595) on the horizon, but for now here's some suggestions on how handle theme updates. - -## Use Git - -If you want to get the most out of the Jekyll + GitHub Pages workflow, then you'll need to utilize Git. To pull down theme updates you must first ensure there's an upstream remote. If you forked the theme's repo then you're likely good to go. - -To double check, run `git remote -v` and verify that you can fetch from `origin {{ site.gh_repo }}/minimal-mistakes.git`. - -To add it you can do the following: - -```bash -$ git remote add upstream {{ site.gh_repo }}/minimal-mistakes.git -``` - -### Pull Down Updates - -Now you can pull any commits made to theme's `master` branch with: - -```bash -$ git pull upstream master -``` - -Depending on the amount of customizations you've made after forking, there's likely to be merge conflicts. Work through any conflicting files Git flags, stagging the changes you wish to keep, and then commit them. - -## Update Files Manually - -Another way of dealing with updates is [downloading the theme]({{ site.gh_repo }}/archive/master.zip) --- replacing your layouts, includes, and assets with the newer ones manually. To be sure that you don't miss any changes it's probably a good idea to review the theme's [commit history]({{ site.gh_repo }}/commits/master) to see what's changed since. - -Here's a quick checklist of the important folders/files you'll want to be mindful of: - -| Name | | -| ---- | --- | -| `_layouts` | Replace all. Apply edits if you customized any layouts. | -| `_includes` | Replace all. Apply edits if you customized any includes. | -| `assets` | Replace all. Apply edits if you customized stylesheets or scripts. | -| `_data/navigation.yml` | Safe to keep. Verify that there were no major structural changes or additions. | -| `_data/ui-text.yml` | Safe to keep. Verify that there were no major structural changes or additions. | -| `_config.yml` | Safe to keep. Verify that there were no major structural changes or additions. | \ No newline at end of file diff --git a/_docs/05-configuration.md b/_docs/05-configuration.md deleted file mode 100644 index 128c951b..00000000 --- a/_docs/05-configuration.md +++ /dev/null @@ -1,515 +0,0 @@ ---- -title: "Configuration" -permalink: /docs/configuration/ -excerpt: "Settings for configuring and customizing the theme." -sidebar: - title: "v3.0" - nav: docs -modified: 2016-04-13T15:54:02-04:00 ---- - -{% include base_path %} - -Settings that affect your entire site can be changed in [Jekyll's configuration file](https://jekyllrb.com/docs/configuration/): `_config.yml`, found in the root of your project. - -**Note:** for technical reasons, `_config.yml` is NOT reloaded automatically when used with `jekyll serve`. If you make any changes to this file, please restart the server process for them to be applied. -{: .notice--warning} - -Take a moment to look over the configuration file included with the theme. Comments have been added to provide examples and default values for most settings. Detailed explanations of each can be found below. - -## Site Settings - -### Site Locale - -`site.locale` is used to declare the primary language for each web page within the site. - -*Example:* `locale: "en-US"` sets the `lang` attribute for the site to the *United States* flavor of English, while `en-GB` would be for the `United Kingdom` style of English. Country codes are optional and the shorter `locale: "en"` is also acceptable. To find your language and country codes check this [reference table](https://msdn.microsoft.com/en-us/library/ee825488(v=cs.20).aspx). - -Properly setting the locale is important for associating localized text found in the [**UI Text**]({{ base_path }}/docs/ui-text/) data file. For more information on that see below. - -### Site Title - -The name of your site. Is used throughout the theme in places like the site masthead and `` tags. - -*Example:* `title: "My Awesome Site"` - -You also have the option of customizing the separation character used in SEO-friendly page titles. - -*Example:* `title_separator: "|"` would produce page titles like `Sample Page | My Awesome Site`. - -### Site Name - -Used to assign a site author. Don't worry, you can override the site author with different ones on specific posts, pages, or collection documents. - -*Example:* `name: "Michael Rose"`. - -**ProTip:** If you want to get crafty with your YAML you can use [anchors](http://www.yaml.org/spec/1.2/spec.html#id2785586) to reuse values. For example `foo: &var "My String"` allows you to reuse `"My String"` elsewhere in `_config.yml` like so... `bar: *var`. You'll see a few examples of this in the provided Jekyll config. -{: .notice--info} - -### Site Description - -Fairly obvious. `site.description` describes the site. Used predominantly in meta descriptions as part of SEO efforts. - -*Example:* `description: "A flexible Jekyll theme for your blog or site with a minimalist aesthetic."` - -### Site URL - -The base hostname and protocol for your site. If you're hosting with GitHub Pages this will be something like `url: "http://github.io.mmistakes"` or `url: "https://mademistakes.com"` if you have a custom domain name. - -**Note:** It's important to remember that when testing locally you need to change the `site.url`. Ideally you'd use [multiple config files](https://mademistakes.com/articles/using-jekyll-2016/#environments-and-configurations) with `bundle exec jekyll serve --config _config.yml,_config.dev.yml` to apply development overrides. Simply commenting out the line works as well `# url: "http://mmistakes.github.io"`. Just remember to uncomment it before pushing or else you'll have broken assets and links all over the place! -{: .notice--warning} - -**ProTip:** GitHub serves pages over `http://` and `https://` so to take advantage of that go protocol-less like so `url: "//github.io.mmistakes"`. Mre info on serving your GitHub Pages hosted site over https can be [found here](https://konklone.com/post/github-pages-now-sorta-supports-https-so-use-it). -{: .notice--info} - -### Site Base URL - -This little option causes all kinds of confusion in the Jekyll community. If you're not hosting your site as a GitHub Pages Project or in a subfolder (eg: `/blog`), then don't mess with it. - -In the case of the Minimal Mistakes demo site it's hosted on GitHub at <https://mmistakes.github.io/minimal-mistakes>. To correctly set this base path I'd use `url: "https://mmistakes.github.io"` and `baseurl: "/minimal-mistakes"`. - -For more information on how to properly use `site.url` and `site.baseurl` as intended by the Jekyll maintainers, check [Parker Moore's post on the subject](https://byparker.com/blog/2014/clearing-up-confusion-around-baseurl/). - -**Note:** When using `baseurl` remember to include it as part of your path when testing your site locally. Values of `url: ` and `baseurl: "/blog"` would make your local site visible at `http://localhost:4000/blog` and not `http://localhost:4000`. -{: .notice--warning} - -### Site Default Teaser Image - -To assign a fallback teaser image used in the "**Related Posts**" module, place a graphic in the `/images/` directory and add the filename to `_config.yml` like so: - -```yaml -teaser: "500x300.png" -``` - -This image can be overridden at anytime by applying the following to a document's YAML Front Matter. - -```yaml -header: - teaser: my-awesome-post-teaser.jpg -``` - -<figure> - <img src="{{ base_path }}/images/mm-teaser-images-example.jpg" alt="teaser image example"> - <figcaption>Example of teaser images found in the related posts module.</figcaption> -</figure> - -### Breadcrumb Navigation (Beta) - -Enable breadcrumb links to help visitors better navigate deep sites. Because of the fragile method of implementing them they don't always produce accurate links reliably. For best results: - -1. Use a category based permalink structure e.g. `permalink: /:categories/:title/` -2. Manually create pages for each category or use a plugin like [jekyll-archives][jekyll-archives] to auto-generate them. If these pages don't exist breadcrumb links to them will be broken. - -![breadcrumb navigation example]({{ base_path }}/images/mm-breadcrumbs-example.jpg) - -```yaml -breadcrumbs: true # disabled by default -``` - -Breadcrumb start link text and separator character can both be changed in the [UI Text data file]({{ base_path }}/docs/ui-text/). - -### Reading Time - -Enable estimated reading time snippets with `read_time: true` in YAML Front Matter. `200` has been set as the default words per minute value --- which can be changed by adjusting `words_per_minutes: ` in `_config.yml`. - -![reading time example]({{ base_path }}/images/mm-read-time-example.jpg) - -Instead of adding `read_time: true` to each post, apply as a default in `_config.yml` like so: - -```yaml -defaults: - # _posts - - scope: - path: "" - type: posts - values: - read_time: true -``` - -To disable reading time for a post, add `read_time: false` its YAML Front Matter to override what was set in `_config.yml`. - -### Comments - -Commenting for [**Disqus**](https://disqus.com/), [**Facebook**](https://developers.facebook.com/docs/plugins/comments), and **Google+** are built into the theme. First set the comment provider you'd like to use: - -| Name | Comment Provider | -| ---- | ---------------- | -| **disqus** | Disqus | -| **facebook** | Facebook Comments | -| **google-plus** | Google+ Comments | -| **custom** | Other | - -Then add `comments: true` to each document you want comments visible on. - -Instead of adding YAML Front Matter to each document, apply as a default in `_config.yml`. To enable comments for all posts: - -```yaml -defaults: - # _posts - - scope: - path: "" - type: posts - values: - comments: true -``` - -If you add `comments: false` to a post's YAML Front Matter it will override the default and disable comments for just that post. - -##### Disqus - -To use Disqus you'll need to create an account and [shortname](https://help.disqus.com/customer/portal/articles/466208-what-s-a-shortname-). Once you have both update `_config.yml` to: - -```yaml -comments: - provider: "disqus" - disqus: - shortname: "your-disqus-shortname" -``` - -##### Facebook Comments - -To enable Facebook Comments choose how many comments you'd like visible per post and the color scheme of the widget. - -```yaml -comments: - provider : "facebook" - facebook: - appid : # optional - num_posts : # 5 (default) - colorscheme : # "light" (default), "dark" -``` - -##### Other Comment Providers - -To use another provider not included with the theme set `provider: "custom"` then add their embed code to `_includes/comments-providers/custom.html`. - -### SEO, Social Sharing, and Analytics Settings - -All optional, but a good idea to take the time setting up to improve SEO and links shared from the site. - -#### Google Search Console - -Formerly known as [Google Webmaster Tools](https://www.google.com/webmasters/tools/), add your [verification code](https://support.google.com/analytics/answer/1142414?hl=en) like so: `google_site_verification: "yourVerificationCode"`. - -**Note:** You likely won't have to do this if you verify site ownership through **Google Analytics** instead. -{: .notice--warning} - -#### Bing Webmaster Tools - -There are several ways to [verify site ownership](https://www.bing.com/webmaster/help/how-to-verify-ownership-of-your-site-afcfefc6) --- the easiest adding an authentication code to your config file. - -Copy and paste the string inside of `content`: - -```html -<meta name="msvalidate.01" content="0FC3FD70512616B052E755A56F8952D" /> -``` - -Into `_config.yml` - -```yaml -bing_site_verification: "0FC3FD70512616B052E755A56F8952D" -``` - -#### Alexa - -To [claim your site](http://www.alexa.com/siteowners/claim) with Alexa add the provided verification ID `alexa_site_verification: "yourVerificationID"`. - -#### Yandex - -To verify site ownership copy and paste the string inside of `name`: - -```html -<meta name='yandex-verification' content='2132801JL' /> -``` - -Into `_config.yml` - -```yaml -yandex_site_verification: "2132801JL" -``` - -#### Twitter Cards and Facebook Open Graph - -To improve the appearance of links shared from your site to social networks like Twitter and Facebook be sure to configure the following. - -##### Site Twitter Username - -Twitter username for the site. For pages that have custom author Twitter accounts assigned in their YAML Front Matter or data file, they will be attributed as a **creator** in the Twitter Card. - -For example if my site's Twitter account is `@mmistakes-theme` I would add the following to `_config.yml` - -```yaml -twitter: - username: "mmistakes-theme" -``` - -And if I assign `@mmistakes` as an author account it will appear in the Twitter Card along with `@mmistakes-theme`, attributed as a creator of the page being shared. - -**Note**: You need to [apply for Twitter Cards](https://dev.twitter.com/docs/cards) and validate they're working on your site before they will begin showing up. -{: .notice--warning} - -##### Facebook Open Graph - -If you have a Facebook ID or publisher page add them: - -```yaml -facebook: - app_id: # A Facebook app ID - publisher: # A Facebook page URL or ID of the publishing entity -``` - -While not part a part of Open Graph, you can also add your Facebook username for use in the sidebar and footer. - -```yaml -facebook: - username: "michaelrose" # https://www.facebook.com/michaelrose -``` - -**ProTip:** To debug Open Graph data use [this tool](https://developers.facebook.com/tools/debug/og/object?q=https%3A%2F%2Fmademistakes.com) to test your pages. If content changes aren't reflected you will probably have to hit the **Fetch new scrape information** button to refresh. -{: .notice--info} - -##### Open Graph Default Image - -For pages that don't have a `header.image` assigned in their YAML Front Matter, `site.og_image` will be used as a fallback. Use you logo, icon, avatar or something else that is meaningful. Just make sure it is place in the `/images/` folder, a minimum size of 120px by 120px, and less than 1MB in file size. - -```yaml -og_image: "site-logo.png" -``` - -<figure> - <img src="{{ base_path }}/images/mm-twitter-card-summary-image.jpg" alt="Twitter Card summary example"> - <figcaption>Example of a image placed in a Summary Card.</figcaption> -</figure> - -Documents who have a `header.image` assigned in their YAML Front Matter will appear like this when shared on Twitter and Facebook. - -<figure> - <img src="{{ base_path }}/images/mm-twitter-card-summary-large.jpg" alt="page shared on Twitter"> - <figcaption>Shared page on Twitter with header image assigned.</figcaption> -</figure> - -<figure> - <img src="{{ base_path}}/images/facebook-share-example.jpg" alt="page shared on Facebook"> - <figcaption>Shared page on Facebook with header image assigned.</figcaption> -</figure> - -##### Include your social profile in search results - -Use markup on your official website to add your [social profile information](https://developers.google.com/structured-data/customize/social-profiles#adding_structured_markup_to_your_site) to the Google Knowledge panel in some searches. Knowledge panels can prominently display your social profile information. - -```yaml -social: - type: # Person or Organization (defaults to Person) - name: # If the user or organization name differs from the site's name - links: - - "https://twitter.com/yourTwitter" - - "https://facebook.com/yourFacebook" - - "https://instagram.com/yourProfile" - - "https://www.linkedin.com/in/yourprofile" - - "https://plus.google.com/your_profile" -``` - -#### Analytics - -Analytics is disabled by default. To enable globally select one of the following: - -| Name | Analytics Provider | -| ---- | ------------------ | -| **google** | [Google Standard Analytics](https://www.google.com/analytics/) | -| **google-universal** | [Google Universal Analytics](https://www.google.com/analytics/) | -| **custom** | Other analytics providers | - -For Google Analytics add your Tracking Code: - -```yaml -analytics: - provider: "google-universal" - tracking_id: "UA-1234567-8" -``` - -To use another provider not included with the theme set `provider: "custom"` then add their embed code to `_includes/analytics-providers/custom.html`. - -## Site Author - -Used as the defaults for defining what appears in the author sidebar. - -![author sidebar example]({{ base_path }}/images/mm-author-sidebar-example.jpg) - -**Note:** For sites with multiple authors these values can be overridden post by post with custom YAML Front Matter and a data file. For more information on how that works see below. -{: .notice--info} - -```yaml -author: - name : "Your Name" - avatar : "bio-photo.jpg" # placed in /images/ - bio : "My awesome biography constrained to a sentence or two goes here." - email : # optional - uri : "http://your-site.com" -``` - -Social media links are all optional, include the ones you want visible. In most cases you just need to add the username. If you're unsure double check `_includes/author-profile.html` to see how the URL is constructed. - -## Reading Files - -Nothing out of the ordinary here. `include` and `exclude` may be the only things you need to alter. - -## Conversion and Markdown Processing - -Again nothing out of the ordinary here as the theme adheres to the defaults used by GitHub Pages. [**Kramdown**](http://kramdown.gettalong.org/) for Markdown conversion, [**Rouge**](http://rouge.jneen.net/) syntax highlighting, and incremental building disabled. Change them if you need to. - -## Front Matter Defaults - -To save yourself time setting [Front Matter Defaults](https://jekyllrb.com/docs/configuration/#front-matter-defaults) for posts, pages, and collections is the way to go. Sure you can assign layouts and toggle settings like **reading time**, **comments**, and **social sharing** in each file, but that's not ideal. - -Using the `default` key in `_config.yml` you could set the layout and enable author profiles, reading time, comments, social sharing, and related posts for all posts --- in one shot. - -```yaml -defaults: - # _posts - - scope: - path: "" - type: posts - values: - layout: single - author_profile: true - read_time: true - comments: true - share: true - related: true -``` - -Pages Front Matter defaults can be scoped like this: - -```yaml -defaults: - # _pages - - scope: - path: "" - type: pages - values: - layout: single -``` - -And collections like this: - -```yaml -defaults: - # _foo - - scope: - path: "" - type: foo - values: - layout: single -``` - -And of course any default value can be overridden by settings in a post, page, or collection file. All you need to do is specify the settings in the YAML Front Matter. For more examples be sure to check out the demo site's [`_config.yml`]({{ site.gh_repo }}/blob/gh-pages/_config.yml). - -## Outputting - -The default permalink style used by the theme is `permalink: /:categories/:title/`. If you have a post named `2016-01-01-my-post.md` with `categories: foo` in the YAML Front Matter, Jekyll will generate `_site/foo/my-post/index.html`. - -**Note:** If you plan on enabling breadcrumb links --- including category names in permalinks is a big part of how those are created. -{: .notice--warning} - -### Paginate - -If [using pagination](https://github.com/jekyll/jekyll-paginate) on the homepage you can change the amount of posts shown with: - -```yaml -paginate: 5 -``` - -You'll also need to include some Liquid and HTML to properly use the paginator, which you can find in the **Layouts** section under [Home Page]({{ base_path }}/docs/layouts/#home-page). - -### Timezone - -This sets the timezone environment variable, which Ruby uses to handle time and date creation and manipulation. Any entry from the [IANA Time Zone Database](http://en.wikipedia.org/wiki/List_of_tz_database_time_zones) is valid. The default is the local time zone, as set by your operating system. - -```yaml -timezone: America/New_York -``` - -## Plugins - -When hosting with GitHub Pages a small [set of gems](https://pages.github.com/versions/) have been whitelisted for use. The theme uses a few of them which can be found under `gems`. Additional settings and configurations are documented in the links below. - -| Plugin | Description | -| ------ | ----------- | -| [jekyll-paginate][jekyll-paginate] | Pagination Generator for Jekyll. | -| [jekyll-sitemap][jekyll-sitemap] |Jekyll plugin to silently generate a sitemaps.org compliant sitemap for your Jekyll site. | -| [jekyll-gist][jekyll-gist] | Liquid tag for displaying GitHub Gists in Jekyll sites. | -| [jekyll-feed][jekyll-feed] | A Jekyll plugin to generate an Atom (RSS-like) feed of your Jekyll posts. | -| [jemoji][jemoji] | GitHub-flavored emoji plugin for Jekyll. | - -[jekyll-paginate]: https://github.com/jekyll/jekyll-paginate -[jekyll-sitemap]: https://github.com/jekyll/jekyll-sitemap -[jekyll-gist]: https://github.com/jekyll/jekyll-gist -[jekyll-feed]: https://github.com/jekyll/jekyll-feed -[jemoji]: https://github.com/jekyll/jemoji - -If you're hosting elsewhere then you don't really have to worry about what is whitelisted as you are free to include whatever [Jekyll plugins](https://jekyllrb.com/docs/plugins/) you desire. - -## Archive Settings - -The theme ships with support for taxonomy (category and tag) pages. GitHub Pages hosted sites need to use a *Liquid only* approach while those hosted elsewhere can use plugins like [**jekyll-archives**][jekyll-archives] to generate these pages automatically. - -[jekyll-archives]: https://github.com/jekyll/jekyll-archives - -The default `type` is set to use Liquid. - -```yaml -categories: - type: liquid - path: /categories/ -tags: - type: liquid - path: /tags/ -``` - -Which would create category and tag links in the breadcrumbs and page meta like: `/categories/#foo` and `/tags/#foo`. - -**Note:** for these links to resolve properly, category and tag index pages need to exist at [`/categories/index.html`]({{ site.gh_repo }}/blob/gh-pages/_pages/category-archive.html) and [`/tags/index.html`]({{ site.gh_repo }}/blob/gh-pages/_pages/tag-archive.html). The necessary Liquid code to build these pages can be taken from the demo site. -{: .notice--warning} - -If you have the luxury of using Jekyll Plugins then [**jekyll-archives**][jekyll-archives] will make your life much easier as category and tag pages are created for you. - -Change `type` to `jekyll-archives` and apply the following [configurations](https://github.com/jekyll/jekyll-archives/blob/master/docs/configuration.md): - -```yaml -categories: - type: jekyll-archives - path: /categories/ -tags: - type: jekyll-archives - path: /tags/ -jekyll-archives: - enabled: - - categories - - tags - layouts: - category: archive-taxonomy - tag: archive-taxonomy - permalinks: - category: /categories/:name/ - tag: /tags/:name/ -``` - -**Note:** The `archive-taxonomy` layout used by jekyll-archives is provided with the theme and can be found in the `_layouts` folder. -{: .notice--info} - -## HTML Compression - -If you care at all about performance (and really who doesn't) compressing the HTML files generated by Jekyll is a good thing to do. - -If you're hosting with GitHub Pages there aren't many options afforded to you for optimizing the HTML Jekyll generates. Thankfully there is some Liquid wizardry you can use to strip whitespace and comments to reduce file size. - -There's a variety of configurations and cavets to using the `compress` layout, so be sure to read through the [documentation](http://jch.penibelst.de/) if you decide to make change the defaults set in the theme's `_config.yml`. - -```yaml -compress_html: - clippings: all - ignore: - envs: development # disable compression in dev environment -``` - -**Caution:** Inline JavaScript comments can cause problems with `compress.html`, so be sure to `/* comment this way */` and avoid `// these sorts of comments`. \ No newline at end of file diff --git a/_docs/06-navigation.md b/_docs/06-navigation.md deleted file mode 100644 index ba09c2fb..00000000 --- a/_docs/06-navigation.md +++ /dev/null @@ -1,75 +0,0 @@ ---- -title: "Navigation" -permalink: /docs/navigation/ -excerpt: "Instructions on how to customize the main navigation and enabling breadcrumb links." -sidebar: - title: "v3.0" - nav: docs -modified: 2016-04-13T15:54:02-04:00 ---- - -{% include base_path %} - -## Masthead - -The masthead links use a "priority plus" design pattern. Meaning, show as many navigation items that will fit horizontally with a toggle to reveal the rest. - -To define these links add titles and URLs under the `main` key in `_data/navigation.yml`: - -```yaml -main: - - title: "Quick-Start Guide" - url: /docs/quick-start-guide/ - - - title: "Posts" - url: /year-archive/ - - - title: "Categories" - url: /categories/ - - - title: "Tags" - url: /tags/ - - - title: "Pages" - url: /page-archive/ - - - title: "Collections" - url: /collection-archive/ - - - title: "External Link" - url: https://google.com -``` - -Which will give you a responsive masthead similar to this: - -![priority plus masthead animation]({{ base_path }}/images/mm-priority-plus-masthead.gif) - -**ProTip:** Put the most important links first so they're always visible and not hidden behind the **menu toggle**. -{: .notice--info} - -## Breadcrumbs (Beta) - -Enable breadcrumb links to help visitors better navigate deep sites. Because of the fragile method of implementing them they don't always produce accurate links reliably. For best results: - -1. Use a category based permalink structure e.g. `permalink: /:categories/:title/` -2. Manually create pages for each category or use a plugin like [jekyll-archives](https://github.com/jekyll/jekyll-archives) to auto-generate them. If these pages don't exist breadcrumb links to them will be broken. - -![breadcrumb navigation example]({{ base_path }}/images/mm-breadcrumbs-example.jpg) - -```yaml -breadcrumbs: true # disabled by default -``` - -Breadcrumb start link text and separator character can both be changed in `_data/ui-text.yml`. - -```yaml -breadcrumb_home_label : "Home" -breadcrumb_separator : "/" -``` - -For breadcrumbs that resemble something like `Start > Blog > My Awesome Post` you'd apply these settings: - -```yaml -breadcrumb_home_label : "Start" -breadcrumb_separator : ">" -``` \ No newline at end of file diff --git a/_docs/07-ui-text.md b/_docs/07-ui-text.md deleted file mode 100644 index 3f99dfb0..00000000 --- a/_docs/07-ui-text.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "UI Text" -permalink: /docs/ui-text/ -excerpt: "Text for customizing various user interface elements found in the theme." -sidebar: - title: "v3.0" - nav: docs -modified: 2016-04-13T15:54:02-04:00 ---- - -{% include base_path %} - -Text for various UI elements, `_layouts`, and `_includes` have all been grouped together as a set of translation keys. This is by no means a full-on i18n solution, but it does help make customizing things a bit easier. - -Currently all of the keys in `_data/ui-text.yml` are English only. If you're are interested in localizing them into other languages feel free to submit a pull request and I will be happy to look it over - -Many of the label based keys like `meta_label`, `categories_label`, `tags_label`, `share_on_label`, and `follow_label` can be left blank if you'd like to omit them from view. It really depends on you and if you want an even more minimal look to your site. - -![UI text labels]({{ base_path }}/images/mm-ui-text-labels.jpg) \ No newline at end of file diff --git a/_docs/08-authors.md b/_docs/08-authors.md deleted file mode 100644 index 57b1ddfa..00000000 --- a/_docs/08-authors.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -title: "Authors" -permalink: /docs/authors/ -excerpt: "Instructions and settings for working with multiple site authors." -sidebar: - title: "v3.0" - nav: docs -modified: 2016-04-13T15:54:02-04:00 ---- - -{% include base_path %} - -Sites that may have content authored from various individuals can be accommodated by using [data files](https://jekyllrb.com/docs/datafiles/). - -To assign an author to a post or page that is different from the site author specified in `_config.yml`: - -**Step 1.** Create `_data/authors.yml` and add authors using the following format. Any variables found under `author:` in `_config.yml` can be used (e.g. `name`, `avatar`, `uri`, social media profiles, etc.). - -```yaml -# /_data/authors.yml - -Billy Rick: - name: "Billy Rick" - uri: "http://thewhip.com" - email: "billy@rick.com" - bio: "What do you want, jewels? I am a very extravagant man." - avatar: "bio-photo-2.jpg" - twitter: "extravagantman" - -Cornelius Fiddlebone: - name: "Cornelius Fiddlebone" - email: "cornelius@thewhip.com" - bio: "I ordered what?" - avatar: "bio-photo.jpg" - twitter: "rhymeswithsackit" -``` - -**Step 2.** Assign one of the authors in `authors.yml` to a post or page you wish to override the `site.author` with. - -Example: To assign `Billy Rick` as an author for a post the following YAML Front Matter would be applied: - -```yaml -author: Billy Rick -``` diff --git a/_docs/09-layouts.md b/_docs/09-layouts.md deleted file mode 100644 index a1d9880e..00000000 --- a/_docs/09-layouts.md +++ /dev/null @@ -1,311 +0,0 @@ ---- -title: "Layouts" -permalink: /docs/layouts/ -excerpt: "Descriptions and samples of all layouts included with the theme and how to best use them." -sidebar: - title: "v3.0" - nav: docs -single_layout_gallery: - - image_path: mm-layout-single-header.png - alt: "single layout with header example" - - image_path: mm-layout-single-meta.png - alt: "single layout with comments and related posts" -modified: 2016-04-13T15:54:02-04:00 ---- - -{% include base_path %} -{% include toc icon="columns" title="Included Layouts" %} - -The bread and butter of any theme. Below you'll find the layouts included with Minimal Mistakes, what they look like and the type of content they've been built for. - -## Default Layout - -The base layout all other layouts inherit from. There's not much to this layout apart from pulling in several `_includes`: - -* `<head>` elements -* masthead navigation links -* {% raw %}`{{ content }}`{% endraw %} -* page footer -* scripts - -**Note:** You won't ever assign this layout directly to a post or page. Instead all other layouts will build off of it by setting `layout: default` in their YAML Front Matter. -{: .notice--warning} - -## Compress Layout - -A Jekyll layout that compresses HTML in pure Liquid. - -* [Documentation](http://jch.penibelst.de/) - -## Single Layout - -The layout you'll likely use the most --- sidebar and main content combo. - -**Includes:** - -* Optional header image with caption -* Optional header overlay (solid color/image) + text and optional "call to action" button -* Optional social sharing links module -* Optional comments module -* Optional related posts module - -{% include gallery id="single_layout_gallery" caption="Image header and meta info examples for `single` layout" %} - -Assign with `layout: single`, or better yet apply as a [Front Matter default]({{ base_path }}/docs/configuration/#front-matter-defaults) in `_config.yml`. - -## Archive Layout - -Essentially the same as `single` with markup adjustments and some modules removed. - -**Includes:** - -* Optional header image with caption -* Optional header overlay (solid color/image) + text and optional "call to action" button -* List and grid views - -<figure> - <img src="{{ base_path }}/images/mm-layout-archive.png" alt="archive layout example"> - <figcaption>List view example.</figcaption> -</figure> - -Below are sample archive pages you can easily drop into your project, taking care to rename `permalink`, `title`, or the filename to fit your site. Each is 100% compatible with GitHub Pages. - -* [All Posts Grouped by Category -- List View][posts-categories] -* [All Posts Grouped by Tags -- List View][posts-tags] -* [All Posts Grouped by Year -- List View][posts-year] -* [All Posts Grouped by Collection -- List View][posts-collection] -* [Portfolio Collection -- Grid View][portfolio-collection] - -[posts-categories]: {{ site.gh_repo }}/gh-pages/_pages/category-archive.html -[posts-tags]: {{ site.gh_repo }}/gh-pages/_pages/tag-archive.html -[posts-year]: {{ site.gh_repo }}/gh-pages/_pages/year-archive.html -[posts-collection]: {{ site.gh_repo }}/gh-pages/_pages/collection-archive.html -[portfolio-collection]: {{ site.gh_repo }}/gh-pages/_pages/portfolio-archive.html - -Post and page excerpts are auto-generated by Jekyll which grabs the first paragraph of text. To override this text with something more specific use the following YAML Front Matter: - -```yaml -excerpt: "A unique line of text to describe this post that will display in an archive listing and meta description with SEO benefits." -``` - -### Grid View - -Adding `type=grid` to the `archive-single` helper will display archive posts in a 4 column grid. For example to create an archive displaying all documents in the portfolio collection: - -**Step 1:** Create a portfolio archive page (eg. `_pages/portfolio-archive.html`) with the following YAML Front Matter: - -```yaml ---- -layout: archive -title: "Portfolio" -permalink: /portfolio/ -author_profile: false ---- -``` - -**Step 2:** Loop over all documents in the portfolio collection and output in a grid: - -```html -{% raw %}{% include base_path %} - -<div class="grid__wrapper"> - {% for post in site.portfolio %} - {% include archive-single.html type="grid" %} - {% endfor %}{% endraw %} -</div> -``` - -To produce something like this: - -<figure> - <img src="{{ base_path }}/images/mm-archive-grid-view-example.jpg" alt="archive grid view example"> - <figcaption>Grid view example.</figcaption> -</figure> - -**Note:** More information on using this `_include` can be found under [**Helpers**]({{ base_path }}/docs/helpers/). -{: .notice--info} - -### Taxonomy Archive - -If you have the luxury of using Jekyll plugins the creation of category and tag archives is greatly simplified. Enable support for the [`jekyll-archives`](https://github.com/jekyll/jekyll-archives) plugin with a few `_config.yml` settings as noted in the [**Configuration**]({{ base_path }}/docs/configuration/#archive-settings) section. - -![archive taxonomy layout example]({{ base_path }}/images/mm-layout-archive-taxonomy.png) - -### Home Page - -Minimal Mistakes ships with an [`index.html`]({{ site.gh_repo }}/blob/master/index.html) in the root of the project for displaying recent posts. - -**Includes:** - -* Optional header image with caption -* Optional header overlay (solid color/image) + text and optional "call to action" button -* Paginated posts - -Post pagination is achieved by assigning `layout: archive` in the YAML Front Matter and including the following Liquid in the body: - -```html -{% raw %}<!-- start index.html body --> -{% include base_path %} - -<h3 class="archive__subtitle">Recent Posts</h3> - -{% for post in paginator.posts %} - {% include archive-single.html %} -{% endfor %} - -{% include paginator.html %} -<!-- end index.html body -->{% endraw %} -``` - -<figure> - <img src="{{ base_path }}/images/mm-home-post-pagination-example.jpg" alt="home page post pagination example"> - <figcaption>Home page post pagination example.</figcaption> -</figure> - -**Note:** For more pagination related settings check the [**Configuration**]({{ base_path }}/docs/configuration/#paginate) section. -{: .notice--info} - -## Splash Page Layout - -For full-width landing pages that need a little something extra add `layout: splash` to the YAML Front Matter. - -**Includes:** - -* Optional header image with caption -* Optional header overlay (solid color/image) + text and optional "call to action" button -* Feature blocks (`left`, `center`, and `right` alignment options) - -![splash page layout example]({{ base_path }}/images/mm-layout-splash.png) - -Feature blocks can be assigned and aligned to the `left`, `right`, or `center` with a sprinkling of YAML. For full details on how to use the `feature_row` helper check the [**Content**]({{ base_path }}/docs/helpers-and-shortcodes/) section or review a [sample splash page]({{ site.gh_repo }}/gh-pages/_pages/splash-page.md). - - ---- - -## Headers - -To add some visual punch to a post or page, a large full-width header image can be included. - -**Note:** Be sure to resize your header images. `~1280px` is a good width if you aren't [responsively serving up images](http://alistapart.com/article/responsive-images-in-practice). Through the magic of CSS they will scale up or down to fill the container. If you go with something too small it will look like garbage when upscaled, and something too large will hurt performance. -{: .notice--warning} - -![single layout header image example]({{ base_path }}/images/mm-single-header-example.jpg) - -Place your images in the `/images/` folder and add the following YAML Front Matter: - -```yaml -header: - image: image-filename.jpg -``` - -For externally hosted images include the full image path instead of just the filename: - -```yaml -header: - image: http://some-site.com/image.jpg -``` - -To include a caption or attribution for the image: - -```yaml -header: - image: unsplash-image-1.jpg - caption: "Photo credit: [**Unsplash**](https://unsplash.com)" -``` - -**ProTip:** Captions written in Markdown are supported, so feel free to add links, or style text. Just be sure to wrap it in quotes. -{: .notice--info} - -### Header Overlay - -To overlay text on top of a header image you have a few more options: - -| Name | Description | Default | -| ---- | ----------- | ------- | -| **overlay_image** | Header image you'd like to overlay. Same rules as `header.image` from above. | | -| **excerpt** | Auto-generated page excerpt is added to the overlay text or can be overridden. | | -| **cta_label** | Call to action button text label. | `more_label` in UI Text data file | -| **cta_url** | Call to action button URL. | | - -With this YAML Front Matter: - -```yaml -excerpt: "This post should display a **header with an overlay image**, if the theme supports it." -header: - overlay_image: unsplash-image-1.jpg - caption: "Photo credit: [**Unsplash**](https://unsplash.com)" - cta_label: "More Info" - cta_url: "https://unsplash.com" -``` - -You'd get a header image overlaid with text and a call to action button like this: - -![single layout header overlay example]({{ base_path }}/images/mm-single-header-overlay-example.jpg) - -You also have the option of specifying a solid background-color to use instead of an image. - -![single layout header overlay with background fill]({{ base_path }}/images/mm-single-header-overlay-fill-example.jpg) - -```yaml -excerpt: "This post should display a **header with a solid background color**, if the theme supports it." -header: - overlay_color: "#333" -``` - ---- - -## Sidebars - -The space to the left of a page's main content is blank by default, but has the ability to show an author profile (name, short biography, social media links), custom content, or both. - -### Author Profile - -Add `author_profile: true` to a post or page's YAML Front Matter. - -![single layout example]({{ base_path }}/images/mm-layout-single.png) - -Better yet, enable it with Front Matter Defaults set in `_config.yml`. - -```yaml -defaults: - # _posts - - scope: - path: "" - type: posts - values: - author_profile: true -``` - -**Note:** To disable the author sidebar profile for a specific post or page, add `author_profile: false` to the YAML Front Matter instead. -{: .notice--warning} - -### Custom Sidebar Content - -Blocks of content can be added by using the following under `sidebar`: - -| Name | Description | -| ---- | ----------- | -| **title** | Title or heading. | -| **image** | Image path placed in `/images/` folder or an external URL. | -| **image_alt** | Alternate description for image. | -| **text** | Text. Markdown is allowed. | - -Multiple blocks can also be added by following the example below: - -```yaml -sidebar: - - title: "Title" - image: http://placehold.it/350x250 - image_alt: "image" - text: "Some text here." - - title: "Another Title" - text: "More text here." -``` - -<figure> - <img src="{{ base_path }}/images/mm-custom-sidebar-example.jpg" alt="custom sidebar content example"> - <figcaption>Example of custom sidebar content added as YAML Front Matter.</figcaption> -</figure> - -**ProTip:** Custom sidebar content added to a post or page's YAML Front Matter will appear above the author profile if enabled with `author_profile: true`. -{: .notice--info} \ No newline at end of file diff --git a/_docs/10-posts.md b/_docs/10-posts.md deleted file mode 100644 index e2cae5c1..00000000 --- a/_docs/10-posts.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -title: "Working with Posts" -permalink: /docs/posts/ -excerpt: "Suggestions and Front Matter defaults for working with posts." -sidebar: - title: "v3.0" - nav: docs -modified: 2016-04-13T15:54:02-04:00 ---- - -{% include base_path %} - -Posts are stored in the `_posts` directory and named according to the `YEAR-MONTH-DAY-title.MARKUP` format as per [the usual](https://jekyllrb.com/docs/posts/). - -**Recommended Front Matter Defaults:** - -```yaml -defaults: - # _posts - - scope: - path: "" - type: posts - values: - layout: single - author_profile: true - read_time: true - comments: true - share: true - related: true -``` - -Adding the above to `_config.yml` will assign the `single` layout and enable: *author profile*, *reading time*, *comments*, *social sharing links*, and *related posts*, for all posts. - -**ProTip:** Remember to write unique `excerpt` descriptions for each post for improved SEO and archive listings. -{: .notice--info} \ No newline at end of file diff --git a/_docs/11-pages.md b/_docs/11-pages.md deleted file mode 100644 index fd0a260e..00000000 --- a/_docs/11-pages.md +++ /dev/null @@ -1,48 +0,0 @@ ---- -title: "Working with Pages" -permalink: /docs/pages/ -excerpt: "Suggestions and Front Matter defaults for working with pages." -sidebar: - title: "v3.0" - nav: docs -modified: 2016-04-13T15:54:02-04:00 ---- - -{% include base_path %} - -To better organize all of your pages you can centralize them into a single location similar to posts and collections. - -**Step 1:** Start by placing pages (`.md` or `.html` files) into a `_pages` directory. Meaningfully naming files should be the goal. Avoid patterns like `/about/index.md` as it makes distinguishing between multiple `index.md` files harder. - -```bash -sample-project -└── _pages/ - ├── 404.md # custom 404 page - ├── about.md # about page - └── contact.md # contact page -``` - -**Step 2:** Include pages to be sure Jekyll "sees" and processes the files inside of `_pages`. Add `include: ["_pages"]` to `_config.yml`. - -**Step 3:** Assign permalink overrides in the YAML Front Matter of each. - -Examples: - -| filename | permalink | -| -------- | --------- | -| _pages/about.md | `permalink: /about/` | -| _pages/home.md | `permalink: /` | -| _pages/contact.md | `permalink: /contact/` | - -**Recommended Front Matter Defaults:** - -```yaml -defaults: - # _pages - - scope: - path: "" - type: pages - values: - layout: single - author_profile: true -``` \ No newline at end of file diff --git a/_docs/12-collections.md b/_docs/12-collections.md deleted file mode 100644 index 82941fba..00000000 --- a/_docs/12-collections.md +++ /dev/null @@ -1,51 +0,0 @@ ---- -title: "Working with Collections" -permalink: /docs/collections/ -excerpt: "Suggestions and Front Matter defaults for working with collections." -sidebar: - title: "v3.0" - nav: docs -modified: 2016-04-13T15:54:02-04:00 ---- - -{% include base_path %} - -Collections like posts and pages work as you'd expect. If you're new to them be sure to read [Jekyll's documentation](https://jekyllrb.com/docs/collections/). - -The theme has been built with collections in mind and you will find [several examples]({{ base_path }}/collection-archive/) on the demo site ([portfolio]({{ base_path }}/portfolio/), [recipes]({{ base_path }}/recipes/), pets). - -**Collections in the Wild:** This set of documentation is also [built as a collection]({{ site.gh_repo }}/gh-pages/_docs/) if you're looking for a fully fleshed out example to inspect. -{: .notice--info} - ---- - -A popular use case for collections is to build a portfolio section as part of one's personal site. Let's quickly walk through the steps to do that. - -**Step 1:** Configure the portfolio collection by adding the following to `_config.yml`. - -```yaml -collections: - portfolio: - output: true - permalink: /:collection/:path/ -``` - -These settings essentially say output `index.html` files for each portfolio document in `_portfolio` at `_site/portfolio/<document-filename>/`. - -Just like posts and pages you'll probably want to set some defaults for the Front Matter: - -```yaml -defaults: - # _portfolio - - scope: - path: "" - type: portfolio - values: - layout: single - author_profile: false - share: true -``` - -And then create portfolio content like [`_portfolio/foo-bar-website.md`]({{ site.gh_repo }}/gh-pages/_portfolio/foo-bar-website.md), to end up with something like this. - -![portfolio collection example]({{ base_path }}/images/mm-portfolio-collection-example.jpg) \ No newline at end of file diff --git a/_docs/13-helpers.md b/_docs/13-helpers.md deleted file mode 100644 index 4be92939..00000000 --- a/_docs/13-helpers.md +++ /dev/null @@ -1,179 +0,0 @@ ---- -title: "Helpers" -permalink: /docs/helpers/ -excerpt: "Jekyll `_includes` and other helpers to use as shortcuts for creating archives, galleries, table of contents, and more." -sidebar: - title: "v3.0" - nav: docs -gallery: - - url: unsplash-gallery-image-1.jpg - image_path: unsplash-gallery-image-1-th.jpg - alt: "placeholder image 1" - - url: unsplash-gallery-image-2.jpg - image_path: unsplash-gallery-image-2-th.jpg - alt: "placeholder image 2" - - url: unsplash-gallery-image-3.jpg - image_path: unsplash-gallery-image-3-th.jpg - alt: "placeholder image 3" -feature_row: - - image_path: unsplash-gallery-image-1-th.jpg - alt: "placeholder image 1" - title: "Placeholder 1" - excerpt: "This is some sample content that goes here with **Markdown** formatting." - - image_path: unsplash-gallery-image-2-th.jpg - alt: "placeholder image 2" - title: "Placeholder 2" - excerpt: "This is some sample content that goes here with **Markdown** formatting." - url: "#test-link" - btn_label: "Read More" - btn_class: "btn--inverse" - - image_path: unsplash-gallery-image-3-th.jpg - title: "Placeholder 3" - excerpt: "This is some sample content that goes here with **Markdown** formatting." -modified: 2016-04-13T15:54:02-04:00 ---- - -{% include base_path %} -{% include toc icon="gears" title="Helpers" %} - -You can think of these Jekyll helpers as little shortcuts. Since GitHub Pages doesn't allow most plugins --- [custom tags](https://jekyllrb.com/docs/plugins/#tags) are out. Instead the theme leverages [**includes**](https://jekyllrb.com/docs/templates/#includes) to do something similar. - -## Base Path - -Instead of repeating `{% raw %}{{ site.url }}{{ site.baseurl }}{% endraw %}` over and over again to create absolute URLs, you can use `{% raw %}{{ base_path }}{% endraw %}` instead. Simply add `{% raw %}{% include base_path %}{% endraw %}` to layouts, posts, pages, collections, or other includes and you're good to go. - -**ProTip:** It's a good practice to prepend all assets links (especially post images) with `{% raw %}{{ base_path }}{% endraw %}` so they correctly resolve in the site's XML feeds. -{: .notice--info} - -## Group by Array - -[Jekyll Group-By-Array](https://github.com/mushishi78/jekyll-group-by-array) by [Max White](mushishi78@gmail.com). - - A liquid include file for Jekyll that allows an object to be grouped by an array. - -The Liquid based taxonomy archives found amongst the demo pages rely on this helper. - -| Description | | | -| ----------- | ------------------------ | --------------------------- | -| All posts grouped by category | [Source][category-array] | [Demo][category-array-demo] | -| All posts grouped by tags | [Source][tag-array] | [Demo][tag-array-demo] | - -[category-array]: {{ site.gh_repo }}/gh-pages/_pages/category-archive.html -[category-array-demo]: {{ base_path }}/categories/ -[tag-array]: {{ site.gh_repo }}/gh-pages/_pages/tag-archive.html -[tag-array-demo]: {{ base_path }}/tags/ - -## Gallery - -Generate a `<figure>` element with optional caption of arrays with two or more images. - -To place a gallery add the necessary YAML Front Matter. - -| Name | Required | Description | -| ---- | -------- | ----------- | -| **url** | Optional | URL to link gallery image to (eg. a larger detail image). | -| **image_path** | **Required** | For images placed in the `/images/` directory just add the filename and extension. Use absolute URLS for those hosted externally. | -| **alt** | Optional | Alternate text for image. | - -```yaml -gallery: - - url: unsplash-gallery-image-1.jpg - image_path: unsplash-gallery-image-1-th.jpg - alt: "placeholder image 1" - - url: unsplash-gallery-image-2.jpg - image_path: unsplash-gallery-image-2-th.jpg - alt: "placeholder image 2" - - url: unsplash-gallery-image-3.jpg - image_path: unsplash-gallery-image-3-th.jpg - alt: "placeholder image 3" -``` - -And then drop-in the gallery include in the body where you'd like it to appear. - -| Include Parameter | Required | Description | Default | -| ----------------- | -------- | ----------- | ------- | -| **id** | Optional | To add multiple galleries to a document uniquely name them in the YAML Front Matter and reference in `{% raw %}{% include gallery id="gallery_id" %}{% endraw %}` | `gallery` | -| **class** | Optional | Use to add a `class` attribute to the surrounding `<figure>` element for additional styling needs. | | -| **caption** | Optional | Gallery caption description. Markdown is allowed. | | - -```liquid -{% raw %}{% include gallery caption="This is a sample gallery with **Markdown support**." %}{% endraw %} -``` - -**Gallery example with caption:** - -{% include gallery caption="This is a sample gallery with **Markdown support**." %} - -**More Gallery Goodness:** A [few more examples]({{ base_path }}{% post_url 2010-09-09-post-gallery %}) and [source code]({{ site.gh_repo }}/gh-pages/_posts/2010-09-09-post-gallery.md) can be seen in the demo site. -{: .notice--info} - -## Feature Row - -Designed to compliment the [`splash`]({{ base_path }}/docs/layouts/#splash-page-layout) page layout as a way of arranging and aligning "feature blocks" containing text or image. - -To add a feature row containing three content blocks with text and image, add the following YAML Front Matter - -| Name | Required | Description | Default | -| ---- | ----------- | ----------- | ------- | -| **image_path** | **Required** | For images placed in the `/images/` directory just add the filename and extension. Use absolute URLS for those hosted externally. | | -| **alt** | Optional | Alternate text for image. | | -| **title** | Optional | Content block title. | | -| **excerpt** | Optional | Content block excerpt text. Markdown is allowed. | | -| **url** | Optional | URL that the button should link to. | | -| **btn_label** | Optional | Button text label. | `more_label` in UI Text data file. | -| **btn_class** | Optional | Button style. See [utility classes]({{ base_path }}/docs/utility-classes/#buttons) for options. | `btn` | - -```yaml -feature_row: - - image_path: unsplash-gallery-image-1-th.jpg - alt: "placeholder image 1" - title: "Placeholder 1" - excerpt: "This is some sample content that goes here with **Markdown** formatting." - - image_path: unsplash-gallery-image-2-th.jpg - alt: "placeholder image 2" - title: "Placeholder 2" - excerpt: "This is some sample content that goes here with **Markdown** formatting." - url: "#test-link" - btn_label: "Read More" - btn_class: "btn--inverse" - - image_path: unsplash-gallery-image-3-th.jpg - title: "Placeholder 3" - excerpt: "This is some sample content that goes here with **Markdown** formatting." -``` - -And then drop-in the feature row include in the body where you'd like it to appear. - -| Include Parameter | Required | Description | Default | -| ----------------- | -------- | ----------- | ------- | -| **id** | Optional | To add multiple rows to a document uniquely name them in the YAML Front Matter and reference in `{% raw %}{% include feature_row id="row2" %}{% endraw %}` | `feature_row` | -| **type** | Optional | Alignment of the featured blocks in the row. Options include: `left`, `center`, or `right` aligned. | | - -```liquid -{% raw %}{% include feature_row %}{% endraw %} -``` - -{% include feature_row %} - -**More Feature Row Goodness:** A [few more examples]({{ base_path }}/splash-page/) and [source code]({{ site.gh_repo }}/gh-pages/_pages/splash-page.md) can be seen in the demo site. -{: .notice--info} - -## Table of Contents - -To include an [auto-generated table of contents](http://kramdown.rubyforge.org/converter/html.html#toc) for posts and pages, add the following helper before any actual content in your post or page. - -```liquid -{% raw %}{% include toc %}{% endraw %} -``` - -![table of contents example]({{ base_path }}/images/mm-toc-helper-example.jpg) - -| Parameter | Required | Description | Default | -| --------- | -------- | ----------- | ------- | -| **title** | Optional | Table of contents title. | `toc_label` in UI Text data file. | -| **icon** | Optional | Table of contents icon (shows before the title). | [Font Awesome](https://fortawesome.github.io/Font-Awesome/icons/) <i class="fa fa-file-text"></i> **file-text** icon. Any other FA icon can be used instead. | - -**TOC example with custom title and icon** - -```liquid -{% raw %}{% include toc icon="gears" title="My Table of Contents" %}{% endraw %} -``` \ No newline at end of file diff --git a/_docs/14-utility-classes.md b/_docs/14-utility-classes.md deleted file mode 100644 index 4f74d633..00000000 --- a/_docs/14-utility-classes.md +++ /dev/null @@ -1,179 +0,0 @@ ---- -title: "Utility Classes" -permalink: /docs/utility-classes/ -excerpt: "CSS classes for aligning text/image, styling buttons and notices, and more." -sidebar: - title: "v3.0" - nav: docs -modified: 2016-04-13T15:54:02-04:00 ---- - -{% include base_path %} -{% include toc icon="gears" title="Utility Classes" %} - -Using the Kramdown Markdown renderer with Jekyll allows you to add [block](http://kramdown.gettalong.org/quickref.html#block-attributes) and [inline attributes](http://kramdown.gettalong.org/quickref.html#inline-attributes). This is nice if you want to add custom styling to text and image, and still write in Markdown. - -**Jekyll 3:** Kramdown is the default for `jekyll new` sites and those hosted on GitHub Pages. Not using Kramdonw? That's OK. The following classes are still available when used with standard HTML. -{: .notice--warning} - -## Text Alignment - -Align text blocks with the following classes. - -Left aligned text `.text-left` -{: .text-left} - -```markdown -Left aligned text -{: .text-left} -``` - ---- - -Center aligned text. `.text-center` -{: .text-center} - -```markdown -Center aligned text. -{: .text-center} -``` - ---- - -Right aligned text. `.text-right` -{: .text-right} - -```markdown -Right aligned text. -{: .text-right} -``` - ---- - -**Justified text.** `.text-justify` Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque vel eleifend odio, eu elementum purus. In hac habitasse platea dictumst. Fusce sed sapien eleifend, sollicitudin neque non, faucibus est. Proin tempus nisi eu arcu facilisis, eget venenatis eros consequat. -{: .text-justify} - -```markdown -Justified text. -{: .text-justify} -``` - ---- - -No wrap text. `.text-nowrap` -{: .text-nowrap} - -```markdown -No wrap text. -{: .text-nowrap} -``` - -## Image Alignment - -Position images with the following classes. - -![image-center]({{ site.url }}{{ site.baseurl }}/images/image-alignment-580x300.jpg){: .align-center} - -The image above happens to be **centered**. - -```markdown -![image-center](/images/filename.jpg){: .align-center} -``` - ---- - -![image-left]({{ site.url }}{{ site.baseurl }}/images/image-alignment-150x150.jpg){: .align-left} The rest of this paragraph is filler for the sake of seeing the text wrap around the 150×150 image, which is **left aligned**. There should be plenty of room above, below, and to the right of the image. Just look at him there --- Hey guy! Way to rock that left side. I don't care what the right aligned image says, you look great. Don't let anyone else tell you differently. - -```markdown -![image-left](/images/filename.jpg){: .align-left} -``` - ---- - -![image-right]({{ site.url }}{{ site.baseurl }}/images/image-alignment-300x200.jpg){: .align-right} - -And now we're going to shift things to the **right align**. Again, there should be plenty of room above, below, and to the left of the image. Just look at him there --- Hey guy! Way to rock that right side. I don't care what the left aligned image says, you look great. Don't let anyone else tell you differently. - -```markdown -![image-right](/images/filename.jpg){: .align-right} -``` - ---- - -![full]({{ site.url }}{{ site.baseurl }}/images/image-alignment-1200x4002.jpg) -{: .full} - -The image above should extend outside of the parent container on right. - -```markdown -![full](/images/filename.jpg) -{: .full} -``` - -## Buttons - -Make any link standout more when applying the `.btn` class. - -```html -<a href="#" class="btn">Link Text</a> -``` - -| Button Type | Example | Class | Kramdown | -| ------ | ------- | ----- | ------- | -| Default | [Text](#link){: .btn} | `.btn` | `[Text](#link){: .btn}` | -| Success | [Text](#link){: .btn .btn--success} | `.btn .btn--success` | `[Text](#link){: .btn .btn--success}` | -| Warning | [Text](#link){: .btn .btn--warning} | `.btn .btn--warning` | `[Text](#link){: .btn .btn--warning}` | -| Danger | [Text](#link){: .btn .btn--danger} | `.btn .btn--danger` | `[Text](#link){: .btn .btn--danger}` | -| Info | [Text](#link){: .btn .btn--info} | `.btn .btn--info` | `[Text](#link){: .btn .btn--info}` | -| Inverse | [Text](#link){: .btn .btn--inverse} | `.btn .btn--inverse` | `[Text](#link){: .btn .btn--inverse}` | -| Light Outline | [Text](#link){: .btn .btn--light-outline} | `.btn .btn--light-outline` | `[Text](#link){: .btn .btn--light-outline}` | - -| Button Size | Example | Class | Kramdown | -| ----------- | ------- | ----- | -------- | -| X-Large | [X-Large Button](#){: .btn .btn--x-large} | `.btn .btn--x-large` | `[Text](#link){: .btn .btn--x-large}` | -| Large | [Large Button](#){: .btn .btn--large} | `.btn .btn--large` | `[Text](#link){: .btn .btn--large}` | -| Default | [Default Button](#){: .btn} | `.btn` | `[Text](#link){: .btn}` | -| Small | [Small Button](#){: .btn .btn--small} | `.btn .btn--small` | `[Text](#link){: .btn .btn--small}` | - -## Notices - -Call attention to a block of text. - -| Notice Type | Class | -| ----------- | ----- | -| Default | `.notice` | -| Primary | `.notice--primary` | -| Info | `.notice--info` | -| Warning | `.notice--warning` | -| Success | `.notice--success` | -| Danger | `.notice--danger` | - -**Watch out!** This paragraph of text has been emphasized with the `{: .notice}` class. -{: .notice} - -**Watch out!** This paragraph of text has been emphasized with the `{: .notice--primary}` class. -{: .notice--primary} - -**Watch out!** This paragraph of text has been emphasized with the `{: .notice--info}` class. -{: .notice--info} - -**Watch out!** This paragraph of text has been emphasized with the `{: .notice--warning}` class. -{: .notice--warning} - -**Watch out!** This paragraph of text has been emphasized with the `{: .notice--success}` class. -{: .notice--success} - -**Watch out!** This paragraph of text has been emphasized with the `{: .notice--danger}` class. -{: .notice--danger} - -{% capture notice-text %} -You can also add the `.notice` class to a `<div>` element. - -* Bullet point 1 -* Bullet point 2 -{% endcapture %} - -<div class="notice--info"> - <h4>Notice Headline:</h4> - {{ notice-text | markdownify }} -</div> \ No newline at end of file diff --git a/_docs/15-stylesheets.md b/_docs/15-stylesheets.md deleted file mode 100644 index a3c2143f..00000000 --- a/_docs/15-stylesheets.md +++ /dev/null @@ -1,150 +0,0 @@ ---- -title: "Stylesheets" -permalink: /docs/stylesheets/ -excerpt: "Instructions for customizing and building the theme's stylesheets." -sidebar: - title: "v3.0" - nav: docs -modified: 2016-04-13T15:54:02-04:00 ---- - -{% include base_path %} - -The theme's `main.css` stylesheet is built from several SCSS partials located in `/assets/_scss/` and are structured as follows: - -```bash -minimal mistakes -├── assets -| ├── _scss -| | ├── vendor # vendor SCSS partials -| | | ├── breakpoint # media query mixins -| | | ├── font-awesome # Font Awesome icons -| | | ├── magnific-popup # Magnific Popup lightbox -| | | └── susy # Susy grid system -| | ├── _animations.scss # animations -| | ├── _archive.scss # archives (list, grid, feature views) -| | ├── _base.scss # base HTML elements -| | ├── _buttons.scss # buttons -| | ├── _footer.scss # footer -| | ├── _masthead.scss # masthead -| | ├── _mixins.scss # mixins (em function, clearfix) -| | ├── _navigation.scss # nav links (breadcrumb, priority+, toc, pagination, etc.) -| | ├── _notices.scss # notices -| | ├── _page.scss # pages -| | ├── _print.scss # print styles -| | ├── _reset.scss # reset -| | ├── _sidebar.scss # sidebar -| | ├── _syntax.scss # syntax highlighting -| | ├── _tables.scss # tables -| | ├── _utilities.scss # utility classes (text/image alignment) -| | ├── _variables.scss # theme defaults (fonts, colors, etc.) -| | └── main.scss # all SCSS partials are imported here -| ├── css -| | └── main.css # compiled theme stylesheet -``` - -## Customizing - -The settings in `/assets/_scss/_variables.scss` can modify the following aspects of the theme: - -### Paragraph Indention - -To mimic the look of type set in a printed book or manuscript you may want to enable paragraph indention. When `$paragraph-indent` is set to `true` indents are added to each sibling and the margin below each paragraph is removed. - -<figure> - <img src="{{ base_path }}/images/mm-paragraph-indent-example.jpg" alt="indented paragraph example"> - <figcaption>Example of indented paragraphs.</figcaption> -</figure> - -The size of the indent can also be customized by changing the value of `$indent-var`. - -### Font Stacks - -By default the theme uses [system fonts](https://medium.com/designing-medium/system-shock-6b1dc6d6596f#.rb81vgn7i) for all of the font stacks (serif, sans-serif, and monospace). This is done in part to provide a clean base for you to build off of and to improve performance since we aren't loading any custom webfonts[^font-awesome] by default. - -```scss -/* system typefaces */ -$serif : Georgia, Times, serif; -$sans-serif : -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif; -$monospace : Monaco, Consolas, "Lucida Console", monospace; -``` - -[^font-awesome]: Apart from [Font Awesome](https://fortawesome.github.io/Font-Awesome/) icon webfonts. - -Sans-serif fonts have been used for most of the type, with serifs reserved for captions. If you wish to change this you'll need to poke around the various `SCSS` partials and modify `font-family` declarations. - -**ProTip:** To use webfonts from services like [Adobe TypeKit](https://typekit.com/) or [Google Fonts](https://www.google.com/fonts) simply update the font stacks and then add their scripts to `_includes/head/custom.html`. -{: .notice--info} - -### Type Scale - -Wherever possible type scale variables have been used instead of writing out fixed sizes. This makes updating much easier by changing values in one file, `_variables.scss`. - -Example: - -```scss -.page__lead { - font-family: $global-font-family; - font-size: $type-size-4; -} -``` - -Type sizes are set in ems to proportional scale as the screen size changes. Large headlines that look great on desktop monitors will shrink ever so slightly as to not be too big on mobile devices. To adjust this hierarchy simply edit the default values: - -```scss -/* type scale */ -$type-size-1 : 2.441em; // ~39.056px -$type-size-2 : 1.953em; // ~31.248px -$type-size-3 : 1.563em; // ~25.008px -$type-size-4 : 1.25em; // ~20px -$type-size-5 : 1em; // ~16px -$type-size-6 : 0.75em; // ~12px -$type-size-7 : 0.6875em; // ~11px -$type-size-8 : 0.625em; // ~10px -``` - -### Colors - -Change the mood of your site by altering a few color variables. `$body-color`, `$background-color`, `$text-color`, `$link-color`, and `$masthead-link-color` will have the most affect when changed. - -### Breakpoints and Grid Stuff - -Probably won't need to touch these, but they're there if you need to. Width variables are used with the [`@include breakpoint()`](http://breakpoint-sass.com/) mixin to adapt the design of certain elements. - -And `$susy` is used for setting [the grid](http://susy.oddbird.net/) the theme uses. Uncommenting the lines under `debug` can be useful if you want to show the columns when adjusting the layout. - -<figure> - <img src="{{ base_path }}/images/mm-susy-grid-overlay.jpg" alt="Susy grid overlay for debugging"> - <figcaption>Susy grid debug overlay enabled.</figcaption> -</figure> - ---- - -The theme does not leverage Jekyll's [built-in support for preprocessing Sass](https://jekyllrb.com/docs/assets/#sassscss) files. Why is that you ask? [**Autoprefixer**](https://github.com/postcss/autoprefixer)! As part of a build step the stylesheet is post processed with Autoprefixer to add vendor prefixes --- something not currently possible without a plugin[^jekyll-assets]. - -[^jekyll-assets]: A better solution would be to use the fantastic [jekyll-assets](https://github.com/jekyll/jekyll-assets) plugin to manage your assets if you aren't hosting with GitHub Pages. Autoprefixer support is built-in :smile:. - -If you plan on making any changes to the `.scss` partials you will need to rebuild the stylesheet outside of the normal Jekyll workflow. - -**Sass/SCSS files:** You can of course modify the structure of the CSS files to have Jekyll natively process `main.scss` for you. Just be sure to update the partials to include any vendor prefixes or else things may look off in older browsers. -{: .notice--info} - -## Build Process - -In an effort to reduce dependencies a set of [**npm scripts**](https://css-tricks.com/why-npm-scripts/) are used to build the CSS instead of task runners like [Gulp](http://gulpjs.com/) or [Grunt](http://gruntjs.com/). If those tools are more your style then by all means use them instead :wink:. - -To get started: - -1. Install [Node.js](http://nodejs.org/). -2. `cd` to the root of your project. -3. Install all of the dependencies by running `npm install`. - -**Note:** If you upgraded from a previous version of the theme be sure you copied over [`package.json`]({{ site.gh_repo }}/master/package.json) prior to running `npm install`. -{: .notice--warning} - -If all goes well, running `npm build:css` will process all SCSS files into `main.css`, which should then pipe through Autoprefixer. - -``` -Rendering Complete, saving .css file... -Wrote CSS to \assets\css\main.css -``` diff --git a/_docs/16-javascript.md b/_docs/16-javascript.md deleted file mode 100644 index ace62c17..00000000 --- a/_docs/16-javascript.md +++ /dev/null @@ -1,53 +0,0 @@ ---- -title: "JavaScript" -permalink: /docs/javascript/ -excerpt: "Instructions for customizing and building the theme's scripts." -sidebar: - title: "v3.0" - nav: docs -modified: 2016-04-13T15:54:02-04:00 ---- - -{% include base_path %} - -The theme's `main.js` script is built from several vendor, jQuery plugins, and other scripts found in `/assets/js/`. - -```bash -minimal mistakes -├── assets -| ├── js -| | ├── plugins -| | | ├── jquery.fitvids.js # fluid width video embeds -| | | ├── jquery.greedy-navigation.js # priority plus navigation -| | | ├── jquery.magnific-popup.js # responsive lightbox -| | | ├── jquery.smooth-scroll.min.js # make same-page links scroll smoothly -| | | └── stickyfill.min.js # `position: sticky` polyfill -| | ├── vendor -| | | └── jquery -| | | └── jquery-1.12.1.min.js -| | ├── _main.js # jQuery plugin settings and other scripts -| | └── main.min.js # concatenated and minified scripts -``` - -## Customizing - -To modify or add your own scripts include them in `/assets/js/_main.js` and then rebuild using `npm run build:js`. See below for more details. - -If you add additional scripts to `/assets/js/plugins/` and would like them concatenated with the others, be sure to update the `uglify` script in `package.json`. Same goes for scripts that you remove. - ---- - -## Build Process - -In an effort to reduce dependencies a set of [**npm scripts**](https://css-tricks.com/why-npm-scripts/) are used to build `main.min.js` instead of task runners like [Gulp](http://gulpjs.com/) or [Grunt](http://gruntjs.com/). If those tools are more your style then by all use them instead :wink:. - -To get started: - -1. Install [Node.js](http://nodejs.org/). -2. `cd` to the root of your project. -3. Install all of the dependencies by running `npm install`. - -**Note:** If you upgraded from a previous version of the theme be sure you copied over [`package.json`]({{ site.gh_repo }}/master/package.json) prior to running `npm install`. -{: .notice--warning} - -If all goes well, running `npm build:js` will compress/concatenate `_main.js` and all plugin scripts into `main.min.js`. \ No newline at end of file diff --git a/_docs/17-history.md b/_docs/17-history.md deleted file mode 100644 index 20a81888..00000000 --- a/_docs/17-history.md +++ /dev/null @@ -1,65 +0,0 @@ ---- -title: "History" -permalink: /docs/history/ -excerpt: "Changelog of enhancements and bug fixes made to the theme." -sidebar: - title: "v3.0" - nav: docs -modified: 2016-04-13T15:27:39-04:00 ---- - -## [1.2.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.2.0) - -### Bug Fixes - -- Table weren't filling the entire width of the content container. They now scale at 100%. Thanks [@dhruvbhatia](https://github.com/dhruvbhatia) - -### Enhancements - -- Decreased spacing between Markdown footnotes -- Removed dark background on footer -- Removed UPPERCASE styling on post titles in the index listing - -## [1.1.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.1.4) - -### Bug Fixes - -- Fix top navigation bug issue ([#10](https://github.com/mmistakes/minimal-mistakes/issues/10)) for real this time. Remember to clear your floats kids. - -## [1.1.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.1.3) - -### Bug Fixes - -- Fix top navigation links that weren't click able on small viewports (Issue [#10](https://github.com/mmistakes/minimal-mistakes/issues/10)). -- Remove line wrap from top navigation links that may span multiple lines. - -## [1.1.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.1.2) - -### Enhancements - -- Added Grunt build script for compiling Less/JavaScript and optimizing image assets. -- Added support for large image summary Twitter card. -- Stylesheet adjustments - -## [1.1.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.1.1) - -### Bug Fixes - -- Removed [Typeplate](http://typeplate.com/) styles. Was [causing issues with newer versions of Less](https://github.com/typeplate/typeplate.github.io/issues/108) and is no longer maintained. - -### Enhancements - -- Added [image attribution](http://mmistakes.github.io/minimal-mistakes/theme-setup/#feature-images) for post and page feature images. -- Added [404 page](http://mmistakes.github.io/minimal-mistakes/404.html). -- Cleaned up various Less variables to better align with naming conventions used in other MM Jekyll themes. -- Removed Chrome Frame references. -- Added global CSS3 transitions to text and block elements. -- Improved typography in a few places. - -## [1.0.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/v1.0.2) - -### Enhancements - -- Google Analytics, Google Authorship, webmaster verifies, and Twitter card meta are now optional. - -## [1.0.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/v1.0.1) \ No newline at end of file diff --git a/_docs/18-contributing.md b/_docs/18-contributing.md deleted file mode 100644 index 29083c48..00000000 --- a/_docs/18-contributing.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Contributing" -permalink: /docs/contributing/ -excerpt: "How you can contribute to make this theme better." -sidebar: - title: "v3.0" - nav: docs -modified: 2016-04-13T15:54:02-04:00 ---- - -Having trouble working with the theme? Found a typo in the documentation? Interested in adding a feature or [fixing a bug]({{ site.gh_repo }}/issues)? Then by all means [submit an issue]({{ site.gh_repo }}/issues/new) or [pull request]({{ site.gh_repo }}/compare). 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. - -As the theme's name implies strives to keep things as minimal as possible. It has been designed as a base for you to build off of. - -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 :smile:. \ No newline at end of file diff --git a/_docs/19-docs-2-2.md b/_docs/19-docs-2-2.md deleted file mode 100644 index adeae18c..00000000 --- a/_docs/19-docs-2-2.md +++ /dev/null @@ -1,305 +0,0 @@ ---- -title: "2.2 Documentation" -permalink: /docs/docs-2-2/ -excerpt: "Setup and installation instructions for Minimal Mistakes 2.2 (deprecated)." -sidebar: - title: "v3.0" - nav: docs -modified: 2016-04-13T15:54:02-04:00 ---- - -{% include base_path %} -{% include toc %} - -## Installation - -Minimal Mistakes now requires [Jekyll](http://jekyllrb.com/) 3.0. Make sure to run `bundle update` if you aren't on the latest version to update all gem dependencies. - -If you are creating a new Jekyll site using Minimal Mistakes follow these steps: - -1. Fork the [Minimal Mistakes repo](http://github.com/mmistakes/minimal-mistakes/fork). -2. Clone the repo you just forked and rename it. -3. [Install Bundler](http://bundler.io) `gem install bundler` and Run `bundle install` to install all dependencies (Jekyll, [Jekyll-Sitemap](https://github.com/jekyll/jekyll-sitemap), [Octopress](https://github.com/octopress/octopress), etc) -4. Update `config.yml`, add navigation, and replace demo posts and pages with your own. Full details below. - -If you want to use Minimal Mistakes with an existing Jekyll site follow these steps: - -1. [Download Minimal Mistakes](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.2.1) and unzip. -2. Rename `minimal-mistakes-master` to something meaningful ie: `new-site` -3. Run `bundle install` to install all dependencies (Jekyll, [Jekyll-Sitemap](https://github.com/jekyll/jekyll-sitemap), [Octopress](https://github.com/octopress/octopress), etc) -4. Remove demo posts/pages and replace with your own posts, pages, and any other content you want to move over. -5. Update posts' and pages' YAML to match variables used by Minimal Mistakes. Full details below. -6. Update `_config.yml` and add navigation links. Full details below. - -**Pro-tip:** Delete the `gh-pages` branch after cloning and start fresh by branching off `master`. There is a bunch of garbage in `gh-pages` used for the theme's demo site that I'm guessing you won't want. -{: .notice} - -## Running Jekyll - -The preferred method for running Jekyll is with `bundle exec`, but if you're willing to deal gem conflicts feel free to go cowboy with a `jekyll serve` or `jekyll build`. - -> In some cases, running executables without bundle exec may work, if the executable happens to be installed in your system and does not pull in any gems that conflict with your bundle. -> ->However, this is unreliable and is the source of considerable pain. Even if it looks like it works, it may not work in the future or on another machine. - -```bash -bundle exec jekyll serve -``` - -## Scaffolding - -How Minimal Mistakes is organized and what the various files are. All posts, layouts, includes, stylesheets, assets, and whatever else is grouped nicely under the root folder. The compiled Jekyll site outputs to `_site/`. - -```bash -minimal-mistakes/ -├── _includes/ -| ├── author-bio.html # bio stuff layout. pulls optional owner data from _config.yml -| ├── browser-upgrade # prompt to install a modern browser for < IE9 -| ├── disqus-comments # Disqus comments script -| ├── footer # site footer -| ├── head # site head -| ├── navigation # site top navigation -| ├── open-graph.html # Twitter Cards and Open Graph meta data -| └── scripts # site scripts -├── _layouts/ -| ├── home.html # homepage layout -| ├── page.html # page layout -| ├── post-index.html # post index layout -| └── post.html # single post layout -├── _posts/ # MarkDown formatted posts -├── _sass/ # Sass stylesheets -├── _templates/ # used by Octopress to define YAML variables for new posts/pages -├── about/ # sample about page -├── assets/ -| ├── css/ # compiled stylesheets -| ├── fonts/ # webfonts -| ├── js/ -| | ├── _main.js # main JavaScript file, plugin settings, etc -| | ├── plugins/ # scripts and jQuery plugins to combine with _main.js -| | ├── scripts.min.js # concatenated and minified _main.js + plugin scripts -| | └── vendor/ # vendor scripts to leave alone and load as is -| └── less/ -├── images/ # images for posts and pages -├── 404.md # 404 page -├── feed.xml # Atom feed template -├── index.md # sample homepage. lists 5 latest posts -├── posts/ # sample post index page. lists all posts in reverse chronology -└── theme-setup/ # theme setup page. safe to remove -``` - -## Site Setup - -A quick checklist of the files you'll want to edit to get up and running. - -### Site Wide Configuration - -`_config.yml` is your friend. Open it up and personalize it. Most variables are self explanatory but here's an explanation of each if needed: - -#### title - -The title of your site... shocker! - -Example `title: My Awesome Site` - -#### url - -Used to generate absolute urls in `sitemap.xml`, `feed.xml`, and for generating canonical URLs in `<head>`. When developing locally either comment this out or use something like `http://localhost:4000` so all assets load properly. *Don't include a trailing `/`*. - -Examples: - -```yaml -url: http://mmistakes.github.io/minimal-mistakes -url: http://localhost:4000 -url: //cooldude.github.io -url: -``` - -#### Google Analytics and Webmaster Tools - -Google Analytics UA and Webmaster Tool verification tags can be entered under `owner` in `_config.yml`. For more information on obtaining these meta tags check [Google Webmaster Tools](http://support.google.com/webmasters/bin/answer.py?hl=en&answer=35179) and [Bing Webmaster Tools](https://ssl.bing.com/webmaster/configure/verify/ownership) support. - -### Navigation Links - -To set what links appear in the top navigation edit `_data/navigation.yml`. Use the following format to set the URL and title for as many links as you'd like. *External links will open in a new window.* - -```yaml -- title: Portfolio - url: /portfolio/ - -- title: Made Mistakes - url: http://mademistakes.com -``` - -## Adding New Content with Octopress - -While completely optional, I've included Octopress and some starter templates to automate the creation of new posts and pages. To take advantage of it start by installing the [Octopress](https://github.com/octopress/octopress) gem if it isn't already. - -```bash -$ gem install octopress -``` - -### New Post - -Default command - -```bash -$ octopress new post "Post Title" -``` - -Default works great if you want all your posts in one directory, but if you're like me and want to group them into subfolders like `/posts`, `/portfolio`, etc. Then this is the command for you. By specifying the DIR it will create a new post in that folder and populate the `categories:` YAML with the same value. - -```bash -$ octopress new post "New Portfolio Post Title" --dir portfolio -``` - -### New Page - -To create a new page use the following command. - -```bash -$ octopress new page new-page/ -``` - -This will create a page at `/new-page/index.md` - -## Layouts and Content - -Explanations of the various `_layouts` included with the theme and when to use them. - -### Post and Page - -These two layouts are very similar. Both have an author sidebar, allow for large feature images at the top, and optional Disqus comments. The only real difference is the post layout includes related posts at the end of the page. - -### Post Index Page - -A [sample index page]({{ site.url }}/posts/) listing all posts grouped by the year they were published has been provided. The name can be customized to your liking by editing a few references. For example, to change **Posts** to **Writing** update the following: - -In `_config.yml` under `links:` rename the title and URL to the following: - -```yaml - links: - - title: Writing - url: /writing/ -``` - -* Rename `posts/index.md` to `writing/index.md` and update the YAML front matter accordingly. -* Update the **View all posts** link in the `post.html` layout found in `_layouts` to match title and URL set previously. - -### Feature Images - -A good rule of thumb is to keep feature images nice and wide so you don't push the body text too far down. An image cropped around around 1024 x 256 pixels will keep file size down with an acceptable resolution for most devices. If you want to serve these images responsively I'd suggest looking at the [Jekyll Picture Tag](https://github.com/robwierzbowski/jekyll-picture-tag) plugin[^plugins]. - -[^plugins]: If you're using GitHub Pages to host your site be aware that plugins are disabled. You'll need to build your site locally and then manually deploy if you want to use this sweet plugin. - -The post and page layouts make the assumption that the feature images live in the `images/` folder. To add a feature image to a post or page just include the filename in the front matter like so. It's probably best to host all your images from this folder, but you can hotlink from external sources if you desire. - -```yaml -image: - feature: feature-image-filename.jpg - thumb: thumbnail-image.jpg #keep it square 200x200 px is good -``` - -To add attribution to a feature image use the following YAML front matter on posts or pages. Image credits appear directly below the feature image with a link back to the original source if supplied. - -```yaml -image: - feature: feature-image-filename.jpg - credit: Michael Rose #name of the person or site you want to credit - creditlink: http://mademistakes.com #url to their site or licensing -``` - -### Thumbnails for OG and Twitter Cards - -Feature and thumbnail images are used by [Open Graph](https://developers.facebook.com/docs/opengraph/) and [Twitter Cards](https://dev.twitter.com/docs/cards) as well. If you don't assign a thumbnail the default graphic *(default-thumb.png)* is used. I'd suggest changing this to something more meaningful --- your logo or avatar are good options. - -**Pro-Tip**: You need to [apply for Twitter Cards](https://dev.twitter.com/docs/cards) before they will begin showing up when links to your site are shared. -{:.notice} - -### Author Override - -By making use of data files you can assign different authors for each post. - -Start by modifying `authors.yml` file in the `_data` folder and add your authors using the following format. - -```yaml -# Authors - -billy_rick: - name : "Billy Rick" - web : "http://thewhip.com" - email : "billy@rick.com" - bio : "What do you want, jewels? I am a very extravagant man." - avatar : "bio-photo-2.jpg" - twitter : "extravagantman" - google_plus : "BillyRick" - -cornelius_fiddlebone: - name : "Cornelius Fiddlebone" - email : "cornelius@thewhip.com" - bio : "I ordered what?" - avatar : "bio-photo.jpg" - twitter : "rhymeswithsackit" - google_plus : "CorneliusFiddlebone" -``` - -To assign Billy Rick as an author for our post. We'd add the following YAML front matter to a post: - -```yaml -author: billy_rick -``` - -### Kramdown Table of Contents - -To include an auto-generated **table of contents** for posts and pages, add the following `_include` before the actual content. [Kramdown will take care of the rest](http://kramdown.rubyforge.org/converter/html.html#toc) and convert all headlines into list of links. - -```html -{% raw %}{% include toc.html %}{% endraw %} -``` - -### Paragraph Indentation - -By default the margin below paragraphs has been removed and indent added to each. This is an intentional design decision to mimic the look of type set in a printed book or manuscript. - -<figure> - <img src="{{ base_path }}/images/paragraph-indent.png" alt="screen shot of paragraphs with default indent style set"> - <figcaption>Example of the default paragraph style (indented first line and bottom margin removed).</figcaption> -</figure> - -To disable the indents and add spacing between paragraphs change the following line in `_sass/variables.scss` from `true !default` to `false` like so. - -```scss -$paragraph-indent: false; -``` - -<figure> - <img src="{{ base_path }}/images/paragraph-no-indent.png" alt="screen shot of paragraphs with indent style disabled"> - <figcaption>Example of paragraphs with $paragraph-indent disabled.</figcaption> -</figure> - -### Videos - -Video embeds are responsive and scale with the width of the main content block with the help of [FitVids](http://fitvidsjs.com/). - -Not sure if this only effects Kramdown or if it's an issue with Markdown in general. But adding YouTube video embeds causes errors when building your Jekyll site. To fix add a space between the `<iframe>` tags and remove `allowfullscreen`. Example below: - -```html -<iframe width="560" height="315" src="http://www.youtube.com/embed/PWf4WUoMXwg" frameborder="0"> </iframe> -``` - -### Social Sharing Links - -Social sharing links for Twitter, Facebook, and Google+ are included on posts/pages by default. To hide them on specific posts or pages add `share: false` to the YAML Front Matter. If you'd like to use different social networks modify `_includes/social-share` to your liking. Icons are set using [Font Awesome](http://fontawesome.io). - -## Further Customization - -Jekyll 2.x added support for Sass files making it much easier to modify a theme's fonts and colors. By editing values found in `_sass/variables.scss` you can fine tune the site's colors and typography. - -For example if you wanted a red background instead of white you'd change `$bodycolor: #fff;` to `$bodycolor: $cc0033;`. - -To modify the site's JavaScript files I setup a Grunt build script to lint/concatenate/minify all scripts into `scripts.min.js`. [Install Node.js](http://nodejs.org/), then [install Grunt](http://gruntjs.com/getting-started), and then finally install the dependencies for the theme contained in `package.json`: - -```bash -npm install -``` - -From the theme's root, use `grunt` concatenate JavaScript files, and optimize .jpg, .png, and .svg files in the `images/` folder. You can also use `grunt dev` in combination with `jekyll build --watch` to watch for updates JS files that Grunt will then automatically re-build as you write your code which will in turn auto-generate your Jekyll site when developing locally. \ No newline at end of file diff --git a/_docs/20-license.md b/_docs/20-license.md deleted file mode 100644 index 42dd2326..00000000 --- a/_docs/20-license.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: "License" -permalink: /docs/license/ -excerpt: "License for Minimal Mistakes Jekyll Theme." -sidebar: - title: "v3.0" - nav: docs -modified: 2016-04-13T15:05:12-04:00 ---- - -The MIT License (MIT) - -Copyright (c) {{ site.time | date: '%Y' }} 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. \ No newline at end of file diff --git a/_drafts/post-draft.md b/_drafts/post-draft.md deleted file mode 100644 index e0bb2bd4..00000000 --- a/_drafts/post-draft.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -layout: single -title: "Draft Post" -header: - teaser: "unsplash-gallery-image-2-th.jpg" -categories: - - Jekyll -tags: - - edge case ---- -Monocle ipsum dolor sit amet handsome pariatur aliqua, hub remarkable irure commodo classic deserunt bespoke. Sunt commodo signature, Swiss minim flat white Tsutaya excepteur artisanal et Nordic laborum joy ANA. Beams mollit exquisite Ginza efficient dolore qui Comme des Garçons Winkreative Lufthansa bulletin global. Iconic sed liveable duis. Mollit dolore eu laboris Comme des Garçons hub pintxos sed eiusmod tote bag Shinkansen nisi consectetur pariatur. Nordic international quis finest Baggu dolore, bureaux hub hand-crafted ut joy sint Airbus A380. - -Conversation handsome hub cosy, enim emerging sed K-pop velit Gaggenau charming proident et boulevard ryokan. Remarkable airport deserunt international est, nulla minim magna emerging discerning in exclusive dolor. Commodo dolore deserunt cosy, global Nordic culpa uniforms signature charming. Smart ryokan commodo, eiusmod global occaecat incididunt aliqua Beams. Boulevard conversation excepteur finest Swiss non veniam Comme des Garçons essential artisanal. Destination Scandinavian international, anim Boeing 787 in duis Baggu irure essential. - -Fugiat exclusive laborum, Gaggenau ad Winkreative sharp elit labore. Remarkable officia ryokan Boeing 787, consectetur boutique Nordic Singapore espresso elit iconic perfect izakaya soft power excepteur. Ut veniam carefully curated K-pop dolore, uniforms in voluptate. Craftsmanship Ettinger Lufthansa sophisticated esse boutique veniam exquisite. Aute cillum bespoke, intricate consectetur in exquisite international lovely bulletin irure Washlet Gaggenau deserunt. Efficient eu quality of life wardrobe labore, dolor emerging airport concierge reprehenderit izakaya dolore liveable Baggu. - -Commodo elegant essential consectetur Gaggenau culpa consequat id sophisticated St Moritz sunt conversation duis non velit. Nulla business class non ut Marylebone ANA soft power fugiat carefully curated. Bureaux sed punctual handsome Washlet impeccable hand-crafted aute extraordinary tote bag enim boulevard soft power sleepy. Dolore conversation irure Zürich the best adipisicing, vibrant finest hub anim premium aliqua. Cupidatat smart international, bureaux Baggu id efficient punctual. Tempor nulla flat white enim, K-pop incididunt elit efficient Toto uniforms concierge discerning. Concierge sleepy extraordinary, deserunt Melbourne commodo Nordic Winkreative Washlet Ginza exercitation espresso. - -Tsutaya sed in business class sharp. Do Beams in adipisicing Lufthansa. Business class occaecat Melbourne, irure Singapore commodo espresso carefully curated quis quality of life adipisicing. Impeccable laborum efficient classic proident in. Beams Helsinki ullamco Marylebone dolore sophisticated concierge Muji anim duis joy ut. Comme des Garçons aute Muji in aliquip ryokan soft power Nordic essential ANA culpa elegant. \ No newline at end of file diff --git a/_includes/seo.html b/_includes/seo.html index 13ffe77a..58f499b5 100644 --- a/_includes/seo.html +++ b/_includes/seo.html @@ -52,7 +52,7 @@ <meta property="og:description" content="{{ seo_description }}"> {% endif %} -{% if site.twitter %} +{% if site.twitter.username %} <meta name="twitter:site" content="@{{ site.twitter.username | replace: "@", "" }}"> <meta name="twitter:title" content="{{ page.title | default: site.title | markdownify | strip_html | strip_newlines | escape_once }}"> <meta name="twitter:description" content="{{ seo_description }}"> diff --git a/_pages/404.md b/_pages/404.md index 9d0f8606..b273202b 100644 --- a/_pages/404.md +++ b/_pages/404.md @@ -1,5 +1,6 @@ --- title: "Page Not Found" +layout: single excerpt: "Page not found. Your pixels are in another canvas." sitemap: false permalink: /404.html diff --git a/_pages/category-archive.html b/_pages/category-archive.html deleted file mode 100644 index c51ac523..00000000 --- a/_pages/category-archive.html +++ /dev/null @@ -1,17 +0,0 @@ ---- -layout: archive -permalink: /categories/ -title: "Posts by Category" -author_profile: false ---- - -{% include base_path %} -{% include group-by-array collection=site.posts field="categories" %} - -{% for category in group_names %} - {% assign posts = group_items[forloop.index0] %} - <h2 id="{{ category | slugify }}" class="archive__subtitle">{{ category }}</h2> - {% for post in posts %} - {% include archive-single.html %} - {% endfor %} -{% endfor %} \ No newline at end of file diff --git a/_pages/collection-archive.html b/_pages/collection-archive.html deleted file mode 100644 index 89623f7e..00000000 --- a/_pages/collection-archive.html +++ /dev/null @@ -1,24 +0,0 @@ ---- -layout: archive -title: "Posts by Collection" -permalink: /collection-archive/ -author_profile: false ---- - -{% include base_path %} -{% capture written_label %}'None'{% endcapture %} - -{% for collection in site.collections %} - {% unless collection.output == false or collection.label == "posts" %} - {% capture label %}{{ collection.label }}{% endcapture %} - {% if label != written_label %} - <h2 id="{{ label | slugify }}" class="archive__subtitle">{{ label }}</h2> - {% capture written_label %}{{ label }}{% endcapture %} - {% endif %} - {% endunless %} - {% for post in collection.docs %} - {% unless collection.output == false or collection.label == "posts" %} - {% include archive-single.html %} - {% endunless %} - {% endfor %} -{% endfor %} \ No newline at end of file diff --git a/_pages/home.md b/_pages/home.md deleted file mode 100644 index b5681183..00000000 --- a/_pages/home.md +++ /dev/null @@ -1,39 +0,0 @@ ---- -layout: splash -permalink: /home/ -date: -header: - overlay_color: "#5e616c" - overlay_image: mm-home-page-feature.jpg - cta_label: "<i class='fa fa-download'></i> 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.<br /> <small>Currently at version 3.0</small><br /><br /> {::nomarkdown}<iframe style="display: inline-block;" src="https://ghbtns.com/github-btn.html?user=mmistakes&repo=minimal-mistakes&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe> <iframe style="display: inline-block;" src="https://ghbtns.com/github-btn.html?user=mmistakes&repo=minimal-mistakes&type=fork&count=true&size=large" frameborder="0" scrolling="0" width="158px" height="30px"></iframe>{:/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}<iframe style="display: inline-block;" src="https://ghbtns.com/github-btn.html?user=mmistakes&repo=minimal-mistakes&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe> <iframe style="display: inline-block;" src="https://ghbtns.com/github-btn.html?user=mmistakes&repo=minimal-mistakes&type=fork&count=true&size=large" frameborder="0" scrolling="0" width="158px" height="30px"></iframe>{:/nomarkdown}' -intro: - - excerpt: 'Get notified when I add new stuff   [<i class="fa fa-twitter"></i> @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/_pages/lorem-ipsum.md b/_pages/lorem-ipsum.md deleted file mode 100644 index 13be88ae..00000000 --- a/_pages/lorem-ipsum.md +++ /dev/null @@ -1,52 +0,0 @@ ---- -title: "Lorem Ipsum" -permalink: /lorem-ipsum/ ---- - -Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec mollis. Quisque convallis libero in sapien pharetra tincidunt. Aliquam elit ante, malesuada id, tempor eu, gravida id, odio. Maecenas suscipit, risus et eleifend imperdiet, nisi orci ullamcorper massa, et adipiscing orci velit quis magna. Praesent sit amet ligula id orci venenatis auctor. Phasellus porttitor, metus non tincidunt dapibus, orci pede pretium neque, sit amet adipiscing ipsum lectus et libero. Aenean bibendum. Curabitur mattis quam id urna. Vivamus dui. Donec nonummy lacinia lorem. Cras risus arcu, sodales ac, ultrices ac, mollis quis, justo. Sed a libero. Quisque risus erat, posuere at, tristique non, lacinia quis, eros. - -Cras volutpat, lacus quis semper pharetra, nisi enim dignissim est, et sollicitudin quam ipsum vel mi. Sed commodo urna ac urna. Nullam eu tortor. Curabitur sodales scelerisque magna. Donec ultricies tristique pede. Nullam libero. Nam sollicitudin felis vel metus. Nullam posuere molestie metus. Nullam molestie, nunc id suscipit rhoncus, felis mi vulputate lacus, a ultrices tortor dolor eget augue. Aenean ultricies felis ut turpis. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Suspendisse placerat tellus ac nulla. Proin adipiscing sem ac risus. Maecenas nisi. Cras semper. - -Praesent interdum mollis neque. In egestas nulla eget pede. Integer eu purus sed diam dictum scelerisque. Morbi cursus velit et felis. Maecenas faucibus aliquet erat. In aliquet rhoncus tellus. Integer auctor nibh a nunc fringilla tempus. Cras turpis urna, dignissim vel, suscipit pulvinar, rutrum quis, sem. Ut lobortis convallis dui. Sed nonummy orci a justo. Morbi nec diam eget eros eleifend tincidunt. - -Curabitur non elit. Pellentesque iaculis, nisl non aliquet adipiscing, purus urna aliquet orci, sed sodales pede neque at massa. Pellentesque laoreet, enim eget varius mollis, sapien erat suscipit metus, sit amet iaculis nulla sapien id felis. Aliquam erat volutpat. Nam congue nulla a ligula. Morbi tempor hendrerit erat. Curabitur augue. Vestibulum nulla est, commodo et, fringilla quis, bibendum eget, ipsum. Suspendisse pulvinar iaculis ante. Mauris dignissim ante quis nisi. Aliquam ante mi, aliquam et, pellentesque ac, dapibus et, enim. In vulputate justo vel magna. Phasellus imperdiet justo. Proin odio orci, dapibus id, porta a, pellentesque id, erat. Aliquam erat volutpat. Mauris nonummy varius libero. Sed dolor ipsum, tempor non, aliquet et, pulvinar quis, dui. Pellentesque mauris diam, lobortis id, varius varius, facilisis at, nulla. - -Cras pede. Nullam id velit sit amet turpis tincidunt sagittis. Nunc malesuada. Nunc consequat scelerisque odio. Donec eu leo. Nunc pellentesque felis sed odio. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Vivamus lobortis metus in lectus. Cras mollis quam eget sapien. Pellentesque non lorem sit amet sem lacinia euismod. - -Nulla eget diam eget leo imperdiet consequat. Morbi nunc magna, pellentesque eu, porta at, ultricies ut, neque. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; In tincidunt. Praesent ut orci id eros congue ultrices. Mauris non neque. Donec nulla ante, molestie sit amet, fermentum nec, blandit sit amet, purus. Fusce eget diam eu odio iaculis mollis. Phasellus consectetuer pede quis nisi. Proin non sem ut elit pulvinar faucibus. In a turpis nec augue fringilla elementum. - -Nullam felis. Donec in nulla. Suspendisse sodales, turpis in suscipit ullamcorper, enim nunc sagittis risus, eu auctor velit tortor ut turpis. Mauris id augue at neque aliquam eleifend. Sed eget augue. Nunc faucibus ligula sed massa. Etiam non nulla. Etiam accumsan ullamcorper nisl. In pharetra massa at nunc. Nunc elementum. Duis sodales enim nec libero. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Praesent dapibus eros sodales urna. Duis magna nisi, lobortis quis, tincidunt rutrum, posuere non, ipsum. - -Aliquam convallis neque vitae diam. In diam. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Duis fermentum arcu in tortor. Sed nibh leo, rhoncus eu, fermentum et, scelerisque ac, massa. Cras id turpis. Etiam commodo sem luctus lorem. Morbi at mi. In rutrum. Aenean luctus pede euismod tortor. Phasellus dictum. Cras neque justo, venenatis sit amet, tristique et, vulputate in, dui. Etiam sed mi gravida sapien imperdiet dictum. Aliquam gravida orci a tortor. Donec tempor. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Vivamus risus ante, pellentesque vitae, luctus eget, scelerisque sed, libero. Donec massa. - -Donec libero mauris, volutpat at, convallis vel, laoreet euismod, augue. In accumsan malesuada risus. Mauris metus magna, condimentum in, nonummy non, ornare eu, velit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Proin posuere. Proin rhoncus rutrum lorem. Phasellus dignissim massa non libero volutpat tincidunt. In hac habitasse platea dictumst. Phasellus eget eros. Nulla in nulla. Vivamus quis mauris. Maecenas pharetra rhoncus tellus. Sed sit amet lacus. - -Quisque interdum felis a tellus. Aliquam sed diam ac velit aliquam rutrum. Morbi commodo, risus a pulvinar adipiscing, tortor pede posuere risus, ac ornare tellus massa nec lectus. Vivamus mollis metus ac sapien. Nam sed est a libero ullamcorper dapibus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean a erat ac nibh accumsan volutpat. Phasellus pulvinar consequat turpis. Curabitur ante metus, tempus ut, consequat eu, sollicitudin sit amet, justo. Duis ut libero. - -Հայերեն - -Lorem Ipsum-ը տպագրության և տպագրական արդյունաբերության համար նախատեսված մոդելային տեքստ է: Սկսած 1500-ականներից\` Lorem Ipsum-ը հանդիսացել է տպագրական արդյունաբերության ստանդարտ մոդելային տեքստ, ինչը մի անհայտ տպագրիչի կողմից տարբեր տառատեսակների օրինակների գիրք ստեղծելու ջանքերի արդյունք է: Այս տեքստը ոչ միայն կարողացել է գոյատևել հինգ դարաշրջան, այլև ներառվել է էլեկտրոնային տպագրության մեջ\` մնալով էապես անփոփոխ: Այն հայտնի է դարձել 1960-ականներին Lorem Ipsum բովանդակող Letraset էջերի թողարկման արդյունքում, իսկ ավելի ուշ համակարգչային տպագրության այնպիսի ծրագրերի թողարկման հետևանքով, ինչպիսին է Aldus PageMaker-ը, որը ներառում է Lorem Ipsum-ի տարատեսակներ: - -Български - -Lorem Ipsum е елементарен примерен текст, използван в печатарската и типографската индустрия. Lorem Ipsum е индустриален стандарт от около 1500 година, когато неизвестен печатар взема няколко печатарски букви и ги разбърква, за да напечата с тях книга с примерни шрифтове. Този начин не само е оцелял повече от 5 века, но е навлязъл и в публикуването на електронни издания като е запазен почти без промяна. Популяризиран е през 60те години на 20ти век със издаването на Letraset листи, съдържащи Lorem Ipsum пасажи, популярен е и в наши дни във софтуер за печатни издания като Aldus PageMaker, който включва различни версии на Lorem Ipsum. - -Català - -Lorem Ipsum és un text de farciment usat per la indústria de la tipografia i la impremta. Lorem Ipsum ha estat el text estàndard de la indústria des de l’any 1500, quan un impressor desconegut va fer servir una galerada de text i la va mesclar per crear un llibre de mostres tipogràfiques. No només ha sobreviscut cinc segles, sinó que ha fet el salt cap a la creació de tipus de lletra electrònics, romanent essencialment sense canvis. Es va popularitzar l’any 1960 amb el llançament de fulls Letraset que contenien passatges de Lorem Ipsum, i més recentment amb programari d’autoedició com Aldus Pagemaker que inclou versions de Lorem Ipsum. - -Hrvatski - -Lorem Ipsum je jednostavno probni tekst koji se koristi u tiskarskoj i slovoslagarskoj industriji. Lorem Ipsum postoji kao industrijski standard još od 16-og stoljeća, kada je nepoznati tiskar uzeo tiskarsku galiju slova i posložio ih da bi napravio knjigu s uzorkom tiska. Taj je tekst ne samo preživio pet stoljeća, već se i vinuo u svijet elektronskog slovoslagarstva, ostajući u suštini nepromijenjen. Postao je popularan tijekom 1960-ih s pojavom Letraset listova s odlomcima Lorem Ipsum-a, a u skorije vrijeme sa software-om za stolno izdavaštvo kao što je Aldus PageMaker koji također sadrži varijante Lorem Ipsum-a. - -Česky - -Lorem Ipsum je demonstrativní výplňový text používaný v tiskařském a knihařském průmyslu. Lorem Ipsum je považováno za standard v této oblasti už od začátku 16. století, kdy dnes neznámý tiskař vzal kusy textu a na jejich základě vytvořil speciální vzorovou knihu. Jeho odkaz nevydržel pouze pět století, on přežil i nástup elektronické sazby v podstatě beze změny. Nejvíce popularizováno bylo Lorem Ipsum v šedesátých letech 20. století, kdy byly vydávány speciální vzorníky s jeho pasážemi a později pak díky počítačovým DTP programům jako Aldus PageMaker. - -Româna - -Lorem Ipsum este pur şi simplu o machetă pentru text a industriei tipografice. Lorem Ipsum a fost macheta standard a industriei încă din secolul al XVI-lea, când un tipograf anonim a luat o planşetă de litere şi le-a amestecat pentru a crea o carte demonstrativă pentru literele respective. Nu doar că a supravieţuit timp de cinci secole, dar şi a facut saltul în tipografia electronică practic neschimbată. A fost popularizată în anii ’60 odată cu ieşirea colilor Letraset care conţineau pasaje Lorem Ipsum, iar mai recent, prin programele de publicare pentru calculator, ca Aldus PageMaker care includeau versiuni de Lorem Ipsum. - -Српски - -Lorem Ipsum је једноставно модел текста који се користи у штампарској и словослагачкој индустрији. Lorem ipsum је био стандард за модел текста још од 1500. године, када је непознати штампар узео кутију са словима и сложио их како би направио узорак књиге. Не само што је овај модел опстао пет векова, него је чак почео да се користи и у електронским медијима, непроменивши се. Популаризован је шездесетих година двадесетог века заједно са листовима летерсета који су садржали Lorem Ipsum пасусе, а данас са софтверским пакетом за прелом као што је Aldus PageMaker који је садржао Lorem Ipsum верзије. \ No newline at end of file diff --git a/_pages/page-a.md b/_pages/page-a.md deleted file mode 100644 index 3083db24..00000000 --- a/_pages/page-a.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Page A" -permalink: /page-a/ -date: 2011-06-23T18:38:52+00:00 ---- - -Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Aenean lacinia bibendum nulla sed consectetur. Etiam porta sem malesuada magna mollis euismod. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. \ No newline at end of file diff --git a/_pages/page-archive.html b/_pages/page-archive.html deleted file mode 100644 index c1c5d7ca..00000000 --- a/_pages/page-archive.html +++ /dev/null @@ -1,11 +0,0 @@ ---- -layout: archive -title: "Page Archive" -permalink: /page-archive/ -author_profile: false ---- - -{% include base_path %} -{% for post in site.pages %} - {% include archive-single.html %} -{% endfor %} \ No newline at end of file diff --git a/_pages/page-b.md b/_pages/page-b.md deleted file mode 100644 index d15ce122..00000000 --- a/_pages/page-b.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Page B" -permalink: /page-b/ -date: 2011-06-23T18:39:14+00:00 ---- - -(lorem ipsum) \ No newline at end of file diff --git a/_pages/portfolio-archive.html b/_pages/portfolio-archive.html deleted file mode 100644 index 4aafb84a..00000000 --- a/_pages/portfolio-archive.html +++ /dev/null @@ -1,14 +0,0 @@ ---- -layout: archive -title: "Portfolio" -permalink: /portfolio/ -author_profile: false ---- - -{% include base_path %} - -<div class="grid__wrapper"> - {% for post in site.portfolio %} - {% include archive-single.html type="grid" %} - {% endfor %} -</div> \ No newline at end of file diff --git a/_pages/recipes-archive.html b/_pages/recipes-archive.html deleted file mode 100644 index 27c6a584..00000000 --- a/_pages/recipes-archive.html +++ /dev/null @@ -1,12 +0,0 @@ ---- -layout: archive -title: "Recipes" -permalink: /recipes/ -author_profile: false ---- - -{% include base_path %} - -{% for post in site.recipes %} - {% include archive-single.html %} -{% endfor %} \ No newline at end of file diff --git a/_pages/sample-page.md b/_pages/sample-page.md deleted file mode 100644 index 060e53b8..00000000 --- a/_pages/sample-page.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Sample Page" -permalink: /sample-page/ -date: 2016-02-24T03:02:20+00:00 ---- - -This is an example page. It's different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this: - -> Hi there! I'm a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi'a coladas. (And gettin' caught in the rain.) - -...or something like this: - -> The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community. - -You should probably delete this page and create new pages for your content. Have fun! \ No newline at end of file diff --git a/_pages/sitemap.md b/_pages/sitemap.md deleted file mode 100644 index 9fd359dc..00000000 --- a/_pages/sitemap.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -layout: archive -title: "Sitemap" -permalink: /sitemap/ -author_profile: false ---- - -{% include base_path %} - -A list of all the posts and pages found on the site. For you robots out there is an [XML version]({{ base_path }}/sitemap.xml) available for digesting as well. - -<h2>Pages</h2> -{% for post in site.pages %} - {% include archive-single.html %} -{% endfor %} - -<h2>Posts</h2> -{% for post in site.posts %} - {% include archive-single.html %} -{% endfor %} - -{% capture written_label %}'None'{% endcapture %} - -{% for collection in site.collections %} -{% unless collection.output == false or collection.label == "posts" %} - {% capture label %}{{ collection.label }}{% endcapture %} - {% if label != written_label %} - <h2>{{ label }}</h2> - {% capture written_label %}{{ label }}{% endcapture %} - {% endif %} -{% endunless %} -{% for post in collection.docs %} - {% unless collection.output == false or collection.label == "posts" %} - {% include archive-single.html %} - {% endunless %} -{% endfor %} -{% endfor %} \ No newline at end of file diff --git a/_pages/splash-page.md b/_pages/splash-page.md deleted file mode 100644 index 97e8a0f2..00000000 --- a/_pages/splash-page.md +++ /dev/null @@ -1,64 +0,0 @@ ---- -title: "Splash Page" -layout: splash -permalink: /splash-page/ -date: 2016-03-23T11:48:41-04:00 -header: - overlay_color: "#000" - overlay_image: unsplash-image-1.jpg - cta_label: "Download" - cta_url: "https://github.com/mmistakes/minimal-mistakes/" - caption: "Photo credit: [**Unsplash**](https://unsplash.com)" -excerpt: "Bacon ipsum dolor sit amet salami ham hock ham, hamburger corned beef short ribs kielbasa biltong t-bone drumstick tri-tip tail sirloin pork chop." -intro: - - excerpt: 'Nullam suscipit et nam, tellus velit pellentesque at malesuada, enim eaque. Quis nulla, netus tempor in diam gravida tincidunt, *proin faucibus* voluptate felis id sollicitudin. Centered with `type="center"`' -feature_row: - - image_path: unsplash-gallery-image-1-th.jpg - alt: "placeholder image 1" - title: "Placeholder 1" - excerpt: "This is some sample content that goes here with **Markdown** formatting." - - image_path: unsplash-gallery-image-2-th.jpg - alt: "placeholder image 2" - title: "Placeholder 2" - excerpt: "This is some sample content that goes here with **Markdown** formatting." - url: "#test-link" - btn_label: "Read More" - btn_class: "btn--inverse" - - image_path: unsplash-gallery-image-3-th.jpg - title: "Placeholder 3" - excerpt: "This is some sample content that goes here with **Markdown** formatting." -feature_row2: - - image_path: unsplash-gallery-image-2-th.jpg - alt: "placeholder image 2" - title: "Placeholder Image Left Aligned" - excerpt: 'This is some sample content that goes here with **Markdown** formatting. Left aligned with `type="left"`' - url: "#test-link" - btn_label: "Read More" - btn_class: "btn--inverse" -feature_row3: - - image_path: unsplash-gallery-image-2-th.jpg - alt: "placeholder image 2" - title: "Placeholder Image Right Aligned" - excerpt: 'This is some sample content that goes here with **Markdown** formatting. Right aligned with `type="right"`' - url: "#test-link" - btn_label: "Read More" - btn_class: "btn--inverse" -feature_row4: - - image_path: unsplash-gallery-image-2-th.jpg - alt: "placeholder image 2" - title: "Placeholder Image Center Aligned" - excerpt: 'This is some sample content that goes here with **Markdown** formatting. Centered with `type="center"`' - url: "#test-link" - btn_label: "Read More" - btn_class: "btn--inverse" ---- - -{% include feature_row id="intro" type="center" %} - -{% include feature_row %} - -{% include feature_row id="feature_row2" type="left" %} - -{% include feature_row id="feature_row3" type="right" %} - -{% include feature_row id="feature_row4" type="center" %} \ No newline at end of file diff --git a/_pages/tag-archive.html b/_pages/tag-archive.html deleted file mode 100644 index 1a685d89..00000000 --- a/_pages/tag-archive.html +++ /dev/null @@ -1,17 +0,0 @@ ---- -layout: archive -permalink: /tags/ -title: "Posts by Tags" -author_profile: false ---- - -{% include base_path %} -{% include group-by-array collection=site.posts field="tags" %} - -{% for tag in group_names %} - {% assign posts = group_items[forloop.index0] %} - <h2 id="{{ tag | slugify }}" class="archive__subtitle">{{ tag }}</h2> - {% for post in posts %} - {% include archive-single.html %} - {% endfor %} -{% endfor %} \ No newline at end of file diff --git a/_pages/year-archive.html b/_pages/year-archive.html deleted file mode 100644 index 16280e66..00000000 --- a/_pages/year-archive.html +++ /dev/null @@ -1,17 +0,0 @@ ---- -layout: archive -permalink: /year-archive/ -title: "Posts by Year" -author_profile: false ---- - -{% include base_path %} -{% capture written_year %}'None'{% endcapture %} -{% for post in site.posts %} - {% capture year %}{{ post.date | date: '%Y' }}{% endcapture %} - {% if year != written_year %} - <h2 id="{{ year | slugify }}" class="archive__subtitle">{{ year }}</h2> - {% capture written_year %}{{ year }}{% endcapture %} - {% endif %} - {% include archive-single.html %} -{% endfor %} \ No newline at end of file diff --git a/_pets/lhasa-apso.md b/_pets/lhasa-apso.md deleted file mode 100644 index 2673b6ba..00000000 --- a/_pets/lhasa-apso.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Lhasa Apso" -excerpt: "The Lhasa Apso is a non-sporting dog breed originating in Tibet." ---- - -> The Lhasa Apso (/ˈlɑːsə ˈæpsoʊ/ lah-sə ap-soh) is a non-sporting dog breed originating in Tibet. It was bred as an interior sentinel in the Buddhist monasteries, to alert the monks to any intruders who entered. Lhasa is the capital city of Tibet, and apso is a word in the Tibetan language meaning "bearded", so, Lhasa Apso simply means "long-haired Lhasa dog". There are, however, some who claim that the word "apso" is a form of the Tibetan word "rapso", meaning "goat-like", which would make the equivalent translation "wooly Lhasa dog". - -> <cite>From Wikipedia, the free encyclopedia</cite> \ No newline at end of file diff --git a/_pets/tabby.md b/_pets/tabby.md deleted file mode 100644 index b62b6745..00000000 --- a/_pets/tabby.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Tabby" -excerpt: "A tabby is any domestic cat that has a coat featuring distinctive stripes, dots, lines or swirling patterns, usually with a mark resembling an 'M' on its forehead." ---- - -> A tabby is any domestic cat that has a coat featuring distinctive stripes, dots, lines or swirling patterns, usually together with a mark resembling an 'M' on its forehead. Tabbies are sometimes erroneously assumed to be a cat breed. In fact, the tabby pattern is found in many breeds, as well as among the general mixed-breed population. The tabby pattern is a naturally occurring feature that may be related to the coloration of the domestic cat's direct ancestor, the African wildcat, which (along with the European wildcat and Asiatic wildcat) has a similar coloration. - -> <cite>From Wikipedia, the free encyclopedia</cite> \ No newline at end of file diff --git a/_portfolio/foo-bar-website.md b/_portfolio/foo-bar-website.md deleted file mode 100644 index 79d9e828..00000000 --- a/_portfolio/foo-bar-website.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: "Foo Bar Identity" -excerpt: "Foo Bar design system including logo mark, website design, and branding applications." -header: - image: foo-bar-identity.jpg - teaser: foo-bar-identity-th.jpg -sidebar: - - title: "Role" - image: http://placehold.it/350x250 - image_alt: "logo" - text: "Designer, Front-End Developer" - - title: "Responsibilities" - text: "Reuters try PR stupid commenters should isn't a business model" -gallery: - - url: unsplash-gallery-image-1.jpg - image_path: unsplash-gallery-image-1-th.jpg - alt: "placeholder image 1" - - url: unsplash-gallery-image-2.jpg - image_path: unsplash-gallery-image-2-th.jpg - alt: "placeholder image 2" - - url: unsplash-gallery-image-3.jpg - image_path: unsplash-gallery-image-3-th.jpg - alt: "placeholder image 3" ---- - -Pictures of Goats section West Seattle Blog dingbat newspaper rubber cement Google+ newsroom cafe news.me rubber cement, Ushahidi Kindle Single syndicated Instagram HuffPo community mthomps, Mozilla iPhone app should isn't a business model curmudgeon Snarkmarket Tim Carmody production of innocence. Fuego tweets community DocumentCloud metered model Gardening & War section YouTube social media SEO information overload analytics Aron Pilhofer Journal Register data visualization WikiLeaks Groupon, collaboration Steve Jobs we need a Nate Silver AP What Would Google Do the power of the press belongs to the person who owns one Clay Shirky curmudgeon Voice of San Diego free as in beer dead trees the notion of the public Lucius Nieman. - -{% include gallery caption="This is a sample gallery to go along with this case study." %} - -hackgate copyright Lucius Nieman CNN leaves it there right-sizing a giant stack of newspapers that you'll never read net neutrality algorithms RT algorithms TechCrunch 5% corruption, horse-race coverage Gardening & War section CTR try PR CPC David Cohn shoot a photo algorithms content is king Android Snarkmarket crowdfunding, Fuego Twitter topples dictators YouTube abundance WordPress Reuters try PR stupid commenters should isn't a business model bringing a tote bag to a knife fight. \ No newline at end of file diff --git a/_posts/2009-05-15-edge-case-nested-and-mixed-lists.md b/_posts/2009-05-15-edge-case-nested-and-mixed-lists.md deleted file mode 100644 index cc4fd5e5..00000000 --- a/_posts/2009-05-15-edge-case-nested-and-mixed-lists.md +++ /dev/null @@ -1,60 +0,0 @@ ---- -title: "Edge Case: Nested and Mixed Lists" -categories: - - Edge Case -tags: - - content - - css - - edge case - - lists - - markup ---- - -Nested and mixed lists are an interesting beast. It's a corner case to make sure that - -* Lists within lists do not break the ordered list numbering order -* Your list styles go deep enough. - -### Ordered -- Unordered -- Ordered - -1. ordered item -2. ordered item - * **unordered** - * **unordered** - 1. ordered item - 2. ordered item -3. ordered item -4. ordered item - -### Ordered -- Unordered -- Unordered - -1. ordered item -2. ordered item - * **unordered** - * **unordered** - * unordered item - * unordered item -3. ordered item -4. ordered item - -### Unordered -- Ordered -- Unordered - -* unordered item -* unordered item - 1. ordered - 2. ordered - * unordered item - * unordered item -* unordered item -* unordered item - -### Unordered -- Unordered -- Ordered - -* unordered item -* unordered item - * unordered - * unordered - 1. **ordered item** - 2. **ordered item** -* unordered item -* unordered item \ No newline at end of file diff --git a/_posts/2009-06-01-edge-case-many-tags.md b/_posts/2009-06-01-edge-case-many-tags.md deleted file mode 100644 index f43509f1..00000000 --- a/_posts/2009-06-01-edge-case-many-tags.md +++ /dev/null @@ -1,49 +0,0 @@ ---- -title: "Edge Case: Many Tags" -categories: - - Edge Case -tags: - - 8BIT - - alignment - - Articles - - captions - - categories - - chat - - comments - - content - - css - - dowork - - edge case - - embeds - - excerpt - - Fail - - featured image - - FTW - - Fun - - gallery - - html - - image - - Jekyll - - layout - - link - - Love - - markup - - Mothership - - Must Read - - Nailed It - - Pictures - - Post Formats - - quote - - standard - - Success - - Swagger - - Tags - - template - - title - - twitter - - Unseen - - video - - YouTube ---- - -This post has many tags. \ No newline at end of file diff --git a/_posts/2009-07-02-edge-case-many-categories.md b/_posts/2009-07-02-edge-case-many-categories.md deleted file mode 100644 index 648c2da3..00000000 --- a/_posts/2009-07-02-edge-case-many-categories.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "Edge Case: Many Categories" -categories: - - aciform - - antiquarianism - - arrangement - - asmodeus - - broder - - buying - - championship - - chastening - - disinclination - - disinfection - - dispatch - - echappee - - enphagy - - equipollent -tags: - - categories - - edge case ---- - -This post has many categories. \ No newline at end of file diff --git a/_posts/2009-08-06-edge-case-no-body-content.md b/_posts/2009-08-06-edge-case-no-body-content.md deleted file mode 100644 index 7b2fa7d6..00000000 --- a/_posts/2009-08-06-edge-case-no-body-content.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Edge Case: No Body Content" -categories: - - Edge Case -tags: - - content - - edge case - - layout ---- diff --git a/_posts/2009-09-05-edge-case-no-yaml-title.md b/_posts/2009-09-05-edge-case-no-yaml-title.md deleted file mode 100644 index 4e5323ff..00000000 --- a/_posts/2009-09-05-edge-case-no-yaml-title.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -categories: - - Edge Case -tags: - - edge case - - layout - - title ---- - -This post has no title specified in the YAML Front Matter. Jekyll should auto-generate a title from the filename. \ No newline at end of file diff --git a/_posts/2009-10-05-edge-case-title-should-not-overflow-the-content-area.md b/_posts/2009-10-05-edge-case-title-should-not-overflow-the-content-area.md deleted file mode 100644 index 6fdc1b8a..00000000 --- a/_posts/2009-10-05-edge-case-title-should-not-overflow-the-content-area.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "Antidisestablishmentarianism" -categories: - - Edge Case -tags: - - content - - css - - edge case - - html - - layout - - title ---- - -## Title should not overflow the content area - -A few things to check for: - - * Non-breaking text in the title, content, and comments should have no adverse effects on layout or functionality. - * Check the browser window / tab title. - * If you are a theme developer, check that this text does not break anything. - -The following CSS properties will help you support non-breaking text. - -```css --ms-word-wrap: break-word; -word-wrap: break-word; -``` \ No newline at end of file diff --git a/_posts/2009-10-05-edge-case-very-long-title.md b/_posts/2009-10-05-edge-case-very-long-title.md deleted file mode 100644 index 29fcb77c..00000000 --- a/_posts/2009-10-05-edge-case-very-long-title.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Suspicio? Bene ... tunc ibimus? Quis uh ... CONEXUS locus his diebus? Quisque semper aliquid videtur, in volutpat mauris. Nolo enim dicere. Vobis neque ab aliis. Ego feci memetipsum explicans. Gus mortuus est. Lorem opus habeo. Jackson Isai? Tu quoque ... A te quidem a ante. Vos scitis quod blinking res Ive 'been vocans super vos? Et conteram illud, et conteram hoc. Maledicant druggie excors. Iam hoc tu facere conatus sum ad te in omni tempore? Ludum mutavit. Verbum est ex. Et ... sunt occid" -categories: - - Edge Case -tags: - - content - - css - - edge case - - html - - layout - - title ---- - -Check for long titles and how they might break a template. \ No newline at end of file diff --git a/_posts/2010-01-07-post-modified.md b/_posts/2010-01-07-post-modified.md deleted file mode 100644 index b7457e23..00000000 --- a/_posts/2010-01-07-post-modified.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Post: Modified Date" -modified: 2016-03-09T16:20:02-05:00 -categories: - - Post Formats -tags: - - Post Formats - - readability - - standard ---- - -This post has been updated and should show a modified date if used in a layout. - -All children, except one, grow up. They soon know that they will grow up, and the way Wendy knew was this. One day when she was two years old she was playing in a garden, and she plucked another flower and ran with it to her mother. I suppose she must have looked rather delightful, for Mrs. Darling put her hand to her heart and cried, "Oh, why can't you remain like this for ever!" This was all that passed between them on the subject, but henceforth Wendy knew that she must grow up. You always know after you are two. Two is the beginning of the end. \ No newline at end of file diff --git a/_posts/2010-01-07-post-standard.md b/_posts/2010-01-07-post-standard.md deleted file mode 100644 index cd83ea03..00000000 --- a/_posts/2010-01-07-post-standard.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Post: Standard" -excerpt_separator: "<!--more-->" -categories: - - Post Formats -tags: - - Post Formats - - readability - - standard ---- - -All children, except one, grow up. They soon know that they will grow up, and the way Wendy knew was this. One day when she was two years old she was playing in a garden, and she plucked another flower and ran with it to her mother. I suppose she must have looked rather delightful, for Mrs. Darling put her hand to her heart and cried, "Oh, why can't you remain like this for ever!" This was all that passed between them on the subject, but henceforth Wendy knew that she must grow up. You always know after you are two. Two is the beginning of the end. - -Mrs. Darling first heard of Peter when she was tidying up her children's minds. It is the nightly custom of every good mother after her children are asleep to rummage in their minds and put things straight for next morning, repacking into their proper places the many articles that have wandered during the day. - -<!--more--> - -This post has a manual excerpt `<!--more-->` set after the second paragraph. The following YAML Front Matter has also be applied: - -```yaml -excerpt_separator: "<!--more-->" -``` - -If you could keep awake (but of course you can't) you would see your own mother doing this, and you would find it very interesting to watch her. It is quite like tidying up drawers. You would see her on her knees, I expect, lingering humorously over some of your contents, wondering where on earth you had picked this thing up, making discoveries sweet and not so sweet, pressing this to her cheek as if it were as nice as a kitten, and hurriedly stowing that out of sight. When you wake in the morning, the naughtiness and evil passions with which you went to bed have been folded up small and placed at the bottom of your mind and on the top, beautifully aired, are spread out your prettier thoughts, ready for you to put on. - -I don't know whether you have ever seen a map of a person's mind. Doctors sometimes draw maps of other parts of you, and your own map can become intensely interesting, but catch them trying to draw a map of a child's mind, which is not only confused, but keeps going round all the time. There are zigzag lines on it, just like your temperature on a card, and these are probably roads in the island, for the Neverland is always more or less an island, with astonishing splashes of colour here and there, and coral reefs and rakish-looking craft in the offing, and savages and lonely lairs, and gnomes who are mostly tailors, and caves through which a river runs, and princes with six elder brothers, and a hut fast going to decay, and one very small old lady with a hooked nose. It would be an easy map if that were all, but there is also first day at school, religion, fathers, the round pond, needle-work, murders, hangings, verbs that take the dative, chocolate pudding day, getting into braces, say ninety-nine, three-pence for pulling out your tooth yourself, and so on, and either these are part of the island or they are another map showing through, and it is all rather confusing, especially as nothing will stand still. - -Of course the Neverlands vary a good deal. John's, for instance, had a lagoon with flamingoes flying over it at which John was shooting, while Michael, who was very small, had a flamingo with lagoons flying over it. John lived in a boat turned upside down on the sands, Michael in a wigwam, Wendy in a house of leaves deftly sewn together. John had no friends, Michael had friends at night, Wendy had a pet wolf forsaken by its parents, but on the whole the Neverlands have a family resemblance, and if they stood still in a row you could say of them that they have each other's nose, and so forth. On these magic shores children at play are for ever beaching their coracles [simple boat]. We too have been there; we can still hear the sound of the surf, though we shall land no more. - -Of all delectable islands the Neverland is the snuggest and most compact, not large and sprawly, you know, with tedious distances between one adventure and another, but nicely crammed. When you play at it by day with the chairs and table-cloth, it is not in the least alarming, but in the two minutes before you go to sleep it becomes very real. That is why there are night-lights. - -Occasionally in her travels through her children's minds Mrs. Darling found things she could not understand, and of these quite the most perplexing was the word Peter. She knew of no Peter, and yet he was here and there in John and Michael's minds, while Wendy's began to be scrawled all over with him. The name stood out in bolder letters than any of the other words, and as Mrs. Darling gazed she felt that it had an oddly cocky appearance. \ No newline at end of file diff --git a/_posts/2010-01-08-post-chat.md b/_posts/2010-01-08-post-chat.md deleted file mode 100644 index e61b3f28..00000000 --- a/_posts/2010-01-08-post-chat.md +++ /dev/null @@ -1,134 +0,0 @@ ---- -title: "Post: Chat" -categories: - - Post Formats -tags: - - chat - - Post Formats ---- - -Abbott: Strange as it may seem, they give ball players nowadays very peculiar names. - -Costello: Funny names? - -Abbott: Nicknames, nicknames. Now, on the St. Louis team we have Who's on first, What's on second, I Don't Know is on third-- - -Costello: That's what I want to find out. I want you to tell me the names of the fellows on the St. Louis team. - -Abbott: I'm telling you. Who's on first, What's on second, I Don't Know is on third-- - -Costello: You know the fellows' names? - -Abbott: Yes. - -Costello: Well, then who's playing first? - -Abbott: Yes. - -Costello: I mean the fellow's name on first base. - -Abbott: Who. - -Costello: The fellow playin' first base. - -Abbott: Who. - -Costello: The guy on first base. - -Abbott: Who is on first. - -Costello: Well, what are you askin' me for? - -Abbott: I'm not asking you--I'm telling you. Who is on first. - -Costello: I'm asking you--who's on first? - -Abbott: That's the man's name. - -Costello: That's who's name? - -Abbott: Yes. - -Costello: When you pay off the first baseman every month, who gets the money? - -Abbott: Every dollar of it. And why not, the man's entitled to it. - -Costello: Who is? - -Abbott: Yes. - -Costello: So who gets it? - -Abbott: Why shouldn't he? Sometimes his wife comes down and collects it. - -Costello: Who's wife? - -Abbott: Yes. After all, the man earns it. - -Costello: Who does? - -Abbott: Absolutely. - -Costello: Well, all I'm trying to find out is what's the guy's name on first base? - -Abbott: Oh, no, no. What is on second base. - -Costello: I'm not asking you who's on second. - -Abbott: Who's on first! - -Costello: St. Louis has a good outfield? - -Abbott: Oh, absolutely. - -Costello: The left fielder's name? - -Abbott: Why. - -Costello: I don't know, I just thought I'd ask. - -Abbott: Well, I just thought I'd tell you. - -Costello: Then tell me who's playing left field? - -Abbott: Who's playing first. - -Costello: Stay out of the infield! The left fielder's name? - -Abbott: Why. - -Costello: Because. - -Abbott: Oh, he's center field. - -Costello: Wait a minute. You got a pitcher on this team? - -Abbott: Wouldn't this be a fine team without a pitcher? - -Costello: Tell me the pitcher's name. - -Abbott: Tomorrow. - -Costello: Now, when the guy at bat bunts the ball--me being a good catcher--I want to throw the guy out at first base, so I pick up the ball and throw it to who? - -Abbott: Now, that's he first thing you've said right. - -Costello: I DON'T EVEN KNOW WHAT I'M TALKING ABOUT! - -Abbott: Don't get excited. Take it easy. - -Costello: I throw the ball to first base, whoever it is grabs the ball, so the guy runs to second. Who picks up the ball and throws it to what. What throws it to I don't know. I don't know throws it back to tomorrow--a triple play. - -Abbott: Yeah, it could be. - -Costello: Another guy gets up and it's a long ball to center. - -Abbott: Because. - -Costello: Why? I don't know. And I don't care. - -Abbott: What was that? - -Costello: I said, I DON'T CARE! - -Abbott: Oh, that's our shortstop! \ No newline at end of file diff --git a/_posts/2010-02-05-post-notice.md b/_posts/2010-02-05-post-notice.md deleted file mode 100644 index 071c7892..00000000 --- a/_posts/2010-02-05-post-notice.md +++ /dev/null @@ -1,68 +0,0 @@ ---- -title: "Post: Notice" -categories: - - Post Formats -tags: - - Post Formats - - notice ---- - -A notice displays information that explains nearby content. Often used to call attention to a particular detail. - -When using Kramdown `{: .notice}` can be added after a sentence to assign the `.notice` to the `<p></p>` element. - -**Changes in Service:** We just updated our [privacy policy](#) here to better service our customers. We recommend reviewing the changes. -{: .notice} - -**Primary Notice:** Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. [Praesent libero](#). Sed cursus ante dapibus diam. Sed nisi. Nulla quis sem at nibh elementum imperdiet. -{: .notice--primary} - -**Info Notice:** Lorem ipsum dolor sit amet, [consectetur adipiscing elit](#). Integer nec odio. Praesent libero. Sed cursus ante dapibus diam. Sed nisi. Nulla quis sem at nibh elementum imperdiet. -{: .notice--info} - -**Warning Notice:** Lorem ipsum dolor sit amet, consectetur adipiscing elit. [Integer nec odio](#). Praesent libero. Sed cursus ante dapibus diam. Sed nisi. Nulla quis sem at nibh elementum imperdiet. -{: .notice--warning} - -**Danger Notice:** Lorem ipsum dolor sit amet, [consectetur adipiscing](#) elit. Integer nec odio. Praesent libero. Sed cursus ante dapibus diam. Sed nisi. Nulla quis sem at nibh elementum imperdiet. -{: .notice--danger} - -**Success Notice:** Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus ante dapibus diam. Sed nisi. Nulla quis sem at [nibh elementum](#) imperdiet. -{: .notice--success} - -Want to wrap several paragraphs or other elements in a notice? Using Liquid to capture the content and then filter it with `markdownify` is a good way to go. - -```html -{% raw %}{% capture notice-2 %} -#### New Site Features - -* You can now have cover images on blog pages -* Drafts will now auto-save while writing -{% endcapture %}{% endraw %} - -<div class="notice">{% raw %}{{ notice-2 | markdownify }}{% endraw %}</div> -``` - -{% capture notice-2 %} -#### New Site Features - -* You can now have cover images on blog pages -* Drafts will now auto-save while writing -{% endcapture %} - -<div class="notice"> - {{ notice-2 | markdownify }} -</div> - -Or you could skip the capture and stick with straight HTML. - -```html -<div class="notice"> - <h4>Message</h4> - <p>A basic message.</p> -</div> -``` - -<div class="notice"> - <h4>Message</h4> - <p>A basic message.</p> -</div> \ No newline at end of file diff --git a/_posts/2010-02-05-post-quote.md b/_posts/2010-02-05-post-quote.md deleted file mode 100644 index 231f70bf..00000000 --- a/_posts/2010-02-05-post-quote.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Post: Quote" -categories: - - Post Formats -tags: - - Post Formats - - quote ---- - -> Only one thing is impossible for God: To find any sense in any copyright law on the planet. - -> <cite><a href="http://www.brainyquote.com/quotes/quotes/m/marktwain163473.html">Mark Twain</a></cite> \ No newline at end of file diff --git a/_posts/2010-03-07-post-link.md b/_posts/2010-03-07-post-link.md deleted file mode 100644 index 6a8005ef..00000000 --- a/_posts/2010-03-07-post-link.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Post: Link" -categories: - - Post Formats -tags: - - link - - Post Formats -link: https://github.com ---- - -This theme supports **link posts**, made famous by John Gruber. To use, just add `link: http://url-you-want-linked` to the post's YAML front matter and you're done. - -> And this is how a quote looks. - -Some [link](#) can also be shown. \ No newline at end of file diff --git a/_posts/2010-06-02-post-video-youtube.md b/_posts/2010-06-02-post-video-youtube.md deleted file mode 100644 index 16bc910c..00000000 --- a/_posts/2010-06-02-post-video-youtube.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Post: Video (YouTube)" -categories: - - Post Formats -tags: - - Post Formats ---- - -YouTube video embed below. - -<iframe width="640" height="360" src="https://www.youtube-nocookie.com/embed/l2Of1-d5E5o?controls=0&showinfo=0" frameborder="0" allowfullscreen></iframe> \ No newline at end of file diff --git a/_posts/2010-08-05-post-image-linked.md b/_posts/2010-08-05-post-image-linked.md deleted file mode 100644 index af3f3fe9..00000000 --- a/_posts/2010-08-05-post-image-linked.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Post: Image (with Link)" -categories: - - Post Formats -tags: - - image - - Post Formats ---- - -[![foo](https://farm5.staticflickr.com/4073/4939853213_33ffc0290b_b.jpg)](https://flic.kr/p/8ww3fZ) \ No newline at end of file diff --git a/_posts/2010-08-05-post-image-standard.md b/_posts/2010-08-05-post-image-standard.md deleted file mode 100644 index 9d19bd84..00000000 --- a/_posts/2010-08-05-post-image-standard.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -title: "Post: Image (Standard)" -categories: - - Post Formats -tags: - - image - - Post Formats ---- - -The preferred way of using images is placing them in the `/images/` directory and referencing them with an absolute path. Prepending the filename with `{% raw %}{{ site.url }}{{ site.baseurl }}/images/{% endraw %}` will make sure your images display properly in feeds and such. - -Standard image with no width modifier classes applied. - -**HTML:** - -```html -{% raw %}<img src="{{ site.url }}{{ site.baseurl }}/images/filename.jpg" alt="">{% endraw %} -``` - -**or Kramdown:** - -```markdown -{% raw %}![alt]({{ site.url }}{{ site.baseurl }}/images/filename.jpg){% endraw %} -``` - -![Unsplash image 9]({{ site.url }}{{ site.baseurl }}/images/unsplash-image-9.jpg) - -Image that fills page content container by adding the `.full` class with: - -**HTML:** - -```html -{% raw %}<img src="{{ site.url }}{{ site.baseurl }}/images/filename.jpg" alt="" class="full">{% endraw %} -``` - -**or Kramdown:** - -```markdown -{% raw %}![alt]({{ site.url }}{{ site.baseurl }}/images/filename.jpg) -{: .full}{% endraw %} -``` - -![Unsplash image 10]({{ site.url }}{{ site.baseurl }}/images/unsplash-image-10.jpg) -{: .full} \ No newline at end of file diff --git a/_posts/2010-08-06-post-image-linked-caption.md b/_posts/2010-08-06-post-image-linked-caption.md deleted file mode 100644 index ada6f6a7..00000000 --- a/_posts/2010-08-06-post-image-linked-caption.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Post: Image (Linked with Caption)" -categories: - - Post Formats -tags: - - image - - Post Formats ---- - -{% capture fig_img %} -[![Foo](https://farm5.staticflickr.com/4134/4940462712_7c28420b27_b.jpg)](https://flic.kr/p/8wzarA) -{% endcapture %} - -{% capture fig_caption %} -Stairs? Were we're going we don't need no stairs. -{% endcapture %} - -<figure> - {{ fig_img | markdownify | remove: "<p>" | remove: "</p>" }} - <figcaption>{{ fig_caption | markdownify | remove: "<p>" | remove: "</p>" }}</figcaption> -</figure> \ No newline at end of file diff --git a/_posts/2010-08-07-post-image-caption.md b/_posts/2010-08-07-post-image-caption.md deleted file mode 100644 index 35a3f1c7..00000000 --- a/_posts/2010-08-07-post-image-caption.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Post: Image (Caption)" -categories: - - Post Formats -tags: - - image - - Post Formats ---- - -{% include base_path %} - -{% capture fig_img %} -![Foo]({{ base_path }}/images/unsplash-gallery-image-3.jpg) -{% endcapture %} - -<figure> - {{ fig_img | markdownify | remove: "<p>" | remove: "</p>" }} - <figcaption>Photo from Unsplash.</figcaption> -</figure> \ No newline at end of file diff --git a/_posts/2010-09-09-post-gallery.md b/_posts/2010-09-09-post-gallery.md deleted file mode 100644 index 74b2fe6a..00000000 --- a/_posts/2010-09-09-post-gallery.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: "Post: Gallery" -categories: - - Post Formats -tags: - - gallery - - Post Formats - - tiled -gallery: - - url: unsplash-gallery-image-1.jpg - image_path: unsplash-gallery-image-1-th.jpg - alt: "placeholder image 1" - - url: unsplash-gallery-image-2.jpg - image_path: unsplash-gallery-image-2-th.jpg - alt: "placeholder image 2" - - url: unsplash-gallery-image-3.jpg - image_path: unsplash-gallery-image-3-th.jpg - alt: "placeholder image 3" - - url: unsplash-gallery-image-1.jpg - image_path: unsplash-gallery-image-1-th.jpg - alt: "placeholder image 1" - - url: unsplash-gallery-image-2.jpg - image_path: unsplash-gallery-image-2-th.jpg - alt: "placeholder image 2" - - url: unsplash-gallery-image-3.jpg - image_path: unsplash-gallery-image-3-th.jpg - alt: "placeholder image 3" -gallery2: - - url: https://flic.kr/p/8a6Ven - image_path: https://farm2.staticflickr.com/1272/4697500467_8294dac099_q.jpg - alt: "Black and grays with a hint of green" - - url: https://flic.kr/p/8a738X - image_path: https://farm5.staticflickr.com/4029/4697523701_249e93ba23_q.jpg - alt: "Made for open text placement" - - url: https://flic.kr/p/8a6VXP - image_path: https://farm5.staticflickr.com/4046/4697502929_72c612c636_q.jpg - alt: "Fog in the trees" -gallery3: - - image_path: unsplash-gallery-image-2-th.jpg - alt: "placeholder image 2" - - image_path: unsplash-gallery-image-4-th.jpg - alt: "placeholder image 4" ---- - -These are gallery tests for image wrapped in `<figure>` elements. - -To place a gallery add the necessary YAML Front Matter: - -```yaml -gallery: - - url: unsplash-gallery-image-1.jpg - image_path: unsplash-gallery-image-1-th.jpg - alt: "placeholder image 1" - - url: unsplash-gallery-image-2.jpg - image_path: unsplash-gallery-image-2-th.jpg - alt: "placeholder image 2" - - url: unsplash-gallery-image-3.jpg - image_path: unsplash-gallery-image-3-th.jpg - alt: "placeholder image 3" - - url: unsplash-gallery-image-4.jpg - image_path: unsplash-gallery-image-4-th.jpg - alt: "placeholder image 4" -``` - -And then drop-in the gallery include --- gallery `caption` is optional. - -```liquid -{% raw %}{% include gallery caption="This is a sample gallery with **Markdown support**." %}{% endraw %} -``` - -{% include gallery caption="This is a sample gallery with **Markdown support**." %} - -This is some text after the gallery just to make sure that everything aligns properly. - -Here comes another gallery, this time set the `id` to match 2nd gallery hash in YAML Front Matter. - -```yaml -gallery2: - - url: https://flic.kr/p/8a6Ven - image_path: https://farm2.staticflickr.com/1272/4697500467_8294dac099_q.jpg - alt: "Black and grays with a hint of green" - - url: https://flic.kr/p/8a738X - image_path: https://farm5.staticflickr.com/4029/4697523701_249e93ba23_q.jpg - alt: "Made for open text placement" - - url: https://flic.kr/p/8a6VXP - image_path: https://farm5.staticflickr.com/4046/4697502929_72c612c636_q.jpg - alt: "Fog in the trees" -``` - -And place it like so: - -```liquid -{% raw %}{% include gallery id="gallery2" caption="This is a second gallery example with images hosted externally." %}{% endraw %} -``` - -{% include gallery id="gallery2" caption="This is a second gallery example with images hosted externally." %} - -And for giggles one more gallery just to make sure this works. To fill page content container add `class="full"`. - -{% include gallery id="gallery3" class="full" caption="This is a third gallery example with two images and fills the entire content container." %} \ No newline at end of file diff --git a/_posts/2010-09-10-post-twitter-embeds.md b/_posts/2010-09-10-post-twitter-embeds.md deleted file mode 100644 index 7c5c4187..00000000 --- a/_posts/2010-09-10-post-twitter-embeds.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Post: Twitter Embed" -categories: - - Media -tags: - - content - - embeds - - media - - twitter ---- - -<blockquote class="twitter-tweet" data-lang="en"><p lang="en" dir="ltr">🎨 Finally got around to adding all my <a href="https://twitter.com/procreateapp">@procreateapp</a> creations with time lapse videos <a href="https://t.co/1nNbkefC3L">https://t.co/1nNbkefC3L</a> <a href="https://t.co/gcNLJoJ0Gn">pic.twitter.com/gcNLJoJ0Gn</a></p>— Michael Rose (@mmistakes) <a href="https://twitter.com/mmistakes/status/662678050795094016">November 6, 2015</a></blockquote> -<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script> - -This post tests Twitter Embeds. \ No newline at end of file diff --git a/_posts/2010-10-25-post-future-date.md b/_posts/2010-10-25-post-future-date.md deleted file mode 100644 index 7d1b203a..00000000 --- a/_posts/2010-10-25-post-future-date.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Post: Future Date" -date: 9999-12-31 -categories: - - Post ---- - -This post lives in the future and is dated {{ page.date | date: "%c" }}. When building Jekyll with the `--future` flag it should appear. \ No newline at end of file diff --git a/_posts/2012-01-02-layout-comments-disabled.md b/_posts/2012-01-02-layout-comments-disabled.md deleted file mode 100644 index ab69a527..00000000 --- a/_posts/2012-01-02-layout-comments-disabled.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Layout: Comments Disabled" -comments: false -categories: - - Layout - - Uncategorized -tags: - - comments - - layout ---- - -This post has its comments disabled. - -There should be no comment form. \ No newline at end of file diff --git a/_posts/2012-01-02-layout-comments.md b/_posts/2012-01-02-layout-comments.md deleted file mode 100644 index cf697b80..00000000 --- a/_posts/2012-01-02-layout-comments.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Layout: Comments Enabled" -comments: true -categories: - - Layout - - Uncategorized -tags: - - comments - - layout ---- - -This post should display comments. \ No newline at end of file diff --git a/_posts/2012-01-02-layout-read-time-disabled.md b/_posts/2012-01-02-layout-read-time-disabled.md deleted file mode 100644 index d8899224..00000000 --- a/_posts/2012-01-02-layout-read-time-disabled.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Layout: Read Time Disabled" -read_time: false -tags: - - read time ---- - -This post has reading time disabled. The estimated time that it takes to read this post should not be showing if `read_time: false` is set in `_config.yml` or in this post's YAML Front Matter. - -If you could keep awake (but of course you can't) you would see your own mother doing this, and you would find it very interesting to watch her. It is quite like tidying up drawers. You would see her on her knees, I expect, lingering humorously over some of your contents, wondering where on earth you had picked this thing up, making discoveries sweet and not so sweet, pressing this to her cheek as if it were as nice as a kitten, and hurriedly stowing that out of sight. When you wake in the morning, the naughtiness and evil passions with which you went to bed have been folded up small and placed at the bottom of your mind and on the top, beautifully aired, are spread out your prettier thoughts, ready for you to put on. - -I don't know whether you have ever seen a map of a person's mind. Doctors sometimes draw maps of other parts of you, and your own map can become intensely interesting, but catch them trying to draw a map of a child's mind, which is not only confused, but keeps going round all the time. There are zigzag lines on it, just like your temperature on a card, and these are probably roads in the island, for the Neverland is always more or less an island, with astonishing splashes of colour here and there, and coral reefs and rakish-looking craft in the offing, and savages and lonely lairs, and gnomes who are mostly tailors, and caves through which a river runs, and princes with six elder brothers, and a hut fast going to decay, and one very small old lady with a hooked nose. It would be an easy map if that were all, but there is also first day at school, religion, fathers, the round pond, needle-work, murders, hangings, verbs that take the dative, chocolate pudding day, getting into braces, say ninety-nine, three-pence for pulling out your tooth yourself, and so on, and either these are part of the island or they are another map showing through, and it is all rather confusing, especially as nothing will stand still. - -Of course the Neverlands vary a good deal. John's, for instance, had a lagoon with flamingoes flying over it at which John was shooting, while Michael, who was very small, had a flamingo with lagoons flying over it. John lived in a boat turned upside down on the sands, Michael in a wigwam, Wendy in a house of leaves deftly sewn together. John had no friends, Michael had friends at night, Wendy had a pet wolf forsaken by its parents, but on the whole the Neverlands have a family resemblance, and if they stood still in a row you could say of them that they have each other's nose, and so forth. On these magic shores children at play are for ever beaching their coracles [simple boat]. We too have been there; we can still hear the sound of the surf, though we shall land no more. - -Of all delectable islands the Neverland is the snuggest and most compact, not large and sprawly, you know, with tedious distances between one adventure and another, but nicely crammed. When you play at it by day with the chairs and table-cloth, it is not in the least alarming, but in the two minutes before you go to sleep it becomes very real. That is why there are night-lights. - -Occasionally in her travels through her children's minds Mrs. Darling found things she could not understand, and of these quite the most perplexing was the word Peter. She knew of no Peter, and yet he was here and there in John and Michael's minds, while Wendy's began to be scrawled all over with him. The name stood out in bolder letters than any of the other words, and as Mrs. Darling gazed she felt that it had an oddly cocky appearance. \ No newline at end of file diff --git a/_posts/2012-01-02-layout-read-time.md b/_posts/2012-01-02-layout-read-time.md deleted file mode 100644 index a636e0a4..00000000 --- a/_posts/2012-01-02-layout-read-time.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Layout: Read Time Enabled" -read_time: true -tags: - - read time ---- - -This post has reading time enabled. The estimated time that it takes to read this post should show if also enabled in `_config.yml` with `read_time: true`. - -If you could keep awake (but of course you can't) you would see your own mother doing this, and you would find it very interesting to watch her. It is quite like tidying up drawers. You would see her on her knees, I expect, lingering humorously over some of your contents, wondering where on earth you had picked this thing up, making discoveries sweet and not so sweet, pressing this to her cheek as if it were as nice as a kitten, and hurriedly stowing that out of sight. When you wake in the morning, the naughtiness and evil passions with which you went to bed have been folded up small and placed at the bottom of your mind and on the top, beautifully aired, are spread out your prettier thoughts, ready for you to put on. - -I don't know whether you have ever seen a map of a person's mind. Doctors sometimes draw maps of other parts of you, and your own map can become intensely interesting, but catch them trying to draw a map of a child's mind, which is not only confused, but keeps going round all the time. There are zigzag lines on it, just like your temperature on a card, and these are probably roads in the island, for the Neverland is always more or less an island, with astonishing splashes of colour here and there, and coral reefs and rakish-looking craft in the offing, and savages and lonely lairs, and gnomes who are mostly tailors, and caves through which a river runs, and princes with six elder brothers, and a hut fast going to decay, and one very small old lady with a hooked nose. It would be an easy map if that were all, but there is also first day at school, religion, fathers, the round pond, needle-work, murders, hangings, verbs that take the dative, chocolate pudding day, getting into braces, say ninety-nine, three-pence for pulling out your tooth yourself, and so on, and either these are part of the island or they are another map showing through, and it is all rather confusing, especially as nothing will stand still. - -Of course the Neverlands vary a good deal. John's, for instance, had a lagoon with flamingoes flying over it at which John was shooting, while Michael, who was very small, had a flamingo with lagoons flying over it. John lived in a boat turned upside down on the sands, Michael in a wigwam, Wendy in a house of leaves deftly sewn together. John had no friends, Michael had friends at night, Wendy had a pet wolf forsaken by its parents, but on the whole the Neverlands have a family resemblance, and if they stood still in a row you could say of them that they have each other's nose, and so forth. On these magic shores children at play are for ever beaching their coracles [simple boat]. We too have been there; we can still hear the sound of the surf, though we shall land no more. - -Of all delectable islands the Neverland is the snuggest and most compact, not large and sprawly, you know, with tedious distances between one adventure and another, but nicely crammed. When you play at it by day with the chairs and table-cloth, it is not in the least alarming, but in the two minutes before you go to sleep it becomes very real. That is why there are night-lights. - -Occasionally in her travels through her children's minds Mrs. Darling found things she could not understand, and of these quite the most perplexing was the word Peter. She knew of no Peter, and yet he was here and there in John and Michael's minds, while Wendy's began to be scrawled all over with him. The name stood out in bolder letters than any of the other words, and as Mrs. Darling gazed she felt that it had an oddly cocky appearance. \ No newline at end of file diff --git a/_posts/2012-01-02-layout-related-posts-disabled.md b/_posts/2012-01-02-layout-related-posts-disabled.md deleted file mode 100644 index 3831e740..00000000 --- a/_posts/2012-01-02-layout-related-posts-disabled.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Layout: Related Posts Disabled" -related: false -categories: - - Layout - - Uncategorized -tags: - - related posts - - layout ---- - -This post has related posts disabled. - -Related post links should not appear. \ No newline at end of file diff --git a/_posts/2012-01-02-layout-related-posts.md b/_posts/2012-01-02-layout-related-posts.md deleted file mode 100644 index 0293bc6f..00000000 --- a/_posts/2012-01-02-layout-related-posts.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Layout: Related Posts Enabled" -related: true -categories: - - Layout - - Uncategorized -tags: - - related posts - - layout ---- - -This post has related posts enabled. \ No newline at end of file diff --git a/_posts/2012-01-02-layout-sharing-disabled.md b/_posts/2012-01-02-layout-sharing-disabled.md deleted file mode 100644 index c69d8bbf..00000000 --- a/_posts/2012-01-02-layout-sharing-disabled.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Layout: Social Sharing Links Disabled" -share: false -categories: - - Layout - - Uncategorized -tags: - - social - - layout ---- - -This post has social sharing disabled. - -Social sharing links should not appear. \ No newline at end of file diff --git a/_posts/2012-01-02-layout-sharing.md b/_posts/2012-01-02-layout-sharing.md deleted file mode 100644 index 09808f14..00000000 --- a/_posts/2012-01-02-layout-sharing.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Layout: Social Sharing Links Enabled" -share: true -categories: - - Layout - - Uncategorized -tags: - - social - - layout ---- - -This post should display social sharing links. \ No newline at end of file diff --git a/_posts/2012-01-03-layout-read-time-comments-sharing-related-posts-disabled.md b/_posts/2012-01-03-layout-read-time-comments-sharing-related-posts-disabled.md deleted file mode 100644 index dacb207a..00000000 --- a/_posts/2012-01-03-layout-read-time-comments-sharing-related-posts-disabled.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Layout: Reading Time, Comments, Social Sharing Links, and Related Posts Disabled" -read_time: false -comments: false -share: false -related: false -categories: - - Layout - - Uncategorized -tags: - - related posts - - social - - comments - - layout ---- - -This post has reading time, comments, social sharing links, and related posts disabled. - -Reading time, comments, social sharing and related post links should not appear. \ No newline at end of file diff --git a/_posts/2012-01-03-layout-table-of-contents-post.md b/_posts/2012-01-03-layout-table-of-contents-post.md deleted file mode 100644 index d9483ca2..00000000 --- a/_posts/2012-01-03-layout-table-of-contents-post.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: "Layout: Post with Table Of Contents" -header: - image: unsplash-image-9.jpg - caption: "Photo credit: [**Unsplash**](https://unsplash.com)" -tags: - - table of contents ---- - -{% include toc title="Unique Title" icon="file-text" %} - -Testing Kramdown auto-generated table of contents with unique title and icon assigned in the include like so: - -```liquid -{% raw %}{% include toc title="Unique Title" icon="file-text" %}{% endraw %} -``` - -## HTML Elements - -Below is just about everything you'll need to style in the theme. Check the source code to see the many embedded elements within paragraphs. - -<h1>Heading 1</h1> -<h2>Heading 2</h2> -<h3>Heading 3</h3> -<h4>Heading 4</h4> -<h5>Heading 5</h5> -<h6>Heading 6</h6> - -## Body text - -Lorem ipsum dolor sit amet, test link adipiscing elit. **This is strong**. Nullam dignissim convallis est. Quisque aliquam. - -![Smithsonian Image]({{ site.url }}{{ site.baseurl }}/images/3953273590_704e3899d5_m.jpg) -{: .image-right} - -*This is emphasized*. Donec faucibus. Nunc iaculis suscipit dui. 53 = 125. Water is H2O. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. The New York Times (That’s a citation). Underline.Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus. - -HTML and CSS are our tools. Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. - -### Blockquotes - -> Lorem ipsum dolor sit amet, test link adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. - -## List Types - -### Ordered Lists - -1. Item one - 1. sub item one - 2. sub item two - 3. sub item three -2. Item two - -### Unordered Lists - -* Item one -* Item two -* Item three - -## Tables - -| Header1 | Header2 | Header3 | -|:--------|:-------:|--------:| -| cell1 | cell2 | cell3 | -| cell4 | cell5 | cell6 | -|---- -| cell1 | cell2 | cell3 | -| cell4 | cell5 | cell6 | -|===== -| Foot1 | Foot2 | Foot3 -{: rules="groups"} - -## Code Snippets - -```css -#container { - float: left; - margin: 0 -240px 0 0; - width: 100%; -} -``` - -## Buttons - -Make any link standout more when applying the `.btn` class. - -```html -<a href="#" class="btn btn-success">Success Button</a> -``` - -<div markdown="0"><a href="#" class="btn">Primary Button</a></div> -<div markdown="0"><a href="#" class="btn btn--success">Success Button</a></div> -<div markdown="0"><a href="#" class="btn btn--warning">Warning Button</a></div> -<div markdown="0"><a href="#" class="btn btn--danger">Danger Button</a></div> -<div markdown="0"><a href="#" class="btn btn--info">Info Button</a></div> - -## Notices - -**Watch out!** You can also add notices by appending `{: .notice}` to a paragraph. -{: .notice} diff --git a/_posts/2012-03-14-layout-code-excerpt-generated.md b/_posts/2012-03-14-layout-code-excerpt-generated.md deleted file mode 100644 index 0bdc595e..00000000 --- a/_posts/2012-03-14-layout-code-excerpt-generated.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Layout: Code Excerpt (Generated)" -categories: - - Layout - - Uncategorized -tags: - - content - - excerpt - - layout ---- - -This is the post content with inline code, (e.g. `<span style="color: red;">red</span>`. It should be displayed in place of the auto-generated excerpt in single-page views. Archive-index pages should display an auto-generated excerpt of this content. - -Be sure to test the formatting of the auto-generated excerpt, to ensure that it doesn't create any layout problems. \ No newline at end of file diff --git a/_posts/2012-03-14-layout-excerpt-defined.md b/_posts/2012-03-14-layout-excerpt-defined.md deleted file mode 100644 index 7091cf8f..00000000 --- a/_posts/2012-03-14-layout-excerpt-defined.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Layout: Excerpt (Defined)" -excerpt: "This is a user-defined post excerpt. It should be displayed in place of the post content in archive-index pages." -categories: - - Layout - - Uncategorized -tags: - - content - - excerpt - - layout ---- - -This is the post content. It should be displayed in place of the user-defined excerpt in archive-index pages. - -This paragraph should be absent from an archive-index page where `post.excerpt` is shown. \ No newline at end of file diff --git a/_posts/2012-03-14-layout-excerpt-generated.md b/_posts/2012-03-14-layout-excerpt-generated.md deleted file mode 100644 index 5f26140e..00000000 --- a/_posts/2012-03-14-layout-excerpt-generated.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "Layout: Excerpt (Generated)" -excerpt_separator: "<!--more-->" -categories: - - Layout - - Uncategorized -tags: - - content - - excerpt - - layout ---- - -This is the post content. Archive-index pages should display an auto-generated excerpt of this content. - -<!--more--> - -Be sure to test the formatting of the auto-generated excerpt, to ensure that it doesn't create any layout problems. \ No newline at end of file diff --git a/_posts/2012-03-15-layout-author-override.md b/_posts/2012-03-15-layout-author-override.md deleted file mode 100644 index c27aa668..00000000 --- a/_posts/2012-03-15-layout-author-override.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -title: "Layout: Author Override" -author: Billy Rick -excerpt: "A post to test author overrides using a data file." ---- - -Sites that may have content authored from various individuals can be accommodated by using [data files](https://jekyllrb.com/docs/datafiles/). - -To attribute an author to a post or page that is different from the site author specified in `_config.yml`: - -**Step 1.** Create `_data/authors.yml` and add authors using the following format. Anything variables found under `author` in `_config.yml` can be used (e.g. `name`, `avatar`, `uri`, social media profiles, etc.). - -```yaml -# /_data/authors.yml - -Billy Rick: - name: "Billy Rick" - uri: "http://thewhip.com" - email: "billy@rick.com" - bio: "What do you want, jewels? I am a very extravagant man." - avatar: "bio-photo-2.jpg" - twitter: "extravagantman" - -Cornelius Fiddlebone: - name: "Cornelius Fiddlebone" - email: "cornelius@thewhip.com" - bio: "I ordered what?" - avatar: "bio-photo.jpg" - twitter: "rhymeswithsackit" -``` - -**Step 2.** Assign one of the authors in `authors.yml` to a post or page you wish to override the `site.author` with. - -Example: To assign `Billy Rick` as an author for a post the following YAML Front Matter would be applied: - -```yaml -author: Billy Rick -``` \ No newline at end of file diff --git a/_posts/2012-03-15-layout-author-sidebar-disabled.md b/_posts/2012-03-15-layout-author-sidebar-disabled.md deleted file mode 100644 index a4d0dc19..00000000 --- a/_posts/2012-03-15-layout-author-sidebar-disabled.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Layout: Author Sidebar Disabled" -excerpt: "A post to test disabling author sidebar." -author_profile: false ---- - -This post has the author sidebar disabled. - -To disable add `author_profile: false` to YAML Front Matter. \ No newline at end of file diff --git a/_posts/2012-03-15-layout-header-image-external.md b/_posts/2012-03-15-layout-header-image-external.md deleted file mode 100644 index 8dd7a01e..00000000 --- a/_posts/2012-03-15-layout-header-image-external.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "Layout: Header Image (External URL)" -header: - image: https://farm5.staticflickr.com/4140/4939863887_84705982fd_b.jpg -categories: - - Layout - - Uncategorized -tags: - - edge case - - featured image - - image - - layout ---- - -This post should display a **header image**, if the theme supports it. - -Featured image is an external asset and should load. \ No newline at end of file diff --git a/_posts/2012-03-15-layout-header-image-horizontal.md b/_posts/2012-03-15-layout-header-image-horizontal.md deleted file mode 100644 index 7b6ef472..00000000 --- a/_posts/2012-03-15-layout-header-image-horizontal.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Layout: Header Image (Horizontal)" -header: - image: unsplash-image-1.jpg - caption: "Photo credit: [**Unsplash**](https://unsplash.com)" -categories: - - Layout - - Uncategorized -tags: - - edge case - - featured image - - image - - layout ---- - -This post should display a **header image**, if the theme supports it. - -Non-square images can provide some unique styling issues. - -This post tests a horizontal header image. \ No newline at end of file diff --git a/_posts/2012-03-15-layout-header-image-text-readability.md b/_posts/2012-03-15-layout-header-image-text-readability.md deleted file mode 100644 index 140a48cf..00000000 --- a/_posts/2012-03-15-layout-header-image-text-readability.md +++ /dev/null @@ -1,49 +0,0 @@ ---- -title: "Layout: Header Image and Text Readability" -header: - image: unsplash-image-4.jpg - caption: "Photo credit: [**Unsplash**](https://unsplash.com)" -tags: - - sample post - - readability - - test ---- - -This is a sample post with a large feature image[^1] up top and tons of text. Odio ad blue bottle vinyl, 90's narwhal commodo bitters pour-over nostrud. Ugh est hashtag in, fingerstache adipisicing laboris esse Pinterest shabby chic Portland. Shoreditch bicycle rights anim, flexitarian laboris put a bird on it vinyl cupidatat narwhal. Hashtag artisan skateboard, flannel Bushwick nesciunt salvia aute fixie do plaid post-ironic dolor McSweeney's. Cliche pour-over chambray nulla four loko skateboard sapiente hashtag. - -Vero laborum commodo occupy. Semiotics voluptate mumblecore pug. Cosby sweater ullamco quinoa ennui assumenda, sapiente occupy delectus lo-fi. *Ea fashion axe [Marfa cillum aliquip](#). Retro Bushwick keytar cliche.* Before they sold out sustainable gastropub Marfa readymade, ethical Williamsburg skateboard brunch qui consectetur gentrify semiotics. Mustache cillum irony, fingerstache magna pour-over keffiyeh tousled selfies. - -## Cupidatat 90's lo-fi authentic try-hard - -In pug Portland incididunt mlkshk put a bird on it vinyl quinoa. **[Terry Richardson](#) shabby chic +1**, scenester Tonx excepteur tempor fugiat voluptate fingerstache aliquip nisi next level. Farm-to-table hashtag Truffaut, Odd Future ex meggings gentrify single-origin coffee try-hard 90's. - - * Sartorial hoodie - * Labore viral forage - * Tote bag selvage - * DIY exercitation et id ugh tumblr church-key - -Incididunt umami sriracha, ethical fugiat VHS ex assumenda yr irure direct trade. Marfa Truffaut bicycle rights, kitsch placeat Etsy kogi asymmetrical. Beard locavore flexitarian, kitsch photo booth hoodie plaid ethical readymade leggings yr. - -Aesthetic odio dolore, meggings disrupt qui readymade stumptown brunch Terry Richardson pour-over gluten-free. Banksy american apparel in selfies, biodiesel flexitarian organic meh wolf quinoa gentrify banjo kogi. Readymade tofu ex, scenester dolor umami fingerstache occaecat fashion axe Carles jean shorts minim. Keffiyeh fashion axe nisi Godard mlkshk dolore. Lomo you probably haven't heard of them eu non, Odd Future Truffaut pug keytar meggings McSweeney's Pinterest cred. Etsy literally aute esse, eu bicycle rights qui meggings fanny pack. Gentrify leggings pug flannel duis. - -## Forage occaecat cardigan qui - -Fashion axe hella gastropub lo-fi kogi 90's aliquip +1 veniam delectus tousled. Cred sriracha locavore gastropub kale chips, iPhone mollit sartorial. Anim dolore 8-bit, pork belly dolor photo booth aute flannel small batch. Dolor disrupt ennui, tattooed whatever salvia Banksy sartorial roof party selfies raw denim sint meh pour-over. Ennui eu cardigan sint, gentrify iPhone cornhole. - -> Whatever velit occaecat quis deserunt gastropub, leggings elit tousled roof party 3 wolf moon kogi pug blue bottle ea. Fashion axe shabby chic Austin quinoa pickled laborum bitters next level, disrupt deep v accusamus non fingerstache. - -Tote bag asymmetrical elit sunt. Occaecat authentic Marfa, hella McSweeney's next level irure veniam master cleanse. Sed hoodie letterpress artisan wolf leggings, 3 wolf moon commodo ullamco. Anim occupy ea labore Terry Richardson. Tofu ex master cleanse in whatever pitchfork banh mi, occupy fugiat fanny pack Austin authentic. Magna fugiat 3 wolf moon, labore McSweeney's sustainable vero consectetur. Gluten-free disrupt enim, aesthetic fugiat jean shorts trust fund keffiyeh magna try-hard. - -## Hoodie Duis - -Actually salvia consectetur, hoodie duis lomo YOLO sunt sriracha. Aute pop-up brunch farm-to-table odio, salvia irure occaecat. Sriracha small batch literally skateboard. Echo Park nihil hoodie, aliquip forage artisan laboris. Trust fund reprehenderit nulla locavore. Stumptown raw denim kitsch, keffiyeh nulla twee dreamcatcher fanny pack ullamco 90's pop-up est culpa farm-to-table. Selfies 8-bit do pug odio. - -### Thundercats Ho! - -Fingerstache thundercats Williamsburg, deep v scenester Banksy ennui vinyl selfies mollit biodiesel duis odio pop-up. Banksy 3 wolf moon try-hard, sapiente enim stumptown deep v ad letterpress. Squid beard brunch, exercitation raw denim yr sint direct trade. Raw denim narwhal id, flannel DIY McSweeney's seitan. Letterpress artisan bespoke accusamus, meggings laboris consequat Truffaut qui in seitan. Sustainable cornhole Schlitz, twee Cosby sweater banh mi deep v forage letterpress flannel whatever keffiyeh. Sartorial cred irure, semiotics ethical sed blue bottle nihil letterpress. - -Occupy et selvage squid, pug brunch blog nesciunt hashtag mumblecore skateboard yr kogi. Ugh small batch swag four loko. Fap post-ironic qui tote bag farm-to-table american apparel scenester keffiyeh vero, swag non pour-over gentrify authentic pitchfork. Schlitz scenester lo-fi voluptate, tote bag irony bicycle rights pariatur vero Vice freegan wayfarers exercitation nisi shoreditch. Chambray tofu vero sed. Street art swag literally leggings, Cosby sweater mixtape PBR lomo Banksy non in pitchfork ennui McSweeney's selfies. Odd Future Banksy non authentic. - -Aliquip enim artisan dolor post-ironic. Pug tote bag Marfa, deserunt pour-over Portland wolf eu odio intelligentsia american apparel ugh ea. Sunt viral et, 3 wolf moon gastropub pug id. Id fashion axe est typewriter, mlkshk Portland art party aute brunch. Sint pork belly Cosby sweater, deep v mumblecore kitsch american apparel. Try-hard direct trade tumblr sint skateboard. Adipisicing bitters excepteur biodiesel, pickled gastropub aute veniam. - -[^1]: Texture image courtesty of [Lovetextures](http://www.lovetextures.com/) diff --git a/_posts/2012-03-15-layout-header-image-vertical.md b/_posts/2012-03-15-layout-header-image-vertical.md deleted file mode 100644 index 2eae945c..00000000 --- a/_posts/2012-03-15-layout-header-image-vertical.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Layout: Header Image (Vertical)" -header: - image: unsplash-image-6.jpg - caption: "Photo credit: [**Unsplash**](https://unsplash.com)" -categories: - - Layout - - Uncategorized -tags: - - edge case - - featured image - - image - - layout ---- - -This post should display a **header image**, if the theme supports it. - -Non-square images can provide some unique styling issues. - -This post tests a vertical header image. \ No newline at end of file diff --git a/_posts/2012-03-15-layout-header-overlay-color.md b/_posts/2012-03-15-layout-header-overlay-color.md deleted file mode 100644 index 69a85219..00000000 --- a/_posts/2012-03-15-layout-header-overlay-color.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Layout: Header Overlay with Background Fill" -header: - overlay_color: "#333" -categories: - - Layout - - Uncategorized -tags: - - edge case - - image - - layout ---- - -This post should display a **header with a solid background color**, if the theme supports it. - -Non-square images can provide some unique styling issues. - -This post tests overlay headers. \ No newline at end of file diff --git a/_posts/2012-03-15-layout-header-overlay-image.md b/_posts/2012-03-15-layout-header-overlay-image.md deleted file mode 100644 index ad10f369..00000000 --- a/_posts/2012-03-15-layout-header-overlay-image.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Layout: Header Image Overlay" -header: - overlay_image: unsplash-image-1.jpg - caption: "Photo credit: [**Unsplash**](https://unsplash.com)" - cta_url: "https://unsplash.com" -categories: - - Layout - - Uncategorized -tags: - - edge case - - image - - layout ---- - -This post should display a **header with an overlay image**, if the theme supports it. - -Non-square images can provide some unique styling issues. - -This post tests overlay header images. \ No newline at end of file diff --git a/_posts/2012-03-15-layout-more-tag.md b/_posts/2012-03-15-layout-more-tag.md deleted file mode 100644 index 45940a6e..00000000 --- a/_posts/2012-03-15-layout-more-tag.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Layout: More Tag" -categories: - - Layout - - Uncategorized -tags: - - content - - read more - - layout ---- - -This content is before the [excerpt separator tag](http://jekyllrb.com/docs/posts/#post-excerpts). - -Right after this sentence there should be a **continue reading** link of some sort in archive-index pages. - -<!--more--> - -And this content is after the more tag. \ No newline at end of file diff --git a/_posts/2012-03-15-layout-sidebar-custom.md b/_posts/2012-03-15-layout-sidebar-custom.md deleted file mode 100644 index 0dcbbfe2..00000000 --- a/_posts/2012-03-15-layout-sidebar-custom.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: "Layout: Sidebar Custom" -excerpt: "A post to custom sidebar content." -author_profile: false -sidebar: - - title: "Title" - image: http://placehold.it/350x250 - image_alt: "image" - text: "Some text here." - - title: "Another Title" - text: "More text here." ---- - -This post has a custom sidebar set in the post's YAML Front Matter.. - -An example of how that YAML could look is: - -```yaml -sidebar: - - title: "Title" - image: http://placehold.it/350x250 - image_alt: "image" - text: "Some text here." - - title: "Another Title" - text: "More text here." -``` \ No newline at end of file diff --git a/_posts/2012-05-22-markup-text-readability.md b/_posts/2012-05-22-markup-text-readability.md deleted file mode 100644 index e0dde8ee..00000000 --- a/_posts/2012-05-22-markup-text-readability.md +++ /dev/null @@ -1,45 +0,0 @@ ---- -title: "Markup: Text Readability Test" -excerpt: "A bunch of text to test readability." -tags: - - sample post - - readability - - test ---- - -Portland in shoreditch Vice, labore typewriter pariatur hoodie fap sartorial Austin. Pinterest literally occupy Schlitz forage. Odio ad blue bottle vinyl, 90's narwhal commodo bitters pour-over nostrud. Ugh est hashtag in, fingerstache adipisicing laboris esse Pinterest shabby chic Portland. Shoreditch bicycle rights anim, flexitarian laboris put a bird on it vinyl cupidatat narwhal. Hashtag artisan skateboard, flannel Bushwick nesciunt salvia aute fixie do plaid post-ironic dolor McSweeney's. Cliche pour-over chambray nulla four loko skateboard sapiente hashtag. - -Vero laborum commodo occupy. Semiotics voluptate mumblecore pug. Cosby sweater ullamco quinoa ennui assumenda, sapiente occupy delectus lo-fi. Ea fashion axe Marfa cillum aliquip. Retro Bushwick keytar cliche. Before they sold out sustainable gastropub Marfa readymade, ethical Williamsburg skateboard brunch qui consectetur gentrify semiotics. Mustache cillum irony, fingerstache magna pour-over keffiyeh tousled selfies. - -## Cupidatat 90's lo-fi authentic try-hard - -In pug Portland incididunt mlkshk put a bird on it vinyl quinoa. Terry Richardson shabby chic +1, scenester Tonx excepteur tempor fugiat voluptate fingerstache aliquip nisi next level. Farm-to-table hashtag Truffaut, Odd Future ex meggings gentrify single-origin coffee try-hard 90's. - - * Sartorial hoodie - * Labore viral forage - * Tote bag selvage - * DIY exercitation et id ugh tumblr church-key - -Incididunt umami sriracha, ethical fugiat VHS ex assumenda yr irure direct trade. Marfa Truffaut bicycle rights, kitsch placeat Etsy kogi asymmetrical. Beard locavore flexitarian, kitsch photo booth hoodie plaid ethical readymade leggings yr. - -Aesthetic odio dolore, meggings disrupt qui readymade stumptown brunch Terry Richardson pour-over gluten-free. Banksy american apparel in selfies, biodiesel flexitarian organic meh wolf quinoa gentrify banjo kogi. Readymade tofu ex, scenester dolor umami fingerstache occaecat fashion axe Carles jean shorts minim. Keffiyeh fashion axe nisi Godard mlkshk dolore. Lomo you probably haven't heard of them eu non, Odd Future Truffaut pug keytar meggings McSweeney's Pinterest cred. Etsy literally aute esse, eu bicycle rights qui meggings fanny pack. Gentrify leggings pug flannel duis. - -## Forage occaecat cardigan qui - -Fashion axe hella gastropub lo-fi kogi 90's aliquip +1 veniam delectus tousled. Cred sriracha locavore gastropub kale chips, iPhone mollit sartorial. Anim dolore 8-bit, pork belly dolor photo booth aute flannel small batch. Dolor disrupt ennui, tattooed whatever salvia Banksy sartorial roof party selfies raw denim sint meh pour-over. Ennui eu cardigan sint, gentrify iPhone cornhole. - -> Whatever velit occaecat quis deserunt gastropub, leggings elit tousled roof party 3 wolf moon kogi pug blue bottle ea. Fashion axe shabby chic Austin quinoa pickled laborum bitters next level, disrupt deep v accusamus non fingerstache. - -Tote bag asymmetrical elit sunt. Occaecat authentic Marfa, hella McSweeney's next level irure veniam master cleanse. Sed hoodie letterpress artisan wolf leggings, 3 wolf moon commodo ullamco. Anim occupy ea labore Terry Richardson. Tofu ex master cleanse in whatever pitchfork banh mi, occupy fugiat fanny pack Austin authentic. Magna fugiat 3 wolf moon, labore McSweeney's sustainable vero consectetur. Gluten-free disrupt enim, aesthetic fugiat jean shorts trust fund keffiyeh magna try-hard. - -## Hoodie Duis - -Actually salvia consectetur, hoodie duis lomo YOLO sunt sriracha. Aute pop-up brunch farm-to-table odio, salvia irure occaecat. Sriracha small batch literally skateboard. Echo Park nihil hoodie, aliquip forage artisan laboris. Trust fund reprehenderit nulla locavore. Stumptown raw denim kitsch, keffiyeh nulla twee dreamcatcher fanny pack ullamco 90's pop-up est culpa farm-to-table. Selfies 8-bit do pug odio. - -### Thundercats Ho! - -Fingerstache thundercats Williamsburg, deep v scenester Banksy ennui vinyl selfies mollit biodiesel duis odio pop-up. Banksy 3 wolf moon try-hard, sapiente enim stumptown deep v ad letterpress. Squid beard brunch, exercitation raw denim yr sint direct trade. Raw denim narwhal id, flannel DIY McSweeney's seitan. Letterpress artisan bespoke accusamus, meggings laboris consequat Truffaut qui in seitan. Sustainable cornhole Schlitz, twee Cosby sweater banh mi deep v forage letterpress flannel whatever keffiyeh. Sartorial cred irure, semiotics ethical sed blue bottle nihil letterpress. - -Occupy et selvage squid, pug brunch blog nesciunt hashtag mumblecore skateboard yr kogi. Ugh small batch swag four loko. Fap post-ironic qui tote bag farm-to-table american apparel scenester keffiyeh vero, swag non pour-over gentrify authentic pitchfork. Schlitz scenester lo-fi voluptate, tote bag irony bicycle rights pariatur vero Vice freegan wayfarers exercitation nisi shoreditch. Chambray tofu vero sed. Street art swag literally leggings, Cosby sweater mixtape PBR lomo Banksy non in pitchfork ennui McSweeney's selfies. Odd Future Banksy non authentic. - -Aliquip enim artisan dolor post-ironic. Pug tote bag Marfa, deserunt pour-over Portland wolf eu odio intelligentsia american apparel ugh ea. Sunt viral et, 3 wolf moon gastropub pug id. Id fashion axe est typewriter, mlkshk Portland art party aute brunch. Sint pork belly Cosby sweater, deep v mumblecore kitsch american apparel. Try-hard direct trade tumblr sint skateboard. Adipisicing bitters excepteur biodiesel, pickled gastropub aute veniam. diff --git a/_posts/2013-01-05-markup-title-with-markup.md b/_posts/2013-01-05-markup-title-with-markup.md deleted file mode 100644 index 2ead3fc9..00000000 --- a/_posts/2013-01-05-markup-title-with-markup.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Markup: Title *with* **Markdown**" -categories: - - Markdown -tags: - - css - - html - - title ---- - -Verify that: - -* The post title renders the word "with" in *italics* and the word "Markdown" in **bold**. -* The post title markup should be removed from the browser window / tab. \ No newline at end of file diff --git a/_posts/2013-01-05-markup-title-with-special-characters.md b/_posts/2013-01-05-markup-title-with-special-characters.md deleted file mode 100644 index 075828af..00000000 --- a/_posts/2013-01-05-markup-title-with-special-characters.md +++ /dev/null @@ -1,432 +0,0 @@ ---- -title: "Markup: Title with Special --- Characters" -categories: - - Markup -tags: - - html - - markup - - post - - title ---- - -Putting special characters in the title should have no adverse effect on the layout or functionality. - -Special characters in the post title have been known to cause issues with JavaScript and XML when not properly encoded and escaped. - -## Latin Character Tests - -This is a test to see if the fonts used in this theme support basic Latin characters. - -<table> - <tr> - <td> - ! - </td> - - <td> - “ - </td> - - <td> - # - </td> - - <td> - $ - </td> - - <td> - % - </td> - - <td> - & - </td> - - <td> - ‘ - </td> - - <td> - ( - </td> - - <td> - ) - </td> - - <td> - * - </td> - </tr> - - <tr> - <td> - + - </td> - - <td> - , - </td> - - <td> - – - </td> - - <td> - . - </td> - - <td> - / - </td> - - <td> - </td> - - <td> - 1 - </td> - - <td> - 2 - </td> - - <td> - 3 - </td> - - <td> - 4 - </td> - </tr> - - <tr> - <td> - 5 - </td> - - <td> - 6 - </td> - - <td> - 7 - </td> - - <td> - 8 - </td> - - <td> - 9 - </td> - - <td> - : - </td> - - <td> - ; - </td> - - <td> - > - </td> - - <td> - = - </td> - - <td> - < - </td> - </tr> - - <tr> - <td> - ? - </td> - - <td> - @ - </td> - - <td> - A - </td> - - <td> - B - </td> - - <td> - C - </td> - - <td> - D - </td> - - <td> - E - </td> - - <td> - F - </td> - - <td> - G - </td> - - <td> - H - </td> - </tr> - - <tr> - <td> - I - </td> - - <td> - J - </td> - - <td> - K - </td> - - <td> - L - </td> - - <td> - M - </td> - - <td> - N - </td> - - <td> - O - </td> - - <td> - P - </td> - - <td> - Q - </td> - - <td> - R - </td> - </tr> - - <tr> - <td> - S - </td> - - <td> - T - </td> - - <td> - U - </td> - - <td> - V - </td> - - <td> - W - </td> - - <td> - X - </td> - - <td> - Y - </td> - - <td> - Z - </td> - - <td> - [ - </td> - - <td> - </td> - </tr> - - <tr> - <td> - ] - </td> - - <td> - ^ - </td> - - <td> - _ - </td> - - <td> - ` - </td> - - <td> - a - </td> - - <td> - b - </td> - - <td> - c - </td> - - <td> - d - </td> - - <td> - e - </td> - - <td> - f - </td> - </tr> - - <tr> - <td> - g - </td> - - <td> - h - </td> - - <td> - i - </td> - - <td> - j - </td> - - <td> - k - </td> - - <td> - l - </td> - - <td> - m - </td> - - <td> - n - </td> - - <td> - o - </td> - - <td> - p - </td> - </tr> - - <tr> - <td> - q - </td> - - <td> - r - </td> - - <td> - s - </td> - - <td> - t - </td> - - <td> - u - </td> - - <td> - v - </td> - - <td> - w - </td> - - <td> - x - </td> - - <td> - y - </td> - - <td> - z - </td> - </tr> - - <tr> - <td> - { - </td> - - <td> - | - </td> - - <td> - } - </td> - - <td> - ~ - </td> - - <td> - </td> - - <td> - </td> - - <td> - </td> - - <td> - </td> - - <td> - </td> - - <td> - </td> - </tr> -</table> \ No newline at end of file diff --git a/_posts/2013-01-09-markup-text-alignment.md b/_posts/2013-01-09-markup-text-alignment.md deleted file mode 100644 index e6fd09b3..00000000 --- a/_posts/2013-01-09-markup-text-alignment.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: "Markup: Text Alignment" -categories: - - Markup -tags: - - alignment - - content - - css - - markup ---- - -### Default - -This is a paragraph. It should not have any alignment of any kind. It should just flow like you would normally expect. Nothing fancy. Just straight up text, free flowing, with love. Completely neutral and not picking a side or sitting on the fence. It just is. It just freaking is. It likes where it is. It does not feel compelled to pick a side. Leave him be. It will just be better that way. Trust me. - -### Left Align - -This is a paragraph. It is left aligned. Because of this, it is a bit more liberal in it's views. It's favorite color is green. Left align tends to be more eco-friendly, but it provides no concrete evidence that it really is. Even though it likes share the wealth evenly, it leaves the equal distribution up to justified alignment. -{: style="text-align: left;"} - -### Center Align - -This is a paragraph. It is center aligned. Center is, but nature, a fence sitter. A flip flopper. It has a difficult time making up its mind. It wants to pick a side. Really, it does. It has the best intentions, but it tends to complicate matters more than help. The best you can do is try to win it over and hope for the best. I hear center align does take bribes. -{: style="text-align: center;"} - -### Right Align - -This is a paragraph. It is right aligned. It is a bit more conservative in it's views. It's prefers to not be told what to do or how to do it. Right align totally owns a slew of guns and loves to head to the range for some practice. Which is cool and all. I mean, it's a pretty good shot from at least four or five football fields away. Dead on. So boss. -{: style="text-align: right;"} - -### Justify Align - -This is a paragraph. It is justify aligned. It gets really mad when people associate it with Justin Timberlake. Typically, justified is pretty straight laced. It likes everything to be in it's place and not all cattywampus like the rest of the aligns. I am not saying that makes it better than the rest of the aligns, but it does tend to put off more of an elitist attitude. -{: style="text-align: justify;"} \ No newline at end of file diff --git a/_posts/2013-01-10-markup-image-alignment.md b/_posts/2013-01-10-markup-image-alignment.md deleted file mode 100644 index b67f692e..00000000 --- a/_posts/2013-01-10-markup-image-alignment.md +++ /dev/null @@ -1,72 +0,0 @@ ---- -title: "Markup: Image Alignment" -categories: - - Markup -tags: - - alignment - - captions - - content - - css - - image - - markup ---- - -Welcome to image alignment! The best way to demonstrate the ebb and flow of the various image positioning options is to nestle them snuggly among an ocean of words. Grab a paddle and let's get started. - -![image-center]({{ site.url }}{{ site.baseurl }}/images/image-alignment-580x300.jpg){: .align-center} - -The image above happens to be **centered**. - -![image-left]({{ site.url }}{{ site.baseurl }}/images/image-alignment-150x150.jpg){: .align-left} The rest of this paragraph is filler for the sake of seeing the text wrap around the 150×150 image, which is **left aligned**. - -As you can see the should be some space above, below, and to the right of the image. The text should not be creeping on the image. Creeping is just not right. Images need breathing room too. Let them speak like you words. Let them do their jobs without any hassle from the text. In about one more sentence here, we'll see that the text moves from the right of the image down below the image in seamless transition. Again, letting the do it's thing. Mission accomplished! - -And now for a **massively large image**. It also has **no alignment**. - -![no-alignment]({{ site.url }}{{ site.baseurl }}/images/image-alignment-1200x4002.jpg) - -The image above, though 1200px wide, should not overflow the content area. It should remain contained with no visible disruption to the flow of content. - -![image-right]({{ site.url }}{{ site.baseurl }}/images/image-alignment-300x200.jpg){: .align-right} - -And now we're going to shift things to the **right align**. Again, there should be plenty of room above, below, and to the left of the image. Just look at him there --- Hey guy! Way to rock that right side. I don't care what the left aligned image says, you look great. Don't let anyone else tell you differently. - -In just a bit here, you should see the text start to wrap below the right aligned image and settle in nicely. There should still be plenty of room and everything should be sitting pretty. Yeah --- Just like that. It never felt so good to be right. - -And just when you thought we were done, we're going to do them all over again with captions! - -<figure class="align-center"> - <img src="{{ site.url }}{{ site.baseurl }}/images/image-alignment-580x300.jpg" alt=""> - <figcaption>Look at 580 x 300 getting some love.</figcaption> -</figure> - -The figure above happens to be **centered**. The caption also has a link in it, just to see if it does anything funky. - -<figure style="width: 150px" class="align-left"> - <img src="{{ site.url }}{{ site.baseurl }}/images/image-alignment-150x150.jpg" alt=""> - <figcaption>Itty-bitty caption.</figcaption> -</figure> - -The rest of this paragraph is filler for the sake of seeing the text wrap around the 150×150 image, which is **left aligned**. - -As you can see the should be some space above, below, and to the right of the image. The text should not be creeping on the image. Creeping is just not right. Images need breathing room too. Let them speak like you words. Let them do their jobs without any hassle from the text. In about one more sentence here, we'll see that the text moves from the right of the image down below the image in seamless transition. Again, letting the do it's thing. Mission accomplished! - -And now for a **massively large image**. It also has **no alignment**. - -<figure style="width: 1200px"> - <img src="{{ site.url }}{{ site.baseurl }}/images/image-alignment-1200x4002.jpg" alt=""> - <figcaption>Massive image comment for your eyeballs.</figcaption> -</figure> - -The image above, though 1200px wide, should not overflow the content area. It should remain contained with no visible disruption to the flow of content. - -<figure style="width: 300px" class="align-right"> - <img src="{{ site.url }}{{ site.baseurl }}/images/image-alignment-300x200.jpg" alt=""> - <figcaption>Feels good to be right all the time.</figcaption> -</figure> - -And now we're going to shift things to the **right align**. Again, there should be plenty of room above, below, and to the left of the image. Just look at him there --- Hey guy! Way to rock that right side. I don't care what the left aligned image says, you look great. Don't let anyone else tell you differently. - -In just a bit here, you should see the text start to wrap below the right aligned image and settle in nicely. There should still be plenty of room and everything should be sitting pretty. Yeah --- Just like that. It never felt so good to be right. - -And that's a wrap, yo! You survived the tumultuous waters of alignment. Image alignment achievement unlocked! \ No newline at end of file diff --git a/_posts/2013-01-11-markup-html-tags-and-formatting.md b/_posts/2013-01-11-markup-html-tags-and-formatting.md deleted file mode 100644 index 4f3c78c3..00000000 --- a/_posts/2013-01-11-markup-html-tags-and-formatting.md +++ /dev/null @@ -1,222 +0,0 @@ ---- -title: "Markup: HTML Tags and Formatting" -header: - teaser: "markup-syntax-highlighting-teaser.jpg" -categories: - - Markup -tags: - - content - - css - - formatting - - html - - markup ---- - -A variety of common markup showing how the theme styles them. - -# Header one - -## Header two - -### Header three - -#### Header four - -##### Header five - -###### Header six - -## Blockquotes - -Single line blockquote: - -> Stay hungry. Stay foolish. - -Multi line blockquote with a cite reference: - -> People think focus means saying yes to the thing you've got to focus on. But that's not what it means at all. It means saying no to the hundred other good ideas that there are. You have to pick carefully. I'm actually as proud of the things we haven't done as the things I have done. Innovation is saying no to 1,000 things. - -<cite>Steve Jobs</cite> --- Apple Worldwide Developers' Conference, 1997 -{: .small} - -## Tables - -| Employee | Salary | | -| -------- | ------ | ------------------------------------------------------------ | -| [John Doe](#) | $1 | Because that's all Steve Jobs needed for a salary. | -| [Jane Doe](#) | $100K | For all the blogging she does. | -| [Fred Bloggs](#) | $100M | Pictures are worth a thousand words, right? So Jane × 1,000. | -| [Jane Bloggs](#) | $100B | With hair like that?! Enough said. | - -| Header1 | Header2 | Header3 | -|:--------|:-------:|--------:| -| cell1 | cell2 | cell3 | -| cell4 | cell5 | cell6 | -|-----------------------------| -| cell1 | cell2 | cell3 | -| cell4 | cell5 | cell6 | -|=============================| -| Foot1 | Foot2 | Foot3 | - -## Definition Lists - -Definition List Title -: Definition list division. - -Startup -: A startup company or startup is a company or temporary organization designed to search for a repeatable and scalable business model. - -#dowork -: Coined by Rob Dyrdek and his personal body guard Christopher "Big Black" Boykins, "Do Work" works as a self motivator, to motivating your friends. - -Do It Live -: I'll let Bill O'Reilly [explain](https://www.youtube.com/watch?v=O_HyZ5aW76c "We'll Do It Live") this one. - -## Unordered Lists (Nested) - - * List item one - * List item one - * List item one - * List item two - * List item three - * List item four - * List item two - * List item three - * List item four - * List item two - * List item three - * List item four - -## Ordered List (Nested) - - 1. List item one - 1. List item one - 1. List item one - 2. List item two - 3. List item three - 4. List item four - 2. List item two - 3. List item three - 4. List item four - 2. List item two - 3. List item three - 4. List item four - -## Buttons - -Make any link standout more when applying the `.btn` class. - -```html -<a href="#" class="btn--success">Success Button</a> -``` - -[Primary Button](#){: .btn} -[Success Button](#){: .btn .btn--success} -[Warning Button](#){: .btn .btn--warning} -[Danger Button](#){: .btn .btn--danger} -[Info Button](#){: .btn .btn--info} -[Inverse Button](#){: .btn .btn--inverse} -[Light Outline Button](#){: .btn .btn--light-outline} - -```markdown -[Primary Button Text](#link){: .btn} -[Success Button Text](#link){: .btn .btn--success} -[Warning Button Text](#link){: .btn .btn--warning} -[Danger Button Text](#link){: .btn .btn--danger} -[Info Button Text](#link){: .btn .btn--info} -[Inverse Button](#link){: .btn .btn--inverse} -[Light Outline Button](#link){: .btn .btn--light-outline} -``` - -[X-Large Button](#){: .btn .btn--x-large} -[Large Button](#){: .btn .btn--large} -[Default Button](#){: .btn} -[Small Button](#){: .btn .btn--small} - -```markdown -[X-Large Button](#link){: .btn .btn--x-large} -[Large Button](#link){: .btn .btn--large} -[Default Button](#link){: .btn} -[Small Button](#link){: .btn .btn--small} -``` - -## Notices - -**Watch out!** You can also add notices by appending `{: .notice}` to a paragraph. -{: .notice} - -## HTML Tags - -### Address Tag - -<address> - 1 Infinite Loop<br /> Cupertino, CA 95014<br /> United States -</address> - -### Anchor Tag (aka. Link) - -This is an example of a [link](http://apple.com "Apple"). - -### Abbreviation Tag - -The abbreviation CSS stands for "Cascading Style Sheets". - -*[CSS]: Cascading Style Sheets - -### Cite Tag - -"Code is poetry." ---<cite>Automattic</cite> - -### Code Tag - -You will learn later on in these tests that `word-wrap: break-word;` will be your best friend. - -### Strike Tag - -This tag will let you <strike>strikeout text</strike>. - -### Emphasize Tag - -The emphasize tag should _italicize_ text. - -### Insert Tag - -This tag should denote <ins>inserted</ins> text. - -### Keyboard Tag - -This scarcely known tag emulates <kbd>keyboard text</kbd>, which is usually styled like the `<code>` tag. - -### Preformatted Tag - -This tag styles large blocks of code. - -<pre> -.post-title { - margin: 0 0 5px; - font-weight: bold; - font-size: 38px; - line-height: 1.2; - and here's a line of some really, really, really, really long text, just to see how the PRE tag handles it and to find out how it overflows; -} -</pre> - -### Quote Tag - -<q>Developers, developers, developers…</q> –Steve Ballmer - -### Strong Tag - -This tag shows **bold text**. - -### Subscript Tag - -Getting our science styling on with H<sub>2</sub>O, which should push the "2" down. - -### Superscript Tag - -Still sticking with science and Isaac Newton's E = MC<sup>2</sup>, which should lift the 2 up. - -### Variable Tag - -This allows you to denote <var>variables</var>. \ No newline at end of file diff --git a/_posts/2013-05-22-markup-more-images.md b/_posts/2013-05-22-markup-more-images.md deleted file mode 100644 index 0b226abf..00000000 --- a/_posts/2013-05-22-markup-more-images.md +++ /dev/null @@ -1,65 +0,0 @@ ---- -title: "Markup: Another Post with Images" -excerpt: "Examples and code for displaying images in posts." -header: - teaser: "http://farm9.staticflickr.com/8426/7758832526_cc8f681e48_c.jpg" -tags: - - sample post - - images - - test ---- - -Here are some examples of what a post with images might look like. If you want to display two or three images next to each other responsively use `figure` with the appropriate `class`. Each instance of `figure` is auto-numbered and displayed in the caption. - -### Figures (for images or video) - -#### One Up - -<figure> - <a href="http://farm9.staticflickr.com/8426/7758832526_cc8f681e48_b.jpg"><img src="http://farm9.staticflickr.com/8426/7758832526_cc8f681e48_c.jpg"></a> - <figcaption><a href="http://www.flickr.com/photos/80901381@N04/7758832526/" title="Morning Fog Emerging From Trees by A Guy Taking Pictures, on Flickr">Morning Fog Emerging From Trees by A Guy Taking Pictures, on Flickr</a>.</figcaption> -</figure> - -Vero laborum commodo occupy. Semiotics voluptate mumblecore pug. Cosby sweater ullamco quinoa ennui assumenda, sapiente occupy delectus lo-fi. Ea fashion axe Marfa cillum aliquip. Retro Bushwick keytar cliche. Before they sold out sustainable gastropub Marfa readymade, ethical Williamsburg skateboard brunch qui consectetur gentrify semiotics. Mustache cillum irony, fingerstache magna pour-over keffiyeh tousled selfies. - -#### Two Up - -Apply the `half` class like so to display two images side by side that share the same caption. - -```html -<figure class="half"> - <a href="/images/image-filename-1-large.jpg"><img src="/images/image-filename-1.jpg"></a> - <a href="/images/image-filename-2-large.jpg"><img src="/images/image-filename-2.jpg"></a> - <figcaption>Caption describing these two images.</figcaption> -</figure> -``` - -And you'll get something that looks like this: - -<figure class="half"> - <a href="http://placehold.it/1200x600.JPG"><img src="http://placehold.it/600x300.jpg"></a> - <a href="http://placehold.it/1200x600.jpeg"><img src="http://placehold.it/600x300.jpg"></a> - <figcaption>Two images.</figcaption> -</figure> - -#### Three Up - -Apply the `third` class like so to display three images side by side that share the same caption. - -```html -<figure class="third"> - <img src="/images/image-filename-1.jpg"> - <img src="/images/image-filename-2.jpg"> - <img src="/images/image-filename-3.jpg"> - <figcaption>Caption describing these three images.</figcaption> -</figure> -``` - -And you'll get something that looks like this: - -<figure class="third"> - <img src="http://placehold.it/600x300.jpg"> - <img src="http://placehold.it/600x300.jpg"> - <img src="http://placehold.it/600x300.jpg"> - <figcaption>Three images.</figcaption> -</figure> diff --git a/_posts/2013-08-16-markup-syntax-highlighting.md b/_posts/2013-08-16-markup-syntax-highlighting.md deleted file mode 100644 index 16b54880..00000000 --- a/_posts/2013-08-16-markup-syntax-highlighting.md +++ /dev/null @@ -1,79 +0,0 @@ ---- -title: "Markup: Syntax Highlighting" -excerpt: "Post displaying the various ways of highlighting code in Markdown." -header: - teaser: "markup-syntax-highlighting-teaser.jpg" -tags: - - code - - syntax highlighting ---- - -Syntax highlighting is a feature that displays source code, in different colors and fonts according to the category of terms. This feature facilitates writing in a structured language such as a programming language or a markup language as both structures and syntax errors are visually distinct. Highlighting does not affect the meaning of the text itself; it is intended only for human readers.[^1] - -[^1]: <http://en.wikipedia.org/wiki/Syntax_highlighting> - -### GFM Code Blocks - -GitHub Flavored Markdown [fenced code blocks](https://help.github.com/articles/creating-and-highlighting-code-blocks/) are supported. To modify styling and highlight colors edit `/_sass/syntax.scss`. - -```css -#container { - float: left; - margin: 0 -240px 0 0; - width: 100%; -} -``` - -```html -{% raw %}<nav class="pagination" role="navigation"> - {% if page.previous %} - <a href="{{ site.url }}{{ page.previous.url }}" class="btn" title="{{ page.previous.title }}">Previous article</a> - {% endif %} - {% if page.next %} - <a href="{{ site.url }}{{ page.next.url }}" class="btn" title="{{ page.next.title }}">Next article</a> - {% endif %} -</nav><!-- /.pagination -->{% endraw %} -``` - -```ruby -module Jekyll - class TagIndex < Page - def initialize(site, base, dir, tag) - @site = site - @base = base - @dir = dir - @name = 'index.html' - self.process(@name) - self.read_yaml(File.join(base, '_layouts'), 'tag_index.html') - self.data['tag'] = tag - tag_title_prefix = site.config['tag_title_prefix'] || 'Tagged: ' - tag_title_suffix = site.config['tag_title_suffix'] || '–' - self.data['title'] = "#{tag_title_prefix}#{tag}" - self.data['description'] = "An archive of posts tagged #{tag}." - end - end -end -``` - -### Code Blocks in Lists - -Indentation matters. Be sure the indent of the code block aligns with the first non-space character after the list item marker (e.g., `1.`). Usually this will mean indenting 3 spaces instead of 4. - -1. Do step 1. -2. Now do this: - - ```ruby - def print_hi(name) - puts "Hi, #{name}" - end - print_hi('Tom') - #=> prints 'Hi, Tom' to STDOUT. - ``` - -3. Now you can do this. - -### GitHub Gist Embed - -An example of a Gist embed below. - -{% gist mmistakes/6589546 %} diff --git a/_posts/2016-02-24-welcome-to-jekyll.md b/_posts/2016-02-24-welcome-to-jekyll.md deleted file mode 100644 index 52159364..00000000 --- a/_posts/2016-02-24-welcome-to-jekyll.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Welcome to Jekyll!" -header: - teaser: "https://farm5.staticflickr.com/4076/4940499208_b79b77fb0a_z.jpg" -categories: - - Jekyll -tags: - - update ---- - -You'll find this post in your `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated. - -To add new posts, simply add a file in the `_posts` directory that follows the convention `YYYY-MM-DD-name-of-post.ext` and includes the necessary front matter. Take a look at the source for this post to get an idea about how it works. - -Jekyll also offers powerful support for code snippets: - -```ruby -def print_hi(name) - puts "Hi, #{name}" -end -print_hi('Tom') -#=> prints 'Hi, Tom' to STDOUT. -``` - -Check out the [Jekyll docs][jekyll-docs] for more info on how to get the most out of Jekyll. File all bugs/feature requests at [Jekyll's GitHub repo][jekyll-gh]. If you have questions, you can ask them on [Jekyll Talk][jekyll-talk]. - -[jekyll-docs]: http://jekyllrb.com/docs/home -[jekyll-gh]: https://github.com/jekyll/jekyll -[jekyll-talk]: https://talk.jekyllrb.com/ \ No newline at end of file diff --git a/_recipes/chocolate-chip-cookies.md b/_recipes/chocolate-chip-cookies.md deleted file mode 100644 index ddd52d78..00000000 --- a/_recipes/chocolate-chip-cookies.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: "Chocolate Chip Cookies" ---- - -A chocolate chip cookie is a drop cookie that originated in the United States and features chocolate chips as its distinguishing ingredient. - -The traditional recipe combines a dough composed of butter and both brown and white sugar with semi-sweet chocolate chips. Variations include recipes with other types of chocolate as well as additional ingredients such as nuts or oatmeal. - -This recipe makes 4 dozen cookies. - -## Ingredients - -* 2 1/4 cups all-purpose flour -* 1 teaspoon baking soda -* 1/2 teaspoon salt -* 1 cup butter, softened and cut to pieces -* 1 cup sugar -* 1 cup light brown sugar, packed -* 2 teaspoons vanilla extract -* 2 large eggs -* 2 cups semi-sweet chocolate chips -* 1/2 teaspoon nutmeg (optional) -* 1 cup chopped pecans or walnuts (optional) - -## Directions - -1. Preheat the oven to 350 F. -2. In a medium bowl, whisk flour with baking soda, nutmeg and salt. -3. In a large bowl, beat butter with sugar and brown sugar until creamy and light. Add vanilla and eggs, one at a time, and mix until incorporated. -4. Gradually add dry mixture into the butter-sugar wet blend, mixing with a spatula until combined. Add chocolate chips and nuts until just mixed. -5. Drop tablespoon-sized clumps onto un-greased cookie sheets. Bake for 8-12 minutes, or until pale brown. Allow to cool on the pan for a minute or three, then transfer cookies to a wire rack to finish cooling. \ No newline at end of file diff --git a/_recipes/oatmeal-cookies.md b/_recipes/oatmeal-cookies.md deleted file mode 100644 index 978ad4fe..00000000 --- a/_recipes/oatmeal-cookies.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "Oatmeal Cookies" ---- - -Oatmeal cookies are a proverbial favorite with both kids and adults. This crisp and chewy cookie is loaded with oats, dried fruit, and chopped nuts. - -## Ingredients - -* 1 cup butter, softened 1 cup white sugar -* 1 cup packed brown sugar -* 2 eggs -* 1 teaspoon vanilla extract -* 2 cups all-purpose flour -* 1 teaspoon baking soda -* 1 teaspoon salt -* 1 1/2 teaspoons ground cinnamon -* 3 cups quick cooking oats - -## Directions - -1. In a medium bowl, cream together butter, white sugar, and brown sugar. Beat in eggs one at a time, then stir in vanilla. Combine flour, baking soda, salt, and cinnamon; stir into the creamed mixture. Mix in oats. Cover, and chill dough for at least one hour. -2. Preheat the oven to 375 degrees F (190 degrees C). Grease cookie sheets. Roll the dough into walnut sized balls, and place 2 inches apart on cookie sheets. Flatten each cookie with a large fork dipped in sugar. -3. Bake for 8 to 10 minutes in preheated oven. Allow cookies to cool on baking sheet for 5 minutes before transferring to a wire rack to cool completely. \ No newline at end of file diff --git a/_recipes/peanut-butter-cookies.md b/_recipes/peanut-butter-cookies.md deleted file mode 100644 index b5eaae81..00000000 --- a/_recipes/peanut-butter-cookies.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "Peanut Butter Cookies" ---- - -A peanut butter cookie is a type of cookie that is distinguished for having peanut butter as a principal ingredient. The cookie generally originated in the United States, its development dating back to the 1910s. - -## Ingredients - -* 1 cup unsalted butter -* 1 cup crunchy peanut butter -* 1 cup white sugar -* 1 cup packed brown sugar -* 2 eggs 2 -* 1/2 cups all-purpose flour -* 1 teaspoon baking powder -* 1/2 teaspoon salt -* 1 1/2 teaspoons baking soda - -## Directions - -1. Cream butter, peanut butter, and sugars together in a bowl; beat in eggs. -2. In a separate bowl, sift flour, baking powder, baking soda, and salt; stir into butter mixture. Put dough in refrigerator for 1 hour. -3. Roll dough into 1 inch balls and put on baking sheets. Flatten each ball with a fork, making a crisscross pattern. Bake in a preheated 375 degrees F oven for about 10 minutes or until cookies begin to brown. \ No newline at end of file diff --git a/images/3953273590_704e3899d5_m.jpg b/images/3953273590_704e3899d5_m.jpg deleted file mode 100644 index 50d2155a..00000000 Binary files a/images/3953273590_704e3899d5_m.jpg and /dev/null differ diff --git a/images/500x300.png b/images/500x300.png deleted file mode 100644 index f9fba928..00000000 Binary files a/images/500x300.png and /dev/null differ diff --git a/images/bio-photo-2.jpg b/images/bio-photo-2.jpg deleted file mode 100644 index a6f20359..00000000 Binary files a/images/bio-photo-2.jpg and /dev/null differ diff --git a/images/facebook-share-example.jpg b/images/facebook-share-example.jpg deleted file mode 100644 index dddff9e5..00000000 Binary files a/images/facebook-share-example.jpg and /dev/null differ diff --git a/images/foo-bar-identity-th.jpg b/images/foo-bar-identity-th.jpg deleted file mode 100644 index 49906ac6..00000000 Binary files a/images/foo-bar-identity-th.jpg and /dev/null differ diff --git a/images/foo-bar-identity.jpg b/images/foo-bar-identity.jpg deleted file mode 100644 index d946815a..00000000 Binary files a/images/foo-bar-identity.jpg and /dev/null differ diff --git a/images/image-alignment-1200x4002.jpg b/images/image-alignment-1200x4002.jpg deleted file mode 100644 index 8e3137cb..00000000 Binary files a/images/image-alignment-1200x4002.jpg and /dev/null differ diff --git a/images/image-alignment-150x150.jpg b/images/image-alignment-150x150.jpg deleted file mode 100644 index d3b0e483..00000000 Binary files a/images/image-alignment-150x150.jpg and /dev/null differ diff --git a/images/image-alignment-300x200.jpg b/images/image-alignment-300x200.jpg deleted file mode 100644 index 3921878b..00000000 Binary files a/images/image-alignment-300x200.jpg and /dev/null differ diff --git a/images/image-alignment-580x300.jpg b/images/image-alignment-580x300.jpg deleted file mode 100644 index 75bf08e9..00000000 Binary files a/images/image-alignment-580x300.jpg and /dev/null differ diff --git a/images/markup-syntax-highlighting-teaser.jpg b/images/markup-syntax-highlighting-teaser.jpg deleted file mode 100644 index 36cb1f9d..00000000 Binary files a/images/markup-syntax-highlighting-teaser.jpg and /dev/null differ diff --git a/images/mm-archive-grid-view-example.jpg b/images/mm-archive-grid-view-example.jpg deleted file mode 100644 index 8dfc6d44..00000000 Binary files a/images/mm-archive-grid-view-example.jpg and /dev/null differ diff --git a/images/mm-author-sidebar-example.jpg b/images/mm-author-sidebar-example.jpg deleted file mode 100644 index ea0f8df0..00000000 Binary files a/images/mm-author-sidebar-example.jpg and /dev/null differ diff --git a/images/mm-breadcrumbs-example.jpg b/images/mm-breadcrumbs-example.jpg deleted file mode 100644 index e865a482..00000000 Binary files a/images/mm-breadcrumbs-example.jpg and /dev/null differ diff --git a/images/mm-bundle-install.gif b/images/mm-bundle-install.gif deleted file mode 100644 index a6bcbc42..00000000 Binary files a/images/mm-bundle-install.gif and /dev/null differ diff --git a/images/mm-custom-sidebar-example.jpg b/images/mm-custom-sidebar-example.jpg deleted file mode 100644 index 38e09e91..00000000 Binary files a/images/mm-custom-sidebar-example.jpg and /dev/null differ diff --git a/images/mm-customizable-feature.png b/images/mm-customizable-feature.png deleted file mode 100644 index 7464181d..00000000 Binary files a/images/mm-customizable-feature.png and /dev/null differ diff --git a/images/mm-free-feature.png b/images/mm-free-feature.png deleted file mode 100644 index e57d9157..00000000 Binary files a/images/mm-free-feature.png and /dev/null differ diff --git a/images/mm-gh-pages.gif b/images/mm-gh-pages.gif deleted file mode 100644 index ae30c86c..00000000 Binary files a/images/mm-gh-pages.gif and /dev/null differ diff --git a/images/mm-github-copy-repo-url.jpg b/images/mm-github-copy-repo-url.jpg deleted file mode 100644 index 0a62b555..00000000 Binary files a/images/mm-github-copy-repo-url.jpg and /dev/null differ diff --git a/images/mm-github-edit-config.gif b/images/mm-github-edit-config.gif deleted file mode 100644 index a1768603..00000000 Binary files a/images/mm-github-edit-config.gif and /dev/null differ diff --git a/images/mm-home-page-feature.jpg b/images/mm-home-page-feature.jpg deleted file mode 100644 index dcaab74f..00000000 Binary files a/images/mm-home-page-feature.jpg and /dev/null differ diff --git a/images/mm-home-post-pagination-example.jpg b/images/mm-home-post-pagination-example.jpg deleted file mode 100644 index 9ed63867..00000000 Binary files a/images/mm-home-post-pagination-example.jpg and /dev/null differ diff --git a/images/mm-layout-archive-taxonomy.png b/images/mm-layout-archive-taxonomy.png deleted file mode 100644 index 121f16b7..00000000 Binary files a/images/mm-layout-archive-taxonomy.png and /dev/null differ diff --git a/images/mm-layout-archive.png b/images/mm-layout-archive.png deleted file mode 100644 index bd29fa23..00000000 Binary files a/images/mm-layout-archive.png and /dev/null differ diff --git a/images/mm-layout-single-header.png b/images/mm-layout-single-header.png deleted file mode 100644 index ecce9a12..00000000 Binary files a/images/mm-layout-single-header.png and /dev/null differ diff --git a/images/mm-layout-single-meta.png b/images/mm-layout-single-meta.png deleted file mode 100644 index ef626e3d..00000000 Binary files a/images/mm-layout-single-meta.png and /dev/null differ diff --git a/images/mm-layout-single.png b/images/mm-layout-single.png deleted file mode 100644 index 1a95376d..00000000 Binary files a/images/mm-layout-single.png and /dev/null differ diff --git a/images/mm-layout-splash.png b/images/mm-layout-splash.png deleted file mode 100644 index 4f0c3b36..00000000 Binary files a/images/mm-layout-splash.png and /dev/null differ diff --git a/images/mm-paragraph-indent-example.jpg b/images/mm-paragraph-indent-example.jpg deleted file mode 100644 index a3a0e6a9..00000000 Binary files a/images/mm-paragraph-indent-example.jpg and /dev/null differ diff --git a/images/mm-portfolio-collection-example.jpg b/images/mm-portfolio-collection-example.jpg deleted file mode 100644 index de3de9c0..00000000 Binary files a/images/mm-portfolio-collection-example.jpg and /dev/null differ diff --git a/images/mm-priority-plus-masthead.gif b/images/mm-priority-plus-masthead.gif deleted file mode 100644 index 85c73c47..00000000 Binary files a/images/mm-priority-plus-masthead.gif and /dev/null differ diff --git a/images/mm-read-time-example.jpg b/images/mm-read-time-example.jpg deleted file mode 100644 index ef4d5e12..00000000 Binary files a/images/mm-read-time-example.jpg and /dev/null differ diff --git a/images/mm-responsive-feature.png b/images/mm-responsive-feature.png deleted file mode 100644 index d3801ed3..00000000 Binary files a/images/mm-responsive-feature.png and /dev/null differ diff --git a/images/mm-single-header-example.jpg b/images/mm-single-header-example.jpg deleted file mode 100644 index e2aa470e..00000000 Binary files a/images/mm-single-header-example.jpg and /dev/null differ diff --git a/images/mm-single-header-overlay-example.jpg b/images/mm-single-header-overlay-example.jpg deleted file mode 100644 index 52d93b39..00000000 Binary files a/images/mm-single-header-overlay-example.jpg and /dev/null differ diff --git a/images/mm-single-header-overlay-fill-example.jpg b/images/mm-single-header-overlay-fill-example.jpg deleted file mode 100644 index dcc28d59..00000000 Binary files a/images/mm-single-header-overlay-fill-example.jpg and /dev/null differ diff --git a/images/mm-susy-grid-overlay.jpg b/images/mm-susy-grid-overlay.jpg deleted file mode 100644 index 2c631a3e..00000000 Binary files a/images/mm-susy-grid-overlay.jpg and /dev/null differ diff --git a/images/mm-teaser-images-example.jpg b/images/mm-teaser-images-example.jpg deleted file mode 100644 index 25c08f4d..00000000 Binary files a/images/mm-teaser-images-example.jpg and /dev/null differ diff --git a/images/mm-theme-fork-repo.png b/images/mm-theme-fork-repo.png deleted file mode 100644 index c18dfb55..00000000 Binary files a/images/mm-theme-fork-repo.png and /dev/null differ diff --git a/images/mm-theme-post-600.jpg b/images/mm-theme-post-600.jpg deleted file mode 100644 index ffbc2b11..00000000 Binary files a/images/mm-theme-post-600.jpg and /dev/null differ diff --git a/images/mm-theme-post-750.jpg b/images/mm-theme-post-750.jpg deleted file mode 100644 index 4ab61571..00000000 Binary files a/images/mm-theme-post-750.jpg and /dev/null differ diff --git a/images/mm-toc-helper-example.jpg b/images/mm-toc-helper-example.jpg deleted file mode 100644 index d6e43e12..00000000 Binary files a/images/mm-toc-helper-example.jpg and /dev/null differ diff --git a/images/mm-twitter-card-summary-image.jpg b/images/mm-twitter-card-summary-image.jpg deleted file mode 100644 index f59252a6..00000000 Binary files a/images/mm-twitter-card-summary-image.jpg and /dev/null differ diff --git a/images/mm-twitter-card-summary-large.jpg b/images/mm-twitter-card-summary-large.jpg deleted file mode 100644 index 9a2292b5..00000000 Binary files a/images/mm-twitter-card-summary-large.jpg and /dev/null differ diff --git a/images/mm-ui-text-labels.jpg b/images/mm-ui-text-labels.jpg deleted file mode 100644 index 5b51ceb3..00000000 Binary files a/images/mm-ui-text-labels.jpg and /dev/null differ diff --git a/images/paragraph-indent.png b/images/paragraph-indent.png deleted file mode 100644 index b4a2c481..00000000 Binary files a/images/paragraph-indent.png and /dev/null differ diff --git a/images/paragraph-no-indent.png b/images/paragraph-no-indent.png deleted file mode 100644 index 3e0f9d26..00000000 Binary files a/images/paragraph-no-indent.png and /dev/null differ diff --git a/images/site-logo.png b/images/site-logo.png deleted file mode 100644 index d2fc9f52..00000000 Binary files a/images/site-logo.png and /dev/null differ diff --git a/images/unsplash-gallery-image-1-th.jpg b/images/unsplash-gallery-image-1-th.jpg deleted file mode 100644 index 2ec826c8..00000000 Binary files a/images/unsplash-gallery-image-1-th.jpg and /dev/null differ diff --git a/images/unsplash-gallery-image-1.jpg b/images/unsplash-gallery-image-1.jpg deleted file mode 100644 index 86a9f3d6..00000000 Binary files a/images/unsplash-gallery-image-1.jpg and /dev/null differ diff --git a/images/unsplash-gallery-image-2-th.jpg b/images/unsplash-gallery-image-2-th.jpg deleted file mode 100644 index 995e788c..00000000 Binary files a/images/unsplash-gallery-image-2-th.jpg and /dev/null differ diff --git a/images/unsplash-gallery-image-2.jpg b/images/unsplash-gallery-image-2.jpg deleted file mode 100644 index 394b5bfa..00000000 Binary files a/images/unsplash-gallery-image-2.jpg and /dev/null differ diff --git a/images/unsplash-gallery-image-3-th.jpg b/images/unsplash-gallery-image-3-th.jpg deleted file mode 100644 index d8ab595a..00000000 Binary files a/images/unsplash-gallery-image-3-th.jpg and /dev/null differ diff --git a/images/unsplash-gallery-image-3.jpg b/images/unsplash-gallery-image-3.jpg deleted file mode 100644 index 3b7e99f8..00000000 Binary files a/images/unsplash-gallery-image-3.jpg and /dev/null differ diff --git a/images/unsplash-gallery-image-4-th.jpg b/images/unsplash-gallery-image-4-th.jpg deleted file mode 100644 index 8d4e05d7..00000000 Binary files a/images/unsplash-gallery-image-4-th.jpg and /dev/null differ diff --git a/images/unsplash-gallery-image-4.jpg b/images/unsplash-gallery-image-4.jpg deleted file mode 100644 index 872c08c4..00000000 Binary files a/images/unsplash-gallery-image-4.jpg and /dev/null differ diff --git a/images/unsplash-image-1.jpg b/images/unsplash-image-1.jpg deleted file mode 100644 index 24be340b..00000000 Binary files a/images/unsplash-image-1.jpg and /dev/null differ diff --git a/images/unsplash-image-10.jpg b/images/unsplash-image-10.jpg deleted file mode 100644 index 92b4595a..00000000 Binary files a/images/unsplash-image-10.jpg and /dev/null differ diff --git a/images/unsplash-image-11.jpg b/images/unsplash-image-11.jpg deleted file mode 100644 index 4cfb7796..00000000 Binary files a/images/unsplash-image-11.jpg and /dev/null differ diff --git a/images/unsplash-image-2.jpg b/images/unsplash-image-2.jpg deleted file mode 100644 index 9097a210..00000000 Binary files a/images/unsplash-image-2.jpg and /dev/null differ diff --git a/images/unsplash-image-3.jpg b/images/unsplash-image-3.jpg deleted file mode 100644 index 750e9ab2..00000000 Binary files a/images/unsplash-image-3.jpg and /dev/null differ diff --git a/images/unsplash-image-4.jpg b/images/unsplash-image-4.jpg deleted file mode 100644 index e8eb28ba..00000000 Binary files a/images/unsplash-image-4.jpg and /dev/null differ diff --git a/images/unsplash-image-5.jpg b/images/unsplash-image-5.jpg deleted file mode 100644 index 5fa64fc2..00000000 Binary files a/images/unsplash-image-5.jpg and /dev/null differ diff --git a/images/unsplash-image-6.jpg b/images/unsplash-image-6.jpg deleted file mode 100644 index 808412eb..00000000 Binary files a/images/unsplash-image-6.jpg and /dev/null differ diff --git a/images/unsplash-image-7.jpg b/images/unsplash-image-7.jpg deleted file mode 100644 index beb52725..00000000 Binary files a/images/unsplash-image-7.jpg and /dev/null differ diff --git a/images/unsplash-image-8.jpg b/images/unsplash-image-8.jpg deleted file mode 100644 index 66d254c5..00000000 Binary files a/images/unsplash-image-8.jpg and /dev/null differ diff --git a/images/unsplash-image-9.jpg b/images/unsplash-image-9.jpg deleted file mode 100644 index cc826a05..00000000 Binary files a/images/unsplash-image-9.jpg and /dev/null differ diff --git a/index.html b/index.html index f4fb7951..155e8f6b 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,6 @@ --- layout: archive +author_profile: true --- {% include base_path %}