[
  {
    "path": ".editorconfig",
    "content": "# editorconfig.org\nroot = true\n\n[*]\nindent_style = space\nindent_size = 2\nend_of_line = lf\ncharset = utf-8\ntrim_trailing_whitespace = true\ninsert_final_newline = false\n\n[*.md]\ntrim_trailing_whitespace = false\n"
  },
  {
    "path": ".gitattributes",
    "content": "assets/fonts/*                  linguist-vendored\nassets/js/main.min.js           linguist-vendored\nassets/js/lunr/*                linguist-vendored\nassets/js/plugins/*             linguist-vendored\nassets/js/vendor/*              linguist-vendored\n_sass/minimal-mistakes/vendor/* linguist-vendored\nCHANGELOG.md                    text merge=union\ndocs/_docs/18-history.md        text merge=union\n\n*.md                            text\n"
  },
  {
    "path": ".github/CONTRIBUTING.md",
    "content": "# Contributing\n\nFound a typo in the documentation or interested in [fixing a bug](https://github.com/mmistakes/minimal-mistakes/issues)? Then by all means [submit an issue](https://github.com/mmistakes/minimal-mistakes/issues/new) or [pull request](https://help.github.com/articles/using-pull-requests/). If this is your first pull request, it may be helpful to read up on the [GitHub Flow](https://guides.github.com/introduction/flow/) first.\n\nFor help with using the theme or general Jekyll support questions, please use the [Jekyll Talk forums](https://talk.jekyllrb.com/).\n\nMinimal Mistakes has been designed as a base for you to customize and fit your \nsite's unique needs. Please keep this in mind when requesting features and/or \nsubmitting pull requests. If it's not something that most people will use, I \nprobably won't consider it. When in doubt ask.\n\nThis goes for author sidebar links and \"share button\" additions -- I have no \nintention of merging in every possibly option, the essentials are there to get \nyou started :smile:.\n\n## Pull Requests\n\nWhen submitting a pull request:\n\n1. Clone the repo.\n2. Create a branch off of `master` and give it a meaningful name (e.g. \n   `my-awesome-new-feature`) and describe the feature or fix.\n3. Open a pull request on GitHub.\n"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/bug_report.yml",
    "content": "name: Bug Report\ndescription: There is something wrong with the theme. 99% of the time you should select Support below.\nbody:\n  - type: markdown\n    attributes:\n      value: |\n        Before opening a new issue please:\n\n        - Verify you have the latest versions of Jekyll and Minimal Mistakes\n          installed by running `bundle update`.\n        - Thoroughly read the theme's documentation at\n          https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/\n        - Search all issues at https://github.com/mmistakes/minimal-mistakes/issues\n          for solutions and to avoid duplication.\n        - Ask for help at https://talk.jekyllrb.com/\n\n        If none of the above solved your problem, you can continue below.\n\n  - type: textarea\n    id: environment\n    attributes:\n      label: Theme version and system environment\n      description: |\n        Please include theme version, Jekyll version, public git repository, whether\n        you are hosting with GitHub Pages, and the operating system you tested with.\n\n        Issues without a link to a public repository or ZIP file will likely go ignored.\n        Being able to see your actual files is necessary to troubleshoot, as most\n        issues stem from invalid/missing YAML Front Matter, a mis-configured _config.yml\n        file, or problematic site content.\n      value: |-\n        - Minimal Mistakes version:\n        - Ruby gem or remote theme version:\n        - Jekyll version:\n        - Git repository URL:\n        - URL to the page with the problem:\n        - Operating system:\n        - Browser version:\n    validations:\n      required: true\n\n  - type: textarea\n    id: what-happened\n    attributes:\n      label: What happened?\n      description: |\n        Describe the problem **in detail**. For example:\n\n        - What is missing?\n        - What error do you see? Attach the error log if available.\n    validations:\n      required: true\n\n  - type: textarea\n    id: expected-behavior\n    attributes:\n      label: Expected behavior\n      description: |\n        Please describe the expected behavior and the actual result you got.\n      placeholder: >\n        What is it you expected to happen? This should be a description of how the\n        functionality you tried to use is supposed to work.\n    validations:\n      required: true\n\n  - type: textarea\n    id: steps-to-reproduce\n    attributes:\n      label: Steps to reproduce the behavior\n      description: |\n        Describe the steps you took for this problem to come up. Such as: you installed\n        the theme, customized _config.yml, added your own posts, and started up a\n        Jekyll server locally.\n\n        If an error occurred on GitHub Pages when pushing, please test a local version\n        following these setup instructions:\n        https://help.github.com/articles/setting-up-your-github-pages-site-locally-with-jekyll/\n\n        Then provide a complete log by running `bundle exec jekyll build --trace --verbose`\n        and include this output in the filed issue.\n\n        Screenshots can also be included if they help illustrate a behavior.\n    validations:\n      required: true\n\n  - type: textarea\n    id: other\n    attributes:\n      label: Other\n      description: |\n        Please provide a code repository, gist, code snippet, sample files,\n        screenshots, or anything else you think will aid in reproducing the issue.\n    validations:\n      required: false\n"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/config.yml",
    "content": "blank_issues_enabled: false\ncontact_links:\n  - name: Support\n    url: https://github.com/mmistakes/minimal-mistakes/discussions\n    about: Please post your support questions in the Discussions section."
  },
  {
    "path": ".github/ISSUE_TEMPLATE/documentation.yml",
    "content": "name: Documentation\ndescription: Found a typo or something that needs clarification?\nbody:\n  - type: markdown\n    attributes:\n      value: |\n        Thanks for taking the time to open an issue and help make the docs better.\n\n  - type: textarea\n    id: motivation\n    attributes:\n      label: Motivation\n      description: |\n        Why should we update our docs?\n    validations:\n      required: true\n\n  - type: textarea\n    id: suggestion\n    attributes:\n      label: Suggestion\n      description: |\n        What should we do instead?\n    validations:\n      required: true"
  },
  {
    "path": ".github/PULL_REQUEST_TEMPLATE.md",
    "content": "<!--\n  Thanks for creating a Pull Request! Before you submit, please make sure\n  you've done the following:\n\n  - Read the contributing document at https://github.com/mmistakes/minimal-mistakes#contributing\n-->\n\n<!--\n  Choose one of the following by uncommenting it:\n-->\n\n<!-- This is a bug fix. -->\n<!-- This is an enhancement or feature. -->\n<!-- This is a documentation change. -->\n\n## Summary\n\n<!--\n  Provide a description of what your pull request changes.\n-->\n\n## Context\n\n<!--\n  Is this related to any GitHub issue(s)?\n-->\n\n<!--\n  Please confirm that you want to submit this Pull Request to Minimal Mistakes, the free Jekyll theme by Michael Rose, by deleting this comment block.\n-->\n"
  },
  {
    "path": ".github/workflows/bad-pr.yml",
    "content": "name: Cleanup bad PR\n\non:\n  pull_request_target:\n    types: [opened, reopened]\n\npermissions:\n  contents: read\n\njobs:\n  close-pr:\n    permissions:\n      pull-requests: write\n    runs-on: ubuntu-slim\n    if: \"contains(github.event.pull_request.body, 'by deleting this comment block') || github.event.pull_request.body == ''\"\n    steps:\n      - uses: actions-ecosystem/action-add-labels@v1\n        with:\n          labels: |\n            Type: Invalid\n            Type: Spam\n      - uses: superbrothers/close-pull-request@v3\n        with:\n          # Optional. Post an issue comment just before closing a pull request.\n          comment: |\n            **You have created a Pull Request to the wrong repository.** This is the repository for [Minimal Mistakes][1], the free Jekyll theme. See [GitHub Docs: About pull requests][2] if you need help.\n\n              [1]: https://mmistakes.github.io/minimal-mistakes/\n              [2]: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests\n      - uses: sudo-bot/action-pull-request-lock@v1.0.5\n        with:\n          github-token: ${{ secrets.GITHUB_TOKEN }}\n          number: ${{ github.event.pull_request.number }}\n          lock-reason: spam\n"
  },
  {
    "path": ".github/workflows/build.yml",
    "content": "name: build\n\non:\n  push:\n    branches:\n      - master\n  workflow_dispatch: {}\n  repository_dispatch: {}\n\njobs:\n  build:\n    if: github.repository == 'mmistakes/minimal-mistakes'\n    runs-on: ubuntu-latest\n    steps:\n    - uses: actions/checkout@v4\n      with:\n        fetch-depth: 0\n\n    - uses: ruby/setup-ruby@v1\n      with:\n        ruby-version: '3.2'\n    - name: Setup cache for Bundler\n      id: cache\n      uses: actions/cache@v4\n      with:\n        path: |\n          docs/Gemfile.lock\n          docs/vendor/bundle\n        key: ${{ runner.os }}-bundler-${{ hashFiles('docs/Gemfile') }}\n        restore-keys: |\n          ${{ runner.os }}-bundler-\n\n    - name: Install - Bundler\n      env:\n        MAKE: make -j2\n      working-directory: docs/\n      run: |\n        bundle config set path vendor/bundle\n        bundle install --jobs=4 --retry=3\n        bundle clean\n\n    - name: Update Algolia index\n      working-directory: docs/\n      run: bundle exec jekyll algolia push\n      env:\n        ALGOLIA_API_KEY: ${{ secrets.ALGOLIA_API_KEY }}\n      continue-on-error: true\n"
  },
  {
    "path": ".gitignore",
    "content": "# Vim\n*~\n*.sw[p_]\n\n# IntelliJ IDEA\n*.idea\n\n# Sublime Text\n*.sublime-project\n*.sublime-workspace\n\n# Ruby Gem\n*.gem\n.bundle\nGemfile.lock\n**/vendor/bundle\n\n# Node.js and NPM\nnode_modules\nnpm-debug.log*\npackage-lock.json\ncodekit-config.json\n\n# macOS\n.DS_Store\n\n# Jekyll generated files\n.jekyll-cache\n.jekyll-metadata\n.sass-cache\n_asset_bundler_cache\n_site\n"
  },
  {
    "path": "CHANGELOG.md",
    "content": "# Changelog\n\n## [4.28.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.28.0)\n\n### Enhancements\n\n- Updated Traditional Chinese translation (#5250)\n- Add built-in support for jekyll-gfm-admonitions (#5312)\n- Add Latte and Mocha skins from Catppuccin project (#5341)\n- Add support for Swetrix, a GDPR-compliant analytics provider (#5344)\n- Support resolving `ui-text` using `page.locale` when available (#5439)\n- Add `aria-label` to all nav elements for WCAG compliance (#5442)\n- Add IndieWeb microformat support and configurable footer `rel` attribute (#5443)\n- Add `og:image:alt` and `twitter:image:alt` support (#5444)\n- Add `fediverse:creator` meta tag for link preview attribution (#5445)\n- Update hardcoded icon classes for Font Awesome 6 (#5446)\n- Add missing brand-color rules for newer social platforms (#5447)\n- Add custom sidebar content hook (#5448)\n- Add config toggle to suppress taxonomy display on posts (#5449)\n- Minor changes to the PR auto labeling GitHub Actions workflow\n\nSpecial thanks to @bexelbie for their contributions in this release.\n\n### Bug Fixes\n\n- Fix some social icon colors and missing Korean translations (#5103)\n\n## [4.27.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.27.3)\n\n### Bug Fixes\n\n- Add explicit CSS rules for `.sr-only` following Font Awesome 7's changes. (#5296)\n\n## [4.27.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.27.2)\n\n### Enhancements\n\n- Hide `.page__footer-follow` if there are no links nor atom feed. (#5279)\n- Add HTML escaping for some titles, labels and metada that was missing. (#5276)\n- Add optional `footer.since` for copyright time range. (#5275)\n\n### Bug Fixes\n\n- Add `escape_once` to gallery title and alt text.\n\n## [4.27.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.27.1)\n\n### Enhancements\n\n- Add a \"Share on Bluesky\" button (#5179)\n- Add preset variables for modern font stack (#5033)\n- Update X share button to match brand color (#5245)\n\n### Bug Fixes\n\n- Fix wrong icon and color for X share button.\n\n## [4.27.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.27.0)\n\n### Enhancements\n\n- Add RTL Support. [#4886](https://github.com/mmistakes/minimal-mistakes/pull/4886)\n- Add missing Polish translation. [#4890](https://github.com/mmistakes/minimal-mistakes/pull/4890)\n- Rewrite most directions with [CSS logical properties](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_logical_properties_and_values).\n- Remove unnecessary \"type\" attribute (#4956)\n- The \"if\" means the default is never used (#4955)\n- For pages without a title, show the site title only once (#4959)\n- Use `documents-collection.html` partial in `home` layout.\n- Add Bulgarian translation. [#5003](https://github.com/mmistakes/minimal-mistakes/pull/5003)\n- Add provider and comments info to `single.html` layout for non-production. (#5068)\n- Tweak contrast skin $primary-color to adhere to WCAG guidelines. (#5126)\n- Update social share buttons to reflect Twitter rebranding to X (#5210)\n\n### Bug Fixes\n\n- Replace a redirected link to MadeMistakes in footer. [#4882](https://github.com/mmistakes/minimal-mistakes/pull/4882)\n- Fix wrong float direction for `feature_row` with `type=\"right\"`. [#4061](https://github.com/mmistakes/minimal-mistakes/issues/4061)\n- Fix reset stylesheet overruling `$doc-font-size`. [#4983](https://github.com/mmistakes/minimal-mistakes/issues/4983)\n- Fix JavaScript null error on home and splash layouts. [#4938](https://github.com/mmistakes/minimal-mistakes/issues/4938), [#4939](https://github.com/mmistakes/minimal-mistakes/pull/4939)\n- Fix bad &lt;figure&gt; HTML if \"alt\" contains quotes.\n- Fix extra newline generated in `_includes/post_pagination.html`.\n- Hide hidden links & remove the overlay when one is clicked. [#5042](https://github.com/mmistakes/minimal-mistakes/pull/5042)\n- Fix typo in \"Configuration\" (#5106)\n- bundle exec jekyll serve will fail if more than once (#5193)\n\n### Documentation & Maintenance\n\n- Automatically update Algolia search index with GitHub Actions.\n\n## [4.26.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.26.2)\n\n### Enhancements\n\n- Add Czech localization. [#4866](https://github.com/mmistakes/minimal-mistakes/pull/4866)\n- Allow overriding HTML `lang` attribute on a per-page basis. [#4862](https://github.com/mmistakes/minimal-mistakes/pull/4862)\n\n### Bug Fixes\n\n- Figure helper breaks when using code markup in caption with `popup=true`. [#4841](https://github.com/mmistakes/minimal-mistakes/issues/4841)\n\n## [4.26.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.26.1)\n\n### Bug Fixes\n\n- Disable copy button on invalid syntax highlighting blocks to avoid positioning issues.\n- Fix typo for `fa-dribbble` in `_utilities.scss`.\n- Restrict \"auto scroll sticky ToC to content\" feature to Chromium browsers for now. [#4826](https://github.com/mmistakes/minimal-mistakes/issues/4826)\n\n### Documentation & Maintenance\n\n- Rewrite social icons SCSS with a loop.\n\n### Enhancements\n\n- Change the icon of a copy button into a tick for 1.5 seconds on successful copy.\n\n## [4.26.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.26.0)\n\n### Bug Fixes\n\n- Fix an unclosed `<p>` tag in `page__hero.html`, near `page.header.actions`.\n- Remove overlay and revert X to hamburger icon when popup disappears. [#3958](https://github.com/mmistakes/minimal-mistakes/pull/3958)\n- Fix SEO title when it contains a vertical bar. [#3094](https://github.com/mmistakes/minimal-mistakes/pull/3094) [#3113](https://github.com/mmistakes/minimal-mistakes/pull/3113)\n- Remove \"sticky sidebar\" JS as it's now completely based on CSS media queries. [#4245](https://github.com/mmistakes/minimal-mistakes/issues/4245) [#4645](https://github.com/mmistakes/minimal-mistakes/pull/4645)\n\n### Enhancements\n\n- Add support for [Jekyll Paginate V2](https://github.com/sverrirs/jekyll-paginate-v2) 🎉 [#2636](https://github.com/mmistakes/minimal-mistakes/pull/2636)\n- Add \"copy to clipboard\" button for code blocks 🎉 [#2812](https://github.com/mmistakes/minimal-mistakes/pull/2812)\n- Auto scroll sticky ToC with content. [#3115](https://github.com/mmistakes/minimal-mistakes/pull/3115)\n- Replace \"hidden\" check in Liquid templates with `where_exp: \"item\", \"item.hidden != true\"`.\n- Remove deprecated `page.header.cta_url` setting. [#4821](https://github.com/mmistakes/minimal-mistakes/pull/4821)\n- Allow multiple nav lists in sidebar. [#2843](https://github.com/mmistakes/minimal-mistakes/pull/2843)\n- Add popup parameter to `{% include figure %}` to enable Magnific Popup. [#3119](https://github.com/mmistakes/minimal-mistakes/pull/3119)\n- Add target attribute for navigation link. [#3056](https://github.com/mmistakes/minimal-mistakes/pull/3056)\n- Split schema to a separate include file. [#3085](https://github.com/mmistakes/minimal-mistakes/pull/3085)\n- Cleanup `_includes/seo.html`.\n\n### Documentation & Maintenance\n\n- Rewrite skin previews on `05-configuration.md` in Liquid template.\n- Remove unused classes from `_layouts/single.html`.\n- Migrate npm run scripts to Ruby Rake tasks.\n- Add Rake task `version` for updating all hard-coded version numbers from `package.json` all at once.\n- Merge `categories` and `tags` layout into `_includes/posts-taxonomy.html`.\n- Update Social Sharing links section. [#4066](https://github.com/mmistakes/minimal-mistakes/pull/4066)\n\n## [4.25.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.25.1)\n\n### Bug Fixes\n\n- \"You may also enjoy\" no longer recommends hidden posts. [#4653](https://github.com/mmistakes/minimal-mistakes/issues/4653)\n- Replaced dead link to \"Viewport and Media Queries\" slides. [#4421](https://github.com/mmistakes/minimal-mistakes/discussions/4421)\n- Fix broken `where_exp` in `lunr-store.js` for Jekyll &lt; 4.0. [#4808](https://github.com/mmistakes/minimal-mistakes/issues/4808)\n\n### Enhancements\n\n- Add Ukrainian translations. [#4273](https://github.com/mmistakes/minimal-mistakes/pull/4273)\n- Add more configuration for Giscus. [#4274](https://github.com/mmistakes/minimal-mistakes/pull/4274)\n- Bump jekyll-toc to [v1.2.1](https://github.com/allejo/jekyll-toc/releases/tag/v1.2.1).\n\n### Documentation & Maintenance\n\n- Bump shell-quote from 1.7.1 to 1.7.3 [#3692](https://github.com/mmistakes/minimal-mistakes/issues/3692)\n- Add `after-content.html` and `before-related.html` includes to ease docs site overrides.\n- GitHub Workflows security hardening [#3884](https://github.com/mmistakes/minimal-mistakes/issues/3884)\n- Replace Font Awesome v5 search page with v6.\n- Try adding an FAQ page.\n- Update remote theme reference in Quick-Start Guide to point to 4.25.0. [#4809](https://github.com/mmistakes/minimal-mistakes/issues/4809)\n\n## [4.25.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.25.0)\n\n### Bug Fixes\n\n- Fix Linkedin social share link [#4754](https://github.com/mmistakes/minimal-mistakes/issues/4754)\n- Fix non-English characters being url encoded in breadcrumb [#3819](https://github.com/mmistakes/minimal-mistakes/issues/3819)\n- Fix wrong `first_page_path` because of hard-coded `page:num` [#3778](https://github.com/mmistakes/minimal-mistakes/issues/3778)\n- Remove JS and other files from search index [#4000](https://github.com/mmistakes/minimal-mistakes/pull/4000)\n- Fix unlisted YouTube video embeds in documentation/test sites. [#3649](https://github.com/mmistakes/minimal-mistakes/issues/3649)\n- Fix error in Algolia search script when returning a hit that without `html` and `hightlight.html`. [#3101](https://github.com/mmistakes/minimal-mistakes/issues/3101) [#3102](https://github.com/mmistakes/minimal-mistakes/pull/3102)\n- Fix inline code style not applied to stylized text. [#3253](https://github.com/mmistakes/minimal-mistakes/pull/3253)\n- Fix Keybase icon in author sidebar. [#3221](https://github.com/mmistakes/minimal-mistakes/pull/3221)\n- Fix sort order of Staticman comments when data files aren't named alphabetically. [#3184](https://github.com/mmistakes/minimal-mistakes/pull/3184)\n- Fix `layout: compress` issue with HTML comment in video include. [#3117](https://github.com/mmistakes/minimal-mistakes/pull/3117)\n- Add Magnific Popup class to anchors that only contain an `img` element. [#3111](https://github.com/mmistakes/minimal-mistakes/issues/3111) [#3114](https://github.com/mmistakes/minimal-mistakes/pull/3114)\n- Fix heading level of related posts section from `h4` to `h2` to improve accessibility and SEO. [#3064](https://github.com/mmistakes/minimal-mistakes/pull/3064)\n- Fix grammar error in German localized UI text string. [#3063](https://github.com/mmistakes/minimal-mistakes/pull/3063)\n- Remove site.url from first breadcrumb link. [#3051](https://github.com/mmistakes/minimal-mistakes/pull/3051)\n\n### Enhancements\n\n- Add `site.copyright` and `site.copyright_url` config options [#4313](https://github.com/mmistakes/minimal-mistakes/pull/4313)\n- Lazy-load InstantSearch scripts and stylesheets [#3691](https://github.com/mmistakes/minimal-mistakes/pull/3691)\n- Improve Finnish translations [#4595](https://github.com/mmistakes/minimal-mistakes/pull/4595)\n- Remove redundant downcase from \\_layouts/categories.html. [#4531](https://github.com/mmistakes/minimal-mistakes/pull/4531)\n- Load latest Font Awesome package. [#3765](https://github.com/mmistakes/minimal-mistakes/pull/3765)\n- Add missing Polish missing UI text strings. [#3969](https://github.com/mmistakes/minimal-mistakes/pull/3969)\n- Update breadcrumbs conditional to enable/disable them via Front Matter on pages using `layout: single`. [#3096](https://github.com/mmistakes/minimal-mistakes/pull/3096) [#3669](https://github.com/mmistakes/minimal-mistakes/pull/3669)\n- Remove Internet Explorer 9 upgrade notice. [#3666](https://github.com/mmistakes/minimal-mistakes/pull/3666)\n- Add Kiswahili localized UI text strings. [#3489](https://github.com/mmistakes/minimal-mistakes/pull/3489)\n- Exclude `main.scss` from Lunr search index.\n- Allow `site.pages` to be indexed and searched via Lunr. [#3352](https://github.com/mmistakes/minimal-mistakes/pull/3352)\n- Update jQuery to v3.6.0. [#3254](https://github.com/mmistakes/minimal-mistakes/pull/3254)\n- Use notice `<a>` colors for blockquotes that have `notice--` classes applied. [#3140](https://github.com/mmistakes/minimal-mistakes/pull/3140) [#3068](https://github.com/mmistakes/minimal-mistakes/issues/3068)\n- Add sameAs itemprop to author link. [#3087](https://github.com/mmistakes/minimal-mistakes/pull/3087)\n- Update and add missing Brazilian Portuguese translations. [#3204](https://github.com/mmistakes/minimal-mistakes/pull/3204)\n- Add optional label attribute for utterances comments. [#3128](https://github.com/mmistakes/minimal-mistakes/pull/3128)\n- Add missing Danish translations. [#3095](https://github.com/mmistakes/minimal-mistakes/pull/3095)\n- Add ARIA role to search forms. [#3086](https://github.com/mmistakes/minimal-mistakes/pull/3086)\n- Add overflow scroll bar to sticky table of contents that are taller than the viewport's height. [#2874](https://github.com/mmistakes/minimal-mistakes/pull/2874)\n- Add Microformats markup. [#3052](https://github.com/mmistakes/minimal-mistakes/pull/3052)\n\n### Documentation & Maintenance\n\n- Fix links to Font Awesome gallery. [#3599](https://github.com/mmistakes/minimal-mistakes/pull/3599)\n- Fix GreedyNav.js attribution link. [#3553](https://github.com/mmistakes/minimal-mistakes/pull/3553)\n- Fix typo about loading JavaScript in layout documentation. [#3350](https://github.com/mmistakes/minimal-mistakes/pull/3350)\n- Fix documentation typos. [#3232](https://github.com/mmistakes/minimal-mistakes/pull/3232) [#3318](https://github.com/mmistakes/minimal-mistakes/pull/3318)\n- Add link to documentation clarifying how to add plugins. [#3181](https://github.com/mmistakes/minimal-mistakes/pull/3181)\n- Fix broken documentation link and add Baidu site verification to `_config.yml` files. [#3139](https://github.com/mmistakes/minimal-mistakes/pull/3139)\n- Bump path-parse from 1.0.6 to 1.0.7. [#3116](https://github.com/mmistakes/minimal-mistakes/pull/3116)\n- Automatically close invalid PRs using GitHub Actions. [#3313](https://github.com/mmistakes/minimal-mistakes/pull/3313)\n- Add instructions on how to unminify `main.js` for easier browser debugging. [#3055](https://github.com/mmistakes/minimal-mistakes/pull/3055)\n- Consolidate hard-coded version numbers where possible.\n- Add Rakefile for automatically syncing CHANGELOG with history and synched them.\n\n## [4.24.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.24.0)\n\n### Bug Fixes\n\n- Fix README text for Gumshoejs license. [#3024](https://github.com/mmistakes/minimal-mistakes/pull/3024)\n- Remove `tabindex=\"-1\"` from `input` elements in `search.html` layout to allow them to be accessible by keyboard. [#2982](https://github.com/mmistakes/minimal-mistakes/issues/2982)\n- Fix broken sidebar image in sample post. [#3013](https://github.com/mmistakes/minimal-mistakes/issues/3013)\n- Fix broken links in Upgrading documentation. [#3004](https://github.com/mmistakes/minimal-mistakes/issues/3004)\n\n### Enhancements\n\n- Remove IE9 flexbox fallback. [#3042](https://github.com/mmistakes/minimal-mistakes/pull/3042)\n- Remove `h2` from skip links navigation as it is not important for site structure. [#3012](https://github.com/mmistakes/minimal-mistakes/pull/3012)\n- Loads Font Awesome asynchronously. [#2967](https://github.com/mmistakes/minimal-mistakes/pull/2967)\n- Replace custom search icon SVG with Font Awesome icon. [#2774](https://github.com/mmistakes/minimal-mistakes/pull/2774)\n- Adds support for giscus comments. [#3022](https://github.com/mmistakes/minimal-mistakes/pull/3022)\n\n## [4.23.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.23.0)\n\n### Enhancements\n\n- Add Arabic (عربي) localized UI text strings. [#2936](https://github.com/mmistakes/minimal-mistakes/pull/2936)\n- Update onchange and uglify-js dependencies.\n- Document head and footer `custom.html` includes. [#2815](https://github.com/mmistakes/minimal-mistakes/pull/2815)\n- Color notices based on skin colors instead of fixed values. [#2887](https://github.com/mmistakes/minimal-mistakes/pull/2887)\n- Add configurable datetime format. [#2844](https://github.com/mmistakes/minimal-mistakes/pull/2844)\n- Add Baidu site verification [#2830](https://github.com/mmistakes/minimal-mistakes/pull/2830)\n- Add `alt` attribute to site logo. [#2529](https://github.com/mmistakes/minimal-mistakes/issues/2529) [#2824](https://github.com/mmistakes/minimal-mistakes/issues/2824)\n\n### Bug Fixes\n\n- Fix menu toggle to properly show close icon when open.\n- Fix Jekyll environment note in configuration documentation. [#2912](https://github.com/mmistakes/minimal-mistakes/issues/2912)\n- Fix typo in Helpers documentation. [#2940](https://github.com/mmistakes/minimal-mistakes/pull/2940)\n- Remove all references to official public Staticman API instance. [#2818](https://github.com/mmistakes/minimal-mistakes/issues/2818) [#2831](https://github.com/mmistakes/minimal-mistakes/pull/2831)\n- Remove Google Search CSS. [#2852](https://github.com/mmistakes/minimal-mistakes/issues/2852) [#2855](https://github.com/mmistakes/minimal-mistakes/pull/2855)\n\n## [4.22.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.22.0)\n\n### Bug Fixes\n\n- Remove Google Search script from `404.md`. [#2597](https://github.com/mmistakes/minimal-mistakes/issues/2597) [#2737](https://github.com/mmistakes/minimal-mistakes/pull/2737) [#2789](https://github.com/mmistakes/minimal-mistakes/pull/2789)\n- Fix Font Awesome icon color in `contrast`, `dark`, `mint`, `neon`, `plum`, and `sunrise` skins. [#2724](https://github.com/mmistakes/minimal-mistakes/issues/2724)\n\n### Enhancements\n\n- Allow custom sorting for collections. [#2723](https://github.com/mmistakes/minimal-mistakes/pull/2723)\n- Use `sort_natural` instead of custom Liquid logic to sort tags and categories. [#2756](https://github.com/mmistakes/minimal-mistakes/pull/2756)\n- Add configuration option to toggle off RSS feed link in `<head>` and site footer. [#2787](https://github.com/mmistakes/minimal-mistakes/pull/2787)\n- Upgrade Lunrjs to 2.3.9 and switch to `relative_url`. [#2805](https://github.com/mmistakes/minimal-mistakes/pull/2805)\n- Adds `.webp` to list of supported image extensions for the image popup lightbox. [#2788](https://github.com/mmistakes/minimal-mistakes/pull/2788)\n- Add Hebrew localized UI text strings. [#2760](https://github.com/mmistakes/minimal-mistakes/pull/2760)\n- Update documentation to include `toc_sticky` parameter's description. [#2741](https://github.com/mmistakes/minimal-mistakes/pull/2741)\n- Update Indonesian localized UI text strings. [#2731](https://github.com/mmistakes/minimal-mistakes/pull/2731)\n- Update remote theme documentation. [#2734](https://github.com/mmistakes/minimal-mistakes/pull/2734)\n- Update allejo/jekyll-toc to v1.1.0, skip headings without an ID. [#2752](https://github.com/mmistakes/minimal-mistakes/pull/2752)\n- Allow custom gradient for page header overlay. [#2806](https://github.com/mmistakes/minimal-mistakes/pull/2806)\n\n## [4.21.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.21.0)\n\n### Bug Fixes\n\n- Fix greedy navigation by improving reliability of remaining space for visible links. [#2664](https://github.com/mmistakes/minimal-mistakes/issues/2664)\n- Collapse white-space in `figure` helper to fix issues when used in Markdown ordered and unordered lists. [#2697](https://github.com/mmistakes/minimal-mistakes/pull/2697)\n- Fix dead link to CI services in documentation. [#2635](https://github.com/mmistakes/minimal-mistakes/issues/2635) [#2692](https://github.com/mmistakes/minimal-mistakes/pull/2692)\n- Fix a small typo in documentation. [#2718](https://github.com/mmistakes/minimal-mistakes/pull/2718)\n\n### Enhancements\n\n- Update jQuery to 3.5.1. [#2713](https://github.com/mmistakes/minimal-mistakes/pull/2713)\n- Add Indonesian localized UI text strings. [#2725](https://github.com/mmistakes/minimal-mistakes/pull/2725)\n- Update Vietnamese localized UI text strings. [#2722](https://github.com/mmistakes/minimal-mistakes/pull/2722)\n- Add Norwegian (Norsk) localized UI text strings. [#2702](https://github.com/mmistakes/minimal-mistakes/pull/2702)\n- Update allejo/jekyll-toc to v1.0.14 [#2700](https://github.com/mmistakes/minimal-mistakes/pull/2700)\n\n## [4.20.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.20.2)\n\n### Bug Fixes\n\n- Fix broken link in documentation. [#2677](https://github.com/mmistakes/minimal-mistakes/issues/2677)\n- Fix typo in documentation. [#2678](https://github.com/mmistakes/minimal-mistakes/issues/2678)\n- Remove duplicate CSS definitions. [#2666](https://github.com/mmistakes/minimal-mistakes/pull/2666)\n- Fix `entries_layout: grid` in various layouts. [#2639](https://github.com/mmistakes/minimal-mistakes/issues/2639)\n- Change `fa` to `fas` for Font Awesome 5. [#2649](https://github.com/mmistakes/minimal-mistakes/pull/2649)\n\n### Enhancements\n\n- Refactor page meta include. [#2641](https://github.com/mmistakes/minimal-mistakes/pull/2641)\n- Add `article:author` Open Graph markup. [#2670](https://github.com/mmistakes/minimal-mistakes/pull/2670)\n\n## [4.20.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.20.1)\n\n### Bug Fixes\n\n- Fix grid `entries_layout` in home.html. [#2616](https://github.com/mmistakes/minimal-mistakes/pull/2616)\n\n## [4.20.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.20.0)\n\n### Bug Fixes\n\n- Add `relative_url` filter to author home link [#2575](https://github.com/mmistakes/minimal-mistakes/pull/2575)\n- Fix `analytics.provider` config comment to list all analytics providers. [#2607](https://github.com/mmistakes/minimal-mistakes/pull/2607)\n- Fix typo in installation documentation. [#2570](https://github.com/mmistakes/minimal-mistakes/pull/2570)\n- Fix broken Lunr search with Jekyll v4.1.0. [#2617](https://github.com/mmistakes/minimal-mistakes/pull/2617)\n\n### Enhancements\n\n- Add an optional date alongside the reading time. To enable set `show_date: true` similar to how reading time is. [#2526](https://github.com/mmistakes/minimal-mistakes/pull/2526)\n- Remove hidden posts from posts.html layout. [#2625](https://github.com/mmistakes/minimal-mistakes/pull/2625)\n- Add entry layout configuration for `list` (default) or `grid` views on `layout: home`. [#2616](https://github.com/mmistakes/minimal-mistakes/pull/2616)\n- Add missing Chinese translations. [#2576](https://github.com/mmistakes/minimal-mistakes/pull/2576)\n- Improve Chinese translations. [#2626](https://github.com/mmistakes/minimal-mistakes/pull/2626)\n- Add `line-height` to `h4` element in notice helper. [#2602](https://github.com/mmistakes/minimal-mistakes/pull/2602)\n- Improve Algolia search. [#2572](https://github.com/mmistakes/minimal-mistakes/pull/2572)\n- Update link to wtfpl license in README. [#2571](https://github.com/mmistakes/minimal-mistakes/pull/2571)\n- Ignore teaser headline in table of contents when including posts list in another page. [#2558](https://github.com/mmistakes/minimal-mistakes/pull/2558)\n- Replace Font Awesome Kits with CSS from jsDelivr CDN. [#2583](https://github.com/mmistakes/minimal-mistakes/pull/2583)\n- Add `danmaku` option to Bilibili video provider and add corresponding documentation/ [#2599](https://github.com/mmistakes/minimal-mistakes/pull/2599)\n- Update documentation about loading l10n data file from the theme-gem. [#2621](https://github.com/mmistakes/minimal-mistakes/issues/2621) [#2624](https://github.com/mmistakes/minimal-mistakes/pull/2624)\n\n## [4.19.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.19.3)\n\n### Enhancements\n\n- Update GreedyNav.js to reduce masthead link overflow/shifting on mobile devices. [#2551](https://github.com/mmistakes/minimal-mistakes/issues/2551)\n- Replace `<section id=\"custom-comments\"></section>` in `comments.html` include and add `custom_scripts.html` include for loading custom comment provider JavaScript in the footer. [#2549](https://github.com/mmistakes/minimal-mistakes/issues/2549)\n- Move page date Liquid to include. [#2544](https://github.com/mmistakes/minimal-mistakes/pull/2544)\n- Strip trailing whitespace in `seo_description`. [#2542](https://github.com/mmistakes/minimal-mistakes/pull/2542)\n- Improve sticky sidebar's appearance with short content. [#2514](https://github.com/mmistakes/minimal-mistakes/pull/2514)\n\n## [4.19.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.19.2)\n\n### Enhancements\n\n- Add support for bilibili videos in [responsive video helper](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#responsive-video-embed). [#2512](https://github.com/mmistakes/minimal-mistakes/pull/2512)\n- Add Myanmar (Burmese) localized UI text strings. [#2500](https://github.com/mmistakes/minimal-mistakes/pull/2500)\n- Improve author links underline on hover. [#2472](https://github.com/mmistakes/minimal-mistakes/pull/2472)\n- Add documentation for applying Front Matter defaults to jekyll-archives pages. [#2466](https://github.com/mmistakes/minimal-mistakes/pull/2466)\n- Add missing Vietnamese translations. [#2459](https://github.com/mmistakes/minimal-mistakes/pull/2459) [#2486](https://github.com/mmistakes/minimal-mistakes/pull/2486)\n- Fix Finnish localized UI text strings. [#2455](https://github.com/mmistakes/minimal-mistakes/pull/2455)\n- Clarify documentation that Lunr only searches documents in collections. [#2450](https://github.com/mmistakes/minimal-mistakes/pull/2450)\n- Add guide on applying Front Matter defaults to jekyll-archives pages [#2466](https://github.com/mmistakes/minimal-mistakes/pull/2466)\n\n### Bug Fixes\n\n- Fix typo in configuration documentation. [#2497](https://github.com/mmistakes/minimal-mistakes/pull/2497)\n- Fix \"Follow menu falls under post links\" on small screens. [#2479](https://github.com/mmistakes/minimal-mistakes/issues/2479)\n- Hide index page from page-archive. [#2482](https://github.com/mmistakes/minimal-mistakes/pull/2482)\n\n## [4.19.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.19.1)\n\n### Enhancements\n\n- Add [Dracula](https://draculatheme.com/) Base16 syntax highlighting theme Sass variables to [stylesheets documentation](https://mmistakes.github.io/minimal-mistakes/docs/stylesheets/#syntax-highlighting). [#2438](https://github.com/mmistakes/minimal-mistakes/pull/2438)\n- Update links to `HTTPS` and remove Google+ from configuration documentation. [#2432](https://github.com/mmistakes/minimal-mistakes/pull/2432)\n- Use `first_page_path` from jekyll-paginate-v2 if available. [#2431](https://github.com/mmistakes/minimal-mistakes/pull/2431)\n- Update onchange and uglify-js dependencies.\n- Update smooth-scroll.js to `v16.1.2`. [#2430](https://github.com/mmistakes/minimal-mistakes/issues/2430)\n\n### Bug Fixes\n\n- Fix author profile links `z-index` order on small screens. [#2440](https://github.com/mmistakes/minimal-mistakes/issues/2440)\n\n## [4.19.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.19.0)\n\n### Enhancements\n\n- Add \"click\" overlay to close masthead and follow button menus when open. [#1168](https://github.com/mmistakes/minimal-mistakes/issues/1168)\n- Remove deprecated Staticman v1 configurations from `_config.yml`. [#2386](https://github.com/mmistakes/minimal-mistakes/issues/2386)\n- Use `relative_url` and `absolute_url` filters where possible. [#2387](https://github.com/mmistakes/minimal-mistakes/pull/2387)\n- Improve headline hierarchy and add Sass specific variables `$h-size-x`. [#2423](https://github.com/mmistakes/minimal-mistakes/issues/2423)\n- Improve accessibility of `default` skin by increasing color contrast of text and links.\n- Hide posts with `hidden: true` YAML front matter from appearing in listings. [#2345](https://github.com/mmistakes/minimal-mistakes/pull/2345)\n- Add Irish (Gaeilge) localized UI text strings. [#2422](https://github.com/mmistakes/minimal-mistakes/pull/2422)\n- Remove `box-shadow` on radio and checkbox inputs. [#2398](https://github.com/mmistakes/minimal-mistakes/pull/2398)\n- Bump Jekyll gem dependency to `v3.7`.\n\n### Bug Fixes\n\n- Fix documentation around using `bundle info` command. [#2425](https://github.com/mmistakes/minimal-mistakes/pull/2425)\n- Fix rake vulnerability in `.gemspec` file.\n- Fix Staticman v2 comment submission. [#2402](https://github.com/mmistakes/minimal-mistakes/pull/2402)\n- Fix repeated site base path for masthead logo. [#2385](https://github.com/mmistakes/minimal-mistakes/pull/2385)\n\n## [4.18.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.18.1)\n\n### Bug Fixes\n\n- Fix compatibility issue with jekyll-paginate-v2. [#2381](https://github.com/mmistakes/minimal-mistakes/pull/2381)\n\n## [4.18.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.18.0)\n\n### Enhancements\n\n- Allow `home` layout to display posts without pagination. [#2378](https://github.com/mmistakes/minimal-mistakes/pull/2378)\n- Add links to high resolution skin screenshots in README. [#2363](https://github.com/mmistakes/minimal-mistakes/issues/2363)\n- Update README and LICENSE. [#2367](https://github.com/mmistakes/minimal-mistakes/pull/2367)\n- Update `.gitignore` file. [#2366](https://github.com/mmistakes/minimal-mistakes/pull/2366)\n- Allow override of page excerpt in hero header via `tagline` YAML front matter. [#2307](https://github.com/mmistakes/minimal-mistakes/pull/2307)\n- Exclude `package-lock.json` from Jekyll build. [#2364](https://github.com/mmistakes/minimal-mistakes/pull/2364)\n- Use `%-d` instead of `%d` so displayed dates aren't padded with zero. [#2359](https://github.com/mmistakes/minimal-mistakes/pull/2359)\n- Update table of contents helper (`toc.html`) to [v1.0.8](https://github.com/allejo/jekyll-toc/releases). [#2355](https://github.com/mmistakes/minimal-mistakes/pull/2355)\n- Add missing Dutch localized UI text strings. [#2321](https://github.com/mmistakes/minimal-mistakes/pull/2321)\n- Support page header (hero) in `archive-taxonomy` layout. [#2320](https://github.com/mmistakes/minimal-mistakes/pull/2320)\n- Add social icon color for Keybase. [#2302](https://github.com/mmistakes/minimal-mistakes/pull/2302)\n\n### Bug Fixes\n\n- Fix JavaScript comments in Disqus include to be compatible with `compress` layout. [#2373](https://github.com/mmistakes/minimal-mistakes/pull/2373)\n- Fix wrong newline concatenation in SEO description [#2368](https://github.com/mmistakes/minimal-mistakes/pull/2368) [#2354](https://github.com/mmistakes/minimal-mistakes/issues/2354)\n- Fix Staticman v2/v3 conditional for showing comments. [#2351](https://github.com/mmistakes/minimal-mistakes/pull/2351)\n- Fix masthead logo path. [#2332](https://github.com/mmistakes/minimal-mistakes/pull/2332)\n- Fix schema.org dates to ISO-8601. [#2339](https://github.com/mmistakes/minimal-mistakes/pull/2339)\n- Fix background color of code blocks in notices. [#2328](https://github.com/mmistakes/minimal-mistakes/pull/2328)\n- Fix alignment of feature rows when placed next to a sticky sidebar. [#2327](https://github.com/mmistakes/minimal-mistakes/issues/2327)\n- Fix `seo_description` in `_includes/seo.html`. [#2326](https://github.com/mmistakes/minimal-mistakes/pull/2326)\n- Fix typo in `_config.yml`. [#2319](https://github.com/mmistakes/minimal-mistakes/pull/2319)\n\n## [4.17.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.17.2)\n\n### Enhancements\n\n- Add collection step to documentation about creating a portfolio page. [#2294](https://github.com/mmistakes/minimal-mistakes/pull/2294)\n- Replace sticky footer JavaScript with flexbox styles. [#2289](https://github.com/mmistakes/minimal-mistakes/pull/2289)\n\n### Bug Fixes\n\n- Fix sticky footer when using MozBar extension. [#2281](https://github.com/mmistakes/minimal-mistakes/issues/2281)\n\n## [4.17.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.17.1)\n\n### Enhancements\n\n- Update Chinese (Simplified) localized UI text strings. [#2286](https://github.com/mmistakes/minimal-mistakes/pull/2286)\n- Update list of 3rd party JavaScript used and licenses. [#2276](https://github.com/mmistakes/minimal-mistakes/pull/2276)\n\n### Bug Fixes\n\n- Fix indention of nested GFM task lists. [#2283](https://github.com/mmistakes/minimal-mistakes/issues/2283)\n\n## [4.17.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.17.0)\n\n### Enhancements\n\n- Show a permalink anchor when hovering over headings in main content area. [#2251](https://github.com/mmistakes/minimal-mistakes/pull/2251)\n- Allow per-page override of `words_per_minute`. [#2250](https://github.com/mmistakes/minimal-mistakes/pull/2250)\n- Update [onchange](https://www.npmjs.com/package/onchange) development dependency in `package.json`. [#2241](https://github.com/mmistakes/minimal-mistakes/issues/2241)\n- Add Catalan localized UI text strings. [#2237](https://github.com/mmistakes/minimal-mistakes/pull/2237)\n\n### Bug Fixes\n\n- Remove extraneous space from Internet Explorer conditional statement. [#2273](https://github.com/mmistakes/minimal-mistakes/pull/2273)\n- Fix typo in `_config.yml`. [#2243](https://github.com/mmistakes/minimal-mistakes/pull/2243)\n- Replace `http` URLs with `https` where applicable in `_config.yml`. [#2244](https://github.com/mmistakes/minimal-mistakes/pull/2244)\n\n## [4.16.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.16.6)\n\n### Enhancements\n\n- Relax Jekyll dependency to allow for version 4.0.\n- Add missing Spanish localized UI text strings. [#2229](https://github.com/mmistakes/minimal-mistakes/pull/2229)\n- Allow Markdown in author bio. [#2215](https://github.com/mmistakes/minimal-mistakes/pull/2215)\n\n### Bug Fixes\n\n- Fix `site.url` in Organization/Person JSON-LD schema. [#1906](https://github.com/mmistakes/minimal-mistakes/issues/1906)\n- Remove full stop in some `comment_form_info` UI text strings. [#2220](https://github.com/mmistakes/minimal-mistakes/pull/2220)\n- Fix default `site.author` in seo.html [#2230](https://github.com/mmistakes/minimal-mistakes/pull/2230)\n- Fix overlapping links (linked to and post's permalink) in post link type. [#2222](https://github.com/mmistakes/minimal-mistakes/issues/2222)\n\n## [4.16.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.16.5)\n\n### Enhancements\n\n- Add optional site subtitle to masthead. [#2173](https://github.com/mmistakes/minimal-mistakes/issues/2173)\n- Add missing Punjabi and Hindi localized UI text strings. [#2212](https://github.com/mmistakes/minimal-mistakes/pull/2212)\n- Add missing Korean localized UI text strings. [#2209](https://github.com/mmistakes/minimal-mistakes/pull/2209)\n- Use [Font Awesome Kits](https://blog.fontawesome.com/introducing-font-awesome-kits-7134d1d59959) to use the latest version of icons. [#2184](https://github.com/mmistakes/minimal-mistakes/issues/2184)\n- Remove unnecessary console.log in `lunr-en.js` and `lunr-gr.js` JavaScript. [#2193](https://github.com/mmistakes/minimal-mistakes/issues/2193)\n- Remove unnecessary `type=\"text/javascript\"` from Google Analytics JavaScript. [#2190](https://github.com/mmistakes/minimal-mistakes/pull/2190)\n- Update links and fix typos in documentation. [#2186](https://github.com/mmistakes/minimal-mistakes/pull/2186)\n- Add skip links. [#2182](https://github.com/mmistakes/minimal-mistakes/issues/2182)\n\n### Bug Fixes\n\n- Fix aria issues with Lunr search form. [#2211](https://github.com/mmistakes/minimal-mistakes/pull/2211)\n- Fix missing fallback title for table of contents.\n\n## [4.16.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.16.4)\n\n### Enhancements\n\n- Update Brazilian Portuguese localized UI text strings. [#2162](https://github.com/mmistakes/minimal-mistakes/pull/2162)\n- Update Font Awesome to v5.8.2. [#2150](https://github.com/mmistakes/minimal-mistakes/pull/2150)\n- Add missing Spanish localized UI text strings. [#2149](https://github.com/mmistakes/minimal-mistakes/pull/2149)\n\n### Bug Fixes\n\n- Fix arithmetic in `_form.scss` partial. [#2169](https://github.com/mmistakes/minimal-mistakes/pull/2169)\n- Fix pound symbol not displaying properly for post categories and tags. [#2156](https://github.com/mmistakes/minimal-mistakes/issues/2156)\n- Fix permalink stacking order and click-able area in archives.\n\n## [4.16.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.16.3)\n\n### Enhancements\n\n- Update jQuery to v3.4.1. [#2137](https://github.com/mmistakes/minimal-mistakes/issues/2137)\n- Update Gumshoe to v5.1.1. [#2140](https://github.com/mmistakes/minimal-mistakes/issues/2140)\n\n### Bug Fixes\n\n- Fix JavaScript error when resizing pages with table of contents. [#2140](https://github.com/mmistakes/minimal-mistakes/issues/2140)\n\n## [4.16.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.16.2)\n\n### Bug Fixes\n\n- Revert jQuery back to version v3.3.1, v.3.4.0 causes issues with other plugins that haven't been updated. [#2137](https://github.com/mmistakes/minimal-mistakes/issues/2137)\n\n## [4.16.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.16.1)\n\n### Enhancements\n\n- Update [`compress` layout](https://mmistakes.github.io/minimal-mistakes/docs/layouts/#compress-layout) to v3.1.0. [#2128](https://github.com/mmistakes/minimal-mistakes/pull/2128)\n- Update jQuery to v3.4.0. [#2129](https://github.com/mmistakes/minimal-mistakes/pull/2129)\n\n### Bug Fixes\n\n- Fix Gumshoe related JavaScript error on pages without a table of contents. [#2124](https://github.com/mmistakes/minimal-mistakes/pull/2124)\n\n## [4.16.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.16.0)\n\n### Enhancements\n\n- Improve search `input` semantics for Lunr and Google search providers. [#2123](https://github.com/mmistakes/minimal-mistakes/pull/2123)\n- Allow adding JavaScript files after those bundled in the theme. [#2110](https://github.com/mmistakes/minimal-mistakes/issues/2110) [#2116](https://github.com/mmistakes/minimal-mistakes/pull/2116)\n- Add `$max-width` Sass variable for adjusting page content's maximum width. [#2093](https://github.com/mmistakes/minimal-mistakes/pull/2093)\n- Add Thai localized UI text strings. [#2111](https://github.com/mmistakes/minimal-mistakes/pull/2111)\n- Update Font Awesome to [v5.8.1](https://github.com/FortAwesome/Font-Awesome/releases/tag/5.8.1). [#2102](https://github.com/mmistakes/minimal-mistakes/pull/2102)\n- Add missing Vietnamese localized UI text strings. [#2097](https://github.com/mmistakes/minimal-mistakes/pull/2097)\n- Replace jQuery Smooth Scroll with Smooth Scroll + Gumshoe. [#2082](https://github.com/mmistakes/minimal-mistakes/pull/2082)\n- Add styling for [GFM task lists](https://help.github.com/en/articles/about-task-lists#creating-task-lists). [#2092](https://github.com/mmistakes/minimal-mistakes/issues/2092)\n- Update Google Universal Analytics to load async. [#2079](https://github.com/mmistakes/minimal-mistakes/pull/2079)\n- Remove Google+ social sharing button, comment provider, and author link configs from theme.\n- Add missing Chinese text strings. [#2072](https://github.com/mmistakes/minimal-mistakes/pull/2072)\n\n### Bug Fixes\n\n- Fix table of contents active link styling.\n- Add missing Hindi localized UI text strings. [#2105](https://github.com/mmistakes/minimal-mistakes/pull/2105) [#2106](https://github.com/mmistakes/minimal-mistakes/pull/2106)\n- Fix Brazilian Portuguese text strings. [#2098](https://github.com/mmistakes/minimal-mistakes/pull/2098)\n- Fix typo in French `results_found` text string. [#2096](https://github.com/mmistakes/minimal-mistakes/pull/2096)\n- Fix figures inside of list elements. [#2094](https://github.com/mmistakes/minimal-mistakes/pull/2094)\n- Remove Font Awesome `data-search-pseudo-elements` attribute as it degrades smooth scroll performance. [#2075](https://github.com/mmistakes/minimal-mistakes/issues/2075#issuecomment-472437014)\n- Fix footnote links incompatibility with smooth scroll plugin. [#2075](https://github.com/mmistakes/minimal-mistakes/issues/2075)\n- Loosen Bundler dependency in ruby gem.\n\n## [4.15.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.15.2)\n\n### Enhancements\n\n- Close search overlay with <kbd>Esc</kbd>. [#2055](https://github.com/mmistakes/minimal-mistakes/pull/2055)\n- Update Swedish localized UI text strings. [#2056](https://github.com/mmistakes/minimal-mistakes/pull/2056)\n- Update Font Awesome to 5.7.1 and add `data-search-pseudo-elements` attribute. [#2053](https://github.com/mmistakes/minimal-mistakes/pull/2053)\n- Add Malayalam localized UI text strings. [#2037](https://github.com/mmistakes/minimal-mistakes/pull/2037)\n\n### Bug Fixes\n\n- Fix table of contents errors with non-English characters in the headings. [#2042](https://github.com/mmistakes/minimal-mistakes/pull/2042)\n- Fix `site.logo` false positives. [#2026](https://github.com/mmistakes/minimal-mistakes/pull/2026#issuecomment-455770730)\n- Add empty `alt` attribute to `site.logo` image. [#2035](https://github.com/mmistakes/minimal-mistakes/pull/2035)\n\n## [4.15.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.15.1)\n\n### Bug Fixes\n\n- Fix empty `<img>` when `site_logo` is not assigned. [#2026](https://github.com/mmistakes/minimal-mistakes/pull/2026#issuecomment-454809876)\n\n## [4.15.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.15.0)\n\n### Enhancements\n\n- Add logo and title customization to the masthead. [#2026](https://github.com/mmistakes/minimal-mistakes/pull/2026)\n- Add support to customize `issue-term` for utterances comment provider. [#2022](https://github.com/mmistakes/minimal-mistakes/pull/2022)\n- Allow custom canonical url on a page-by-page basis. [#2021](https://github.com/mmistakes/minimal-mistakes/pull/2021)\n- Update table of contents navigation based on scroll position to indicate which link is currently active in the viewport. [#2020](https://github.com/mmistakes/minimal-mistakes/pull/2020)\n- Clicking table of contents links changes URL has fragment. [#2019](https://github.com/mmistakes/minimal-mistakes/pull/2019) [#2023](https://github.com/mmistakes/minimal-mistakes/pull/2023)\n\n## [4.14.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.14.2)\n\n### Enhancements\n\n- Improve accessibility by adding label text to search button toggle. [#2014](https://github.com/mmistakes/minimal-mistakes/pull/2014)\n- Update Lunr to 2.3.5. [#2010](https://github.com/mmistakes/minimal-mistakes/pull/2010)\n- Shorten Internet Explorer conditional statement in `_includes/head.html`. [#2006](https://github.com/mmistakes/minimal-mistakes/pull/2006)\n- Add Persian localized UI text strings. [#2004](https://github.com/mmistakes/minimal-mistakes/pull/2004)\n- Remove unused JavaScript variables from Staticman comment script. [#1996](https://github.com/mmistakes/minimal-mistakes/pull/1996)\n- Update Font Awesome to 5.6.0. [#1995](https://github.com/mmistakes/minimal-mistakes/pull/1995)\n- Change remaining schema.org markup to `https`. [#1978](https://github.com/mmistakes/minimal-mistakes/pull/1978)\n- Update NPM dependencies.\n\n### Bug Fixes\n\n- Fix wide tables that overflow parent container. [#2008](https://github.com/mmistakes/minimal-mistakes/issues/2008)\n- Fix Spanish `comments_label` and `comments_title` UI text strings. [#1997](https://github.com/mmistakes/minimal-mistakes/pull/1997)\n- Allow sidebar navigation with custom sidebar content. [#1986](https://github.com/mmistakes/minimal-mistakes/issues/1986)\n- Fix Google Custom Search JavaScript error when not using Instant Search. [#1983](https://github.com/mmistakes/minimal-mistakes/pull/1983)\n\n## [4.14.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.14.1)\n\n### Bug Fixes\n\n- Fix closed navicon on hover.\n\n## [4.14.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.14.0)\n\n### Enhancements\n\n- Change schema.org markup to `https`. [#1969](https://github.com/mmistakes/minimal-mistakes/pull/1969)\n- Add Google Drive as video provider. [#1967](https://github.com/mmistakes/minimal-mistakes/pull/1967)\n- Match `:focus` color to skin.\n- Add support for [utterances](https://utteranc.es/) comments. [#1909](https://github.com/mmistakes/minimal-mistakes/issues/1909)\n- Use privacy aware embed options for YouTube and Vimeo in [responsive video helper](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#responsive-video-embed). [#1964](https://github.com/mmistakes/minimal-mistakes/pull/1964)\n- Add `rel=\"nofollow noopener noreferrer\"` to author profile links. [#1924](https://github.com/mmistakes/minimal-mistakes/pull/1924)\n- Improve color contrast of primary buttons and links.\n- Add Punjabi localized UI text strings. [#1962](https://github.com/mmistakes/minimal-mistakes/pull/1962)\n- Add Hindi localized UI text strings. [#1888](https://github.com/mmistakes/minimal-mistakes/pull/1888)\n- Update Lunr to `2.3.3`. [#1885](https://github.com/mmistakes/minimal-mistakes/pull/1885)\n- Cache \"static\" includes to improve build performance. **Note:** The theme uses the [jekyll-include-cache](https://github.com/benbalter/jekyll-include-cache) plugin which will need to be installed in your `Gemfile` and added to the `plugins` array of `_config.yml`. Otherwise you'll throw `Unknown tag 'include_cached'` errors at build. [#1874](https://github.com/mmistakes/minimal-mistakes/pull/1874)\n- Make entire feature and archive items \"clickable\". [#1864](https://github.com/mmistakes/minimal-mistakes/pull/1864)\n- Allow custom Staticman endpoints. [#1842](https://github.com/mmistakes/minimal-mistakes/issues/1842)\n- Remove `type=\"text/css\"` from Algolia script includes. [#1836](https://github.com/mmistakes/minimal-mistakes/pull/1836)\n- Remove unneeded `HandheldFriendly` and `MobileOptimized` meta tags. [#1837](https://github.com/mmistakes/minimal-mistakes/pull/1837)\n- Update Font Awesome to version `5.5.0` and add `integrity` hash. [#1922](https://github.com/mmistakes/minimal-mistakes/pull/1922)\n- Always load Google 404 Linkhelp script over HTTPS. [#1829](https://github.com/mmistakes/minimal-mistakes/pull/1829)\n- Remove deprecated `base_path` include helper.\n\n### Bug Fixes\n\n- Prevent current post from showing in the related posts section. [#1976](https://github.com/mmistakes/minimal-mistakes/pull/1976)\n- Fix dark skins syntax highlighting colors. [#1973](https://github.com/mmistakes/minimal-mistakes/issues/1973)\n- Remove unnecessary closing bracket in analytics documentation. [#1915](https://github.com/mmistakes/minimal-mistakes/pull/1915)\n- Fix breadcrumb navigation alignment. [#1917](https://github.com/mmistakes/minimal-mistakes/issues/1917)\n- Fix Algolia search link positioning. [#1904](https://github.com/mmistakes/minimal-mistakes/pull/1904)\n- Fix Lunr search index merging words. [#1883](https://github.com/mmistakes/minimal-mistakes/issues/1883)\n- Properly apply `relative_url` filter to internal links in header overlay `actions` array.\n- Revert cached includes (`include_cached`) for comment and analytics providers. [#1905](https://github.com/mmistakes/minimal-mistakes/issues/1905)\n\n## [4.13.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.13.0)\n\n### Enhancements\n\n- Add Romanian localized UI text strings. [#1814](https://github.com/mmistakes/minimal-mistakes/pull/1814)\n- Improve author link flexibility. [#1581](https://github.com/mmistakes/minimal-mistakes/issues/1581)\n- Improve footer link flexibility.\n- Deprecate `cta_label` and `cta_url` in header overlay in favor of new `actions` array that allows for multiple \"call to action\" button links. [#1461](https://github.com/mmistakes/minimal-mistakes/issues/1461)\n- Add support to [gallery helper](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#gallery) for defining column layout (`half`, `third`, or single `''`). [#1821](https://github.com/mmistakes/minimal-mistakes/issues/1821)\n\n### Bug Fixes\n\n- Fix sidebar navigation list toggle. [#1819](https://github.com/mmistakes/minimal-mistakes/issues/1819)\n- Fix hover animation for links with `:visited` state. [#1820](https://github.com/mmistakes/minimal-mistakes/issues/1820)\n\n## [4.12.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.12.2)\n\n### Enhancements\n\n- Add missing Italian localized UI text strings. [#1793](https://github.com/mmistakes/minimal-mistakes/pull/1793)\n- Update [jekyll-toc](https://github.com/allejo/jekyll-toc) to `v1.0.5`.\n- Support heading levels 1-6 in table of contents with proper indentation styling. [#1782](https://github.com/mmistakes/minimal-mistakes/issues/1782)\n- Use relative links for masthead navigation menu items when possible. [#1784](https://github.com/mmistakes/minimal-mistakes/pull/1784)\n- Add `.emoji` class to author sidebar to normalize image sizes. [#1780](https://github.com/mmistakes/minimal-mistakes/pull/1780)\n- Update Staticman commit message to include comment author's name.\n- Improve side navigation spacing in relation to masthead.\n- Style archive links with appropriate link color.\n- Adjust feature row spacing and font-sizes.\n- Use sentence case and increase font-sizes for improved readability in table of contents.\n- Add `{{ content }}` to `home` layout. [#1775](https://github.com/mmistakes/minimal-mistakes/pull/1775)\n\n## [4.12.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.12.1)\n\n### Enhancements\n\n- Add missing French localized UI text strings. [#1769](https://github.com/mmistakes/minimal-mistakes/pull/1769) [#1741](https://github.com/mmistakes/minimal-mistakes/pull/1741)\n- Update Font Awesome to version [`5.2.0`](https://github.com/FortAwesome/Font-Awesome/blob/master/CHANGELOG.md). [#1754](https://github.com/mmistakes/minimal-mistakes/pull/1754)\n- Add documentation note to update root `Gemfile` when forking theme.\n\n### Bug Fixes\n\n- Remove slash at the beginning of `path` in staticman.yml example. [#1772](https://github.com/mmistakes/minimal-mistakes/pull/1772)\n- Fix `read_time` logic in header image overlay. [#1756](https://github.com/mmistakes/minimal-mistakes/pull/1756)\n\n## [4.12.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.12.0)\n\n### Enhancements\n\n- Add Hungarian localized UI text strings. [#1682](https://github.com/mmistakes/minimal-mistakes/pull/1682)\n- DRY `tags_max` calculation in tags.html layout. [#1696](https://github.com/mmistakes/minimal-mistakes/pull/1696)\n- DRY `categories_max` calculation in categories.html layout.\n- Add support for [\"sticking\" table of contents](https://mmistakes.github.io/minimal-mistakes/layout-table-of-contents-sticky/) to top of page via `toc_sticky: true` YAML Front Matter.\n- Add support for captioning images in feature row helper via `image_caption` YAML Front Matter. [#1440](https://github.com/mmistakes/minimal-mistakes/issues/1440)\n- Add [Google Custom Search Engine](https://cse.google.com/cse) support. [#1652](https://github.com/mmistakes/minimal-mistakes/issues/1652)\n- Update Font Awesome to version. [`5.1.13`](https://github.com/FortAwesome/Font-Awesome/blob/master/CHANGELOG.md)\n- Add \"Pets\" sample archive page to documentation site. [#1664](https://github.com/mmistakes/minimal-mistakes/pull/1664)\n- Add GitLab social icon brand color. [#1653](https://github.com/mmistakes/minimal-mistakes/issues/1653)\n- Prevent line breaks between FontAwesome icon and text in footer social links. [#1659](https://github.com/mmistakes/minimal-mistakes/issues/1659)\n\n### Bug Fixes\n\n- Set default `title_separator`. [#1701](https://github.com/mmistakes/minimal-mistakes/pull/1701)\n- Fix `naver_site_verification` typo in /\\_includes/seo.html. [#1687](https://github.com/mmistakes/minimal-mistakes/pull/1687)\n- Fix table of contents missing borders. [#1675](https://github.com/mmistakes/minimal-mistakes/issues/1675)\n- Fix link to \"Recipes\" sample archive on documentation site. [#1664](https://github.com/mmistakes/minimal-mistakes/pull/1664)\n- Update example Reddit social share interpolation syntax in documentation. [#1656](https://github.com/mmistakes/minimal-mistakes/issues/1656)\n- Fix \"Back to Top\" links on pages that use [header overlays](https://mmistakes.github.io/minimal-mistakes/docs/layouts/#header-overlay).\n\n## [4.11.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.11.2)\n\n### Enhancements\n\n- Update Font Awesome to version `5.0.11`. [#1620](https://github.com/mmistakes/minimal-mistakes/pull/1620)\n- Add Slovak localized UI text strings. [#1613](https://github.com/mmistakes/minimal-mistakes/pull/1613)\n- Add option to anonymize IP addresses of hits sent to Google Analytics. [#1636](https://github.com/mmistakes/minimal-mistakes/pull/1636)\n\n### Bug Fixes\n\n- Use correct text string for \"Back to Top\" link. [#1595](https://github.com/mmistakes/minimal-mistakes/issues/1595)\n- Add conditionals for showing `reCaptcha.siteKey` and `reCaptcha.secret` in Staticman comments form.\n\n## [4.11.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.11.1)\n\n### Enhancements\n\n- Add default `theme` and `remote_theme` values to `_config.yml`.\n- Add new layouts (`posts`, `categories`, `tags`, `collection`, `category`, and `tag`) for easier archive page creation.\n\n### Bug Fixes\n\n- Replace `absolute_url` filter with `relative_url` where it makes sense (asset/navigation related paths). [#1588](https://github.com/mmistakes/minimal-mistakes/issues/1588)\n- Fix search excerpts that run together because of implied spaces.\n\n## [4.10.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.10.1)\n\n### Enhancements\n\n- Update jQuery to version `3.3.1`. [#1491](https://github.com/mmistakes/minimal-mistakes/issues/1491)\n- Add link to jekyll-algolia's `files_to_exclude` documentation.\n- Update Font Awesome to version [`5.0.8`](https://github.com/FortAwesome/Font-Awesome/blob/master/CHANGELOG.md). [#1561](https://github.com/mmistakes/minimal-mistakes/pull/1561)\n- Activate Algolia search for documentation site. [#1570](https://github.com/mmistakes/minimal-mistakes/issues/1570)\n- Add missing German translations. [#1577](https://github.com/mmistakes/minimal-mistakes/pull/1577)\n- Add support for Google Analytics with global site tag (gtag.js) [#1563](https://github.com/mmistakes/minimal-mistakes/pull/1563)\n\n### Bug Fixes\n\n- Focus Algolia search input after clicking on search toggle.\n\n## [4.10.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.10.0)\n\n### Enhancements\n\n- Add support for [Algolia](https://www.algolia.com/) search provider ([see demo](https://mmistakes.github.io/minimal-mistakes-algolia-search/)). [#1416](https://github.com/mmistakes/minimal-mistakes/issues/1416)\n\n## [4.9.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.9.1)\n\n### Enhancements\n\n- Simplify year archive Liquid.\n- Add documentation on how to downgrade theme.\n- Improve greedy navigation's layout when JavaScript is disabled.\n- Improve SEO include by grouping similar tags, reducing white-space, and adding `article:modified_time`. [#1456](https://github.com/mmistakes/minimal-mistakes/pull/1456)\n- Minify `assets/js/lunr/lunr.js`.\n- Improve calculation of Greedy navigation's `availableSpace`.\n- Add Danish and Russian translations for new search strings. [#1472](https://github.com/mmistakes/minimal-mistakes/pull/1472) [#1477](https://github.com/mmistakes/minimal-mistakes/pull/1477)\n- Indicate that archive titles are links with an underline.\n- Remove `base_path` include from `/test` pages.\n- Reduce font-size of page meta in list/grid items.\n- Improve feature row styling when used with `archive` layout. [#1484](https://github.com/mmistakes/minimal-mistakes/issues/1484)\n- Improve German translations. [#1511](https://github.com/mmistakes/minimal-mistakes/pull/1511)\n- Update Font Awesome to `5.0.6`. [#1513](https://github.com/mmistakes/minimal-mistakes/pull/1513)\n- Add `wide` variant to single layout. [#1516](https://github.com/mmistakes/minimal-mistakes/pull/1516)\n\n### Bug Fixes\n\n- Allow `author` to accept an object or string. [#289](https://github.com/mmistakes/minimal-mistakes/issues/289)\n- Fix syntax highlighting line number styling inconsistency. [#1467](https://github.com/mmistakes/minimal-mistakes/issues/1467)\n- Fix author sidebar icon colors for dark skins. [#1482](https://github.com/mmistakes/minimal-mistakes/issues/1482)\n- Remove misleading underline hover state on feature row items.\n- Properly escape quotes in `site.social.name` and `site.name`. [#1485](https://github.com/mmistakes/minimal-mistakes/pull/1485)\n- Fix typo in upgrading documentation. [#1487](https://github.com/mmistakes/minimal-mistakes/pull/1487)\n- Fix `border-bottom` for Gist line numbers.\n- Replace `|` with HTML entity when used as title separator. [#760](https://github.com/mmistakes/minimal-mistakes/issues/760)\n\n## [4.9.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.9.0)\n\n### Enhancements\n\n- Add `show_overlay_excerpt` for disabling overlay image excerpt text. [#1436](https://github.com/mmistakes/minimal-mistakes/pull/1436)\n- Update remote theme installation instructions in Quick Start Guide. [#1439](https://github.com/mmistakes/minimal-mistakes/pull/1439)\n- Reduce visual weight of code blocks.\n- Add Lunr.js Greek stemmer. [#1445](https://github.com/mmistakes/minimal-mistakes/pull/1445)\n- Update Font Awesome 5 [SVG with JavaScript version](https://fontawesome.com/how-to-use/svg-with-js). [#1446](https://github.com/mmistakes/minimal-mistakes/pull/1446)\n  - Note: if Font Awesome icons were used in the content of posts/pages or custom table of contents, find and replace any icons that have different names between version 4 and 5. Make sure to read the [complete list](https://fontawesome.com/how-to-use/upgrading-from-4#icon-name-changes-full) on Font Awesome's site.\n- Reduce size of Lunr.js search JSON data and introduce `site.search_full_content` flag for limiting size of JSON file. [#1449](https://github.com/mmistakes/minimal-mistakes/pull/1449)\n- Improve syntax highlighting styles. [#1450](https://github.com/mmistakes/minimal-mistakes/pull/1450)\n\n### Bug Fixes\n\n- Fix code block extra white-space when using [Jekyll's highlight tag](https://jekyllrb.com/docs/templates/#code-snippet-highlighting) with `linenos`. [#1437](https://github.com/mmistakes/minimal-mistakes/issues/1437)\n- Round top-right corner of code block icon.\n- Remove Lunr.js trimmer and bring back colons. [#1445](https://github.com/mmistakes/minimal-mistakes/pull/1445)\n- Fix sticky `.sidebar` that overlaps main content when resizing viewport. [#1447](https://github.com/mmistakes/minimal-mistakes/issues/1447)\n\n## [4.8.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.8.1)\n\n### Enhancements\n\n- Add linkback functionality to author avatar and name in sidebar via `author.home`. [#1386](https://github.com/mmistakes/minimal-mistakes/pull/1386)\n- Add Japanese localized UI text strings. [#1411](https://github.com/mmistakes/minimal-mistakes/pull/1411)\n- Update Lunr.js to 2.1.5 [#1419](https://github.com/mmistakes/minimal-mistakes/pull/1419)\n\n### Bug Fixes\n\n- Fixed broken link to Staticman's page [#1422](https://github.com/mmistakes/minimal-mistakes/pull/1422)\n- Fix Lunr search to work with number tags. [#1409](https://github.com/mmistakes/minimal-mistakes/issues/1409) [#1419](https://github.com/mmistakes/minimal-mistakes/pull/1419)\n\n## [4.8.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.8.0)\n\n### Enhancements\n\n- Open social share links in a new window. [#1357](https://github.com/mmistakes/minimal-mistakes/pull/1357)\n- Remove Alexa.com verification due to retiring of \"[Claim Your Site](https://support.alexa.com/hc/en-us/articles/219135887)\" feature. [#1350](https://github.com/mmistakes/minimal-mistakes/issues/1350)\n- Disable analytics in `development` environment. [#1362](https://github.com/mmistakes/minimal-mistakes/pull/1362)\n- Disable comments in `development` environment. [#1363](https://github.com/mmistakes/minimal-mistakes/pull/1363)\n- Exclude specific pages/posts from search index by adding `search: false` to the YAML Front Matter. [#1369](https://github.com/mmistakes/minimal-mistakes/pull/1369)\n- Add optional `description` key to masthead links for clarifying their purpose with the `title` attribute. [#1380](https://github.com/mmistakes/minimal-mistakes/pull/1380)\n- Incorporate site search into masthead. [#1383](https://github.com/mmistakes/minimal-mistakes/pull/1383)\n- Update gem dependencies. [#1388](https://github.com/mmistakes/minimal-mistakes/pull/1388)\n\n### Bug Fixes\n\n- Fix `post.content` typo in `assets/js/lunr-en.js`. [#1354](https://github.com/mmistakes/minimal-mistakes/pull/1354)\n- Fix \"lunr-en.js:1 Uncaught SyntaxError: Unexpected token <\" in `assets/js/lunr-en.js`. [#1356](https://github.com/mmistakes/minimal-mistakes/pull/1356)\n- Rename Naver verification `naver_site_verification` to be consistent with other site variables.\n- Fix button class in \"Post with Table Of Contents\" demo content. [#1368](https://github.com/mmistakes/minimal-mistakes/pull/1368)\n- Fix capitalization of WordPress in documentation. [#1381](https://github.com/mmistakes/minimal-mistakes/pull/1381)\n- Fix zh-HK UI text to point to Traditional Chinese. [#1374](https://github.com/mmistakes/minimal-mistakes/issues/1374) [#1389](https://github.com/mmistakes/minimal-mistakes/pull/1389)\n\n## [4.7.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.7.1)\n\n### Enhancements\n\n- Add search layout powered by [Lunr](https://lunrjs.com/). [#1353](https://github.com/mmistakes/minimal-mistakes/pull/1353)\n- Use [jekyll-remote-theme](https://github.com/benbalter/jekyll-remote-theme) for demo site. [#1339](https://github.com/mmistakes/minimal-mistakes/issues/1339)\n- Add note about WordPress to Staticman comment migration tool in documentation. [#1346](https://github.com/mmistakes/minimal-mistakes/issues/1346)\n\n### Bug Fixes\n\n- Change `http` to `https` for Jekyll and Browserhappy links. [#1342](https://github.com/mmistakes/minimal-mistakes/pull/1342) [#1343](https://github.com/mmistakes/minimal-mistakes/pull/1343)\n- Change `http` author profile links to `https` when supported. [#1349](https://github.com/mmistakes/minimal-mistakes/pull/1349)\n- Fix broken SCSS partial links in layouts documentation. [#1351](https://github.com/mmistakes/minimal-mistakes/issues/1351)\n\n## [4.7.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.7.0)\n\n### Enhancements\n\n- Add `alt` description to avatar image. [#1226](https://github.com/mmistakes/minimal-mistakes/pull/1226)\n- Clarify documentation about which `assets` folders and files to remove when migrating to the gem version of the theme. [#1268](https://github.com/mmistakes/minimal-mistakes/issues/1268)\n- Add note about Staticman GitHub compatibility. [#1273](https://github.com/mmistakes/minimal-mistakes/issues/1273)\n- Add missing Brazilian Portuguese translations to `ui-text.yml`. [#1278](https://github.com/mmistakes/minimal-mistakes/pull/1278)\n- Update font stack documentation. [#1292](https://github.com/mmistakes/minimal-mistakes/pull/1292)\n- Improve accessibility of navigation menu button. [#1099](https://github.com/mmistakes/minimal-mistakes/issues/1099)\n- Add Naver Webmaster Tools verification. [#1286](https://github.com/mmistakes/minimal-mistakes/pull/1286)\n- Add support for Staticman v2 endpoint and reCAPTCHA.\n- Add Polish localized UI text strings. [#1304](https://github.com/mmistakes/minimal-mistakes/pull/1304)\n- Add toggleable table of contents via YAML Front Matter. Note: `toc` helper include will be deprecated in next major version. [#1222](https://github.com/mmistakes/minimal-mistakes/issues/1222)\n- Refactor seo.html include to DRY-up page image handling.\n- Add support for setting what image is used by OpenGraph and Twitter via `page.header.og_image`. [#1316](https://github.com/mmistakes/minimal-mistakes/issues/1316)\n- Fix the spelling of some product names in the author profile. [#1328](https://github.com/mmistakes/minimal-mistakes/pull/1328)\n- Add `aqua`, `neon`, and `plum` skins. [#1336](https://github.com/mmistakes/minimal-mistakes/pull/1336)\n- Update **jekyll-toc** with heading classes fix. [#1337](https://github.com/mmistakes/minimal-mistakes/pull/1337)\n- Remove `+` from Google+ author link to allow non-vanity URLs. [#1319](https://github.com/mmistakes/minimal-mistakes/pull/1319)\n\n### Bug Fixes\n\n- Fix system font rendering in Chrome on macOS/OS X. [#1290](https://github.com/mmistakes/minimal-mistakes/pull/1290)\n- Fix extra padding in syntax highlighted code blocks due to Rouge 2 adding `<div class=\"highlight\"></div>` to markup.\n\n## [4.6.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.6.0)\n\n### Enhancements\n\n- Test strict Front Matter in `/test` site. [#1236](https://github.com/mmistakes/minimal-mistakes/pull/1236)\n- Rename `gems` key to `plugins`. [#1239](https://github.com/mmistakes/minimal-mistakes/pull/1239)\n- Add [YIQ Color Contrast](https://github.com/easy-designs/yiq-color-contrast) mixin for determining lightness of a color.\n- DRY up button CSS using Sass lists and YIQ Color Contrast mixin.\n- Add `btn--primary` button class. **Note:** elements that were previously using only a `.btn` class will now also need `.btn--primary` (eg. `<a class=\"btn btn--primary\" href=\"#\">my link</a>`).\n- Add `air`, `contrast`, `dark`, `dirt`, `mint`, and `sunrise` skin color options. [#1208](https://github.com/mmistakes/minimal-mistakes/issues/1208)\n- Allow scripts in `<head>` and before `</body>` to be added/overridden with `head_scripts` and `footer_scripts` arrays in `_config.yml`. [#1241](https://github.com/mmistakes/minimal-mistakes/pull/1241)\n- Update JavaScript dependencies: jQuery `v3.2.1`, jQuery Smooth Scroll `v2.2.0`, and Magnific Popup `v1.1.0`. [#328690652](https://github.com/mmistakes/minimal-mistakes/pull/1241#issuecomment-328690652)\n\n## [4.5.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.5.2)\n\n### Enhancements\n\n- Add `.page__comments-form` to \"non-printing\" selectors in print styles. [#1195](https://github.com/mmistakes/minimal-mistakes/pull/1195)\n- Add LinkedIn and Steam author sidebar examples to `_config.yml`. [#1203](https://github.com/mmistakes/minimal-mistakes/pull/1203) [#1204](https://github.com/mmistakes/minimal-mistakes/pull/1204)\n- Remove the http-equiv=\"cleartype\" meta tag. [#1087](https://github.com/mmistakes/minimal-mistakes/pull/1087)\n- Clarify documentation for `jekyll-archives` plugin and how to install. [#1206](https://github.com/mmistakes/minimal-mistakes/pull/1206)\n- Clarify documentation around taxonomy page and index generation. [#1207](https://github.com/mmistakes/minimal-mistakes/pull/1207)\n- Fix \"Posts by tag\" grammar in documentation. [#1209](https://github.com/mmistakes/minimal-mistakes/pull/1209)\n- Improve Chinese `date_label` and `minute_read` translations in `ui-text.yml`. [#1205](https://github.com/mmistakes/minimal-mistakes/pull/1205) [#1211](https://github.com/mmistakes/minimal-mistakes/pull/1211)\n- Add note to Quick-Start Guide about GitHub Pages hosting alternatives that allow 3rd party gem themes and Jekyll plugins.\n- Add note to configuration documentation about Cloudflare minification as an alternative to `layout: compress`. [#1217](https://github.com/mmistakes/minimal-mistakes/pull/1217)\n- Show 4 latest posts in \"You May Also Enjoy\" module when `related: true` and no related posts are found due to `lsi` ([latent semantic indexing](https://en.wikipedia.org/wiki/Latent_semantic_analysis#Latent_semantic_indexing)) being disabled on GitHub Pages. [#554](https://github.com/mmistakes/minimal-mistakes/issues/554)\n- Truncate archive item titles' that overflow with an ellipsis. [#1213](https://github.com/mmistakes/minimal-mistakes/issues/1213)\n\n### Bug Fixes\n\n- Fix license URL in README file. [#1189](https://github.com/mmistakes/minimal-mistakes/pull/1189)\n- Reduce amount of blank pages when printing in Chrome. [#1196](https://github.com/mmistakes/minimal-mistakes/issues/1196)\n- Remove `#disqus_thread` duplicate from `comments-providers/disqus.html` as it is already in `comments.html` include. [#1199](https://github.com/mmistakes/minimal-mistakes/issues/1199)\n- Fix Liquid syntax errors in `tag-list.html` and `category-list.html` includes by removing parenthesis in `assign`s. [#1223](https://github.com/mmistakes/minimal-mistakes/issues/1223)\n- Fix Liquid syntax error: \"Expected id but found open_square in `\"{{ page.[include.id] }}\"`\" in `gallery` and `feature_row` includes.\n- Fix Liquid syntax error: \"Expected end_of_string but found pipe in `\"name in __names | sort\"`\" in `group-by-array` include.\n\n## [4.5.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.5.1)\n\n### Enhancements\n\n- Add Greek and Danish localized UI text strings. [#1159](https://github.com/mmistakes/minimal-mistakes/pull/1159) [#1188](https://github.com/mmistakes/minimal-mistakes/pull/1188)\n- Remove blank YAML Front Matter from JavaScript banner. [#1158](https://github.com/mmistakes/minimal-mistakes/issues/1158)\n- Improve `page` and `archive` layouts to visually center main content and harmonize sidebar widths and placement. [#1166](https://github.com/mmistakes/minimal-mistakes/pull/1166)\n- Increase font-size of code blocks.\n- Reduce indent of nested \"table of contents\" links.\n- Extend [archive grid view](https://mmistakes.github.io/minimal-mistakes/docs/layouts/) to the right to better fill the page.\n- URL encode title and page URL in social share links. [#1177](https://github.com/mmistakes/minimal-mistakes/pull/1177)\n- Replace old Disqus script with new Universal Embed Code. [#1179](https://github.com/mmistakes/minimal-mistakes/pull/1179)\n\n### Bug Fixes\n\n- Fix positioning of sidebar table of contents when using `layout: splash`. [#1169](https://github.com/mmistakes/minimal-mistakes/issues/1169)\n- Fix \"follow\" links `z-index` order to avoid overlapping issues. [#1167](https://github.com/mmistakes/minimal-mistakes/issues/1167)\n\n### Maintenance\n\n- Fix typo `words_per_minute` typo in documentation. [#1164](https://github.com/mmistakes/minimal-mistakes/pull/1164)\n- Remove outside and right borders in `table`s.\n- Adjust width of `.sidebar` to match `.sidebar__right`.\n- Add sample documents to [\"portfolio\" collection](https://mmistakes.github.io/minimal-mistakes/portfolio/) for testing grid view.\n- Fix typo in stylesheets documentation. [#1170](https://github.com/mmistakes/minimal-mistakes/pull/1170)\n- Add note about setting Discourse `server` as a scheme-less URL (eg. `meta.discourse.com` and not `http://meta.discourse.com`) in `_config.yml`. [#1182](https://github.com/mmistakes/minimal-mistakes/issues/1182)\n\n## [4.5.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.5.0)\n\n### Enhancements\n\n- Add scrollbar to sidebars with overflowing content that extends outside the viewport's height. [#706](https://github.com/mmistakes/minimal-mistakes/issues/706)\n- Add missing Spanish UI text strings. [#1118](https://github.com/mmistakes/minimal-mistakes/pull/1118)\n- Update Susy to version 3 and rewrite grid CSS to be more readable.\n- Refactor intro animations into a separate Sass variable `$intro-transition` to allow for customizing. [#1147](https://github.com/mmistakes/minimal-mistakes/pull/1147)\n- Add [**jekyll-data**](https://github.com/ashmaroli/jekyll-data) as a dependency to read data files from theme-gem. [#1131](https://github.com/mmistakes/minimal-mistakes/pull/1131)\n- Add support for customizing header image alternative text through YAML Front Matter. [#1138](https://github.com/mmistakes/minimal-mistakes/pull/1138)\n\n### Bug Fixes\n\n- Fix Sass `DEPRECATION WARNING: Passing a string to call()` by [upgrading Susy to version 3](https://github.com/mmistakes/minimal-mistakes/commit/387f8149d6270b876f224a57a07062ffb0647938). [#1114](https://github.com/mmistakes/minimal-mistakes/issues/1114)\n- Fix disappearing author profile links due to tapping the \"Follow\" button and changing a browser's viewport width to > `$lg`. [#1136](https://github.com/mmistakes/minimal-mistakes/issues/1136)\n\n### Maintenance\n\n- Replace reference to \"Basically Basic theme\" with **Minimal Mistakes**. [#1149](https://github.com/mmistakes/minimal-mistakes/pull/1149)\n- Add documentation for disabling CSS3 animations. [#1150](https://github.com/mmistakes/minimal-mistakes/pull/1150)\n- Update quickstart, installation, and overriding defaults documentation. [#1151](https://github.com/mmistakes/minimal-mistakes/pull/1151)\n\n## [4.4.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.4.2)\n\n### Enhancements\n\n- Add Swedish, Dutch, and Indonesian localized UI text strings. [#996](https://github.com/mmistakes/minimal-mistakes/pull/996) [#1081](https://github.com/mmistakes/minimal-mistakes/pull/1081) [#1101](https://github.com/mmistakes/minimal-mistakes/pull/1101)\n- Add Bitbucket social icon color. [#1009](https://github.com/mmistakes/minimal-mistakes/pull/1009)\n- Add GitLab to author sidebar. [#1050](https://github.com/mmistakes/minimal-mistakes/pull/1050)\n- Add Sass variable for navicon link hover color. [#1089](https://github.com/mmistakes/minimal-mistakes/pull/1089) [#1088](https://github.com/mmistakes/minimal-mistakes/pull/1088)\n\n### Bug Fixes\n\n- Toggle close button on `mouseleave`. [#975](https://github.com/mmistakes/minimal-mistakes/issues/975)\n- Remove extraneous `</a>` and `</li>` tags from `paginator.html` include. [#1038](https://github.com/mmistakes/minimal-mistakes/pull/1038)\n- Fix Google+ comments provider includes. [#1092](https://github.com/mmistakes/minimal-mistakes/issues/1092)\n- Replace category variable used in `_includes/breadcrumbs.html` to `site.category_archive` to avoid conflicts with `site.categories`. [#1063](https://github.com/mmistakes/minimal-mistakes/pull/1063) [#329](https://github.com/mmistakes/minimal-mistakes/issues/329)\n\n### Maintenance\n\n- Add mention of Greek localized UI text strings to theme documentation. [#972](https://github.com/mmistakes/minimal-mistakes/pull/972)\n- Update Greek localized UI text strings. [#1054](https://github.com/mmistakes/minimal-mistakes/pull/1054)\n- Add documentation for adding teaser images in grid view using `header.teaser`.\n\n## [4.4.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.4.1)\n\n### Enhancements\n\n- Add Greek localized UI text strings. [#958](https://github.com/mmistakes/minimal-mistakes/pull/958)\n\n### Bug Fixes\n\n- Fix `video` helper to load Vimeo videos over https. [#945](https://github.com/mmistakes/minimal-mistakes/pull/945)\n- Fix close menu button that was removed when updating Greedy navigation script. [#969](https://github.com/mmistakes/minimal-mistakes/issues/969)\n\n## [4.4.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.4.0)\n\n### Enhancements\n\n- Move SCSS partials to `/_sass/minimal-mistakes` for easier CSS customization.\n- Replace `modified` with `last_modified_at` to leverage various Jekyll plugins that utilize this variable. [#930](https://github.com/mmistakes/minimal-mistakes/pull/930)\n- Add Lithuanian localized UI text. [#924](https://github.com/mmistakes/minimal-mistakes/pull/924)\n- Improve print stylesheet by increasing text contrast, removing elements that don't need to be printed, expanding URLs, and reducing amount of blank pages. [#909](https://github.com/mmistakes/minimal-mistakes/issues/909)\n\n### Maintenance\n\n- Remove extra word in comment. [#911](https://github.com/mmistakes/minimal-mistakes/pull/911)\n- Fix typo in Utility Class docs. [#915](https://github.com/mmistakes/minimal-mistakes/pull/915)\n\n## [4.3.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.3.1)\n\n### Bug Fixes\n\n- Fix `.masthead` and `.page__footer` overlapping full screen video elements. [#933](https://github.com/mmistakes/minimal-mistakes/issues/933)\n- Correctly show Related Posts heading when UI Text data file is omitted and `related: true` in YAML Front Matter. [#901](https://github.com/mmistakes/minimal-mistakes/pull/901)\n\n## [4.3.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.3.0)\n\n### Enhancements\n\n- Add workaround to allow theme gem's `/assets/js/main.min.js` file to be overridden by a local version. Simply add the following YAML Front Matter to the file:\n\n  ```\n  ---\n  layout:\n  ---\n  ```\n\n  Any local customizations you make to `/assets/js/main.min.js` should now replace the theme gem's version.\n\n## [4.2.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.2.2)\n\n### Enhancements\n\n- Update [Greedy Navigation](https://github.com/lukejacksonn/GreedyNav) to flexbox version to make it more flexible when dealing with long site titles (`site.title`). [#836](https://github.com/mmistakes/minimal-mistakes/issues/836)\n- Adjust `box-shadow` in navigation and author sidebar. [#576](https://github.com/mmistakes/minimal-mistakes/pull/576)\n- Add Russian, Korean, and zh-TW localized UI text. [#815](https://github.com/mmistakes/minimal-mistakes/issues/815) [#834](https://github.com/mmistakes/minimal-mistakes/pull/834) [#838](https://github.com/mmistakes/minimal-mistakes/pull/838)\n\n### Bug Fixes\n\n- Fix Discourse embedded comments bug. [#823](https://github.com/mmistakes/minimal-mistakes/issues/823)\n- Fix `seo_author` default value in `seo.html` and add `author` meta. [#858](https://github.com/mmistakes/minimal-mistakes/pull/858)\n\n### Maintenance\n\n- Add theme meta info to `_layouts/default.html` and `main.css`.\n- Update README.\n- Improve the pagination and taxonomy archive documentation. [#826](https://github.com/mmistakes/minimal-mistakes/pull/826)\n- Add comments to `/docs/_config.yml` to clarify use of YAML references. [#847](https://github.com/mmistakes/minimal-mistakes/pull/847)\n\n## [4.2.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.2.1)\n\n### Enhancements\n\n- Improve `paginator.html` to support paginated pages that live inside of a subfolder. See [documentation](https://mmistakes.github.io/minimal-mistakes/docs/layouts/#home-page) for more details. [#764](https://github.com/mmistakes/minimal-mistakes/pull/764/)\n\n### Maintenance\n\n- Add `https` protocol to Google Universal Analytics embed. [#772](https://github.com/mmistakes/minimal-mistakes/pull/772)\n\n## [4.2.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.2.0)\n\n### Enhancements\n\n- Add `video` helper (for YouTube/Vimeo) and video headers to `single`, `archive`, and `splash` layouts. [#788](https://github.com/mmistakes/minimal-mistakes/pull/788)\n- Add missing simplified Chinese localized UI text strings. [#747](https://github.com/mmistakes/minimal-mistakes/pull/747)\n- Add Nepali (Nepalese) localized UI text strings. [#785](https://github.com/mmistakes/minimal-mistakes/pull/785)\n- Remove borders from table elements found in Google Custom Search Engine widget. [#759](https://github.com/mmistakes/minimal-mistakes/issues/759)\n\n### Bug Fixes\n\n- Remove `position: sticky` JavaScript polyfill and fallback to default positioning for browsers that don't support it. [#752](https://github.com/mmistakes/minimal-mistakes/issues/752)\n\n### Maintenance\n\n- Fix invalid Google Universal Analytics example in documentation. [#783](https://github.com/mmistakes/minimal-mistakes/pull/783)\n- Bump `jekyll-sitemap` gem dependency to (1.0).\n\n## [4.1.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.1.1)\n\n### Enhancements\n\n- Remove hardcoded `words_per_minute` \"less than\" and \"minute read\" values and make dynamic. [#703](https://github.com/mmistakes/minimal-mistakes/issues/703)\n- Update Font Awesome to `v4.7.0`. [#723](https://github.com/mmistakes/minimal-mistakes/issues/723), [#722](https://github.com/mmistakes/minimal-mistakes/issues/722)\n- Add support for YouTube channel URLs in author profile. [#716](https://github.com/mmistakes/minimal-mistakes/issues/716)\n\n### Bug Fixes\n\n- Add Jekyll as `spec.add_runtime_dependency` in `.gemspec`.\n\n## [4.1.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.1.0)\n\n### Enhancements\n\n- Add Jekyll include for adding [custom author profile links](https://github.com/mmistakes/minimal-mistakes/blob/master/_includes/author-profile-custom-links.html) to sidebar\n\n### Bug Fixes\n\n- Fix link to Discourse.org homepage in `noscript` section [#699](https://github.com/mmistakes/minimal-mistakes/pull/699)\n- Fix padding issue with pagination buttons [#694](https://github.com/mmistakes/minimal-mistakes/issues/694)\n\n## [4.0.10](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.10)\n\n### Bug Fixes\n\n- Add Staticman default `path`. [#683](https://github.com/mmistakes/minimal-mistakes/issues/683)\n\n### Maintenance\n\n- Slight correction/improvements to French UI text. [#685](https://github.com/mmistakes/minimal-mistakes/pull/685)\n\n## [4.0.9](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.9)\n\n### Bug Fixes\n\n- Fix overlapping sidebar navigation lists due to `max-height: 100vh`. [#668](https://github.com/mmistakes/minimal-mistakes/issues/668)\n\n## [4.0.8](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.8)\n\n### Bug Fixes\n\n- Set default value for `words_per_minute`. [#657](https://github.com/mmistakes/minimal-mistakes/issues/657)\n- Adjust sidebar navigation list CSS so it collapses at the correct width.\n\n### Maintenance\n\n- Add Google AdSense banner to `/docs/_layouts/default.html` for demo site.\n\n## [4.0.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.7)\n\n### Enhancements\n\n- Add `!default` values to **\\_sass/\\_variables.scss**.\n- Collapse sidebar navigation lists on smaller screens. [#607](https://github.com/mmistakes/minimal-mistakes/issues/607)\n\n### Bug Fixes\n\n- Rename `#comments` to something more unique to avoid clashes with Kramdown generated headline IDs. [#582](https://github.com/mmistakes/minimal-mistakes/issues/582)\n\n### Maintenance\n\n- Reorganize SCSS partials in **assets/css/main.scss**\n\n## [4.0.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.6)\n\n### Enhancements\n\n- Add [`figure` helper](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#figure) to make generating a `<figure>` element with a single image and caption easier. [#572](https://github.com/mmistakes/minimal-mistakes/pull/572)\n- Add structured data markup for `itemprop=\"person\"` in author profile sidebar. [#647](https://github.com/mmistakes/minimal-mistakes/pull/647)\n\n### Bug Fixes\n\n- Fix improper YAML formatting of some locales. [#651](https://github.com/mmistakes/minimal-mistakes/pull/651)\n\n### Maintenance\n\n- Clarify \"migrating to gem-theme\" instructions in **Quick Start Guide**.\n- Add `rake preview` task for testing `/test` during theme development.\n\n## [4.0.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.5)\n\n### Enhancements\n\n- Update gems: `jekyll-sitemap` (0.12), `jekyll-feed` (0.8).\n- Improve next/previous pager links visibility by changing gray color to blue (`$link-color`).\n\n### Bug Fixes\n\n- Fix `.sidebar` flicker/jump when hovered. [#583](https://github.com/mmistakes/minimal-mistakes/issues/583)\n\n### Maintenance\n\n- Move contents of `gh-pages` branch to `master` inside of the `/docs` folder.\n\n## [4.0.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.4)\n\n### Enhancements\n\n- \"Gemify\" theme ~> `gem \"minimal-mistakes-jekyll\"`\n- Replace `base_path` include with `relative_url` filter where possible.\n- Allow images to be placed in other folders. Remove `/images/` only restriction and encourage placement in `/assets/images/` instead. **Full paths are now required. If upgrading from MM 3.4 add `/images/` before filenames in Front Matter and `_config.yml` variables.**\n- Add [home `layout`](https://github.com/mmistakes/minimal-mistakes/blob/master/_layouts/home.html)\n- Added missing Turkish translations for UI text. [#621](https://github.com/mmistakes/minimal-mistakes/pull/621)\n- Make author avatar optional in sidebar.\n- Update **/\\_includes/seo.html** for meta description. [#558](https://github.com/mmistakes/minimal-mistakes/pull/558)\n\n### Bug Fixes\n\n- Fix navigation bar animation \"flicker\" in Safari [#568](https://github.com/mmistakes/minimal-mistakes/issues/568)\n- Fix `author.avatar` paths for externally hosted images.\n\n### Maintenance\n\n- Add documentation around `gem \"minimal-mistakes-jekyll\"` installation and use.\n- Add note about using full image paths for eg. `assets/images/filename.jpg` (header images, overlays, galleries, feature rows, etc.) instead of assuming they will always be in `/images/`.\n- Add \"[Overriding Theme Defaults](https://mmistakes.github.io/minimal-mistakes/docs/overriding-theme-defaults/)\" page to documentation.\n\n## [3.4.8](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.8)\n\n### Enhancements\n\n- Improve type readability for larger viewports by bumping up base `font-size`. [#533](https://github.com/mmistakes/minimal-mistakes/issues/533)\n- Update Portuguese localized UI text. [#541](https://github.com/mmistakes/minimal-mistakes/pull/541)\n- Add `page.title` and via parameter to Twitter share link. [#538](https://github.com/mmistakes/minimal-mistakes/pull/538)\n\n### Bug Fixes\n\n- Fix Last.fm author profile URL. [#540](https://github.com/mmistakes/minimal-mistakes/pull/540)\n\n### Maintenance\n\n- Move Brazilian Portuguese localized text under `pt-BR` key.\n\n## [3.4.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.7)\n\n### Enhancements\n\n- Add `layout` based and user-defined class names to `<body>` element for added CSS hooks. [#526](https://github.com/mmistakes/minimal-mistakes/pull/526)\n- Add simplified Chinese localized UI text. [#532](https://github.com/mmistakes/minimal-mistakes/pull/532)\n\n### Bug Fixes\n\n- Remove duplicate include of `base_path` in category-list.html [#522](https://github.com/mmistakes/minimal-mistakes/pull/522)\n\n## [3.4.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.6)\n\n### Enhancements\n\n- Add Italian \"comments\" related localized UI text. [#514](https://github.com/mmistakes/minimal-mistakes/pull/514)\n\n### Bug Fixes\n\n- Disable `compress` HTML layout by default. To enable add `layout: compress` to `_layouts/default.html`.\n\n## [3.4.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.5)\n\n### Enhancements\n\n- Improve line numbered code block styling when using `{% highlight linenos %}` tag. [#513](https://github.com/mmistakes/minimal-mistakes/issues/513)\n- Add English fallback to \"Follow\" button label. [#496](https://github.com/mmistakes/minimal-mistakes/pull/496)\n\n### Bug Fixes\n\n- Fix Firefox alignment issues with code blocks generated with the `{% highlight %}` tag. [#512](https://github.com/mmistakes/minimal-mistakes/issues/512)\n\n### Maintenance\n\n- Clarified comment for `author.stackoverflow` value used in author sidebar links. [#487](https://github.com/mmistakes/minimal-mistakes/pull/487)\n- Add list of localized text strings. [#488](https://github.com/mmistakes/minimal-mistakes/pull/488)\n- Add `{% highlight %}` code block examples to demo site.\n- Add documentation for using custom sidebar navigation menus. [#476](https://github.com/mmistakes/minimal-mistakes/issues/476)\n\n## [3.4.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.4)\n\n### Enhancements\n\n- Add French \"comments\" related localized UI text. [#472](https://github.com/mmistakes/minimal-mistakes/pull/472)\n\n### Bug Fixes\n\n- Exclude `vendor` in Jekyll config file.\n- Fix Liquid syntax error for offending parenthesis. [#479](https://github.com/mmistakes/minimal-mistakes/issues/479)\n\n### Maintenance\n\n- Update gems: `colorator` (1.1.0), `forwardable-extended` (2.6.0), `github-pages` (93), `jekyll` (= 3.2.1), `minima` (= 1.0.1).\n\n## [3.4.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.3)\n\n### Enhancements\n\n- Make [\"honeypot\" `input`](https://github.com/mmistakes/minimal-mistakes/commit/06a8249a69a37dddda7e2a5bfbe32056c1a9a607) in Staticman comment form less obvious to spam bots\n- Add padding to `.highlight` code blocks to better [align `overflow` scrollbar](https://github.com/mmistakes/minimal-mistakes/commit/e4abec0a6f7f8cff72505ca0754615df294fd5b3) to the bottom.\n- Add additional image options for Twitter card social sharing meta tags. [#466](https://github.com/mmistakes/minimal-mistakes/pull/466)\n- Add structured data markup for Staticman comments. [#458](https://github.com/mmistakes/minimal-mistakes/issues/458)\n\n### Bug Fixes\n\n- Format `og:locale` tag with `_` instead of `-`. [#462](https://github.com/mmistakes/minimal-mistakes/issues/462)\n\n### Maintenance\n\n- Add note to docs about using `url: http://localhost:4000` when working locally.\n\n## [3.4.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.2)\n\n### Enhancements\n\n- Improve UX of static comment forms. [#448](https://github.com/mmistakes/minimal-mistakes/issues/448)\n\n## [3.4.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.1)\n\n### Enhancements\n\n- Add `staticman.filename` configuration with UNIX timestamp for sorting data files. example ~> `comment-1470943149`.\n\n### Bug Fixes\n\n- Don't add `<a>` to author name if URL is blank.\n\n## [3.4.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.0)\n\n### Enhancements\n\n- Support static-based commenting via [Staticman](https://staticman.net/) for sites hosted with GitHub Pages. [#424](https://github.com/mmistakes/minimal-mistakes/issues/424)\n\n## [3.3.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.7)\n\n### Bug Fixes\n\n- Re-enabled Jekyll plugins in `_config.yml` in case they aren't autoloaded in `Gemfile`. [#417](https://github.com/mmistakes/minimal-mistakes/issues/417)\n\n### Enhancements\n\n- Fallback to `site.github.url` for use in `{{ base_path }}` when `site.url` is `nil`.\n- Replace Sass and Autoprefixer `npm` build scripts with [Jekyll's built-in asset support](https://jekyllrb.com/docs/assets/). [#333](https://github.com/mmistakes/minimal-mistakes/issues/333)\n\n### Maintenance\n\n- Document `site.repository` and its role with [`github-metadata`](https://github.com/jekyll/github-metadata) gem.\n- Add sample [archive page with content](https://mmistakes.github.io/minimal-mistakes/archive-layout-with-content/) for testing styles on demo site.\n\n## [3.3.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.6)\n\n### Bug Fixes\n\n- Fix blank `site.teaser` bug. [#412](https://github.com/mmistakes/minimal-mistakes/issues/412)\n\n## [3.3.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.5)\n\n### Enhancements\n\n- Add English default text `site.locale` strings. [#407](https://github.com/mmistakes/minimal-mistakes/issues/407)\n- Add Portuguese localized UI text. [#411](https://github.com/mmistakes/minimal-mistakes/pull/411)\n- Add Italian localized UI text. [#409](https://github.com/mmistakes/minimal-mistakes/pull/409)\n\n### Maintenance\n\n- Remove unused Google AdSense variables in `_config.yml`. [#404](https://github.com/mmistakes/minimal-mistakes/issues/404)\n- Update `Gemfile` instructions for using `github-pages` vs. native `jekyll` gems.\n- Disable `gems:` in `_config.yml` and enable plugins with Bundler instead.\n- Add `repository` to `_config.yml` to suppress GitHub Pages error `Liquid Exception: No repo name found.`\n\n## [3.3.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.4)\n\n### Enhancements\n\n- Add support for configurable feed URL to use a service like FeedBurner instead of linking directly to `feed.xml` in `<head>` and the site footer. [#378](https://github.com/mmistakes/minimal-mistakes/issues/378), [#379](https://github.com/mmistakes/minimal-mistakes/pull/379), [#406](https://github.com/mmistakes/minimal-mistakes/pull/406)\n- Add Turkish localized UI text. [#403](https://github.com/mmistakes/minimal-mistakes/pull/403)\n\n### Maintenance\n\n- Update gems: `activesupport` (4.2.7), `ffi` (1.9.14), `github-pages` (88), `jekyll-redirect-from` (0.11.0), `jekyll-watch` (1.5.0).\n\n## [3.3.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.3)\n\n### Enhancements\n\n- Make footer stick to the bottom of the page.\n\n### Bug Fixes\n\n- Fix `gallery` size bug [#402](https://github.com/mmistakes/minimal-mistakes/issues/402)\n\n### Maintenance\n\n- Set default `lang` to `en`.\n\n## [3.3.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.2)\n\n### Bug Fixes\n\n- Fix JavaScript that triggers \"sticky\" sidebar to avoid layout issues on screen sizes < `1024px`. [#396](https://github.com/mmistakes/minimal-mistakes/issues/396)\n\n## [3.3.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.1)\n\n### Enhancements\n\n- Enable image popup on < 500px wide screens. [#385](https://github.com/mmistakes/minimal-mistakes/issues/385)\n- Indicate the relationship between component URLs in a paginated series by applying `rel=\"prev\"` and `rel=\"next\"` to pages that use `site.paginator`. [#253](https://github.com/mmistakes/minimal-mistakes/issues/253)\n- Improve link posts in archive listings. [#276](https://github.com/mmistakes/minimal-mistakes/issues/276)\n\n### Maintenance\n\n- Update gems: `github-pages` (86), `ffi` 1.9.13, `jekyll-mentions` 1.1.3, and `rouge` 1.11.1\n- Fix note about custom sidebar content appearing below author profile. [#388](https://github.com/mmistakes/minimal-mistakes/issues/388)\n\n## [3.2.13](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.13)\n\n### Enhancements\n\n- Add English default UI text for Canada, Great Britain, and Australia. [#377](https://github.com/mmistakes/minimal-mistakes/issues/377)\n- Switch default locale from `en-US` to `en`.\n\n## [3.2.12](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.12)\n\n### Enhancements\n\n- Remove window width \"magic number\" from sticky sidebar check in `main.js` for improved flexibility. [#375](https://github.com/mmistakes/minimal-mistakes/pull/375)\n\n### Bug Fixes\n\n- Fix author override conditional where a missing `authors.yml` would show broken sidebar content. Defaults to `site.author`. [#376](https://github.com/mmistakes/minimal-mistakes/pull/376)\n\n## [3.2.11](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.11)\n\n### Bug Fixes\n\n- Fix disappearing author sidebar links [#372](https://github.com/mmistakes/minimal-mistakes/issues/372)\n\n### Maintenance\n\n- Update gems: `github-pages` (84), `jekyll-github-metadata` 2.0.2, and `kramdown` 1.11.1\n- Update vendor JavaScript: jQuery 1.12.4, Stickyfill.js 1.1.4\n- Update Font Awesome 4.6.3\n\n## [3.2.10](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.10)\n\n### Maintenance\n\n- Add `CONTRIBUTING.md`\n\n## [3.2.9](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.9)\n\n### Enhancements\n\n- Add support for [header overlay images](https://mmistakes.github.io/minimal-mistakes/docs/layouts/#header-overlay) for Open Graph images. [#358](https://github.com/mmistakes/minimal-mistakes/pull/358)\n\n### Bug Fixes\n\n- Fix `Person` typo Schema.org type [#358](https://github.com/mmistakes/minimal-mistakes/pull/358)\n\n### Maintenance\n\n- Update `github-pages` gem and dependencies.\n- Remove `minutes_read` to avoid awkward reading time wording [#356](https://github.com/mmistakes/minimal-mistakes/issues/356)\n\n## [3.2.8](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.8)\n\n### Bug Fixes\n\n- Remove `cursor: pointer` that appears on white-space surrounding author side list items and links. [#354](https://github.com/mmistakes/minimal-mistakes/pull/354)\n\n### Maintenance\n\n- Add contributing information to `README.md`. [#357](https://github.com/mmistakes/minimal-mistakes/issues/357)\n\n## [3.2.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.7)\n\n### Enhancements\n\n- Add French localized UI text. [#346](https://github.com/mmistakes/minimal-mistakes/pull/346)\n\n### Bug Fixes\n\n- Fix branch logic for Yandex and Alexa in `seo.html`. [#348](https://github.com/mmistakes/minimal-mistakes/pull/348)\n\n## [3.2.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.6)\n\n### Bug Fixes\n\n- Fix error `Liquid Exception: divided by 0 in _includes/archive-single.html, included in _layouts/single.html` caused by null `words_per_minute` in `_config.yml`. [#345](https://github.com/mmistakes/minimal-mistakes/pull/345)\n\n## [3.2.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.5)\n\n### Bug Fixes\n\n- Fix link color in hero overlay to be white.\n- Remove underlines from archive item titles.\n\n## [3.2.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.4)\n\n### Enhancements\n\n- Improve text alignment of masthead, hero overlay, page footer to be flush left and remove awkward white-space gaps. [#342](https://github.com/mmistakes/minimal-mistakes/issues/342)\n- Add Spanish localized UI text. [#338](https://github.com/mmistakes/minimal-mistakes/pull/338)\n\n### Bug Fixes\n\n- Fix alignment of icons in author sidebar [#341](https://github.com/mmistakes/minimal-mistakes/issues/341)\n\n### Maintenance\n\n- Add background color to page footer to set it apart from main content. [#342](https://github.com/mmistakes/minimal-mistakes/issues/342)\n- Add terms and privacy policy to theme's demo site. [#343](https://github.com/mmistakes/minimal-mistakes/issues/343)\n- Update screenshots found in theme documentation.\n\n## [3.2.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.3)\n\n### Enhancements\n\n- Add [Discourse](https://www.discourse.org/) as a commenting provider. [#335](https://github.com/mmistakes/minimal-mistakes/pull/335)\n\n## [3.2.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.2)\n\n### Enhancements\n\n- Add support for image captions in Magnific Popup overlays via the [`gallery`](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#gallery) helper. [#334](https://github.com/mmistakes/minimal-mistakes/issues/334)\n\n## [3.2.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.1)\n\n### Bug Fixes\n\n- Remove need for \"double tapping\" masthead menu links on iOS devices. [#315](https://github.com/mmistakes/minimal-mistakes/issues/315)\n\n### Maintenance\n\n- Add `ISSUE_TEMPLATE.md` for improve issue submission process.\n\n## [3.2.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.0)\n\n### Bug Fixes\n\n- Fix missing category/tag links in post footer due to possible conflict with `site.tags` and `site.categories`. [#329](https://github.com/mmistakes/minimal-mistakes/issues/329#issuecomment-222375568)\n\n## [3.1.8](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.8)\n\n### Bug Fixes\n\n- Fix `Liquid Exception: undefined method 'gsub' for nil:NilClass in _layouts/single.html` error when `page.title` is null. `<h1>` element is now conditional if `title:` is not set for a `page` or collection item. [#312](https://github.com/mmistakes/minimal-mistakes/issues/312)\n\n### Maintenance\n\n- Remove duplicate `fa-twitter` and `fa-twitter-square` classes from `_utilities.scss`. [#302](https://github.com/mmistakes/minimal-mistakes/issues/302)\n\n- Document installing additional Jekyll gem dependencies when using `gem \"jekyll\"` instead of `gem \"github-pages\"` to avoid any errors on run. [#305](https://github.com/mmistakes/minimal-mistakes/issues/305)\n\n## [3.1.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.7)\n\n### Enhancements\n\n- Add translation key for \"Recent Posts\" used in home page `index.html`. [#316](https://github.com/mmistakes/minimal-mistakes/pull/316)\n\n### Maintenance\n\n- Small fix to avoid underlying the whitespace between icons and related text when hovering. [#303](https://github.com/mmistakes/minimal-mistakes/pull/303)\n\n## [3.1.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.6)\n\n### Maintenance\n\n- Update gem dependencies. Run `bundle` to update `Gemfile.lock`.\n\n## [3.1.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.5)\n\n### Maintenance\n\n- Fix `www` and `https` links in author profile include [#293](https://github.com/mmistakes/minimal-mistakes/pull/293)\n\n## [3.1.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.4)\n\n### Enhancements\n\n- Add `overlay_filter` param to hero headers [#298](https://github.com/mmistakes/minimal-mistakes/pull/298)\n\n## [3.1.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.3)\n\n### Enhancements\n\n- Improve `site.locale` documentation [#284](https://github.com/mmistakes/minimal-mistakes/issues/284)\n- Remove ProTip note about protocol-less `site.url` as it is an anti-pattern [#288](https://github.com/mmistakes/minimal-mistakes/issues/288)\n\n### Bug Fixes\n\n- Fix `og_image` URL in seo.html [#277](https://github.com/mmistakes/minimal-mistakes/issues/277)\n- Fix `author_profile` toggle when assigned in a `_layout` [#285](https://github.com/mmistakes/minimal-mistakes/issues/285)\n- Fix typo in `build:all` npm script [#283](https://github.com/mmistakes/minimal-mistakes/pull/283)\n- Fix URL typo documentation [#287](https://github.com/mmistakes/minimal-mistakes/issues/287)\n- SEO author bug. If `twitter.username` is set and `author.twitter` is `nil` bad things happen. [#289](https://github.com/mmistakes/minimal-mistakes/issues/289)\n\n## [3.1.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.2)\n\n### Enhancements\n\n- Explain how to use `nav_list` helper in [documentation](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#navigation-list).\n- Reduce left/right padding on smaller screens to increase width of main content column.\n\n### Bug Fixes\n\n- Fix alignment issues with related posts [#273](https://github.com/mmistakes/minimal-mistakes/issues/273) and \"Follow\" button in author profile [#274](https://github.com/mmistakes/minimal-mistakes/issues/274).\n\n## [3.1.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.1)\n\n### Bug Fix\n\n- Fixed reading time bug when `words_per_minute` wasn't set in `_config.yml` [#271](https://github.com/mmistakes/minimal-mistakes/issues/271)\n\n## [3.1.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.0)\n\n### Enhancements\n\n- Updated [Font Awesome](https://fortawesome.github.io/Font-Awesome/whats-new/) to version 4.6.1\n- Added optional GitHub and Bitbucket links to footer if set on `site.author` in `_config.yml`.\n\n### Bug Fixes\n\n- Fixed Bitbucket URL typo in author sidebar.\n\n## [3.0.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.0.3)\n\n### Enhancements\n\n- Rebuilt the entire theme: layouts, includes, stylesheets, scripts, you name it.\n- Refreshed the look and feel while staying true to the original design of the theme (author sidebar/main content).\n- Replaced grid system with [Susy](http://susy.oddbird.net/).\n- Replaced Grunt tasks with `npm` scripts.\n- Removed Google Fonts and replaced with system fonts to improve performance (they can be [added back](https://mmistakes.github.io/minimal-mistakes/docs/stylesheets/) if desired)\n- Greatly improved [theme documentation](https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/).\n- Increased the amount of sample posts, sample pages, and sample collections to throughly test the theme and edge-cases.\n- Moved all sample content and assets out of `master` to keep it as clean as possible for forking.\n- Added new layouts for `splash` pages, archives for [`jekyll-archives`](https://github.com/jekyll/jekyll-archives) if enabled, and [`compress.html`](https://github.com/penibelst/jekyll-compress-html) to improve performance.\n- Added taxonomy links to posts (tags and categories).\n- Added optional \"reading time\" meta data.\n- Improved Liquid used for Twitter Cards and Open Graph data in `<head>`.\n- Improved `gallery` include helper and added `feature_row` for use with splash page layout.\n- Added Keybase.io, author web URI, and Bitbucket optional links to sidebar.\n- Add `feed.xml` link to footer.\n- Added a [UI text data file](https://mmistakes.github.io/minimal-mistakes/docs/ui-text/) to easily change all text found in the theme.\n- Added LinkedIn to optional social share buttons.\n- Added Facebook, Google+, and custom commenting options in addition to Disqus.\n- Added optional breadcrumb links.\n\n## [2.2.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.2.1)\n\n## [2.2.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.2.0)\n\n### Enhancements\n\n- Add support for Jekyll 3.0\n- Minor updates to syntax highlighting CSS and theme documentation\n\n## [2.1.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.1.3)\n\n### Enhancements\n\n- Cleaner print styles that remove the top navigation, social sharing buttons, and other elements not needed when printed.\n\n## [2.1.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.1.2)\n\n### Enhancements\n\n- Add optional CodePen icon/url to author side bar [#156](https://github.com/mmistakes/minimal-mistakes/pull/156)\n- Documented Stackoverflow username explanation in `_config.yml` [#157](https://github.com/mmistakes/minimal-mistakes/pull/157)\n- Simplified Liquid in `post-index.html` to better handle year listings [#166](https://github.com/mmistakes/minimal-mistakes/pull/166)\n\n### Bug Fixes\n\n- Cleanup Facebook related Open Graph meta tags [#149](https://github.com/mmistakes/minimal-mistakes/issues/149)\n- Corrected minor typos [#158](https://github.com/mmistakes/minimal-mistakes/pull/158) [#175](https://github.com/mmistakes/minimal-mistakes/issues/175)\n\n## [2.1.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.1.1)\n\n### Enhancements\n\n- Add optional XING profile link to author sidebar\n- Include open graph meta tags for feature image (if assigned) [#149](https://github.com/mmistakes/minimal-mistakes/issues/149)\n- Create an include for feed footer\n\n### Bug Fixes\n\n- Remove http protocol from Google search form on sample 404 page\n- Only show related posts if there are one or more available\n- Fix alignment of email address link in author sidebar\n\n## [2.1.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.1.0)\n\n### Enhancements\n\n- Add optional social sharing buttons ([#42](https://github.com/mmistakes/minimal-mistakes/issues/42))\n\n![social sharing buttons](https://cloud.githubusercontent.com/assets/1376749/5860522/d9f28a96-a22f-11e4-9b83-940a3a9a766a.png)\n\n- Add Soundcloud, YouTube ([#95](https://github.com/mmistakes/minimal-mistakes/pull/95)), Flickr ([#119](https://github.com/mmistakes/minimal-mistakes/pull/119)), and Weibo ([#116](https://github.com/mmistakes/minimal-mistakes/pull/116)) icons for use in author sidebar.\n- Fix typos in posts and documentation and remove references to Less\n- Include note about Octopress gem being optional\n- Post author override support extended to the Atom feed ([#71](https://github.com/mmistakes/minimal-mistakes/pull/71))\n- Only include email address in feed if specified in `_config.yml` or author `_data`\n- Wrap all page content in `#main` to harmonize article and post index styles ([#86](https://github.com/mmistakes/minimal-mistakes/issues/86))\n- Include new sample feature images for posts and pages\n- Table of contents improvements: fix collapse toggle, indent nested elements, show on small screens, and create an `_include` for reusing in posts and pages.\n- Include note about running Jekyll with `bundle exec` when using Bundler\n- Fix home page path in top navigation\n- Remove Google Authorship ([#120](https://github.com/mmistakes/minimal-mistakes/issues/120))\n- Remove duplicate author content that displayed in `div.article-author-bottom`\n- Removed unused `_sass/print.scss` styles\n- Improve comments in `.scss` files\n\n## [2.0.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/v2.0)\n\n## [1.3.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.3.3)\n\n### Enhancements\n\n- Added new icons and profile links for Stackoverflow, Dribbble, Pinterest, Foursquare, and Steam to the author bio sidebar.\n- Cleaned up the Kramdown auto table of contents styling to be more readable\n- Removed page width specific .less stylesheets and created mixins for easier updating\n- Removed Modernizr since it wasn't being used\n- Added pages to sitemap.xml\n- Added category: to rake new_post task\n- Minor typographic changes\n\n### Bug Fixes\n\n- Corrected various broken links in README and Theme Setup.\n\n## [1.3.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.3.1)\n\n### Enhancements\n\n- Cleaned up table of contents styling\n- Reworked top navigation to be a better experience on small screens. Nav items now display vertically when the menu button is tapped, revealing links with larger touch targets.\n\n![menu animation](https://camo.githubusercontent.com/3fbd8c1326485f4b1ab32c0005c0fca7660b5d31/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f313337363734392f323136343037352f31653366303663322d393465372d313165332d383961612d6436623636376562306564662e676966)\n\n## [1.2.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.2.0)\n\n### Bug Fixes\n\n- Table weren't filling the entire width of the content container. They now scale at 100%. Thanks [@dhruvbhatia](https://github.com/dhruvbhatia)\n\n### Enhancements\n\n- Decreased spacing between Markdown footnotes\n- Removed dark background on footer\n- Removed UPPERCASE styling on post titles in the index listing\n\n## [1.1.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.1.4)\n\n### Bug Fixes\n\n- Fix top navigation bug issue ([#10](https://github.com/mmistakes/minimal-mistakes/issues/10)) for real this time. Remember to clear your floats kids.\n\n## [1.1.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.1.3)\n\n### Bug Fixes\n\n- Fix top navigation links that weren't click able on small viewports (Issue [#10](https://github.com/mmistakes/minimal-mistakes/issues/10)).\n- Remove line wrap from top navigation links that may span multiple lines.\n\n## [1.1.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.1.2)\n\n### Enhancements\n\n- Added Grunt build script for compiling Less/JavaScript and optimizing image assets.\n- Added support for large image summary Twitter card.\n- Stylesheet adjustments\n\n## [1.1.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.1.1)\n\n### Bug Fixes\n\n- 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.\n\n### Enhancements\n\n- Added [image attribution](http://mmistakes.github.io/minimal-mistakes/theme-setup/#feature-images) for post and page feature images.\n- Added [404 page](http://mmistakes.github.io/minimal-mistakes/404.html).\n- Cleaned up various Less variables to better align with naming conventions used in other MM Jekyll themes.\n- Removed Chrome Frame references.\n- Added global CSS3 transitions to text and block elements.\n- Improved typography in a few places.\n\n## [1.0.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/v1.0.2)\n\n### Enhancements\n\n- Google Analytics, Google Authorship, webmaster verifies, and Twitter card meta are now optional.\n\n## [1.0.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/v1.0.1)\n"
  },
  {
    "path": "Gemfile",
    "content": "source \"https://rubygems.org\"\ngemspec\n"
  },
  {
    "path": "LICENSE",
    "content": "The MIT License (MIT)\n\nCopyright (c) 2013-2024 Michael Rose and contributors\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n"
  },
  {
    "path": "README.md",
    "content": "# [Minimal Mistakes Jekyll theme](https://mmistakes.github.io/minimal-mistakes/)\n\n[![LICENSE](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://raw.githubusercontent.com/mmistakes/minimal-mistakes/master/LICENSE)\n[![Jekyll](https://img.shields.io/badge/jekyll-%3E%3D%203.7-blue.svg)](https://jekyllrb.com/)\n\nMinimal Mistakes is a flexible two-column Jekyll theme, perfect for building personal sites, blogs, and portfolios. As the name implies, styling is purposely minimalistic to be enhanced and customized by you :smile:.\n\n:sparkles: See what's new in the [CHANGELOG](CHANGELOG.md).\n\n**Note:** The theme uses the [jekyll-include-cache](https://github.com/benbalter/jekyll-include-cache) plugin which will need to be installed in your `Gemfile` and must be retained in the `plugins` array of `_config.yml`. Otherwise you'll encounter `Unknown tag 'include_cached'` errors at build.\n\n[![Minimal Mistakes live preview][2]][1]\n\n[1]: https://mmistakes.github.io/minimal-mistakes/\n[2]: screenshot.png (live preview)\n\n![layout examples](screenshot-layouts.png)\n\n## Notable features\n\n- Bundled as a \"theme gem\" for easier installation/upgrading.\n- Compatible with GitHub Pages.\n- Support for Jekyll's built-in Sass/SCSS preprocessor.\n- Nine different skins (color variations).\n- Several responsive layout options (single, archive index, search, splash, and paginated home page).\n- Optimized for search engines with support for [Twitter Cards](https://dev.twitter.com/cards/overview) and [Open Graph](http://ogp.me/) data.\n- Optional [header images](https://mmistakes.github.io/minimal-mistakes/docs/layouts/#headers), [custom sidebars](https://mmistakes.github.io/minimal-mistakes/docs/layouts/#sidebars), [table of contents](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#table-of-contents), [galleries](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#gallery), related posts, [breadcrumb links](https://mmistakes.github.io/minimal-mistakes/docs/configuration/#breadcrumb-navigation-beta), [navigation lists](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#navigation-list), and more.\n- Commenting support (powered by [Disqus](https://disqus.com/), [Facebook](https://developers.facebook.com/docs/plugins/comments), Google+, [Discourse](https://www.discourse.org/), static-based via [Staticman](https://staticman.net/), [utterances](https://utteranc.es/), and [giscus](https://giscus.app/)).\n- [Google Analytics](https://www.google.com/analytics/) support.\n- [Swetrix](https://swetrix.com/) GDPR-compliant analytics support.\n- UI localized text in English (default), Arabic (عربي), Brazilian Portuguese (Português brasileiro), Bulgarian, Catalan, Chinese, Czech, Danish, Dutch, Finnish, French (Français), German (Deutsch), Greek, Hebrew, Hindi (हिंदी), Hungarian, Indonesian, Irish (Gaeilge), Italian (Italiano), Japanese, Kiswahili, Korean, Malayalam, Myanmar (Burmese), Nepali (Nepalese), Norwegian (Norsk), Persian (فارسی), Polish, Punjabi (ਪੰਜਾਬੀ), Romanian, Russian, Slovak, Spanish (Español), Swedish, Thai, Turkish (Türkçe), Ukrainian (Українська) and Vietnamese.\n\n## Skins (color variations)\n\nThis theme comes in 11 different skins (in addition to the default one).\n\n| `air`                                                                                                                                                                                 | `contrast`                                                                                                                                                                                           | `dark`                                                                                                                                                                                   |\n| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| [![air skin](https://mmistakes.github.io/minimal-mistakes/assets/images/air-skin-archive.png)](https://mmistakes.github.io/minimal-mistakes/assets/images/air-skin-archive-large.png) | [![contrast skin](https://mmistakes.github.io/minimal-mistakes/assets/images/contrast-skin-archive.png)](https://mmistakes.github.io/minimal-mistakes/assets/images/contrast-skin-archive-large.png) | [![dark skin](https://mmistakes.github.io/minimal-mistakes/assets/images/dark-skin-archive.png)](https://mmistakes.github.io/minimal-mistakes/assets/images/dark-skin-archive-large.png) |\n\n| `dirt`                                                                                                                                                                                   | `mint`                                                                                                                                                                                   | `sunrise`                                                                                                                                                                                         |\n| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| [![dirt skin](https://mmistakes.github.io/minimal-mistakes/assets/images/dirt-skin-archive.png)](https://mmistakes.github.io/minimal-mistakes/assets/images/dirt-skin-archive-large.png) | [![mint skin](https://mmistakes.github.io/minimal-mistakes/assets/images/mint-skin-archive.png)](https://mmistakes.github.io/minimal-mistakes/assets/images/mint-skin-archive-large.png) | [![sunrise skin](https://mmistakes.github.io/minimal-mistakes/assets/images/sunrise-skin-archive.png)](https://mmistakes.github.io/minimal-mistakes/assets/images/sunrise-skin-archive-large.png) |\n\n| `aqua`                                                                                                                                                                                   | `neon`                                                                                                                                                                                   | `plum`                                                                                                                                                                                   |\n| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| [![aqua skin](https://mmistakes.github.io/minimal-mistakes/assets/images/aqua-skin-archive.png)](https://mmistakes.github.io/minimal-mistakes/assets/images/aqua-skin-archive-large.png) | [![neon skin](https://mmistakes.github.io/minimal-mistakes/assets/images/neon-skin-archive.png)](https://mmistakes.github.io/minimal-mistakes/assets/images/neon-skin-archive-large.png) | [![plum skin](https://mmistakes.github.io/minimal-mistakes/assets/images/plum-skin-archive.png)](https://mmistakes.github.io/minimal-mistakes/assets/images/plum-skin-archive-large.png) |\n\n| `catppuccin_latte` | `catppuccin_mocha` |\n| --- | --- |\n| ![catppuccin_latte skin](./assets/images/catppuccin_latte-skin-archive-large.png) | ![catppuccin_mocha skin](./assets/images/catppuccin_mocha-skin-archive-large.png) |\n## Demo pages\n\n| Name                                            | Description                                                   |\n| ----------------------------------------------- | ------------------------------------------------------------- |\n| [Post with Header Image][header-image-post]     | A post with a large header image.                             |\n| [HTML Tags and Formatting Post][html-tags-post] | A variety of common markup showing how the theme styles them. |\n| [Syntax Highlighting Post][syntax-post]         | Post displaying highlighted code.                             |\n| [Post with a Gallery][gallery-post]             | A post showing several images wrapped in `<figure>` elements. |\n| [Sample Collection Page][sample-collection]     | Single page from a collection.                                |\n| [Categories Archive][categories-archive]        | Posts grouped by category.                                    |\n| [Tags Archive][tags-archive]                    | Posts grouped by tag.                                         |\n\nAdditional sample posts are available under [posts archive][year-archive] on the demo site. Source files for these (and the entire demo site) can be found in [`/docs`](docs).\n\n[header-image-post]: https://mmistakes.github.io/minimal-mistakes/layout-header-image-text-readability/\n[gallery-post]: https://mmistakes.github.io/minimal-mistakes/post%20formats/post-gallery/\n[html-tags-post]: https://mmistakes.github.io/minimal-mistakes/markup/markup-html-tags-and-formatting/\n[syntax-post]: https://mmistakes.github.io/minimal-mistakes/markup-syntax-highlighting/\n[sample-collection]: https://mmistakes.github.io/minimal-mistakes/recipes/chocolate-chip-cookies/\n[categories-archive]: https://mmistakes.github.io/minimal-mistakes/categories/\n[tags-archive]: https://mmistakes.github.io/minimal-mistakes/tags/\n[year-archive]: https://mmistakes.github.io/minimal-mistakes/year-archive/\n\n## Installation\n\nThere are three ways to install: as a [gem-based theme](https://jekyllrb.com/docs/themes/#understanding-gem-based-themes), as a [remote theme](https://blog.github.com/2017-11-29-use-any-theme-with-github-pages/) (GitHub Pages compatible), or forking/directly copying all of the theme files into your project.\n\n### Gem-based method\n\nWith Gem-based themes, directories such as the `assets`, `_layouts`, `_includes`, and `_sass` are stored in the theme’s gem, hidden from your immediate view. Yet all of the necessary directories will be read and processed during Jekyll’s build process.\n\nThis allows for easier installation and updating as you don't have to manage any of the theme files. To install:\n\n1. Add the following to your `Gemfile`:\n\n   ```ruby\n   gem \"minimal-mistakes-jekyll\"\n   ```\n\n2. Fetch and update bundled gems by running the following [Bundler](http://bundler.io/) command:\n\n   ```bash\n   bundle\n   ```\n\n3. Set the `theme` in your project's Jekyll `_config.yml` file:\n\n   ```yaml\n   theme: minimal-mistakes-jekyll\n   ```\n\nTo update the theme run `bundle update`.\n\n### Remote theme method\n\nRemote themes are similar to Gem-based themes, but do not require `Gemfile` changes or whitelisting making them ideal for sites hosted with GitHub Pages.\n\nTo install:\n\n1. Create/replace the contents of your `Gemfile` with the following:\n\n   ```ruby\n   source \"https://rubygems.org\"\n\n   gem \"github-pages\", group: :jekyll_plugins\n   gem \"jekyll-include-cache\", group: :jekyll_plugins\n   ```\n\n2. Add `jekyll-include-cache` to the `plugins` array of your `_config.yml`.\n\n3. Fetch and update bundled gems by running the following [Bundler](https://bundler.io/) command:\n\n   ```bash\n   bundle\n   ```\n\n4. Add `remote_theme: \"mmistakes/minimal-mistakes@4.28.0\"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry.\n\n<!--\n  Dev note: The version number is currently hard-coded in these files:\n\n    - package.json\n    - README.md (this file)\n    - docs/_data/theme.yml\n    - docs/_pages/home.md (in Front Matter \"excerpt\")\n\n  `package.json` holds the authoritative version number, and the others can be updated with `bundle exec rake version`.\n\n  The following files should also be regenerated:\n\n    - _includes/copyright.html, _includes/copyright.js, _sass/minimal-mistakes/_copyright.scss\n      (Run `bundle exec rake clean` then `bundle exec rake copyright` - all three references `package.json`)\n    - assets/js/main.min.js (Run `bundle exec rake js`, references `_includes/copyright.js`)\n\n  *Tip*: The default Rake task will update all of the above files at once.\n\n  Additionally, the license year is hard-coded in these files and are NOT covered by a Rake task:\n\n    - README.md (this file, near the end)\n    - LICENSE\n-->\n\n**Looking for an example?** Use the [Minimal Mistakes remote theme starter](https://github.com/mmistakes/mm-github-pages-starter/generate) for the quickest method of getting a GitHub Pages hosted site up and running. Generate a new repository from the starter, replace sample content with your own, and configure as needed.\n\n## Usage\n\nFor detailed instructions on how to configure, customize, add/migrate content, and more read the [theme's documentation](https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/).\n\n## Contributing\n\nFound a typo in the documentation or interested in [fixing a bug](https://github.com/mmistakes/minimal-mistakes/issues)? Then by all means [submit an issue](https://github.com/mmistakes/minimal-mistakes/issues/new) or [pull request](https://help.github.com/articles/using-pull-requests/). If this is your first pull request, it may be helpful to read up on the [GitHub Flow](https://guides.github.com/introduction/flow/) first.\n\nFor help with using the theme or general Jekyll support questions, please use the [Jekyll Talk forums](https://talk.jekyllrb.com/).\n\n### Pull Requests\n\nWhen submitting a pull request:\n\n1. Clone the repo.\n2. Create a branch off of `master` and give it a meaningful name (e.g. `my-awesome-new-feature`).\n3. Open a pull request on GitHub and describe the feature or fix.\n\nTheme documentation and demo pages can be found in the [`/docs`](docs) if submitting improvements, typo corrections, etc.\n\n## Development\n\nTo set up your environment to develop this theme, run `bundle install`.\n\nTo test the theme, run `bundle exec rake preview` and open your browser at `http://localhost:4000/test/`. This starts a Jekyll server using content in the `test/` directory. As modifications are made to the theme and test site, it will regenerate and you should see the changes in the browser after a refresh.\n\n## Credits\n\n### Creator\n\n**Michael Rose**\n\n- <https://mademistakes.com>\n- <https://twitter.com/mmistakes>\n- <https://github.com/mmistakes>\n\n### Icons + Demo Images:\n\n- [The Noun Project](https://thenounproject.com) - Garrett Knoll, Arthur Shlain, and [tracy tam](https://thenounproject.com/tracytam)\n- [Font Awesome](http://fontawesome.io/)\n- [Unsplash](https://unsplash.com/)\n\n### Other:\n\n- [Jekyll](http://jekyllrb.com/)\n- [jQuery](http://jquery.com/)\n- [Susy](http://susy.oddbird.net/)\n- [Breakpoint](http://breakpoint-sass.com/)\n- [Magnific Popup](http://dimsemenov.com/plugins/magnific-popup/)\n- [FitVids.JS](http://fitvidsjs.com/)\n- [GreedyNav.js](https://github.com/lukejacksonn/GreedyNav)\n- [Smooth Scroll](https://github.com/cferdinandi/smooth-scroll)\n- [Gumshoe](https://github.com/cferdinandi/gumshoe)\n- [jQuery throttle / debounce](http://benalman.com/projects/jquery-throttle-debounce-plugin/)\n- [Lunr](http://lunrjs.com)\n- [Clipboard.js](https://clipboardjs.com)\n\n## License\n\nThe MIT License (MIT)\n\nCopyright (c) 2013-2024 Michael Rose and contributors\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\nMinimal Mistakes incorporates icons from [The Noun Project](https://thenounproject.com/) \ncreators Garrett Knoll, Arthur Shlain, and tracy tam.\nIcons are distributed under Creative Commons Attribution 3.0 United States (CC BY 3.0 US).\n\nMinimal Mistakes incorporates [Font Awesome](http://fontawesome.io/),\nCopyright (c) 2017 Dave Gandy.\nFont Awesome is distributed under the terms of the [SIL OFL 1.1](http://scripts.sil.org/OFL) \nand [MIT License](http://opensource.org/licenses/MIT).\n\nMinimal Mistakes incorporates photographs from [Unsplash](https://unsplash.com).\n\nMinimal Mistakes incorporates [Susy](http://susy.oddbird.net/),\nCopyright (c) 2017, Miriam Eric Suzanne.\nSusy is distributed under the terms of the [BSD 3-clause \"New\" or \"Revised\" License](https://opensource.org/licenses/BSD-3-Clause).\n\nMinimal Mistakes incorporates [Breakpoint](http://breakpoint-sass.com/).\nBreakpoint is distributed under the terms of the [MIT/GPL Licenses](http://opensource.org/licenses/MIT).\n\nMinimal Mistakes incorporates [FitVids.js](https://github.com/davatron5000/FitVids.js/),\nCopyright (c) 2013 Dave Rubert and Chris Coyier.\nFitVids is distributed under the terms of the [WTFPL License](http://www.wtfpl.net/).\n\nMinimal Mistakes incorporates [Magnific Popup](http://dimsemenov.com/plugins/magnific-popup/),\nCopyright (c) 2014-2016 Dmitry Semenov, http://dimsemenov.com.\nMagnific Popup is distributed under the terms of the MIT License.\n\nMinimal Mistakes incorporates [Smooth Scroll](http://github.com/cferdinandi/smooth-scroll),\nCopyright (c) 2019 Chris Ferdinandi.\nSmooth Scroll is distributed under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n\nMinimal Mistakes incorporates [Gumshoejs](http://github.com/cferdinandi/gumshoe),\nCopyright (c) 2019 Chris Ferdinandi.\nGumshoejs is distributed under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n\nMinimal Mistakes incorporates [jQuery throttle / debounce](http://benalman.com/projects/jquery-throttle-debounce-plugin/),\nCopyright (c) 2010 \"Cowboy\" Ben Alman.\njQuery throttle / debounce is distributed under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n\nMinimal Mistakes incorporates [GreedyNav.js](https://github.com/lukejacksonn/GreedyNav),\nCopyright (c) 2015 Luke Jackson.\nGreedyNav.js is distributed under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n\nMinimal Mistakes incorporates [Jekyll Group-By-Array](https://github.com/mushishi78/jekyll-group-by-array),\nCopyright (c) 2015 Max White <mushishi78@gmail.com>.\nJekyll Group-By-Array is distributed under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n\nMinimal Mistakes incorporates [@allejo's Pure Liquid Jekyll Table of Contents](https://allejo.io/blog/a-jekyll-toc-in-liquid-only/),\nCopyright (c) 2017 Vladimir Jimenez.\nPure Liquid Jekyll Table of Contents is distributed under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n\nMinimal Mistakes incorporates [Lunr](http://lunrjs.com),\nCopyright (c) 2018 Oliver Nightingale.\nLunr is distributed under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n\nMinimal Mistakes incorporates [clipboard.js](https://clipboardjs.com/),\nCopyright (c) 2021 Zeno Rocha.\nClipboard.js is distributed under the terms of the [MIT License](https://opensource.org/licenses/MIT)."
  },
  {
    "path": "Rakefile",
    "content": "require \"bundler/gem_tasks\"\nrequire \"jekyll\"\nrequire \"json\"\nrequire \"listen\"\nrequire \"rake/clean\"\nrequire \"shellwords\"\nrequire \"time\"\nrequire \"yaml\"\n\ntask :default => %i[copyright changelog js version]\n\npackage_json = JSON.parse(File.read(\"package.json\"))\n\ndef listen_ignore_paths(base, options)\n  [\n    /_config\\.ya?ml/,\n    /_site/,\n    /\\.jekyll-metadata/\n  ]\nend\n\ndef listen_handler(base, options)\n  site = Jekyll::Site.new(options)\n  Jekyll::Command.process_site(site)\n  proc do |modified, added, removed|\n    t = Time.now\n    c = modified + added + removed\n    n = c.length\n    relative_paths = c.map{ |p| Pathname.new(p).relative_path_from(base).to_s }\n    print Jekyll.logger.message(\"Regenerating:\", \"#{relative_paths.join(\", \")} changed... \")\n    begin\n      Jekyll::Command.process_site(site)\n      puts \"regenerated in #{Time.now - t} seconds.\"\n    rescue => e\n      puts \"error:\"\n      Jekyll.logger.warn \"Error:\", e.message\n      Jekyll.logger.warn \"Error:\", \"Run jekyll build --trace for more information.\"\n    end\n  end\nend\n\ntask :preview do\n  base = Pathname.new('.').expand_path\n  options = {\n    \"source\"        => base.join('test').to_s,\n    \"destination\"   => base.join('test/_site').to_s,\n    \"force_polling\" => false,\n    \"serving\"       => true,\n    \"theme\"         => \"minimal-mistakes-jekyll\"\n  }\n\n  options = Jekyll.configuration(options)\n\n  ENV[\"LISTEN_GEM_DEBUGGING\"] = \"1\"\n  listener = Listen.to(\n    base.join(\"_data\"),\n    base.join(\"_includes\"),\n    base.join(\"_layouts\"),\n    base.join(\"_sass\"),\n    base.join(\"assets\"),\n    options[\"source\"],\n    :ignore => listen_ignore_paths(base, options),\n    :force_polling => options['force_polling'],\n    &(listen_handler(base, options))\n  )\n\n  begin\n    listener.start\n    Jekyll.logger.info \"Auto-regeneration:\", \"enabled for '#{options[\"source\"]}'\"\n\n    unless options['serving']\n      trap(\"INT\") do\n        listener.stop\n        puts \"     Halting auto-regeneration.\"\n        exit 0\n      end\n      sleep\n    end\n  rescue ThreadError\n    # You pressed Ctrl-C, oh my!\n  end\n\n  Jekyll::Commands::Serve.process(options)\nend\n\ntask :history => :changelog\ntask :changelog => \"docs/_docs/18-history.md\"\nfile \"docs/_docs/18-history.md\" => \"CHANGELOG.md\" do |t|\n  front_matter = {\n    title: \"History\",\n    classes: \"wide\",\n    permalink: \"/docs/history/\",\n    excerpt: \"Change log of enhancements and bug fixes made to the theme.\",\n    sidebar: {\n      nav: \"docs\",\n    },\n    last_modified_at: Time.now.iso8601,\n    toc: false,\n  }\n  # https://stackoverflow.com/a/49553523/5958455\n  front_matter = JSON.parse(JSON.dump(front_matter))\n  File.open(t.name, \"w\") do |f|\n    f.puts front_matter.to_yaml\n    f.puts \"---\"\n    f.puts \"\"\n    f.puts \"<!--\\n  Sourced from CHANGELOG.md\\n  See Rakefile `task :changelog` for details\\n-->\"\n    f.puts \"\"\n    f.puts \"{% raw %}\"\n    # Remove H1\n    changelog = File.read(t.prerequisites.first)\n      .gsub(/^# [^\\n]*$/m, \"\")\n      .gsub(/\\(#(\\d+)\\)$/m, \"[#\\\\1](https://github.com/mmistakes/minimal-mistakes/issues/\\\\1)\")\n      .strip\n    f.write changelog\n    f.puts \"\"\n    f.puts \"{% endraw %}\"\n  end\nend\n\nCOPYRIGHT_LINES = [\n  \"Minimal Mistakes Jekyll Theme #{package_json[\"version\"]} by Michael Rose\",\n  \"Copyright 2013-#{Time.now.year} Michael Rose - mademistakes.com | @mmistakes\",\n  \"Copyright 2024-#{Time.now.year} iBug - ibugone.com | @iBug\",\n  \"Free for personal and commercial use under the MIT license\",\n  \"https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE\",\n]\n\nCOPYRIGHT_FILES = [\n  \"_includes/copyright.html\",\n  \"_includes/copyright.js\",\n  \"_sass/minimal-mistakes/_copyright.scss\",\n]\n\ndef genenerate_copyright_file(filename, header, prefix, footer)\n  File.open(filename, \"w\") do |f|\n    f.puts header\n    COPYRIGHT_LINES.each do |line|\n      f.puts \"#{prefix}#{line}\"\n    end\n    f.puts footer\n  end\nend\n\nfile \"_includes/copyright.html\" => \"package.json\" do |t|\n  genenerate_copyright_file(t.name, \"<!--\", \"  \", \"-->\")\nend\n\nfile \"_includes/copyright.js\" => \"package.json\" do |t|\n  genenerate_copyright_file(t.name, \"/*!\", \" * \", \" */\")\nend\n\nfile \"_sass/minimal-mistakes/_copyright.scss\" => \"package.json\" do |t|\n  genenerate_copyright_file(t.name, \"/*!\", \" * \", \" */\")\nend\n\ntask :copyright => COPYRIGHT_FILES\n\nCLEAN.include(*COPYRIGHT_FILES)\n\nJS_FILES = [\"assets/js/vendor/jquery/jquery-3.6.0.js\"] + Dir.glob(\"assets/js/plugins/*.js\") + [\"assets/js/_main.js\"]\nJS_TARGET = \"assets/js/main.min.js\"\ntask :js => JS_TARGET\nfile JS_TARGET => [\"_includes/copyright.js\"] + JS_FILES do |t|\n  sh Shellwords.join(%w[npx uglifyjs -c --comments /@mmistakes/ --source-map -m -o] +\n    [t.name] + t.prerequisites)\nend\n\ntask :watch_js do\n  listener = Listen.to(\n    \"assets/js\",\n    ignore: /main\\.min\\.js$/,\n  ) do |modified, added, removed|\n    Rake::Task[:js].invoke\n  end\n\n  trap(\"INT\") do\n    listener.stop\n    exit 0\n  end\n\n  begin\n    listener.start\n    sleep\n  rescue ThreadError\n  end\nend\n\ntask :version => [\"docs/_data/theme.yml\", \"README.md\", \"docs/_pages/home.md\"]\n\nfile \"docs/_data/theme.yml\" => \"package.json\" do |t|\n  theme = { \"version\" => package_json[\"version\"] }\n  File.open(t.name, \"w\") do |f|\n    f.puts \"# for use with in-page templates\"\n    f.puts theme.to_yaml\n  end\nend\n\nfile \"README.md\" => \"package.json\" do |t|\n  content = File.read(t.name)\n  content = content.gsub(/(mmistakes\\/minimal-mistakes@)[\\d.]+/, '\\1' + package_json[\"version\"])\n  File.write(t.name, content)\nend\n\nfile \"docs/_pages/home.md\" => \"package.json\" do |t|\n  content = File.read(t.name)\n  content = content.gsub(/(\\breleases\\/tag\\/|Latest release v)[\\d.]+/, '\\1' + package_json[\"version\"])\n  File.write(t.name, content)\nend\n\ntask :gem do\n  sh 'gem build minimal-mistakes-jekyll.gemspec'\nend\n"
  },
  {
    "path": "_config.yml",
    "content": "# Welcome to Jekyll!\n#\n# This config file is meant for settings that affect your entire site, values\n# which you are expected to set up once and rarely need to edit after that.\n# For technical reasons, this file is *NOT* reloaded automatically when you use\n# `jekyll serve`. If you change this file, please restart the server process.\n\n# Theme Settings\n#\n# Review documentation to determine if you should use `theme` or `remote_theme`\n# https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/#installing-the-theme\n\n# theme                  : \"minimal-mistakes-jekyll\"\n# remote_theme           : \"mmistakes/minimal-mistakes\"\nminimal_mistakes_skin    : \"default\" # \"air\", \"aqua\", \"contrast\", \"dark\", \"dirt\", \"neon\", \"mint\", \"plum\", \"sunrise\", \"catppuccin_latte\", \"catppuccin_mocha\"\n\n# Site Settings\nlocale                   : \"en-US\"\nrtl                      : # true, false (default) # turns direction of the page into right to left for RTL languages\ntitle                    : \"Site Title\"\ntitle_separator          : \"-\"\nsubtitle                 : # site tagline that appears below site title in masthead\nname                     : \"Your Name\"\ndescription              : \"An amazing website.\"\nurl                      : # the base hostname & protocol for your site e.g. \"https://mmistakes.github.io\"\nbaseurl                  : # the subpath of your site, e.g. \"/blog\"\nrepository               : # GitHub username/repo-name e.g. \"mmistakes/minimal-mistakes\"\nteaser                   : # path of fallback teaser image, e.g. \"/assets/images/500x300.png\"\nlogo                     : # path of logo image to display in the masthead, e.g. \"/assets/images/88x88.png\"\nmasthead_title           : # overrides the website title displayed in the masthead, use \" \" for no title\nbreadcrumbs              : # true, false (default)\nwords_per_minute         : 200\nenable_copy_code_button  : # true, false (default)\ncopyright                : # \"copyright\" name, defaults to site.title\ncopyright_url            : # \"copyright\" URL, defaults to site.url\ncomments:\n  provider               : # false (default), \"disqus\", \"discourse\", \"facebook\", \"staticman\", \"staticman_v2\", \"utterances\", \"giscus\", \"custom\"\n  disqus:\n    shortname            : # https://help.disqus.com/customer/portal/articles/466208-what-s-a-shortname-\n  discourse:\n    server               : # https://meta.discourse.org/t/embedding-discourse-comments-via-javascript/31963 , e.g.: meta.discourse.org\n  facebook:\n    # https://developers.facebook.com/docs/plugins/comments\n    appid                :\n    num_posts            : # 5 (default)\n    colorscheme          : # \"light\" (default), \"dark\"\n  utterances:\n    theme                : # \"github-light\" (default), \"github-dark\"\n    issue_term           : # \"pathname\" (default)\n  giscus:\n    repo_id              : # Shown during giscus setup at https://giscus.app\n    category_name        : # Full text name of the category\n    category_id          : # Shown during giscus setup at https://giscus.app\n    discussion_term      : # \"pathname\" (default), \"url\", \"title\", \"og:title\"\n    reactions_enabled    : # '1' for enabled (default), '0' for disabled\n    theme                : # \"light\" (default), \"dark\", \"dark_dimmed\", \"transparent_dark\", \"preferred_color_scheme\"\n    strict               : # 1 for enabled, 0 for disabled (default)\n    input_position       : # \"top\", \"bottom\" # The comment input box will be placed above or below the comments\n    emit_metadata        : # 1 for enabled, 0 for disabled (default) # https://github.com/giscus/giscus/blob/main/ADVANCED-USAGE.md#imetadatamessage\n    lang                 : # \"en\" (default)\n    lazy                 : # true, false # Loading of the comments will be deferred until the user scrolls near the comments container.\n  staticman:\n    branch               : # \"master\"\n    endpoint             : # \"https://{your Staticman v3 API}/v3/entry/github/\"\nreCaptcha:\n  siteKey                :\n  secret                 :\natom_feed:\n  path                   : # blank (default) uses feed.xml\n  hide                   : # true, false (default)\nsearch                   : # true, false (default)\nsearch_full_content      : # true, false (default)\nsearch_provider          : # lunr (default), algolia, google\nlunr:\n  search_within_pages    : # true, false (default)\nalgolia:\n  application_id         : # YOUR_APPLICATION_ID\n  index_name             : # YOUR_INDEX_NAME\n  search_only_api_key    : # YOUR_SEARCH_ONLY_API_KEY\n  powered_by             : # true (default), false\ngoogle:\n  search_engine_id       : # YOUR_SEARCH_ENGINE_ID\n  instant_search         : # false (default), true\n# SEO Related\ngoogle_site_verification :\nbing_site_verification   :\nnaver_site_verification  :\nyandex_site_verification :\nbaidu_site_verification  :\n\n# Social Sharing\ntwitter:\n  username               :\nfacebook:\n  username               :\n  app_id                 :\n  publisher              :\nog_image                 : # Open Graph/Twitter default site image\nog_image_alt             : # Alt text for Open Graph/Twitter default site image\n# For specifying social profiles\n# - https://developers.google.com/structured-data/customize/social-profiles\nsocial:\n  type                   : # Person or Organization (defaults to Person)\n  name                   : # If the user or organization name differs from the site's name\n  links: # An array of links to social media profiles\n\n# Analytics\nanalytics:\n  provider               : # false (default), \"google\", \"google-universal\", \"google-gtag\", \"custom\"\n  google:\n    tracking_id          :\n    anonymize_ip         : # true, false (default)\n\n\n# Site Author\nauthor:\n  name             : \"Your Name\"\n  avatar           : # path of avatar image, e.g. \"/assets/images/bio-photo.jpg\"\n  bio              : \"I am an **amazing** person.\"\n  location         : \"Somewhere\"\n  email            :\n  # fediverse      : \"@you@instance.social\"  # used for fediverse:creator meta tag\n  links:\n    - label: \"Email\"\n      icon: \"fas fa-fw fa-square-envelope\"\n      # url: \"mailto:your.name@email.com\"\n    - label: \"Website\"\n      icon: \"fas fa-fw fa-link\"\n      # url: \"https://your-website.com\"\n    - label: \"Twitter\"\n      icon: \"fab fa-fw fa-square-x-twitter\"\n      # url: \"https://twitter.com/\"\n    - label: \"Facebook\"\n      icon: \"fab fa-fw fa-square-facebook\"\n      # url: \"https://facebook.com/\"\n    - label: \"GitHub\"\n      icon: \"fab fa-fw fa-github\"\n      # url: \"https://github.com/\"\n    - label: \"Instagram\"\n      icon: \"fab fa-fw fa-instagram\"\n      # url: \"https://instagram.com/\"\n\n# Site Footer\nfooter:\n  links:\n    - label: \"Twitter\"\n      icon: \"fab fa-fw fa-square-x-twitter\"\n      # url:\n      # rel: \"me\"  # optional: adds rel attribute (e.g. for IndieWeb web sign-in)\n    - label: \"Facebook\"\n      icon: \"fab fa-fw fa-square-facebook\"\n      # url:\n    - label: \"GitHub\"\n      icon: \"fab fa-fw fa-github\"\n      # url:\n    - label: \"GitLab\"\n      icon: \"fab fa-fw fa-gitlab\"\n      # url:\n    - label: \"Bitbucket\"\n      icon: \"fab fa-fw fa-bitbucket\"\n      # url:\n    - label: \"Instagram\"\n      icon: \"fab fa-fw fa-instagram\"\n      # url:\n  since: \"2013\"\n\n\n# Reading Files\ninclude:\n  - .htaccess\n  - _pages\nexclude:\n  - \"*.sublime-project\"\n  - \"*.sublime-workspace\"\n  - vendor\n  - .asset-cache\n  - .bundle\n  - .jekyll-assets-cache\n  - .sass-cache\n  - assets/js/plugins\n  - assets/js/_main.js\n  - assets/js/vendor\n  - Capfile\n  - CHANGELOG\n  - config\n  - Gemfile\n  - Gruntfile.js\n  - gulpfile.js\n  - LICENSE\n  - log\n  - minimal-mistakes-jekyll.gemspec\n  - node_modules\n  - package.json\n  - package-lock.json\n  - Rakefile\n  - README\n  - tmp\n  - /docs # ignore Minimal Mistakes /docs\n  - /test # ignore Minimal Mistakes /test\nkeep_files:\n  - .git\n  - .svn\nencoding: \"utf-8\"\nmarkdown_ext: \"markdown,mkdown,mkdn,mkd,md\"\n\n\n# Conversion\nmarkdown: kramdown\nhighlighter: rouge\nlsi: false\nexcerpt_separator: \"\\n\\n\"\nincremental: false\n\n\n# Markdown Processing\nkramdown:\n  input: GFM\n  hard_wrap: false\n  auto_ids: true\n  footnote_nr: 1\n  entity_output: as_char\n  toc_levels: 1..6\n  smart_quotes: lsquo,rsquo,ldquo,rdquo\n  enable_coderay: false\n\n\n# Sass/SCSS\nsass:\n  sass_dir: _sass\n  style: compressed # https://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style\n\n\n# Outputting\npermalink: /:categories/:title/\ntimezone: # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones\n\n\n# Pagination with jekyll-paginate\npaginate: 5 # amount of posts to show\npaginate_path: /page:num/\n\n# Pagination with jekyll-paginate-v2\n# See https://github.com/sverrirs/jekyll-paginate-v2/blob/master/README-GENERATOR.md#site-configuration\n#   for configuration details\npagination:\n  # Set enabled to true to use paginate v2\n  # enabled: true\n  debug: false\n  collection: 'posts'\n  per_page: 10\n  permalink: '/page/:num/'\n  title: ':title - page :num'\n  limit: 0\n  sort_field: 'date'\n  sort_reverse: true\n  category: 'posts'\n  tag: ''\n  locale: ''\n  trail:\n    before: 2\n    after: 2\n\n\n# Plugins (previously gems:)\nplugins:\n  - jekyll-paginate\n  - jekyll-sitemap\n  - jekyll-gist\n  - jekyll-feed\n  - jekyll-include-cache\n\n# mimic GitHub Pages with --safe\nwhitelist:\n  - jekyll-paginate\n  - jekyll-sitemap\n  - jekyll-gist\n  - jekyll-feed\n  - jekyll-include-cache\n\n\n# Archives\n#  Type\n#  - GitHub Pages compatible archive pages built with Liquid ~> type: liquid (default)\n#  - Jekyll Archives plugin archive pages ~> type: jekyll-archives\n#  Path (examples)\n#  - Archive page should exist at path when using Liquid method or you can\n#    expect broken links (especially with breadcrumbs enabled)\n#  - <base_path>/tags/my-awesome-tag/index.html ~> path: /tags/\n#  - <base_path>/categories/my-awesome-category/index.html ~> path: /categories/\n#  - <base_path>/my-awesome-category/index.html ~> path: /\ncategory_archive:\n  type: liquid\n  path: /categories/\ntag_archive:\n  type: liquid\n  path: /tags/\n# show_taxonomy: false  # set to false to hide tag/category lists on posts\n# https://github.com/jekyll/jekyll-archives\n# jekyll-archives:\n#   enabled:\n#     - categories\n#     - tags\n#   layouts:\n#     category: archive-taxonomy\n#     tag: archive-taxonomy\n#   permalinks:\n#     category: /categories/:name/\n#     tag: /tags/:name/\n\n\n# HTML Compression\n# - https://jch.penibelst.de/\ncompress_html:\n  clippings: all\n  ignore:\n    envs: development\n\n\n# Defaults\ndefaults:\n  # _posts\n  - scope:\n      path: \"\"\n      type: posts\n    values:\n      layout: single\n      author_profile: true\n      read_time: true\n      comments: # true\n      share: true\n      related: true\n\n"
  },
  {
    "path": "_data/navigation.yml",
    "content": "# main links\nmain:\n  - title: \"Quick-Start Guide\"\n    url: https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/\n  # - title: \"About\"\n  #   url: https://mmistakes.github.io/minimal-mistakes/about/\n  # - title: \"Sample Posts\"\n  #   url: /year-archive/\n  # - title: \"Sample Collections\"\n  #   url: /collection-archive/\n  # - title: \"Sitemap\"\n  #   url: /sitemap/"
  },
  {
    "path": "_data/ui-text.yml",
    "content": "# User interface text and labels\n\n# English (default)\n# -----------------\nen: &DEFAULT_EN\n  skip_links                 : \"Skip links\"\n  skip_primary_nav           : \"Skip to primary navigation\"\n  skip_content               : \"Skip to content\"\n  skip_footer                : \"Skip to footer\"\n  page                       : \"Page\"\n  pagination_previous        : \"Previous\"\n  pagination_next            : \"Next\"\n  breadcrumb_home_label      : \"Home\"\n  breadcrumb_separator       : \"/\"\n  menu_label                 : \"Toggle menu\"\n  search_label               : \"Toggle search\"\n  toc_label                  : \"On this page\"\n  ext_link_label             : \"Direct link\"\n  less_than                  : \"less than\"\n  minute_read                : \"minute read\"\n  share_on_label             : \"Share on\"\n  meta_label                 :\n  tags_label                 : \"Tags:\"\n  categories_label           : \"Categories:\"\n  date_label                 : \"Updated:\"\n  comments_label             : \"Leave a comment\"\n  comments_title             : \"Comments\"\n  more_label                 : \"Learn more\"\n  related_label              : \"You may also enjoy\"\n  follow_label               : \"Follow:\"\n  feed_label                 : \"Feed\"\n  powered_by                 : \"Powered by\"\n  website_label              : \"Website\"\n  email_label                : \"Email\"\n  recent_posts               : \"Recent posts\"\n  undefined_wpm              : \"Undefined parameter words_per_minute at _config.yml\"\n  comment_form_info          : \"Your email address will not be published. Required fields are marked\"\n  comment_form_comment_label : \"Comment\"\n  comment_form_md_info       : \"Markdown is supported.\"\n  comment_form_name_label    : \"Name\"\n  comment_form_email_label   : \"Email address\"\n  comment_form_website_label : \"Website (optional)\"\n  comment_btn_submit         : \"Submit comment\"\n  comment_btn_submitted      : \"Submitted\"\n  comment_success_msg        : \"Thanks for your comment! It will show on the site once it has been approved.\"\n  comment_error_msg          : \"Sorry, there was an error with your submission. Please make sure all required fields have been completed and try again.\"\n  loading_label              : \"Loading...\"\n  search_label_text          : \"Enter your search term...\"\n  search_placeholder_text    : \"Enter your search term...\"\n  search_algolia_no_results  : \"No results\"\n  results_found              : \"Result(s) found\"\n  back_to_top                : \"Back to top\"\nen-US:\n  <<: *DEFAULT_EN\nen-CA:\n  <<: *DEFAULT_EN\nen-GB:\n  <<: *DEFAULT_EN\nen-AU:\n  <<: *DEFAULT_EN\n\n# Spanish\n# -------\nes: &DEFAULT_ES\n  skip_links                 : \"Saltar enlaces\"\n  skip_primary_nav           : \"Saltar a navegación principal\"\n  skip_content               : \"Saltar a contenido\"\n  skip_footer                : \"Saltar a pie\"\n  page                       : \"Página\"\n  pagination_previous        : \"Anterior\"\n  pagination_next            : \"Siguiente\"\n  breadcrumb_home_label      : \"Inicio\"\n  breadcrumb_separator       : \"/\"\n  menu_label                 : \"Alternar menú\"\n  search_label               : \"Alternar búsqueda\"\n  toc_label                  : \"En esta página\"\n  ext_link_label             : \"Enlace directo\"\n  less_than                  : \"menos de\"\n  minute_read                : \"minuto(s) de lectura\"\n  share_on_label             : \"Compartir en\"\n  meta_label                 :\n  tags_label                 : \"Etiquetas:\"\n  categories_label           : \"Categorías:\"\n  date_label                 : \"Actualizado:\"\n  comments_label             : \"Deja un comentario\"\n  comments_title             : \"Comentarios\"\n  more_label                 : \"Ver más\"\n  related_label              : \"Puede que también te interese\"\n  follow_label               : \"Seguir:\"\n  feed_label                 : \"Feed\"\n  powered_by                 : \"Funciona con\"\n  website_label              : \"Sitio web\"\n  email_label                : \"Correo electrónico\"\n  recent_posts               : \"Entradas recientes\"\n  undefined_wpm              : \"El parámetro words_per_minute (palabras por minuto) no está definido en _config.yml\"\n  comment_form_info          : \"Tu dirección de correo electrónico no se publicará. Los campos obligatorios están marcados\"\n  comment_form_comment_label : \"Comentario\"\n  comment_form_md_info       : \"Puedes utilizar Markdown\"\n  comment_form_name_label    : \"Nombre\"\n  comment_form_email_label   : \"Dirección de correo electrónico\"\n  comment_form_website_label : \"Sitio web (opcional)\"\n  comment_btn_submit         : \"Enviar comentario\"\n  comment_btn_submitted      : \"Enviado\"\n  comment_success_msg        : \"¡Gracias por tu comentario! Se publicará una vez sea aprobado.\"\n  comment_error_msg          : \"Ha ocurrido un error al enviar el comentario. Asegúrate de completar todos los campos obligatorios e inténtalo de nuevo.\"\n  loading_label              : \"Cargando...\"\n  search_label_text          : \"Términos de búsqueda...\"\n  search_placeholder_text    : \"Términos de búsqueda...\"\n  search_algolia_no_results  :\n  results_found              : \"resultado(s) encontrado(s)\"\n  back_to_top                : \"Volver arriba\"\nes-ES:\n  <<: *DEFAULT_ES\nes-CO:\n  <<: *DEFAULT_ES\n\n# French\n# ------\nfr: &DEFAULT_FR\n  skip_links                 :\n  skip_primary_nav           :\n  skip_content               :\n  skip_footer                :\n  page                       : \"Page\"\n  pagination_previous        : \"Précédent\"\n  pagination_next            : \"Suivant\"\n  breadcrumb_home_label      : \"Accueil\"\n  breadcrumb_separator       : \"/\"\n  menu_label                 : \"Menu\"\n  search_label               :\n  toc_label                  : \"Sur cette page\"\n  ext_link_label             : \"Lien direct\"\n  less_than                  : \"moins de\"\n  minute_read                : \"minute(s) de lecture\"\n  share_on_label             : \"Partager sur\"\n  meta_label                 :\n  tags_label                 : \"Tags :\"\n  categories_label           : \"Catégories :\"\n  date_label                 : \"Mis à jour :\"\n  comments_label             : \"Laisser un commentaire\"\n  comments_title             : \"Commentaires\"\n  more_label                 : \"Lire plus\"\n  related_label              : \"Vous pourriez aimer aussi\"\n  follow_label               : \"Contact\"\n  feed_label                 : \"Flux\"\n  powered_by                 : \"Propulsé par\"\n  website_label              : \"Site\"\n  email_label                : \"Email\"\n  recent_posts               : \"Posts récents\"\n  undefined_wpm              : \"Le paramètre words_per_minute n'est pas défini dans _config.yml\"\n  comment_form_info          : \"Votre adresse email ne sera pas visible. Les champs obligatoires sont marqués\"\n  comment_form_comment_label : \"Commentaire\"\n  comment_form_md_info       : \"Markdown est supporté.\"\n  comment_form_name_label    : \"Nom\"\n  comment_form_email_label   : \"Adresse mail\"\n  comment_form_website_label : \"Site web (optionnel)\"\n  comment_btn_submit         : \"Envoyer\"\n  comment_btn_submitted      : \"Envoyé\"\n  comment_success_msg        : \"Merci pour votre commentaire, il sera visible sur le site une fois approuvé.\"\n  comment_error_msg          : \"Désolé, une erreur est survenue lors de la soumission. Vérifiez que les champs obligatoires ont été remplis et réessayez.\"\n  loading_label              : \"Chargement...\"\n  search_label_text          :\n  search_placeholder_text    : \"Entrez votre recherche...\"\n  search_algolia_no_results  :\n  results_found              : \"Résultat(s) trouvé(s)\"\n  back_to_top                : \"Retour en haut\"\nfr-FR:\n  <<: *DEFAULT_FR\nfr-BE:\n  <<: *DEFAULT_FR\nfr-CH:\n  <<: *DEFAULT_FR\n\n# Turkish\n# -------\ntr: &DEFAULT_TR\n  skip_links                 :\n  skip_primary_nav           :\n  skip_content               :\n  skip_footer                :\n  page                       : \"Sayfa\"\n  pagination_previous        : \"Önceki\"\n  pagination_next            : \"Sonraki\"\n  breadcrumb_home_label      : \"Ana Sayfa\"\n  breadcrumb_separator       : \"/\"\n  menu_label                 :\n  search_label               :\n  toc_label                  : \"İçindekiler\"\n  ext_link_label             : \"Doğrudan Bağlantı\"\n  less_than                  : \"Şu süreden az: \"\n  minute_read                : \"dakika tahmini okuma süresi\"\n  share_on_label             : \"Paylaş\"\n  meta_label                 :\n  tags_label                 : \"Etiketler:\"\n  categories_label           : \"Kategoriler:\"\n  date_label                 : \"Güncelleme tarihi:\"\n  comments_label             : \"Yorum yapın\"\n  comments_title             : \"Yorumlar\"\n  more_label                 : \"Daha fazlasını öğrenin\"\n  related_label              : \"Bunlar ilginizi çekebilir:\"\n  follow_label               : \"Takip et:\"\n  feed_label                 : \"RSS\"\n  powered_by                 : \"Emeği geçenler: \"\n  website_label              : \"Web sayfası\"\n  email_label                : \"E-posta\"\n  recent_posts               : \"Son yazılar\"\n  undefined_wpm              : \"_config.yml dosyasında tanımlanmamış words_per_minute parametresi\"\n  comment_form_info          : \"Email adresiniz gösterilmeyecektir. Zorunlu alanlar işaretlenmiştir\"\n  comment_form_comment_label : \"Yorumunuz\"\n  comment_form_md_info       : \"Markdown desteklenmektedir.\"\n  comment_form_name_label    : \"Adınız\"\n  comment_form_email_label   : \"Email adresiniz\"\n  comment_form_website_label : \"Websiteniz (opsiyonel)\"\n  comment_btn_submit         : \"Yorum Yap\"\n  comment_btn_submitted      : \"Gönderildi\"\n  comment_success_msg        : \"Yorumunuz için teşekkürler! Yorumunuz onaylandıktan sonra sitede gösterilecektir.\"\n  comment_error_msg          : \"Maalesef bir hata oluştu. Lütfen zorunlu olan tüm alanları doldurduğunuzdan emin olun ve sonrasında tekrar deneyin.\"\n  loading_label              : \"Yükleniyor...\"\n  search_label_text          :\n  search_algolia_no_results  :\ntr-TR:\n  <<: *DEFAULT_TR\n\n# Portuguese\n# ----------\npt: &DEFAULT_PT\n  skip_links                 :\n  skip_primary_nav           :\n  skip_content               :\n  skip_footer                :\n  page                       : \"Página\"\n  pagination_previous        : \"Anterior\"\n  pagination_next            : \"Seguinte\"\n  breadcrumb_home_label      : \"Início\"\n  breadcrumb_separator       : \"/\"\n  menu_label                 :\n  search_label               :\n  toc_label                  : \"Nesta Página\"\n  ext_link_label             : \"Link Direto\"\n  less_than                  : \"menos de\"\n  minute_read                : \"minutos de leitura\"\n  share_on_label             : \"Partilhar no\"\n  meta_label                 :\n  tags_label                 : \"Etiquetas:\"\n  categories_label           : \"Categorias:\"\n  date_label                 : \"Atualizado:\"\n  comments_label             : \"Deixe um Comentário\"\n  comments_title             : \"Comentários\"\n  more_label                 : \"Saber mais\"\n  related_label              : \"Também pode gostar de\"\n  follow_label               : \"Siga:\"\n  feed_label                 : \"Feed\"\n  powered_by                 : \"Feito com\"\n  website_label              : \"Site\"\n  email_label                : \"Email\"\n  recent_posts               : \"Artigos Recentes\"\n  undefined_wpm              : \"Parâmetro words_per_minute não definido em _config.yml\"\n  comment_form_info          : \"O seu endereço email não será publicado. Os campos obrigatórios estão assinalados\"\n  comment_form_comment_label : \"Comentário\"\n  comment_form_md_info       : \"Markdown é suportado.\"\n  comment_form_name_label    : \"Nome\"\n  comment_form_email_label   : \"Endereço Email\"\n  comment_form_website_label : \"Site (opcional)\"\n  comment_btn_submit         : \"Sumbeter Comentário\"\n  comment_btn_submitted      : \"Submetido\"\n  comment_success_msg        : \"Obrigado pelo seu comentário! Será visível no site logo que aprovado.\"\n  comment_error_msg          : \"Lamento, ocorreu um erro na sua submissão. Por favor verifique se todos os campos obrigatórios estão corretamente preenchidos e tente novamente.\"\n  loading_label              : \"A carregar...\"\n  search_label_text          :\n  search_algolia_no_results  :\npt-PT:\n  <<: *DEFAULT_PT\n# Brazilian Portuguese\npt-BR:\n  skip_links                 : \"Pular links\"\n  skip_primary_nav           : \"Pular para navegação primária\"\n  skip_content               : \"Pular para conteúdo\"\n  skip_footer                : \"Pular para rodapé\"\n  page                       : \"Página\"\n  pagination_previous        : \"Anterior\"\n  pagination_next            : \"Próxima\"\n  breadcrumb_home_label      : \"Início\"\n  breadcrumb_separator       : \"/\"\n  menu_label                 : \"Chavear menu\"\n  search_label               : \"Chavear busca\"\n  toc_label                  : \"Nesta página\"\n  ext_link_label             : \"Link direto\"\n  less_than                  : \"menos de\"\n  minute_read                : \"minuto(s) de leitura\"\n  share_on_label             : \"Compartilhe\"\n  meta_label                 :\n  tags_label                 : \"Tags:\"\n  categories_label           : \"Categorias:\"\n  date_label                 : \"Atualizado em:\"\n  comments_label             : \"Deixe um comentário\"\n  comments_title             : \"Comentários\"\n  more_label                 : \"Saiba mais\"\n  related_label              : \"Talvez você também goste\"\n  follow_label               : \"Siga:\"\n  feed_label                 : \"Feed\"\n  powered_by                 : \"Desenvolvido com\"\n  website_label              : \"Site\"\n  email_label                : \"E-mail\"\n  recent_posts               : \"Publicações recentes\"\n  undefined_wpm              : \"Parâmetro words_per_minute não definido em _config.yml\"\n  comment_form_info          : \"Seu e-mail não será publicado. Os campos obrigatórios estão marcados\"\n  comment_form_comment_label : \"Comentário\"\n  comment_form_md_info       : \"Você pode usar Markdown.\"\n  comment_form_name_label    : \"Nome\"\n  comment_form_email_label   : \"E-mail\"\n  comment_form_website_label : \"Site (opcional)\"\n  comment_btn_submit         : \"Enviar comentário\"\n  comment_btn_submitted      : \"Enviado\"\n  comment_success_msg        : \"Obrigado pelo seu comentário! Ele aparecerá no site assim que for aprovado.\"\n  comment_error_msg          : \"Desculpe, ocorreu um erro no envio. Verifique se todos os campos obrigatórios foram preenchidos e tente novamente.\"\n  loading_label              : \"Carregando...\"\n  search_label_text          : \"Digite seu termo de busca...\"\n  search_placeholder_text    : \"Digite seu termo de busca...\"\n  search_algolia_no_results  : \"Nenhum resultado\"\n  results_found              : \"Resultado(s) encontrado(s)\"\n  back_to_top                : \"Voltar para o topo\"\n\n# Italian\n# -------\nit: &DEFAULT_IT\n  skip_links                 :\n  skip_primary_nav           :\n  skip_content               :\n  skip_footer                :\n  page                       : \"Pagina\"\n  pagination_previous        : \"Precedente\"\n  pagination_next            : \"Prossima\"\n  breadcrumb_home_label      : \"Home\"\n  breadcrumb_separator       : \"/\"\n  menu_label                 :\n  search_label               :\n  toc_label                  : \"Indice della pagina\"\n  ext_link_label             : \"Link\"\n  less_than                  : \"meno di\"\n  minute_read                : \"minuto/i di lettura\"\n  share_on_label             : \"Condividi\"\n  meta_label                 :\n  tags_label                 : \"Tags:\"\n  categories_label           : \"Categorie:\"\n  date_label                 : \"Aggiornato:\"\n  comments_label             : \"Scrivi un commento\"\n  comments_title             :\n  more_label                 : \"Scopri di più\"\n  related_label              : \"Potrebbe Piacerti Anche\"\n  follow_label               : \"Segui:\"\n  feed_label                 : \"Feed\"\n  powered_by                 : \"Powered by\"\n  website_label              : \"Website\"\n  email_label                : \"Email\"\n  recent_posts               : \"Articoli Recenti\"\n  undefined_wpm              : \"Parametro words_per_minute non definito in _config.yml\"\n  comment_form_info          : \"Il tuo indirizzo email non sarà pubblicato. Sono segnati i campi obbligatori\"\n  comment_form_comment_label : \"Commenta\"\n  comment_form_md_info       : \"Il linguaggio Markdown è supportato\"\n  comment_form_name_label    : \"Nome\"\n  comment_form_email_label   : \"Indirizzo email\"\n  comment_form_website_label : \"Sito Web (opzionale)\"\n  comment_btn_submit         : \"Invia commento\"\n  comment_btn_submitted      : \"Inviato\"\n  comment_success_msg        : \"Grazie per il tuo commento! Verrà visualizzato nel sito una volta che sarà approvato.\"\n  comment_error_msg          : \"C'è stato un errore con il tuo invio. Assicurati che tutti i campi richiesti siano stati completati e riprova.\"\n  loading_label              : \"Caricamento...\"\n  search_label_text          :\n  search_placeholder_text    : \"Inserisci termini di ricerca...\"\n  search_algolia_no_results  :\n  results_found              : \"Risultati\"\n  back_to_top                : \"Vai su\"\nit-IT:\n  <<: *DEFAULT_IT\n\n# Chinese  (zh-CN Chinese - China)\n# --------------------------------\nzh: &DEFAULT_ZH_HANS\n  skip_links                 : \"跳转链接\"\n  skip_primary_nav           : \"转到主导航栏\"\n  skip_content               : \"转到内容\"\n  skip_footer                : \"转到底部\"\n  page                       : \"页面\"\n  pagination_previous        : \"上一页\"\n  pagination_next            : \"下一页\"\n  breadcrumb_home_label      : \"首页\"\n  breadcrumb_separator       : \"/\"\n  menu_label                 : \"切换菜单\"\n  search_label               : \"切换搜索\"\n  toc_label                  : \"目录\"\n  ext_link_label             : \"直接链接\"\n  less_than                  : \"少于\"\n  minute_read                : \"分钟阅读\"\n  share_on_label             : \"分享\"\n  meta_label                 :\n  tags_label                 : \"标签:\"\n  categories_label           : \"分类:\"\n  date_label                 : \"更新时间:\"\n  comments_label             : \"留下评论\"\n  comments_title             : \"评论\"\n  more_label                 : \"了解更多\"\n  related_label              : \"猜您还喜欢\"\n  follow_label               : \"关注:\"\n  feed_label                 : \"Feed\"\n  powered_by                 : \"技术来自于\"\n  website_label              : \"网站\"\n  email_label                : \"电子邮箱\"\n  recent_posts               : \"最新文章\"\n  undefined_wpm              : \"_config.yml 配置中 words_per_minute 字段未定义\"\n  comment_form_info          : \"您的电子邮箱地址并不会被展示。请填写标记为必须的字段。\"\n  comment_form_comment_label : \"评论\"\n  comment_form_md_info       : \"支持 Markdown 语法。\"\n  comment_form_name_label    : \"姓名\"\n  comment_form_email_label   : \"电子邮箱\"\n  comment_form_website_label : \"网站（可选）\"\n  comment_btn_submit         : \"提交评论\"\n  comment_btn_submitted      : \"已提交\"\n  comment_success_msg        : \"感谢您的评论！被批准后它会立即在此站点展示。\"\n  comment_error_msg          : \"很抱歉，您的提交存在错误。请确保所有必填字段都已填写正确，然后再试一次。\"\n  loading_label              : \"正在加载...\"\n  search_label_text          : \"输入您要搜索的关键词...\"\n  search_placeholder_text    : \"输入您要搜索的关键词...\"\n  search_algolia_no_results  : \"无结果\"\n  results_found              : \"条记录匹配\"\n  back_to_top                : \"返回顶部\"\nzh-CN:\n  <<: *DEFAULT_ZH_HANS\nzh-SG:\n  <<: *DEFAULT_ZH_HANS\n# Taiwan (Traditional Chinese)\nzh-TW: &DEFAULT_ZH_HANT\n  skip_links                 : \"跳過連結\"\n  skip_primary_nav           : \"跳至主導覽\"\n  skip_content               : \"跳至內容\"\n  skip_footer                : \"跳至頁尾\"\n  page                       : \"頁面\"\n  pagination_previous        : \"上一頁\"\n  pagination_next            : \"下一頁\"\n  breadcrumb_home_label      : \"首頁\"\n  breadcrumb_separator       : \"/\"\n  menu_label                 : \"選單\"\n  search_label               : \"搜尋\"\n  toc_label                  : \"本頁目錄\"\n  ext_link_label             : \"外部連結\"\n  less_than                  : \"少於\"\n  minute_read                : \"分鐘閱讀\"\n  share_on_label             : \"分享至\"\n  meta_label                 :\n  tags_label                 : \"標籤:\"\n  categories_label           : \"分類:\"\n  date_label                 : \"更新時間:\"\n  comments_label             : \"留言\"\n  comments_title             : \"留言\"\n  more_label                 : \"閱讀更多\"\n  related_label              : \"您可能也會有興趣\"\n  follow_label               : \"追蹤：\"\n  feed_label                 : \"訂閱 Feed\"\n  powered_by                 : \"採用技術：\"\n  website_label              : \"網站\"\n  email_label                : \"電子郵件\"\n  recent_posts               : \"最新文章\"\n  undefined_wpm              : \"設定檔 (_config.yml) 中缺少 `words_per_minute` 參數\"\n  comment_form_info          : \"您的電子郵件不會被公開。必填欄位已標註星號 (*)\"\n  comment_form_comment_label : \"留言\"\n  comment_form_md_info       : \"支援 Markdown 語法。\"\n  comment_form_name_label    : \"名稱\"\n  comment_form_email_label   : \"電子郵件地址\"\n  comment_form_website_label : \"網站 (選填)\"\n  comment_btn_submit         : \"送出留言\"\n  comment_btn_submitted      : \"已送出\"\n  comment_success_msg        : \"感謝您的留言！ 審核後將會顯示在站上。\"\n  comment_error_msg          : \"抱歉，您提交的資料有誤。請確認所有必填欄位皆已正確填寫後再試一次。\"\n  loading_label              : \"載入中...\"\n  search_label_text          : \"輸入您要搜尋的關鍵字...\"\n  search_placeholder_text    : \"輸入您要搜尋的關鍵字...\"\n  search_algolia_no_results  : \"找不到結果\"\n  results_found              : \"找到結果\"\n  back_to_top                : \"回到頁首\"\nzh-HK:\n  <<: *DEFAULT_ZH_HANT\n\n# German / Deutsch\n# ----------------\nde: &DEFAULT_DE\n  skip_links                 :\n  skip_primary_nav           :\n  skip_content               :\n  skip_footer                :\n  page                       : \"Seite\"\n  pagination_previous        : \"Vorherige\"\n  pagination_next            : \"Nächste\"\n  breadcrumb_home_label      : \"Start\"\n  breadcrumb_separator       : \"/\"\n  menu_label                 : \"Menü ein-/ausschalten\"\n  search_label               :\n  toc_label                  : \"Auf dieser Seite\"\n  ext_link_label             : \"Direkter Link\"\n  less_than                  : \"weniger als\"\n  minute_read                : \"Minuten zum Lesen\"\n  share_on_label             : \"Teilen auf\"\n  meta_label                 :\n  tags_label                 : \"Tags:\"\n  categories_label           : \"Kategorien:\"\n  date_label                 : \"Aktualisiert:\"\n  comments_label             : \"Hinterlassen Sie einen Kommentar\"\n  comments_title             : \"Kommentare\"\n  more_label                 : \"Mehr anzeigen\"\n  related_label              : \"Ihnen gefällt vielleicht auch\"\n  follow_label               : \"Folgen:\"\n  feed_label                 : \"Feed\"\n  powered_by                 : \"Möglich durch\"\n  website_label              : \"Webseite\"\n  email_label                : \"E-Mail\"\n  recent_posts               : \"Aktuelle Beiträge\"\n  undefined_wpm              : \"Undefinierter Parameter words_per_minute in _config.yml\"\n  comment_form_info          : \"Ihre E-Mail Adresse wird nicht veröffentlicht. Benötigte Felder sind markiert\"\n  comment_form_comment_label : \"Kommentar\"\n  comment_form_md_info       : \"Markdown wird unterstützt.\"\n  comment_form_name_label    : \"Name\"\n  comment_form_email_label   : \"E-Mail-Addresse\"\n  comment_form_website_label : \"Webseite (optional)\"\n  comment_btn_submit         : \"Kommentar absenden\"\n  comment_btn_submitted      : \"Versendet\"\n  comment_success_msg        : \"Danke für Ihren Kommentar! Er wird auf der Seite angezeigt, nachdem er geprüft wurde.\"\n  comment_error_msg          : \"Entschuldigung, es gab einen Fehler. Bitte füllen Sie alle benötigten Felder aus und versuchen Sie es erneut.\"\n  loading_label              : \"Lade...\"\n  search_label_text          :\n  search_placeholder_text    : \"Suchbegriff eingeben...\"\n  search_algolia_no_results  :\n  results_found              : \"Ergebnis(se) gefunden\"\nde-DE:\n  <<: *DEFAULT_DE\nde-AT:\n  <<: *DEFAULT_DE\nde-CH:\n  <<: *DEFAULT_DE\nde-BE:\n  <<: *DEFAULT_DE\nde-LI:\n  <<: *DEFAULT_DE\nde-LU:\n  <<: *DEFAULT_DE\n\n# Nepali (Nepal)\n# --------------\nne: &DEFAULT_NE\n  skip_links                 :\n  skip_primary_nav           :\n  skip_content               :\n  skip_footer                :\n  page                       : \"पृष्‍ठ\"\n  pagination_previous        : \"अघिल्लो\"\n  pagination_next            : \"अर्को\"\n  breadcrumb_home_label      : \"गृह\"\n  breadcrumb_separator       : \"/\"\n  menu_label                 : \"टगल मेनु\"\n  search_label               :\n  toc_label                  : \"यो पृष्‍ठमा\"\n  ext_link_label             : \"सिधा सम्पर्क\"\n  less_than                  : \"कम्तिमा\"\n  minute_read                : \"मिनेट पढ्नुहोस्\"\n  share_on_label             : \"शेयर गर्नुहोस्\"\n  meta_label                 :\n  tags_label                 : \"ट्यागहरू:\"\n  categories_label           : \"वर्गहरु:\"\n  date_label                 : \"अद्यावधिक:\"\n  comments_label             : \"टिप्पणी दिनुहोस्\"\n  comments_title             : \"टिप्पणीहरू\"\n  more_label                 : \"अझै सिक्नुहोस्\"\n  related_label              : \"तपाईं रुचाउन सक्नुहुन्छ \"\n  follow_label               : \"पछ्याउनुहोस्:\"\n  feed_label                 : \"फिड\"\n  powered_by                 : \"Powered by\"\n  website_label              : \"वेबसाइट\"\n  email_label                : \"इमेल\"\n  recent_posts               : \"ताजा लेखहरु\"\n  undefined_wpm              : \"अपरिभाषित प्यारामिटर शब्दहरू_प्रति_मिनेट at _config.yml\"\n  comment_form_info          : \"तपाइँको इमेल ठेगाना प्रकाशित गरिने छैन।आवश्यक जानकारीहरुमा चिन्ह लगाइको छ\"\n  comment_form_comment_label : \"टिप्पणी\"\n  comment_form_md_info       : \"मार्कडाउन  समर्थित छ।\"\n  comment_form_name_label    : \"नाम\"\n  comment_form_email_label   : \"इमेल ठेगाना\"\n  comment_form_website_label : \"वेबसाइट (वैकल्पिक)\"\n  comment_btn_submit         : \"टिप्पणी दिनुहोस् \"\n  comment_btn_submitted      : \"टिप्पणी भयो\"\n  comment_success_msg        : \"तपाईंको टिप्पणीको लागि धन्यवाद! एक पटक यो अनुमोदन गरेपछी यो साइटमा देखाउनेछ।\"\n  comment_error_msg          : \"माफ गर्नुहोस्, तपाईंको टिप्पणी त्रुटि थियो।सबै आवश्यक जानकारीहरु पूरा गरिएको छ भने निश्चित गर्नुहोस् र फेरि प्रयास गर्नुहोस्।\"\n  loading_label              : \"लोड हुँदैछ ...\"\n  search_label_text          :\n  search_algolia_no_results  :\nne-NP:\n  <<: *DEFAULT_NE\n\n# Korean\n# ------\nko: &DEFAULT_KO\n  skip_links                 :\n  skip_primary_nav           :\n  skip_content               :\n  skip_footer                :\n  page                       : \"페이지\"\n  pagination_previous        : \"이전\"\n  pagination_next            : \"다음\"\n  breadcrumb_home_label      : \"홈\"\n  breadcrumb_separator       : \"/\"\n  menu_label                 : \"토글 메뉴\"\n  search_label               :\n  toc_label                  : \"목차\"\n  ext_link_label             : \"직접 링크\"\n  less_than                  : \"최대\"\n  minute_read                : \"분 소요\"\n  share_on_label             : \"공유하기\"\n  meta_label                 :\n  tags_label                 : \"태그:\"\n  categories_label           : \"카테고리:\"\n  date_label                 : \"업데이트:\"\n  comments_label             : \"댓글 남기기\"\n  comments_title             : \"댓글\"\n  more_label                 : \"더 보기\"\n  related_label              : \"참고\"\n  follow_label               : \"팔로우:\"\n  feed_label                 : \"피드\"\n  powered_by                 : \"제작 지원: \"\n  website_label              : \"웹사이트\"\n  email_label                : \"이메일\"\n  recent_posts               : \"최근 포스트\"\n  undefined_wpm              : \"_config.yml 파일에 words_per_minute 값이 설정되어 있지 않습니다.\"\n  comment_form_info          : \"이메일은 공개되지 않습니다. 작성 필요 필드:\"\n  comment_form_comment_label : \"댓글\"\n  comment_form_md_info       : \"마크다운을 지원합니다.\"\n  comment_form_name_label    : \"이름\"\n  comment_form_email_label   : \"이메일\"\n  comment_form_website_label : \"웹사이트(선택사항)\"\n  comment_btn_submit         : \"댓글 등록\"\n  comment_btn_submitted      : \"등록됨\"\n  comment_success_msg        : \"댓글이 등록되었습니다. 등록된 내용은 관리자 승인 후에 표시됩니다.\"\n  comment_error_msg          : \"댓글이 등록되지 않았습니다. 필수 입력 항목이 빠졌는지 확인하고 다시 시도하세요.\"\n  loading_label              : \"로딩 중...\"\n  search_label_text          :\n  search_placeholder_text    : \"검색어를 입력하세요.\"\n  search_algolia_no_results  :\n  results_found              : \"개 결과 발견\"\n  back_to_top                : \"맨 위로 이동\"\nko-KR:\n  <<: *DEFAULT_KO\n\n# Russian / Русский\n# -----------------\nru: &DEFAULT_RU\n  skip_links                 :\n  skip_primary_nav           :\n  skip_content               :\n  skip_footer                :\n  page                       : \"Страница\"\n  pagination_previous        : \"Предыдущая\"\n  pagination_next            : \"Следующая\"\n  breadcrumb_home_label      : \"Главная\"\n  breadcrumb_separator       : \"/\"\n  menu_label                 : \"Выпадающее меню\"\n  search_label               :\n  toc_label                  : \"Содержание\"\n  ext_link_label             : \"Прямая ссылка\"\n  less_than                  : \"менее\"\n  minute_read                : \"мин на чтение\"\n  share_on_label             : \"Поделиться\"\n  meta_label                 :\n  tags_label                 : \"Метки:\"\n  categories_label           : \"Разделы:\"\n  date_label                 : \"Дата изменения:\"\n  comments_label             : \"Оставить комментарий\"\n  comments_title             : \"Комментарии\"\n  more_label                 : \"Читать далее\"\n  related_label              : \"Вам также может понравиться\"\n  follow_label               : \"Связаться со мной:\"\n  feed_label                 : \"RSS-лента\"\n  powered_by                 : \"Сайт работает на\"\n  website_label              : \"Сайт\"\n  email_label                : \"Электронная почта\"\n  recent_posts               : \"Свежие записи\"\n  undefined_wpm              : \"Не определён параметр words_per_minute в _config.yml\"\n  comment_form_info          : \"Ваш адрес электронной почты не будет опубликован. Обязательные поля помечены\"\n  comment_form_comment_label : \"Комментарий\"\n  comment_form_md_info       : \"Поддерживается синтаксис Markdown.\"\n  comment_form_name_label    : \"Имя\"\n  comment_form_email_label   : \"Электронная почта\"\n  comment_form_website_label : \"Ссылка на сайт (необязательно)\"\n  comment_btn_submit         : \"Оставить комментарий\"\n  comment_btn_submitted      : \"Отправлено\"\n  comment_success_msg        : \"Спасибо за Ваш комментарий! Он будет опубликован на сайте после проверки.\"\n  comment_error_msg          : \"К сожалению, произошла ошибка с отправкой комментария. Пожалуйста, убедитесь, что все обязательные поля заполнены и попытайтесь снова.\"\n  loading_label              : \"Отправка...\"\n  search_label_text          :\n  search_placeholder_text    : \"Введите поисковый запрос...\"\n  search_algolia_no_results  :\n  results_found              : \"Найдено\"\nru-RU:\n  <<: *DEFAULT_RU\n\n# Lithuanian / Lietuviškai\n# ------------------------\nlt: &DEFAULT_LT\n  skip_links                 :\n  skip_primary_nav           :\n  skip_content               :\n  skip_footer                :\n  page                       : \"Puslapis\"\n  pagination_previous        : \"Ankstesnis\"\n  pagination_next            : \"Sekantis\"\n  breadcrumb_home_label      : \"Pagrindinis\"\n  breadcrumb_separator       : \"/\"\n  menu_label                 : \"Meniu rodymas\"\n  search_label               :\n  toc_label                  : \"Turinys\"\n  ext_link_label             : \"Tiesioginė nuoroda\"\n  less_than                  : \"mažiau nei\"\n  minute_read                : \"min. skaitymo\"\n  share_on_label             : \"Pasidalinti\"\n  meta_label                 :\n  tags_label                 : \"Žymės:\"\n  categories_label           : \"Kategorijos:\"\n  date_label                 : \"Atnaujinta:\"\n  comments_label             : \"Palikti komentarą\"\n  comments_title             : \"Komentaras\"\n  more_label                 : \"Skaityti daugiau\"\n  related_label              : \"Taip pat turėtų patikti\"\n  follow_label               : \"Sekti:\"\n  feed_label                 : \"Šaltinis\"\n  powered_by                 : \"Sukurta su\"\n  website_label              : \"Tinklapis\"\n  email_label                : \"El. paštas\"\n  recent_posts               : \"Naujausi įrašai\"\n  undefined_wpm              : \"Nedeklaruotas parametras words_per_minute faile _config.yml\"\n  comment_form_info          : \"El. pašto adresas nebus viešinamas. Būtini laukai pažymėti\"\n  comment_form_comment_label : \"Komentaras\"\n  comment_form_md_info       : \"Markdown palaikomas.\"\n  comment_form_name_label    : \"Vardas\"\n  comment_form_email_label   : \"El. paštas\"\n  comment_form_website_label : \"Tinklapis (nebūtina)\"\n  comment_btn_submit         : \"Komentuoti\"\n  comment_btn_submitted      : \"Įrašytas\"\n  comment_success_msg        : \"Ačiū už komentarą! Jis bus parodytas kai bus patvirtintas.\"\n  comment_error_msg          : \"Atleiskite, įvyko netikėta klaida įrašant komentarą. Pasitikrinkite ar užpildėte visus būtinus laukus ir pamėginkite dar kartą.\"\n  loading_label              : \"Kraunama...\"\n  search_label_text          :\n  search_algolia_no_results  :\nlt-LT:\n  <<: *DEFAULT_LT\n\n# Greek\n# -----\ngr: &DEFAULT_GR\n  skip_links                 :\n  skip_primary_nav           :\n  skip_content               :\n  skip_footer                :\n  page                       : \"Σελίδα\"\n  pagination_previous        : \"Προηγούμενo\"\n  pagination_next            : \"Επόμενo\"\n  breadcrumb_home_label      : \"Αρχική\"\n  breadcrumb_separator       : \"/\"\n  menu_label                 : \"Μενού\"\n  search_label               :\n  toc_label                  : \"Περιεχόμενα\"\n  ext_link_label             : \"Εξωτερικός Σύνδεσμος\"\n  less_than                  : \"Λιγότερο από\"\n  minute_read                : \"λεπτά ανάγνωσης\"\n  share_on_label             : \"Μοιραστείτε το\"\n  meta_label                 :\n  tags_label                 : \"Ετικέτες:\"\n  categories_label           : \"Κατηγορίες:\"\n  date_label                 : \"Ενημερώθηκε:\"\n  comments_label             : \"Αφήστε ένα σχόλιο\"\n  comments_title             : \"Σχόλια\"\n  more_label                 : \"Διάβαστε περισσότερα\"\n  related_label              : \"Σχετικές αναρτήσεις\"\n  follow_label               : \"Ακολουθήστε:\"\n  feed_label                 : \"RSS Feed\"\n  powered_by                 : \"Δημιουργήθηκε με\"\n  website_label              : \"Ιστοσελίδα\"\n  email_label                : \"Email\"\n  recent_posts               : \"Τελευταίες αναρτήσεις\"\n  undefined_wpm              : \"Δεν έχει οριστεί η παράμετρος words_per_minute στο αρχείο _config.yml\"\n  comment_form_info          : \"Η διεύθυνση email σας δεν θα δημοσιευθεί. Τα απαιτούμενα πεδία εμφανίζονται με αστερίσκο\"\n  comment_form_comment_label : \"Σχόλιο\"\n  comment_form_md_info       : \"Το πεδίο υποστηρίζει Markdown.\"\n  comment_form_name_label    : \"Όνομα\"\n  comment_form_email_label   : \"Διεύθυνση email\"\n  comment_form_website_label : \"Ιστοσελίδα (προαιρετικό)\"\n  comment_btn_submit         : \"Υπόβαλε ένα σχόλιο\"\n  comment_btn_submitted      : \"Έχει υποβληθεί\"\n  comment_success_msg        : \"Ευχαριστούμε για το σχόλιό σας! Θα εμφανιστεί στην ιστοσελίδα αφού εγκριθεί.\"\n  comment_error_msg          : \"Λυπούμαστε, παρουσιάστηκε σφάλμα με την υποβολή σας. Παρακαλούμε βεβαιωθείτε ότι έχετε όλα τα απαιτούμενα πεδία συμπληρωμένα και δοκιμάστε ξανά.\"\n  loading_label              : \"Φόρτωση...\"\n  search_label_text          :\n  search_placeholder_text    : \"Εισάγετε όρο αναζήτησης...\"\n  search_algolia_no_results  :\n  results_found              : \"Αποτελέσματα\"\ngr-GR:\n  <<: *DEFAULT_GR\n\n# Swedish\n# -------\nsv: &DEFAULT_SV\n  skip_links                 :\n  skip_primary_nav           :\n  skip_content               :\n  skip_footer                :\n  page                       : \"Sidan\"\n  pagination_previous        : \"Föregående\"\n  pagination_next            : \"Nästa\"\n  breadcrumb_home_label      : \"Hem\"\n  breadcrumb_separator       : \"/\"\n  menu_label                 : \"Växla menyläge\"\n  search_label               : \"Växla sökläge\"\n  toc_label                  : \"På denna sida\"\n  ext_link_label             : \"Direkt länk\"\n  less_than                  : \"mindre än\"\n  minute_read                : \"minut läsning\"\n  share_on_label             : \"Dela på\"\n  meta_label                 :\n  tags_label                 : \"Taggar:\"\n  categories_label           : \"Kategorier:\"\n  date_label                 : \"Uppdaterades:\"\n  comments_label             : \"Lämna en kommentar\"\n  comments_title             : \"Kommentarer\"\n  more_label                 : \"Lär dig mer\"\n  related_label              : \"Du kanske vill även läsa:\"\n  follow_label               : \"Följ:\"\n  feed_label                 : \"Flöde\"\n  powered_by                 : \"Framställd med\"\n  website_label              : \"Webbsida\"\n  email_label                : \"E-post\"\n  recent_posts               : \"Senaste inlägg\"\n  undefined_wpm              : \"Odefinerade parametrar words_per_minute i _config.yml\"\n  comment_form_info          : \"Din e-post adress kommer inte att publiceras. Obligatoriska fält är markerade\"\n  comment_form_comment_label : \"Kommentar\"\n  comment_form_md_info       : \"Stöd för Markdown finns.\"\n  comment_form_name_label    : \"Namn\"\n  comment_form_email_label   : \"E-post adress\"\n  comment_form_website_label : \"Webdsida (valfritt)\"\n  comment_btn_submit         : \"Skicka en kommentar\"\n  comment_btn_submitted      : \"Kommentaren har tagits emot\"\n  comment_success_msg        : \"Tack för din kommentar! Den kommer att visas på sidan så fort den har godkännts.\"\n  comment_error_msg          : \"Tyvärr det har blivit något fel i ett av fälten, se till att du fyllt i alla obligatoriska fält och försök igen.\"\n  loading_label              : \"Laddar...\"\n  search_label_text          :\n  search_placeholder_text    : \"Fyll i sökterm...\"\n  search_algolia_no_results  :\n  results_found              : \"Resultat funna\"\n  back_to_top                : \"Tillbaka till toppen\"\nsv-SE:\n  <<: *DEFAULT_SV\nsv-FI:\n  <<: *DEFAULT_SV\n\n# Dutch\n# -----\nnl: &DEFAULT_NL\n  skip_links                 :\n  skip_primary_nav           :\n  skip_content               :\n  skip_footer                :\n  page                       : \"Pagina\"\n  pagination_previous        : \"Vorige\"\n  pagination_next            : \"Volgende\"\n  breadcrumb_home_label      : \"Home\"\n  breadcrumb_separator       : \"/\"\n  menu_label                 : \"Wissel Menu\"\n  search_label               :\n  toc_label                  : \"Op deze pagina\"\n  ext_link_label             : \"Directe Link\"\n  less_than                  : \"minder dan\"\n  minute_read                : \"minuut gelezen\"\n  share_on_label             : \"Deel op\"\n  meta_label                 :\n  tags_label                 : \"Labels:\"\n  categories_label           : \"Categorieën:\"\n  date_label                 : \"Bijgewerkt:\"\n  comments_label             : \"Laat een reactie achter\"\n  comments_title             : \"Commentaren\"\n  more_label                 : \"Meer informatie\"\n  related_label              : \"Bekijk ook eens\"\n  follow_label               : \"Volg:\"\n  feed_label                 : \"Feed\"\n  powered_by                 : \"Aangedreven door\"\n  website_label              : \"Website\"\n  email_label                : \"Email\"\n  recent_posts               : \"Recente berichten\"\n  undefined_wpm              : \"Niet gedefinieerde parameter words_per_minute bij _config.yml\"\n  comment_form_info          : \"Uw e-mailadres wordt niet gepubliceerd. Verplichte velden zijn gemarkeerd\"\n  comment_form_comment_label : \"Commentaar\"\n  comment_form_md_info       : \"Markdown wordt ondersteund.\"\n  comment_form_name_label    : \"Naam\"\n  comment_form_email_label   : \"E-mailadres\"\n  comment_form_website_label : \"Website (optioneel)\"\n  comment_btn_submit         : \"Commentaar toevoegen\"\n  comment_btn_submitted      : \"Toegevoegd\"\n  comment_success_msg        : \"Bedankt voor uw reactie! Het zal op de site worden weergegeven zodra het is goedgekeurd.\"\n  comment_error_msg          : \"Sorry, er is een fout opgetreden bij uw inzending. Zorg ervoor dat alle vereiste velden zijn voltooid en probeer het opnieuw.\"\n  loading_label              : \"Laden...\"\n  search_label_text          : \"Geef uw zoekterm in...\"\n  search_placeholder_text    : \"Geef uw zoekterm in...\"\n  search_algolia_no_results  :\n  results_found              : \"Resultaat gevonden\"\n  back_to_top                : \"Terug naar boven\"\nnl-BE:\n  <<: *DEFAULT_NL\nnl-NL:\n  <<: *DEFAULT_NL\n\n# Indonesian\n# ----------\nid: &DEFAULT_ID\n  skip_links                 :\n  skip_primary_nav           : \"Loncat ke navigasi\"\n  skip_content               : \"Loncat ke konten\"\n  skip_footer                : \"Loncat ke footer\"\n  page                       : \"Halaman\"\n  pagination_previous        : \"Sebelumnya\"\n  pagination_next            : \"Selanjutnya\"\n  breadcrumb_home_label      : \"Beranda\"\n  breadcrumb_separator       : \"/\"\n  menu_label                 : \"Menu\"\n  search_label               : \"Pencarian\"\n  toc_label                  : \"Pada Halaman Ini\"\n  ext_link_label             : \"Link langsung\"\n  less_than                  : \"Kurang dari\"\n  minute_read                : \"menit baca\"\n  share_on_label             : \"Bagikan di\"\n  meta_label                 :\n  tags_label                 : \"Label:\"\n  categories_label           : \"Kategori:\"\n  date_label                 : \"Diupdate:\"\n  comments_label             : \"Tinggalkan komentar\"\n  comments_title             : \"Komentar\"\n  more_label                 : \"Pelajari lagi\"\n  related_label              : \"Anda mungkin suka\"\n  follow_label               : \"Ikuti:\"\n  feed_label                 : \"Feed\"\n  powered_by                 : \"Didukung oleh\"\n  website_label              : \"Website\"\n  email_label                : \"Email\"\n  recent_posts               : \"Post terbaru\"\n  undefined_wpm              : \"Parameter terdeskripsi words_per_minute di _config.yml\"\n  comment_form_info          : \"Email Anda tidak akan dipublish. Kolom yang diperlukan ditandai dengan tanda \"\n  comment_form_comment_label : \"Komentar\"\n  comment_form_md_info       : \"Markdown didukung.\"\n  comment_form_name_label    : \"Nama\"\n  comment_form_email_label   : \"Alamat email\"\n  comment_form_website_label : \"Website (opsional)\"\n  comment_btn_submit         : \"Kirim Komentar\"\n  comment_btn_submitted      : \"Telah dikirim\"\n  comment_success_msg        : \"Terimakasih atas komentar Anda! Komentar akan tampil setelah disetujui.\"\n  comment_error_msg          : \"Maaf, ada kesalahan pada komentar Anda. Pastikan seluruh kolom sudah dilengkapi dan coba kembali.\"\n  loading_label              : \"Sedang memuat...\"\n  search_label_text          : \"Masukkan kata kunci pencarian...\"\n  search_placeholder_text    : \"Masukkan kata kunci pencarian...\"\n  search_algolia_no_results  : \"Tidak ada hasil\"\n  results_found              : \"Hasil pencarian ditemukan\"\n  back_to_top                : \"Kembali ke awal\"\nid-ID:\n  <<: *DEFAULT_ID\n\n# Vietnamese\n# ----------\nvi: &DEFAULT_VI\n  skip_links                 : \"Đường dẫn tắt\"\n  skip_primary_nav           : \"Nhảy tới thanh điều hướng\"\n  skip_content               : \"Nhảy tới nội dung\"\n  skip_footer                : \"Nhảy tới chân trang\"\n  page                       : \"Trang\"\n  pagination_previous        : \"Trước\"\n  pagination_next            : \"Kế tiếp\"\n  breadcrumb_home_label      : \"Trang chủ\"\n  breadcrumb_separator       : \"/\"\n  menu_label                 : \"Menu\"\n  search_label               : \"Tìm kiếm\"\n  toc_label                  : \"Mục lục\"\n  ext_link_label             : \"Đường dẫn trực tiếp\"\n  less_than                  : \"chỉ cần\"\n  minute_read                : \"phút để đọc\"\n  share_on_label             : \"Chia sẻ tại\"\n  meta_label                 :\n  tags_label                 : \"Thẻ:\"\n  categories_label           : \"Danh mục:\"\n  date_label                 : \"Ngày cập nhật:\"\n  comments_label             : \"Để lại bình luận\"\n  comments_title             : \"Bình luận\"\n  more_label                 : \"Mở rộng\"\n  related_label              : \"Có thể bạn cũng thích\"\n  follow_label               : \"Theo dõi:\"\n  feed_label                 : \"Feed\"\n  powered_by                 : \"Xây dựng trên nền tảng\"\n  website_label              : \"Website\"\n  email_label                : \"Email\"\n  recent_posts               : \"Bài viết mới\"\n  undefined_wpm              : \"Chưa định nghĩa thông số words_per_minute tại _config.yml\"\n  comment_form_info          : \"Email của bạn sẽ được giữ bí mật. Các phần bắt buộc được đánh dấu\"\n  comment_form_comment_label : \"Bình luận\"\n  comment_form_md_info       : \"Hỗ trợ Markdown.\"\n  comment_form_name_label    : \"Tên\"\n  comment_form_email_label   : \"Địa chỉ email\"\n  comment_form_website_label : \"Website (không bắt buộc)\"\n  comment_btn_submit         : \"Gửi bình luận\"\n  comment_btn_submitted      : \"Đã được gửi\"\n  comment_success_msg        : \"Cảm ơn bạn đã bình luận! Bình luận sẽ xuất hiện sau khi được duyệt.\"\n  comment_error_msg          : \"Rất tiếc, có lỗi trong việc gửi bình luận. Hãy đảm bảo toàn bộ các phần bắt buộc đã được điền đầy đủ và thử lại.\"\n  loading_label              : \"Đang tải...\"\n  search_label_text          : \"Nhập từ khóa cần tìm...\"\n  search_placeholder_text    : \"Nhập từ khóa cần tìm...\"\n  search_algolia_no_results  : \"Không tìm thấy kết quả nào\"\n  results_found              : \"Kết quả tìm được\"\n  back_to_top                : \"Lên đầu trang\"\nvi-VN:\n  <<: *DEFAULT_VI\n\n# Danish\n# ------\nda: &DEFAULT_DA\n  skip_links                 :\n  skip_primary_nav           : \"Gå til hovedmenuen\"\n  skip_content               : \"Gå til indholdet\"\n  skip_footer                : \"Gå til sidefoden\"\n  page                       : \"Side\"\n  pagination_previous        : \"Forrige\"\n  pagination_next            : \"Næste\"\n  breadcrumb_home_label      : \"Forside\"\n  breadcrumb_separator       : \"/\"\n  menu_label                 : \"Vis/skjul menu\"\n  search_label               : \"Søgning til/fra\"\n  toc_label                  : \"På denne side\"\n  ext_link_label             : \"Direkte link\"\n  less_than                  : \"mindre end\"\n  minute_read                : \"minutters læsning\"\n  share_on_label             : \"Del på\"\n  meta_label                 :\n  tags_label                 : \"Nøgleord:\"\n  categories_label           : \"Kategorier:\"\n  date_label                 : \"Opdateret:\"\n  comments_label             : \"Skriv en kommentar\"\n  comments_title             : \"Kommentarer\"\n  more_label                 : \"Lær mere\"\n  related_label              : \"Måske kan du også lide\"\n  follow_label               : \"Følg:\"\n  feed_label                 : \"Feed\"\n  powered_by                 : \"Drives af\"\n  website_label              : \"Website\"\n  email_label                : \"E-mail\"\n  recent_posts               : \"Seneste indlæg\"\n  undefined_wpm              : \"Parameteren words_per_minute er ikke defineret i _config.yml\"\n  comment_form_info          : \"Din e-mail bliver ikke offentliggjort. Obligatoriske felter er markeret\"\n  comment_form_comment_label : \"Kommentar\"\n  comment_form_md_info       : \"Markdown er understøttet.\"\n  comment_form_name_label    : \"Navn\"\n  comment_form_email_label   : \"E-mail\"\n  comment_form_website_label : \"Website (frivillig)\"\n  comment_btn_submit         : \"Send kommentar\"\n  comment_btn_submitted      : \"Sendt\"\n  comment_success_msg        : \"Tak for din kommentar! Den bliver vist på siden, så snart den er godkendt.\"\n  comment_error_msg          : \"Desværre skete der en fejl. Prøv igen, mens du sørger for at alle obligatoriske felter er udfyldt.\"\n  loading_label              : \"Indlæser...\"\n  search_label_text          : \"Hvad leder du efter...\"\n  search_placeholder_text    : \"Hvad leder du efter...\"\n  search_algolia_no_results  : \"Ingen resultater\"\n  results_found              : \"Resultat(er) fundet\"\n  back_to_top                : \"Tilbage til toppen\"\nda-DK:\n  <<: *DEFAULT_DA\n\n# Polish\n# ------\npl: &DEFAULT_PL\n  skip_links                 : \"Pomiń linki\"\n  skip_primary_nav           : \"Przejdź do nawigacji\"\n  skip_content               : \"Przejdź do treści\"\n  skip_footer                : \"Przejdź do stopki\"\n  page                       : \"Strona\"\n  pagination_previous        : \"Poprzednia\"\n  pagination_next            : \"Następna\"\n  breadcrumb_home_label      : \"Strona główna\"\n  breadcrumb_separator       : \"/\"\n  menu_label                 : \"Przełącz menu\"\n  search_label               : \"Przełącz wyszukiwanie\"\n  toc_label                  : \"Spis treści\"\n  ext_link_label             : \"Link bezpośredni\"\n  less_than                  : \"mniej niż\"\n  minute_read                : \"minut(y)\"\n  share_on_label             : \"Udostępnij\"\n  meta_label                 :\n  tags_label                 : \"Tagi:\"\n  categories_label           : \"Kategorie:\"\n  date_label                 : \"Ostatnia aktualizacja:\"\n  comments_label             : \"Zostaw komentarz\"\n  comments_title             : \"Komentarze\"\n  more_label                 : \"Dowiedz się więcej\"\n  related_label              : \"Także może Ci się spodobać\"\n  follow_label               : \"Śledź:\"\n  feed_label                 : \"Feed\"\n  powered_by                 : \"Powstało dzięki\"\n  website_label              : \"Strona\"\n  email_label                : \"Email\"\n  recent_posts               : \"Najnowsze wpisy\"\n  undefined_wpm              : \"Parametr words_per_minute nie został zdefiniowany w _config.yml.\"\n  comment_form_info          : \"Twój adres email nie będzie udostępiony. Wymagane pola są oznaczone.\"\n  comment_form_comment_label : \"Skomentuj\"\n  comment_form_md_info       : \"Markdown jest wspierany\"\n  comment_form_name_label    : \"Imię\"\n  comment_form_email_label   : \"Adres email\"\n  comment_form_website_label : \"Strona www (opcjonalna)\"\n  comment_btn_submit         : \"Skomentuj\"\n  comment_btn_submitted      : \"Komentarz dodany\"\n  comment_success_msg        : \"Dziękuję za Twój komentarz! Zostanie dodany po akceptacji.\"\n  comment_error_msg          : \"Niestety wystąpił błąd. Proszę upewnij się, że wszystkie wymagane pola zostały wypełnione i spróbuj ponownie.\"\n  loading_label              : \"Trwa ładowanie strony...\"\n  search_label_text          : \"Wprowadź kryteria wyszukiwania...\"\n  search_placeholder_text    : \"Wprowadź kryteria wyszukiwania...\"\n  search_algolia_no_results  : \"Brak wyników\"\n  results_found              : \"Znalezione wyniki\"\n  back_to_top                : \"Wróć na górę\"\npl-PL:\n  <<: *DEFAULT_PL\n\n# Japanese\n# --------\nja: &DEFAULT_JA\n  skip_links                 :\n  skip_primary_nav           :\n  skip_content               :\n  skip_footer                :\n  page                       : \"ページ\"\n  pagination_previous        : \"前へ\"\n  pagination_next            : \"次へ\"\n  breadcrumb_home_label      : \"ホーム\"\n  breadcrumb_separator       : \"/\"\n  menu_label                 : \"メニュー\"\n  search_label               :\n  toc_label                  : \"目次\"\n  ext_link_label             : \"リンク\"\n  less_than                  :\n  minute_read                :\n  share_on_label             : \"共有\"\n  meta_label                 :\n  tags_label                 : \"タグ:\"\n  categories_label           : \"カテゴリー:\"\n  date_label                 : \"更新日時:\"\n  comments_label             : \"コメントする\"\n  comments_title             : \"コメント\"\n  more_label                 : \"さらに詳しく\"\n  related_label              : \"関連記事\"\n  follow_label               : \"フォロー\"\n  feed_label                 :\n  powered_by                 :\n  website_label              :\n  email_label                :\n  recent_posts               : \"最近の投稿\"\n  undefined_wpm              : \"パラメータ words_per_minute が _config.yml で定義されていません\"\n  comment_form_info          : \"メールアドレスが公開されることはありません。次の印のある項目は必ず入力してください:\"\n  comment_form_comment_label : \"コメント\"\n  comment_form_md_info       : \"Markdown を使用できます\"\n  comment_form_name_label    : \"名前\"\n  comment_form_email_label   : \"メールアドレス\"\n  comment_form_website_label : \"URL (任意)\"\n  comment_btn_submit         : \"コメントを送信する\"\n  comment_btn_submitted      : \"送信しました\"\n  comment_success_msg        : \"コメントありがとうございます！　コメントは承認されるとページに表示されます。\"\n  comment_error_msg          : \"送信エラーです。必須項目がすべて入力されていることを確認して再送信してください。\"\n  loading_label              : \"読み込み中...\"\n  search_label_text          :\n  search_placeholder_text    : \"検索キーワードを入力してください...\"\n  search_algolia_no_results  :\n  results_found              : \"件\"\nja-JP:\n  <<: *DEFAULT_JA\n\n# Slovak\n# -----------------\nsk: &DEFAULT_SK\n  skip_links                 :\n  skip_primary_nav           :\n  skip_content               :\n  skip_footer                :\n  page                       : \"Stránka\"\n  pagination_previous        : \"Predošlá\"\n  pagination_next            : \"Ďalšia\"\n  breadcrumb_home_label      : \"Domov\"\n  breadcrumb_separator       : \"/\"\n  menu_label                 : \"Menu\"\n  search_label               :\n  toc_label                  : \"Obsah\"\n  ext_link_label             : \"Priamy odkaz\"\n  less_than                  : \"menej ako\"\n  minute_read                : \"minút\"\n  share_on_label             : \"Zdieľaj na\"\n  meta_label                 :\n  tags_label                 : \"Tagy:\"\n  categories_label           : \"Kategórie:\"\n  date_label                 : \"Aktualizované:\"\n  comments_label             : \"Zanechaj odkaz\"\n  comments_title             : \"Komentáre\"\n  more_label                 : \"Dozvedieť sa viac\"\n  related_label              : \"Podobné články\"\n  follow_label               : \"Sleduj:\"\n  feed_label                 : \"Zoznam\"\n  powered_by                 : \"Stránka vytvorená pomocou\"\n  website_label              : \"Web stránka\"\n  email_label                : \"Email\"\n  recent_posts               : \"Najnovšie príspevky\"\n  undefined_wpm              : \"Nedefinovaný parameter words_per_minute v _config.yml\"\n  comment_form_info          : \"Tvoja emailová adresa nebude publikovaná. Požadované polia sú označené\"\n  comment_form_comment_label : \"Komentár\"\n  comment_form_md_info       : \"Markdown je podporovaný.\"\n  comment_form_name_label    : \"Meno\"\n  comment_form_email_label   : \"Emailová adresa\"\n  comment_form_website_label : \"Webstránka (voliteľné)\"\n  comment_btn_submit         : \"Vlož komentár\"\n  comment_btn_submitted      : \"Vložený\"\n  comment_success_msg        : \"Ďakujem za tvoj komentár! Po schválení bude zobrazený na stránke.\"\n  comment_error_msg          : \"Prepáč, pri ukladaní nastala chyba. Ubezpeč sa prosím, že si vyplnil všetky požadované polia a skús znova.\"\n  loading_label              : \"Načítava sa...\"\n  search_label_text          :\n  search_placeholder_text    : \"Zadaj hľadaný výraz...\"\n  search_algolia_no_results  :\n  results_found              : \"Nájdených výsledkov\"\n  back_to_top                : \"Na začiatok stránky\"\nsk-SK:\n  <<: *DEFAULT_SK\n\n# Hungarian\n# -----------------\nhu: &DEFAULT_HU\n  skip_links                 :\n  skip_primary_nav           :\n  skip_content               :\n  skip_footer                :\n  page                       : \"Oldal\"\n  pagination_previous        : \"Előző\"\n  pagination_next            : \"Következő\"\n  breadcrumb_home_label      : \"Kezdőlap\"\n  breadcrumb_separator       : \"/\"\n  menu_label                 : \"Menü nyit/zár\"\n  search_label               :\n  toc_label                  : \"Ezen az oldalon\"\n  ext_link_label             : \"Közvetlen Link\"\n  less_than                  : \"kevesebb mint\"\n  minute_read                : \"eltöltött percek\"\n  share_on_label             : \"Megosztás\"\n  meta_label                 :\n  tags_label                 : \"Tagek:\"\n  categories_label           : \"Kategóriák:\"\n  date_label                 : \"Frissítve:\"\n  comments_label             : \"Szólj hozzá!\"\n  comments_title             : \"Hozzászólások\"\n  more_label                 : \"Tovább\"\n  related_label              : \"Ajánlások\"\n  follow_label               : \"Követés:\"\n  feed_label                 : \"Folyam\"\n  powered_by                 : \"Powered by\"\n  website_label              : \"Honlap\"\n  email_label                : \"Email\"\n  recent_posts               : \"Friss cikkek\"\n  undefined_wpm              : \"Ismeretlen paraméter words_per_minute : _config.yml\"\n  comment_form_info          : \"Az e-mail címed nem lesz publikus. A csillagozott mezők kitöltése kötelező\"\n  comment_form_comment_label : \"Hozzászólás\"\n  comment_form_md_info       : \"Támogatott formázási mód: Markdown\"\n  comment_form_name_label    : \"Név\"\n  comment_form_email_label   : \"Email cím\"\n  comment_form_website_label : \"Honlap (nem kötelező):\"\n  comment_btn_submit         : \"Hozzászólás elküldése\"\n  comment_btn_submitted      : \"Hozzászólás elküldve\"\n  comment_success_msg        : \"Köszönjük a Hozzászólást! A Hozzászólások csak előzetes moderáció után lesznek publikusak.\"\n  comment_error_msg          : \"Hoppá, hiba történt a beküldés közben. Kérlek ellenőrizd hogy minden kötelező mező ki van-e töltve.\"\n  loading_label              : \"Betöltés...\"\n  search_label_text          :\n  search_placeholder_text    : \"Keresendő szöveg...\"\n  search_algolia_no_results  :\n  results_found              : \"Találatok:\"\n  back_to_top                : \"Oldal tetejére\"\nhu-HU:\n  <<: *DEFAULT_HU\n\n# Romanian\n# -----------------\nro: &DEFAULT_RO\n  skip_links                 :\n  skip_primary_nav           :\n  skip_content               :\n  skip_footer                :\n  page                       : \"Pagina\"\n  pagination_previous        : \"Anterior\"\n  pagination_next            : \"Următor\"\n  breadcrumb_home_label      : \"Acasă\"\n  breadcrumb_separator       : \"/\"\n  menu_label                 : \"Comută meniul\"\n  search_label               :\n  toc_label                  : \"Pe această pagină\"\n  ext_link_label             : \"Link direct\"\n  less_than                  : \"mai puțin de\"\n  minute_read                : \"minute de citit\"\n  share_on_label             : \"Distribuie pe\"\n  meta_label                 :\n  tags_label                 : \"Etichete:\"\n  categories_label           : \"Categorii:\"\n  date_label                 : \"Actualizat:\"\n  comments_label             : \"Lasă un comentariu\"\n  comments_title             : \"Comentarii\"\n  more_label                 : \"Citește mai departe\"\n  related_label              : \"S-ar putea să-ți placă\"\n  follow_label               : \"Urmărește:\"\n  feed_label                 : \"Feed RSS\"\n  powered_by                 : \"Cu sprijinul\"\n  website_label              : \"Site\"\n  email_label                : \"Email\"\n  recent_posts               : \"Articole recente\"\n  undefined_wpm              : \"Parametru words_per_minute nedefinit în _config.yml\"\n  comment_form_info          : \"Adresa ta de email nu va fi făcută publică. Câmpurile marcate sunt obligatorii\"\n  comment_form_comment_label : \"Comentariu\"\n  comment_form_md_info       : \"Markdown este suportat.\"\n  comment_form_name_label    : \"Nume\"\n  comment_form_email_label   : \"Adresă de email\"\n  comment_form_website_label : \"Site (opțional)\"\n  comment_btn_submit         : \"Trimite comentariul\"\n  comment_btn_submitted      : \"Trimis\"\n  comment_success_msg        : \"Mulțumesc pentru comentariu! Va apărea pe site în momentul în care va fi aprobat.\"\n  comment_error_msg          : \"Scuze, este o problemă cu comentariul tău. Asigură-te că toate câmpurile obligatorii au fost completate și încearcă din nou.\"\n  loading_label              : \"Se încarcă...\"\n  search_label_text          :\n  search_placeholder_text    : \"Caută ceva...\"\n  search_algolia_no_results  :\n  results_found              : \"Rezultate găsite\"\n  back_to_top                : \"Înapoi în susul paginii\"\nro-RO:\n  <<: *DEFAULT_RO\n\n# Punjabi\n# -----------------\npa: &DEFAULT_PA\n  skip_links                 : \"ਲਿੰਕ ਛੱਡੋ\"\n  skip_primary_nav           : \"ਮੂਲ ਮਾਰਗ ਛੱਡੋ\"\n  skip_content               : \"ਸਮੱਗਰੀ ਛੱਡੋ\"\n  skip_footer                : \"ਅੰਤ ਵਿਚ ਲਿਖਿਆ ਛੱਡੋ\"\n  page                       : \"ਸਫ਼ਾ\"\n  pagination_previous        : \"ਪਿਛਲਾ\"\n  pagination_next            : \"ਅਗਲਾ \"\n  breadcrumb_home_label      : \"ਘਰ\"\n  breadcrumb_separator       : \"/\"\n  menu_label                 : \"ਟੌਗਲ ਮੀਨੂ\"\n  search_label               : \"ਖੋਜ\"\n  toc_label                  : \"ਇਸ ਸਫ਼ੇ 'ਤੇ\"\n  ext_link_label             : \"ਸਿੱਧਾ ਸੰਪਰਕ\"\n  less_than                  : \"ਤੋਂ ਘੱਟ\"\n  minute_read                : \"ਮਿੰਟ ਵਿੱਚ ਪੜਿਆ ਜਾ ਸਕਦਾ ਹੈ\"\n  share_on_label             : \"ਸਾਂਝਾ ਕਰੋ\"\n  meta_label                 : \"ਸਵੈ-ਸੰਦਰਭ ਜਾਣਕਾਰੀ\"\n  tags_label                 : \"ਟੈਗ\"\n  categories_label           : \"ਵਰਗ\"\n  date_label                 : \"ਅਪਡੇਟ ਕੀਤਾ:\"\n  comments_label             : \"ਇੱਕ ਟਿੱਪਣੀ ਛੱਡੋ\"\n  comments_title             : \"ਟਿੱਪਣੀਆਂ\"\n  more_label                 : \"ਹੋਰ ਜਾਣੋ\"\n  related_label              : \"ਤੁਸੀਂ ਇਸਦਾ ਆਨੰਦ ਵੀ ਲੈ ਸਕਦੇ ਹੋ\"\n  follow_label               : \"ਫਾਲੋ ਅੱਪ ਕਰੋ:\"\n  feed_label                 : \"ਫੀਡ\"\n  powered_by                 : \"ਦੁਆਰਾ ਸੰਚਾਲਿਤ\"\n  website_label              : \"ਵੈੱਬਸਾਇਟ\"\n  email_label                : \"ਈਮੇਲ\"\n  recent_posts               : \"ਹਾਲ ਹੀ ਦੇ ਪੋਸਟ\"\n  undefined_wpm              : \"_config.yml ਤੇ ਅਣ-ਪ੍ਰਭਾਸ਼ਿਤ ਪੈਰਾਮੀਟਰ words_per_minute\"\n  comment_form_info          : \"ਤੁਹਾਡਾ ਈਮੇਲ ਪਤਾ ਪ੍ਰਕਾਸ਼ਿਤ ਨਹੀਂ ਕੀਤਾ ਜਾਵੇਗਾ। ਅਨੁਮਾਨਿਤ ਸਥਾਨਾਂ ਨੂੰ ਅੰਡਰਲਾਈਨ ਕੀਤਾ ਗਿਆ ਹੈ\"\n  comment_form_comment_label : \"ਟਿੱਪਣੀ\"\n  comment_form_md_info       : \"ਮਾਰਕਡਾਊਨ ਵਰਤ ਸਕਦੇ ਹੋ।\"\n  comment_form_name_label    : \"ਨਾਮ\"\n  comment_form_email_label   : \"ਈਮੇਲ ਪਤਾ\"\n  comment_form_website_label : \"ਵੈਬਸਾਈਟ (ਵਿਕਲਪਿਕ)\"\n  comment_btn_submit         : \"ਕੋਈ ਟਿੱਪਣੀ ਭੇਜੋ\"\n  comment_btn_submitted      : \"ਪੇਸ਼ ਕੀਤਾ\"\n  comment_success_msg        : \"ਤੁਹਾਡੀਆਂ ਟਿੱਪਣੀਆਂ ਲਈ ਧੰਨਵਾਦ! ਇਹ ਮਨਜ਼ੂਰੀ ਮਿਲਣ ਦੇ ਬਾਅਦ ਸਾਈਟ 'ਤੇ ਦਿਖਾਇਆ ਜਾਵੇਗਾ।\"\n  comment_error_msg          : \"ਮੁਆਫ ਕਰਨਾ, ਤੁਹਾਡੀ ਅਧੀਨਗੀ ਵਿੱਚ ਕੋਈ ਗਲਤੀ ਹੋਈ ਸੀ ਕਿਰਪਾ ਕਰਕੇ ਯਕੀਨੀ ਬਣਾਓ ਕਿ ਸਾਰੇ ਲੋੜੀਂਦੇ ਖੇਤਰ ਪੂਰੇ ਹੋ ਗਏ ਹਨ ਅਤੇ ਦੁਬਾਰਾ ਕੋਸ਼ਿਸ਼ ਕਰੋ।\"\n  loading_label              : \"ਲੋਡ ਹੋ ਰਿਹਾ ਹੈ...\"\n  search_label_text          : \"ਖੋਜ\"\n  search_placeholder_text    : \"ਆਪਣੀ ਖੋਜ ਦੇ ਸ਼ਬਦ ਨੂੰ ਦਰਜ ਕਰੋ...\"\n  search_algolia_no_results  :\n  results_found              : \"ਨਤੀਜਾ ਮਿਲਿਆ/ਮਿਲੇ\"\n  back_to_top                : \"ਵਾਪਸ ਚੋਟੀ 'ਤੇ ਜਾਓ\"\npa-IN:\n  <<: *DEFAULT_PA\n\n# Persian (Farsi)\n# --------------\nfa: &DEFAULT_FA\n  skip_links                 :\n  skip_primary_nav           :\n  skip_content               :\n  skip_footer                :\n  page                       : \"صفحه\"\n  pagination_previous        : \"قبلی\"\n  pagination_next            : \"بعدی\"\n  breadcrumb_home_label      : \"صفحه اصلی\"\n  breadcrumb_separator       : \"/\"\n  menu_label                 : \"فهرست\"\n  toc_label                  : \"در این صفحه\"\n  ext_link_label             : \"لینک مستقیم\"\n  less_than                  : \" \"\n  minute_read                : \"دقیقه، طول مطالعه\"\n  share_on_label             : \"اشتراک گذاری در\"\n  meta_label                 :\n  tags_label                 : \"تگ ها: \"\n  categories_label           : \"دسته بندی ها: \"\n  date_label                 : \"به روز شده در: \"\n  comments_label             : \"ارسال نظر\"\n  comments_title             : \"نظرات\"\n  more_label                 : \"ادامه مطلب\"\n  related_label              : \"ممکن است از این مطالب نیز لذت ببرید\"\n  follow_label               : \"دنبال کنید: \"\n  feed_label                 : \"خوراک\"\n  powered_by                 : \"طراحی شده توسط\"\n  website_label              : \"سایت اینترنتی\"\n  email_label                : \"پست الکترونیک\"\n  recent_posts               : \"آخرین مطالب\"\n  undefined_wpm              : \".(words_per_minute) _config.yml متغیر اشتباه در\"\n  comment_form_info          : \".آدرس ایمیل شما منتشر نخواهد شد. فیلدهای اجباری مشخص شده اند\"\n  comment_form_comment_label : \"دیدگاه\"\n  comment_form_md_info       : \".پشتیبانی می شود Markdown\"\n  comment_form_name_label    : \"نام\"\n  comment_form_email_label   : \"پست الکترونیک\"\n  comment_form_website_label : \"سایت اینترنتی (اختیاری)\"\n  comment_btn_submit         : \"ارسال نظر\"\n  comment_btn_submitted      : \"ارسال شد\"\n  comment_success_msg        : \".باتشکر از ارسال دیدگاه! پس از تأیید، این دیدگاه در سایت نشان داده خواهد شد\"\n  comment_error_msg          : \".متاسفانه در ارسال شما خطایی بود. لطفا مطمئن شوید تمام فیلدهای مورد نیاز تکمیل شده و دوباره امتحان کنید\"\n  loading_label              : \"بارگذاری...\"\n  search_label_text          :\n  search_placeholder_text    : \"عبارت جستجوی خود را وارد کنید...\"\n  search_algolia_no_results  :\n  results_found              : \"نتایج\"\n  back_to_top                : \"بازگشت به بالا\"\nfa-IR:\n  <<: *DEFAULT_FA\n\n\n# Malayalam\n# -----------------\nml: &DEFAULT_ML\n  skip_links                 :\n  skip_primary_nav           :\n  skip_content               :\n  skip_footer                :\n  page                       : \"പേജ്\"\n  pagination_previous        : \"തിരികെ\"\n  pagination_next            : \"മുന്നോട്ട്\"\n  breadcrumb_home_label      : \"ഹോം\"\n  breadcrumb_separator       : \"/\"\n  menu_label                 : \"ടോഗിൾ മെനു\"\n  search_label               : \"ടോഗിൾ സെർച്ച്\"\n  toc_label                  : \"ഈ പേജിൽ\"\n  ext_link_label             : \"ലിങ്കിലേക് പോകാൻ\"\n  less_than                  : \"ഏതാണ്ട്\"\n  minute_read                : \"മിനിറ്റ് ദൈർഖ്യം\"\n  share_on_label             : \"ഷെയർ  ചെയ്യുവാൻ \"\n  meta_label                 :\n  tags_label                 : \"ടാഗുകൾ:\"\n  categories_label           : \"വിഭാഗങ്ങൾ:\"\n  date_label                 : \"അവസാന മാറ്റം:\"\n  comments_label             : \"അഭിപ്രായം രേഖപ്പെടുത്തുക\"\n  comments_title             : \"അഭിപ്രായങ്ങൾ\"\n  more_label                 : \"കൂടുതൽ  അറിയുവാൻ\"\n  related_label              : \"നിങ്ങൾക് ഇതും ഇഷ്ടപ്പെട്ടേക്കാം\"\n  follow_label               : \"പിന്തുടരുക:\"\n  feed_label                 : \"ഫീഡ്\"\n  powered_by                 : \"പവേർഡ് ബൈ\"\n  website_label              : \"വെബ്സൈറ്റ്\"\n  email_label                : \"ഇ-മെയിൽ\"\n  recent_posts               : \"സമീപകാല പോസ്റ്റുകൾ\"\n  undefined_wpm              : \"Config.yml ലെ words_per_minute പരാമീറ്റർ നിർവചിച്ചിട്ടില്ല.\"\n  comment_form_info          : \"നിങ്ങളുടെ ഇമെയിൽ വിലാസം പ്രസിദ്ധീകരിക്കില്ല. ആവശ്യമായ ഫീൽഡുകൾ അടയാളപ്പെടുത്തി.\"\n  comment_form_comment_label : \"കമന്റ്\"\n  comment_form_md_info       : \"Markdown സപ്പോർട്ട് ചെയ്യുന്നതാണ്.\"\n  comment_form_name_label    : \"പേര്\"\n  comment_form_email_label   : \"ഇ-മെയിൽ\"\n  comment_form_website_label : \"വെബ്സൈറ് (ഓപ്ഷണൽ)\"\n  comment_btn_submit         : \"അഭിപ്രായം രേഖപ്പെടുത്തുക\"\n  comment_btn_submitted      : \"രേഖപ്പെടുത്തി\"\n  comment_success_msg        : \"നിങ്ങളുടെ അഭിപ്രായത്തിന് നന്ദി! ഇത് അംഗീകരിച്ചുകഴിഞ്ഞാൽ ഇത് സൈറ്റിൽ പ്രദർശിപ്പിക്കും.\"\n  comment_error_msg          : \"ക്ഷമിക്കണം, നിങ്ങളുടെ സമർപ്പണവുമായി ബന്ധപ്പെട്ട് ഒരു പിശകുണ്ടായിരുന്നു. ആവശ്യമായ എല്ലാ ഫീൽഡുകളും പൂർത്തിയായിട്ടുണ്ടെന്ന് ഉറപ്പുവരുത്തുക, വീണ്ടും ശ്രമിക്കുക.\"\n  loading_label              : \"ലോഡിംഗ്...\"\n  search_label_text          :\n  search_placeholder_text    : \"നിങ്ങളുടെ തിരയൽ പദം നൽകുക...\"\n  search_algolia_no_results  :\n  results_found              : \"ഫലം (കൾ) കണ്ടെത്തി\"\n  back_to_top                : \"മുകളിലേയ്ക്ക്\"\nml-IN:\n  <<: *DEFAULT_ML\n\n# Thailand\n# --------------\nth: &DEFAULT_TH\n  skip_links                 :\n  skip_primary_nav           :\n  skip_content               :\n  skip_footer                :\n  page                       : \"หน้า\"\n  pagination_previous        : \"ก่อนหน้า\"\n  pagination_next            : \"ถัดไป\"\n  breadcrumb_home_label      : \"หน้าแรก\"\n  breadcrumb_separator       : \"/\"\n  menu_label                 : \"พับเมนู\"\n  search_label               : \"พับการค้นหา\"\n  toc_label                  : \"บนหน้านี้\"\n  ext_link_label             : \"ลิงก์โดยตรง\"\n  less_than                  : \"น้อยกว่า\"\n  minute_read                : \"นาที ในการอ่าน\"\n  share_on_label             : \"แชร์ไปที่\"\n  meta_label                 :\n  tags_label                 : \"แท็ก:\"\n  categories_label           : \"หมวดหมู่:\"\n  date_label                 : \"อัพเดตล่าสุด:\"\n  comments_label             : \"แสดงความคิดเห็น\"\n  comments_title             : \"ความคิดเห็น\"\n  more_label                 : \"อ่านต่อ\"\n  related_label              : \"คุณอาจจะชอบสิ่งนี้\"\n  follow_label               : \"ติดตาม:\"\n  feed_label                 : \"ฟืดข่าว\"\n  powered_by                 : \"ขับเคลื่อนโดย\"\n  website_label              : \"เว็บไซต์\"\n  email_label                : \"อีเมล\"\n  recent_posts               : \"โพสล่าสุด\"\n  undefined_wpm              : \"ไม่สามารถระบุพารามิเตอร์ words_per_minute ได้ใน _config.yml\"\n  comment_form_info          : \"อีเมลของคุณไม่สามารถโพสสาธารณะได้ กรุณากรอกช่องที่ระบุด้วยเครื่องหมายดอกจันไว้\"\n  comment_form_comment_label : \"แสดงความคิดเห็น\"\n  comment_form_md_info       : \"มาร์กดาวน์ได้รับการสนับสนุน\"\n  comment_form_name_label    : \"ชื่อ\"\n  comment_form_email_label   : \"ที่อยู่อีเมล\"\n  comment_form_website_label : \"เว็บไซต์ (ตัวเลือก)\"\n  comment_btn_submit         : \"ส่งความคิดเห็น\"\n  comment_btn_submitted      : \"ส่งเรียบร้อยแล้ว\"\n  comment_success_msg        : \"ขอบคุณสำหรับการแสดงความคิดเห็น! ความคิดเห็นจะได้รับการแสดงหลังจากได้รับการยืนยัน\"\n  comment_error_msg          : \"ขออภัย, มีบางอย่างผิดพลาดจากการส่งแบบฟอร์ม กรุณาตรวจทานทุกช่อง และลองส่งใหม่อีกครั้ง\"\n  loading_label              : \"กำลังโหลด...\"\n  search_label_text          :\n  search_placeholder_text    : \"ใส่คำค้นหาของคุณ...\"\n  search_algolia_no_results  :\n  results_found              : \"ผลการค้นหา พบ\"\n  back_to_top                : \"กลับด้านบน\"\nth-TH:\n  <<: *DEFAULT_TH\n\n# Hindi\n# -----------------\nhi: &DEFAULT_HI\n  skip_links                 : \"लिंक छोड़ें\"\n  skip_primary_nav           : \"प्राथमिक पथ-प्रदर्शन छोड़ें\"\n  skip_content               : \"सामग्री छोड़ें\"\n  skip_footer                : \"अंत-में लिखा छोड़ें\"\n  page                       : \"पृष्ठ\"\n  pagination_previous        : \"पिछला\"\n  pagination_next            : \"अगला\"\n  breadcrumb_home_label      : \"घर\"\n  breadcrumb_separator       : \"/\"\n  menu_label                 : \"टॉगल मेनू\"\n  toc_label                  : \"इस पृष्ठ पर\"\n  ext_link_label             : \"सीधा संपर्क\"\n  less_than                  : \"से कम\"\n  minute_read                : \"मिनट में पढ़ सकते हैं\"\n  share_on_label             : \"साझा करें\"\n  meta_label                 : \"स्व-संदर्भात्मक जानकारी\"\n  tags_label                 : \"अंकितक:\"\n  categories_label           : \"श्रेणियाँ:\"\n  date_label                 : \"अपडेट किया गया:\"\n  comments_label             : \"एक टिप्पणी छोड़ें\"\n  comments_title             : \"टिप्पणियाँ\"\n  more_label                 : \"और अधिक जानें\"\n  related_label              : \"आप इसका भी आनंद ले सकते हैं\"\n  follow_label               : \"अनुसरण करे:\"\n  feed_label                 : \"फ़ीड\"\n  powered_by                 : \"द्वारा संचालित\"\n  website_label              : \"वेबसाइट\"\n  email_label                : \"ईमेल\"\n  recent_posts               : \"हाल के पोस्ट\"\n  undefined_wpm              : \"_config.yml पर अपरिभाषित पैरामीटर words_per_minute\"\n  comment_form_info          : \"आपका ईमेल पता प्रकाशित नहीं किया जाएगा। अपेक्षित स्थानों को रेखांकित कर दिया गया है\"\n  comment_form_comment_label : \"टिप्पणी\"\n  comment_form_md_info       : \"मार्कडाउन की अनुमति है।\"\n  comment_form_name_label    : \"नाम\"\n  comment_form_email_label   : \"ईमेल पता\"\n  comment_form_website_label : \"वेबसाइट (ऐच्छिक)\"\n  comment_btn_submit         : \"टिप्पणी भेजें\"\n  comment_btn_submitted      : \"प्रस्तुत\"\n  comment_success_msg        : \"आपके कमेंट के लिए धन्यवाद! इसे स्वीकृति मिलने के बाद साइट पर दिखाया जाएगा।\"\n  comment_error_msg          : \"क्षमा करें, आपके सबमिशन के साथ एक त्रुटि हुई थी। कृपया सुनिश्चित करें कि सभी आवश्यक फ़ील्ड पूरा हो गए हैं और पुनः प्रयास करें।\"\n  loading_label              : \"लोड हो रहा है...\"\n  search_label_text          : \"खोज\"\n  search_placeholder_text    : \"अपना खोज शब्द दर्ज करें...\"\n  search_algolia_no_results  :\n  results_found              : \"परिणाम मिला/मिले\"\n  back_to_top                : \"शीर्ष पर वापस\"\nhi-IN:\n  <<: *DEFAULT_HI\n\n# Catalan\n# --------------\nca: &DEFAULT_CA\n  skip_links                 : \"Salta els enllaços\"\n  skip_primary_nav           : \"Salta a la navegació primària\"\n  skip_content               : \"Salta al contingut\"\n  skip_footer                : \"Salta al peu\"\n  page                       : \"Pàgina\"\n  pagination_previous        : \"Anterior\"\n  pagination_next            : \"Següent\"\n  breadcrumb_home_label      : \"Inici\"\n  breadcrumb_separator       : \"/\"\n  menu_label                 : \"Mostra/amaga el menú\"\n  search_label               : \"Mostra/amaga la cerca\"\n  toc_label                  : \"En aquesta pàgina\"\n  ext_link_label             : \"Enllaç directe\"\n  less_than                  : \"es llegeix en menys de\"\n  minute_read                : \"minut(s)\"\n  share_on_label             : \"Comparteix a\"\n  meta_label                 :\n  tags_label                 : \"Etiquetes:\"\n  categories_label           : \"Categories:\"\n  date_label                 : \"Actualitzat:\"\n  comments_label             : \"Deixa un comentari\"\n  comments_title             : \"Comentaris\"\n  more_label                 : \"Llegeix més\"\n  related_label              : \"També et pot agradar\"\n  follow_label               : \"Segueix-me:\"\n  feed_label                 : \"Feed\"\n  powered_by                 : \"Funciona amb\"\n  website_label              : \"Pàgina web\"\n  email_label                : \"Correu electrònic\"\n  recent_posts               : \"Entrades recents\"\n  undefined_wpm              : \"El paràmetre words_per_minute no està definit a _config.yml\"\n  comment_form_info          : \"No es mostrarà el teu correu electrònic. Els camps obligatoris estan marcats\"\n  comment_form_comment_label : \"Comentari\"\n  comment_form_md_info       : \"Admet Markdown.\"\n  comment_form_name_label    : \"Nom\"\n  comment_form_email_label   : \"Correu electrònic\"\n  comment_form_website_label : \"Pàgina web (opcional)\"\n  comment_btn_submit         : \"Envia\"\n  comment_btn_submitted      : \"Enviat\"\n  comment_success_msg        : \"Gràcies pel teu comentari! Apareixerà un cop sigui aprovat.\"\n  comment_error_msg          : \"Hi ha hagut un error enviat el comentari. Comprova que els camps obligatirs estiguin omplerts i torna-ho a provar.\"\n  loading_label              : \"Carregant...\"\n  search_label_text          : \"Introdueix termes per cercar...\"\n  search_placeholder_text    : \"Introdueix termes per cercar...\"\n  search_algolia_no_results  :\n  results_found              : \"resultat(s)\"\n  back_to_top                : \"Torna a dalt\"\nca-ES:\n  <<: *DEFAULT_CA\n\n# Irish (Gaeilge)\n# --------------\nga: &DEFAULT_GA\n  skip_links                 : \"Léim naisc\"\n  skip_primary_nav           : \"Léim chuig príomh naiscleanúint\"\n  skip_content               : \"Léim chuig inneachar\"\n  skip_footer                : \"Léim chuig buntásc\"\n  page                       : \"Leathanach\"\n  pagination_previous        : \"Leathanach roimhe sin\"\n  pagination_next            : \"Céad leathanach eile\"\n  breadcrumb_home_label      : \"Baile\"\n  breadcrumb_separator       : \"/\"\n  menu_label                 : \"Scorán roghchlár\"\n  search_label               : \"Scorán cuardach\"\n  toc_label                  : \"Ar an leathanach seo\"\n  ext_link_label             : \"Nasc díreach\"\n  less_than                  : \"níos lú na\"\n  minute_read                : \"a léamh\"\n  share_on_label             : \"Roinn ar\"\n  meta_label                 :\n  tags_label                 : \"Clibeanna:\"\n  categories_label           : \"Catagoírí:\"\n  date_label                 : \"Nuashonraíodh:\"\n  comments_label             : \"Fág trácht\"\n  comments_title             : \"Tráchtanna\"\n  more_label                 : \"Foghlaim níos mó\"\n  follow_label               : \"Lean:\"\n  feed_label                 : \"Feed\"\n  powered_by                 : \"Ag fáil cumhacht as\"\n  website_label              : \"Suíomh gréasáin\"\n  email_label                : \"R-phost\"\n  recent_posts               : \"Postálacha le deanaí\"\n  comment_form_comment_label : \"Trácht\"\n  comment_form_name_label    : \"Ainm\"\n  comment_form_email_label   : \"Ríomhsheoladh\"\n  comment_form_website_label : \"Suíomh gréasáin (roghnach)\"\n  comment_btn_submit         : \"Cuir isteach trácht\"\n  comment_btn_submitted      : \"Curtha isteach\"\n  loading_label              : \"Lódáil...\"\n  search_label_text          : \"Cuir do chuardach isteach...\"\n  search_placeholder_text    : \"Cuir do chuardach isteach...\"\n  search_algolia_no_results  :\n  results_found              : \"Torthaí aimsithe\"\n  back_to_top                : \"Ar ais go barr\"\nga-IE:\n  <<: *DEFAULT_GA\n\n\n# Finnish / Suomi\n# -----------------\nfi: &DEFAULT_FI\n  skip_links                 : \"Ohita linkit\"\n  skip_primary_nav           : \"Siirry päävalikkoon\"\n  skip_content               : \"Siirry sisältöön\"\n  skip_footer                : \"Siirry alareunaan\"\n  page                       : \"Sivu\"\n  pagination_previous        : \"Edellinen\"\n  pagination_next            : \"Seuraava\"\n  breadcrumb_home_label      : \"Etusivu\"\n  breadcrumb_separator       : \"/\"\n  menu_label                 : \"Avaa valikko\"\n  search_label               : \"Avaa haku\"\n  toc_label                  : \"Tällä sivulla\"\n  ext_link_label             : \"Suora linkki\"\n  less_than                  : \"vähemmän kuin\"\n  minute_read                : \"minuuttia luettavaa\"\n  share_on_label             : \"Jaa\"\n  meta_label                 :\n  tags_label                 : \"Tunnisteet:\"\n  categories_label           : \"Kategoriat:\"\n  date_label                 : \"Päivitetty:\"\n  comments_label             : \"Jätä kommentti\"\n  comments_title             : \"Kommentit\"\n  more_label                 : \"Lisää\"\n  related_label              : \"Saatat olla kiinnostunut myös\"\n  follow_label               : \"Seuraa:\"\n  feed_label                 : \"Syöte\"\n  powered_by                 : \"Käyttäen\"\n  website_label              : \"Kotisivu\"\n  email_label                : \"Sähköposti\"\n  recent_posts               : \"Viimeisimmät kirjoitukset\"\n  undefined_wpm              : \"words_per_minute asetusta ei ole määritelty _config.yml tiedostossa\"\n  comment_form_info          : \"Sinun sähköpostiosoitetta ei julkaista. Vaaditut kentät ovat merkittyjä\"\n  comment_form_comment_label : \"Kommentti\"\n  comment_form_md_info       : \"Tukee markdown muotoilua.\"\n  comment_form_name_label    : \"Nimi\"\n  comment_form_email_label   : \"Sähköpostiosoite\"\n  comment_form_website_label : \"Nettisivu (vapaaehtoinen)\"\n  comment_btn_submit         : \"Lähetä\"\n  comment_btn_submitted      : \"Lähetetty\"\n  comment_success_msg        : \"Kiitos kommentista, se julkaistaan tällä sivulla tarkastelun jälkeen.\"\n  comment_error_msg          : \"Tapahtui virhe. Tarkista, että olet täyttänyt kaikki kentät ja yritä uudelleen.\"\n  loading_label              : \"Ladataan...\"\n  search_label_text          : \"Hakusana...\"\n  search_placeholder_text    : \"Hakusana...\"\n  search_algolia_no_results  : \"Ei hakutuloksia\"\n  results_found              : \"Tulosta\"\n  back_to_top                : \"Siirry ylös\"\n\n# Myanmar (Burmese)\n# -----------------\nmy: &DEFAULT_MY\n  skip_links                 : \"လင့်များကို​ကျော်ပါ။\"\n  skip_primary_nav           : \"မူလအညွှန်းသို့​ကျော်ပါ။\"\n  skip_content               : \"အကြောင်းအရာသို့ကျော်ပါ။\"\n  skip_footer                : \"အောက်ခြေသို့ကျော်ပါ။\"\n  page                       : \"စာမျက်နှာ\"\n  pagination_previous        : \"ရှေ့တစ်ခု\"\n  pagination_next            : \"နောက်တစ်ခု\"\n  breadcrumb_home_label      : \"ပင်မစာမျက်နှာ\"\n  breadcrumb_separator       : \"/\"\n  menu_label                 : \"မီနူး ဖွင့်၊ပိတ်\"\n  search_label               : \"ရှာ​ဖွေရန် ဖွင့်၊ပိတ်\"\n  toc_label                  : \"ဒီစာမျက်နှာတွင်\"\n  ext_link_label             : \"တိုက်ရိုက်လင့်\"\n  less_than                  : \"ဖတ်ရန်ကြာချိန်\"\n  minute_read                : \"မိနစ်\"\n  share_on_label             : \"မျှဝေပါ။\"\n  meta_label                 :\n  tags_label                 : \"အမှတ်အသားများ -\"\n  categories_label           : \"အမျိုးအစားများ -\"\n  date_label                 : \"ပြင်ဆင်ပြီး -\"\n  comments_label             : \"မှတ်ချက်တစ်ခုချန်ထားပါ။\"\n  comments_title             : \"မှတ်ချက်များ\"\n  more_label                 : \"ပိုမိုသိရှိရန်\"\n  related_label              : \"သင်နှစ်သက်နိုင်​သော\"\n  follow_label               : \"သတင်းလိုက်ယူရန် -\"\n  feed_label                 : \"Feed ယူရန် -\"\n  powered_by                 : \"ပံ့ပိုးသည်\"\n  website_label              : \"ဝဘ်ဆိုက်\"\n  email_label                : \"အီးမေးလ်\"\n  recent_posts               : \"လတ်တလောရေးသားချက်များ\"\n  undefined_wpm              : \"_config.yml မှာ words_per_minute ကိုမသတ်မှတ်ထားပါ။\"\n  comment_form_info          : \"သင့်အီးမေးလ်လိပ်စာကို​ဖော်ပြသွားမည်မဟုတ်ပါ။ လိုအပ်သောဖြည့်စွက်ရန်​နေရာများကို အမှတ်အသားပြထားပါသည်။\"\n  comment_form_comment_label : \"မှတ်ချက်\"\n  comment_form_md_info       : \"Markdown ကိုထောက်ပံ့သည်။\"\n  comment_form_name_label    : \"နာမည်\"\n  comment_form_email_label   : \"အီးမေးလိပ်စာ\"\n  comment_form_website_label : \"ဝဘ်ဆိုက် (မဖြည့်စွက်လည်းရသည်)\"\n  comment_btn_submit         : \"မှတ်ချက်တင်ပါ\"\n  comment_btn_submitted      : \"တင်သွင်းလိုက်သည်\"\n  comment_success_msg        : \"မှတ်ချက်ပေးတဲ့အတွက်ကျေးဇူးတင်ပါတယ်။ ၎င်းကိုအတည်ပြုပြီးသည့်အခါ ဝဘ်ဆိုက်ပေါ်တွင်ပြလိမ့်မည်။\"\n  comment_error_msg          : \"တောင်းပန်ပါတယ်။ သင့်တင်သွင်းမှုတွင်အမှားတစ်ခုရှိခဲ့သည်။ ကျေးဇူးပြုပြီးလိုအပ်သောဖြည့်စွက်ရန်​နေရာအားလုံးဖြည့်ပြီးပါကထပ်မံကြိုးစားပါ။\"\n  loading_label              : \"တင်နေသည်...\"\n  search_label_text          : \"သင့်ရှာဖွေရေးဝေါဟာရကိုရိုက်ထည့်ပါ...\"\n  search_placeholder_text    : \"သင့်ရှာဖွေရေးဝေါဟာရကိုရိုက်ထည့်ပါ...\"\n  search_algolia_no_results  :\n  results_found              : \"ရလဒ်(များ)ကိုတွေ့ရှိခဲ့သည်\"\n  back_to_top                : \"အပေါ်သို့ပြန်သွား\"\nmy-MM:\n  <<: *DEFAULT_MY\n\n# Norwegian\n# -------\nno: &DEFAULT_NO\n  skip_links                 : \"Hopp over lenker\"\n  skip_primary_nav           : \"Gå til primærnavigasjon\"\n  skip_content               : \"Gå til innhold\"\n  skip_footer                : \"Gå til fotnote\"\n  page                       : \"Side\"\n  pagination_previous        : \"Forrige\"\n  pagination_next            : \"Neste\"\n  breadcrumb_home_label      : \"Hjem\"\n  breadcrumb_separator       : \"/\"\n  menu_label                 : \"Vis/skjul meny\"\n  search_label               : \"Vis/skjul søk\"\n  toc_label                  : \"På denne siden\"\n  ext_link_label             : \"Direkte lenke\"\n  less_than                  : \"mindre enn\"\n  minute_read                : \"minutters lesing\"\n  share_on_label             : \"Del på\"\n  meta_label                 :\n  tags_label                 : \"Nøkkelord:\"\n  categories_label           : \"Kategorier:\"\n  date_label                 : \"Oppdatert:\"\n  comments_label             : \"Skriv en kommentar\"\n  comments_title             : \"Kommentarer\"\n  more_label                 : \"Lær mer\"\n  related_label              : \"Du vil kanskje også lese:\"\n  follow_label               : \"Følg:\"\n  feed_label                 : \"Feed\"\n  powered_by                 : \"Lagd med\"\n  website_label              : \"Nettside\"\n  email_label                : \"E-post\"\n  recent_posts               : \"Nyeste innlegg\"\n  undefined_wpm              : \"Parameteret words_per_minute er ikke definert i _config.yml\"\n  comment_form_info          : \"Din e-postadresse vil ikke bli publisert. Obligatoriske felt er markert\"\n  comment_form_comment_label : \"Kommentar\"\n  comment_form_md_info       : \"Markdown er støttet\"\n  comment_form_name_label    : \"Navn\"\n  comment_form_email_label   : \"E-postadresse\"\n  comment_form_website_label : \"Nettside (frivillig)\"\n  comment_btn_submit         : \"Send kommentar\"\n  comment_btn_submitted      : \"Sendt\"\n  comment_success_msg        : \"Takk for din kommentar! Den blir vist på siden så fort den er godkjent\"\n  comment_error_msg          : \"Beklager, noe gikk galt. Sjekk at alle obligatoriska felt er utfylt og prøv igjen\"\n  loading_label              : \"Laster...\"\n  search_label_text          : \"Skriv inn søkeord\"\n  search_placeholder_text    : \"Skriv inn søkeord\"\n  search_algolia_no_results  : \"Ingen treff\"\n  results_found              : \"Treff funnet\"\n  back_to_top                : \"Tillbake til toppen\"\nno-NB:\n  <<: *DEFAULT_NO\nno-NN:\n  <<: *DEFAULT_NO\n\n# Hebrew\n# -------\nhe: &DEFAULT_HE\n  skip_links                 : \"דלגו על קישור\"\n  skip_primary_nav           : \"דלגו לראשי\"\n  skip_content               : \"דלגו לתוכן\"\n  skip_footer                : \"דלגו לתחתית\"\n  page                       : \"דף\"\n  pagination_previous        : \"קודם\"\n  pagination_next            : \"הבא\"\n  breadcrumb_home_label      : \"בית\"\n  breadcrumb_separator       : \"/\"\n  menu_label                 : \"סגירה/פתיחה של תפריט\"\n  search_label               : \"סגירה/פתיחה של חיפוש\"\n  toc_label                  : \"בדף זה\"\n  ext_link_label             : \"קישור ישיר\"\n  less_than                  : \"פחות מ\"\n  minute_read                : \"דקת קריאה\"\n  share_on_label             : \"שתפו ב\"\n  meta_label                 :\n  tags_label                 : \"תגיות:\"\n  categories_label           : \"קטגוריות:\"\n  date_label                 : \"מעודכן:\"\n  comments_label             : \"השאירו הערה\"\n  comments_title             : \"הערות\"\n  more_label                 : \"קראו עוד\"\n  related_label              : \"אולי יעניין אותך גם\"\n  follow_label               : \"עקבו אחרי\"\n  feed_label                 : \"פיד\"\n  powered_by                 : \"Powered by\"\n  website_label              : \"אתר\"\n  email_label                : \"אימייל\"\n  recent_posts               : \"פוסטים אחרונים\"\n  undefined_wpm              : \"Undefined parameter words_per_minute at _config.yml\"\n  comment_form_info          : \"האימייל שלך נשמר חסוי. שדות חובה מסומנים\"\n  comment_form_comment_label : \"הערה\"\n  comment_form_md_info       : \"Markdown is supported.\"\n  comment_form_name_label    : \"שם\"\n  comment_form_email_label   : \"כתובת אימייל\"\n  comment_form_website_label : \"אתר (אפשרות)\"\n  comment_btn_submit         : \"שלחו הערה\"\n  comment_btn_submitted      : \"נשלח\"\n  comment_success_msg        : \"תודה על ההערה שלך! היא תופיע באתר ברגע שתאושר.\"\n  comment_error_msg          : \"סליחה, קרתה תקלה בשליחה. אנא וודאו שכל השדות מלאים ונסו שנית.\"\n  loading_label              : \"טוען...\"\n  search_label_text          : \"מילות חיפוש...\"\n  search_placeholder_text    : \"מילות חיפוש...\"\n  search_algolia_no_results  : \"אין תוצאות\"\n  results_found              : \"תוצאות נמצאו\"\n  back_to_top                : \"חזרה להתחלה\"\nhe-IL:\n  <<: *DEFAULT_HE\n\n# Arabic (عربي)\n# --------------\nar: &DEFAULT_AR\n  skip_links                 : \"تخطي الروابط\"\n  skip_primary_nav           : \"تخطى الى شريط التنقل\"\n  skip_content               : \"الانتقال الى المحتوى\"\n  skip_footer                : \"الانتقال الى ذيل الصفحة\"\n  page                       : \"صفحه\"\n  pagination_previous        : \"قبل\"\n  pagination_next            : \"بعد\"\n  breadcrumb_home_label      : \"الرئيس\"\n  breadcrumb_separator       : \"/\"\n  menu_label                 : \"الخيارات\"\n  search_label               : \"البحث\"\n  toc_label                  : \"على هذه الصفحة\"\n  ext_link_label             : \"رابط مباشر\"\n  less_than                  : \"اقل من\"\n  minute_read                : \"دقيقة قرائية\"\n  share_on_label             : \"مشاركة\"\n  meta_label                 :\n  tags_label                 : \"العلامات الوصفية:\"\n  categories_label           : \"الفئات:\"\n  date_label                 : \"تم التحديث:\"\n  comments_label             : \"اترك تعليق\"\n  comments_title             : \"التعليقات\"\n  more_label                 : \"اقرأ المزيد\"\n  related_label              : \"قد يعجبك أيضا\"\n  follow_label               : \"تابع:\"\n  feed_label                 : \"الاخبار - RSS\"\n  powered_by                 : \"تم تطوير بواسطة\"\n  website_label              : \"موقع\"\n  email_label                : \"ايميل\"\n  recent_posts               : \"المشاركات الأخيرة\"\n  undefined_wpm              : \"معامل غير معرف في words_per_minute (كلمة في الدقيقة) في ملف _config.yml\"\n  comment_form_info          : \"لن يتم نشر عنوان بريدك الإلكتروني. الحقول المطلوبة إلزامية\"\n  comment_form_comment_label : \"تعليق\"\n  comment_form_md_info       : \"لغة ال Markdown مدعومة.\"\n  comment_form_name_label    : \"الاسم\"\n  comment_form_email_label   : \"البريد الالكتروني\"\n  comment_form_website_label : \"الموقع (اختياري)\"\n  comment_btn_submit         : \"أضف تعليق\"\n  comment_btn_submitted      : \"تم الإرسال\"\n  comment_success_msg        : \"شكراً على التعليق! سيتم اظهاره عندما يتم موافقة عليه.\"\n  comment_error_msg          : \"للأسف, هناك خطأ في المحاولة. الرجاء الحرص على تعبئة جميع الخانات و محاولة مجدداً.\"\n  loading_label              : \"جاري التحميل...\"\n  search_label_text          : \"اكتب مصطلح للبحث...\"\n  search_placeholder_text    : \"اكتب مصطلح للبحث...\"\n  search_algolia_no_results  : \"لا توجد نتائج\"\n  results_found              : \"تم إيجاد نتيجة\"\n  back_to_top                : \"الانتقال الى الأعلى\"\nar-SD:\n  <<: *DEFAULT_AR\nar-SA:\n  <<: *DEFAULT_AR\nar-AE:\n  <<: *DEFAULT_AR\nar-EG:\n  <<: *DEFAULT_AR\n\n# Kiswahili\n# -----------------\nsw: &DEFAULT_SW\n  skip_links                 : \"Ruka viungo\"\n  skip_primary_nav           : \"Ruka orodha kuu\"\n  skip_content               : \"Ruka maandiko maakuu\"\n  skip_footer                : \"Ruka chini\"\n  page                       : \"Ukurasa\"\n  pagination_previous        : \"Rudi\"\n  pagination_next            : \"Endelea\"\n  breadcrumb_home_label      : \"Ukurasa wa kwanza\"\n  breadcrumb_separator       : \"/\"\n  menu_label                 : \"Wezesha/Zima orodha\"\n  search_label               : \"Wezesha/Zima kutafuta\"\n  toc_label                  : \"Kwa ukurasa huu\"\n  ext_link_label             : \"Kiungo mbio\"\n  less_than                  : \"Soma kwa dakikia ndogo kuliko\"\n  minute_read                : \"Soma kwa dakika\"\n  share_on_label             : \"Tangaza\"\n  meta_label                 :\n  tags_label                 : \"Alama:\"\n  categories_label           : \"Aina:\"\n  date_label                 : \"Geuzi ya mwisho:\"\n  comments_label             : \"Wacha maoni\"\n  comments_title             : \"Maoni\"\n  more_label                 : \"Jifunze zaidi\"\n  related_label              : \"Pia, utapenda\"\n  follow_label               : \"Fuata:\"\n  feed_label                 : \"Feed\"\n  powered_by                 : \"Inatumia\"\n  website_label              : \"Tovuti\"\n  email_label                : \"Barua pepe\"\n  recent_posts               : \"Makala juzi\"\n  undefined_wpm              : \"Ingizo words_per_minute kwa _config.yml haijawekwa\"\n  comment_form_info          : \"Barua pepe yako haitaonekana. Kuna alama kwa ingizo tunahitaji.\"\n  comment_form_comment_label : \"Maoni\"\n  comment_form_md_info       : \"Unaweza kutumia `Markdown`.\"\n  comment_form_name_label    : \"Jina\"\n  comment_form_email_label   : \"Barua pepe\"\n  comment_form_website_label : \"Tovuti (hiari)\"\n  comment_btn_submit         : \"Tuma maoni\"\n  comment_btn_submitted      : \"Umetuma\"\n  comment_success_msg        : \"Asante kwa maoni yako! Itaonekana ikiridhiwa.\"\n  comment_error_msg          : \"Pole, kuna makosa kwa ingizo yako. Tafadhali angalia umeandika kwa ingizo zote zinahitaji, na jaribu tena.\"\n  loading_label              : \"Inapakiwa...\"\n  search_label_text          : \"Ingiza neno unatafuta...\"\n  search_placeholder_text    : \"Ingiza neno unatafuta...\"\n  search_algolia_no_results  : \"Hakuna matokeo\"\n  results_found              : \"Tumepata\"\n  back_to_top                : \"Rudi juu\"\nsw-KE:\n  <<: *DEFAULT_SW\nsw-TZ:\n  <<: *DEFAULT_SW\n\n# Ukrainian / Українська\n# -----------------\nuk: &DEFAULT_UK\n  skip_links                 : \"Посилання для переходу\"\n  skip_primary_nav           : \"Перейти до основної навігації\"\n  skip_content               : \"Перейти до змісту\"\n  skip_footer                : \"Перейти до нижнього колонтитула\"\n  page                       : \"Сторінка\"\n  pagination_previous        : \"Попередня\"\n  pagination_next            : \"Наступна\"\n  breadcrumb_home_label      : \"Головна\"\n  breadcrumb_separator       : \"/\"\n  menu_label                 : \"Випадаюче меню\"\n  search_label               : \"Пошук\"\n  toc_label                  : \"Зміст\"\n  ext_link_label             : \"Пряме посилання\"\n  less_than                  : \"менше ніж\"\n  minute_read                : \"хв. на чітання\"\n  share_on_label             : \"Поділитися\"\n  meta_label                 :\n  tags_label                 : \"Мітки:\"\n  categories_label           : \"Розділи:\"\n  date_label                 : \"Дата зміни:\"\n  comments_label             : \"Залишити коментар\"\n  comments_title             : \"Коментарі\"\n  more_label                 : \"Читати далі\"\n  related_label              : \"Вам також може сподобатись\"\n  follow_label               : \"Зв'язатися зі мною:\"\n  feed_label                 : \"RSS-стрічка\"\n  powered_by                 : \"Сайт працює на\"\n  website_label              : \"Сайт\"\n  email_label                : \"Электронна пошта\"\n  recent_posts               : \"Останні записи\"\n  undefined_wpm              : \"Не визначено параметр words_per_minute в _config.yml\"\n  comment_form_info          : \"Вашу адресу електронної пошти не буде опубліковано. Обов'язкові поля позначені\"\n  comment_form_comment_label : \"Коментар\"\n  comment_form_md_info       : \"Підтримується синтаксис Markdown.\"\n  comment_form_name_label    : \"Ім'я\"\n  comment_form_email_label   : \"Електронна пошта\"\n  comment_form_website_label : \"Посилання на сайт (необов'язково)\"\n  comment_btn_submit         : \"Залишити коментар\"\n  comment_btn_submitted      : \"Відправлено\"\n  comment_success_msg        : \"Дякую за Ваш коментар! Його буде опубліковано на сайті після перевірки.\"\n  comment_error_msg          : \"На жаль, сталася помилка з надсиланням коментаря. Будь ласка, переконайтеся, що всі обов'язкові поля заповнені та спробуйте знову.\"\n  loading_label              : \"Відправка...\"\n  search_label_text          : \"Введіть пошуковий запит...\"\n  search_placeholder_text    : \"Введіть пошуковий запит...\"\n  search_algolia_no_results  :\n  results_found              : \"Знайдено\"\nuk-UA:\n  <<: *DEFAULT_UK\n\n# Czech / čeština\n# -----------------\ncs: &DEFAULT_CS\n  skip_links                 : \"Rychlé odkazy\"\n  skip_primary_nav           : \"Přejít na hlavní navigace\"\n  skip_content               : \"Přejít na obsah\"\n  skip_footer                : \"Přejít na zápatí\"\n  page                       : \"Stránka\"\n  pagination_previous        : \"Předchozí\"\n  pagination_next            : \"Další\"\n  breadcrumb_home_label      : \"Domů\"\n  breadcrumb_separator       : \"/\"\n  menu_label                 : \"Přepnout zobrazení menu\"\n  search_label               : \"Přepnout zobrazení vyhledávání\"\n  toc_label                  : \"Na této stránce\"\n  ext_link_label             : \"Přímý odkaz\"\n  less_than                  : \"méně než\"\n  minute_read                : \"minut\"\n  share_on_label             : \"Sdílet\"\n  meta_label                 :\n  tags_label                 : \"Štítky:\"\n  categories_label           : \"Rubriky:\"\n  date_label                 : \"Aktualizováno:\"\n  comments_label             : \"Okomentovat\"\n  comments_title             : \"Komentáře\"\n  more_label                 : \"Zjistit více\"\n  related_label              : \"Může se vám také líbit\"\n  follow_label               : \"Sledovat:\"\n  feed_label                 : \"Zdroj\"\n  powered_by                 : \"Používáme\"\n  website_label              : \"Web\"\n  email_label                : \"E-mail\"\n  recent_posts               : \"Nejnovější příspěvky\"\n  undefined_wpm              : \"V souboru _config.yml chybí parametr words_per_minute\"\n  comment_form_info          : \"Vaše e-mailová adresa nebude zveřejněna. Povinná pole jsou označena\"\n  comment_form_comment_label : \"Komentář\"\n  comment_form_md_info       : \"Podporuje markdown.\"\n  comment_form_name_label    : \"Jméno\"\n  comment_form_email_label   : \"E-mailová adresa\"\n  comment_form_website_label : \"Web (volitelné)\"\n  comment_btn_submit         : \"Odeslat komentář\"\n  comment_btn_submitted      : \"Odesláno\"\n  comment_success_msg        : \"Děkujeme za komentář. Na stránce se objeví jakmile projde schválením.\"\n  comment_error_msg          : \"Odeslání se nezdařilo. Zkontrolujte, že jste vyplnili všechna povinná pole a zkuste to znovu.\"\n  loading_label              : \"Načítání...\"\n  search_label_text          : \"Zadejte vyhledávání...\"\n  search_placeholder_text    : \"Zadejte vyhledávání...\"\n  search_algolia_no_results  : \"Žádné výsledky\"\n  results_found              : \"Nalezené výsledky\"\n  back_to_top                : \"Na začátek stránky\"\ncs-CZ:\n  <<: *DEFAULT_CS\n\n# Bulgarian\n# -----------------\nbg: &DEFAULT_BG\n  skip_links                 : \"Пропуснете връзките\"\n  skip_primary_nav           : \"Преминете към основната навигация\"\n  skip_content               : \"Преминете към съдържанието\"\n  skip_footer                : \"Преминете към долния колонтитул\"\n  page                       : \"Страница\"\n  pagination_previous        : \"Предишна\"\n  pagination_next            : \"Следваща\"\n  breadcrumb_home_label      : \"Начало\"\n  breadcrumb_separator       : \"/\"\n  menu_label                 : \"Превключване на меню\"\n  search_label               : \"Превключване на търсене\"\n  toc_label                  : \"На тази страница\"\n  ext_link_label             : \"Пряка връзка\"\n  less_than                  : \"по-малко от\"\n  minute_read                : \"минута четене\"\n  share_on_label             : \"Споделете\"\n  meta_label                 :\n  tags_label                 : \"Етикети:\"\n  categories_label           : \"Категории:\"\n  date_label                 : \"Обновено:\"\n  comments_label             : \"Оставете коментар\"\n  comments_title             : \"Коментари\"\n  more_label                 : \"Научете повече\"\n  related_label              : \"Може да са ви интересни\"\n  follow_label               : \"Последвайте:\"\n  feed_label                 : \"Емисия\"\n  powered_by                 : \"Осъществено чрез\"\n  website_label              : \"Уебсайт\"\n  email_label                : \"Е-поща\"\n  recent_posts               : \"Последни публикации\"\n  undefined_wpm              : \"Недефиниран параметър words_per_minute в _config.yml\"\n  comment_form_info          : \"Вашият адрес за е-поща няма да бъде публикуван. Задължителните полета са обозначени\"\n  comment_form_comment_label : \"Коментар\"\n  comment_form_md_info       : \"Поддържа се Маркдаун.\"\n  comment_form_name_label    : \"Име\"\n  comment_form_email_label   : \"Адрес за е-поща\"\n  comment_form_website_label : \"Уебсайт (по желание)\"\n  comment_btn_submit         : \"Изпращане на коментар\"\n  comment_btn_submitted      : \"Изпратено\"\n  comment_success_msg        : \"Благодарности за коментара! Ще се покаже на сайта, след като бъде одобрен.\"\n  comment_error_msg          : \"Съжаляваме, възникна грешка с изпращането. Моля, уверете се, че всички задължителни полета са попълнени и опитайте отново.\"\n  loading_label              : \"Зареждане...\"\n  search_label_text          : \"Въведете термин за търсене...\"\n  search_placeholder_text    : \"Въведете термин за търсене...\"\n  search_algolia_no_results  : \"Няма резултати\"\n  results_found              : \"Намерени резултати\"\n  back_to_top                : \"Обратно към началото\"\nbg-BG:\n  <<: *DEFAULT_BG\n\n# Another locale\n# --------------\n#\n"
  },
  {
    "path": "_includes/after-content.html",
    "content": ""
  },
  {
    "path": "_includes/analytics-providers/custom.html",
    "content": "<!-- start custom analytics snippet -->\n\n<!-- end custom analytics snippet -->"
  },
  {
    "path": "_includes/analytics-providers/google-gtag.html",
    "content": "<!-- Global site tag (gtag.js) - Google Analytics -->\n<script async src=\"https://www.googletagmanager.com/gtag/js?id={{ site.analytics.google.tracking_id }}\"></script>\n<script>\n  window.dataLayer = window.dataLayer || [];\n  function gtag(){dataLayer.push(arguments);}\n  gtag('js', new Date());\n\n  gtag('config', '{{ site.analytics.google.tracking_id }}', { 'anonymize_ip': {{ site.analytics.google.anonymize_ip | default: false }}});\n</script>\n"
  },
  {
    "path": "_includes/analytics-providers/google-universal.html",
    "content": "<script>\n  window.ga=function(){ga.q.push(arguments)};ga.q=[];ga.l=+new Date;\n  ga('create','{{ site.analytics.google.tracking_id }}','auto');\n  ga('set', 'anonymizeIp', {{ site.analytics.google.anonymize_ip | default: false }});\n  ga('send','pageview')\n</script>\n<script src=\"https://www.google-analytics.com/analytics.js\" async></script>\n"
  },
  {
    "path": "_includes/analytics-providers/google.html",
    "content": "<script>\n  var _gaq = _gaq || [];\n  _gaq.push(['_setAccount', '{{ site.analytics.google.tracking_id }}']);\n  {% if site.analytics.google.anonymize_ip == true %}\n    _gaq.push(['_gat._anonymizeIp']);\n  {% endif %}\n  _gaq.push(['_trackPageview']);\n\n  (function() {\n    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;\n    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';\n    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);\n  })();\n</script>\n"
  },
  {
    "path": "_includes/analytics-providers/swetrix.html",
    "content": "<script src=\"https://swetrix.org/swetrix.js\" defer></script>\n<script>\n  document.addEventListener(\"DOMContentLoaded\", function () {\n    swetrix.init(\"{{ site.analytics.swetrix.tracking_id }}\");\n    swetrix.trackViews();\n  });\n</script>\n\n<noscript>\n  <img\n    src=\"https://api.swetrix.com/log/noscript?pid={{ site.analytics.swetrix.tracking_id }}\"\n    alt=\"\"\n    referrerpolicy=\"no-referrer-when-downgrade\"\n  />\n</noscript>\n"
  },
  {
    "path": "_includes/analytics.html",
    "content": "{% if jekyll.environment == 'production' and site.analytics.provider and page.analytics != false %}\n\n{% case site.analytics.provider %}\n{% when \"google\" %}\n  {% include /analytics-providers/google.html %}\n{% when \"google-universal\" %}\n  {% include /analytics-providers/google-universal.html %}\n{% when \"google-gtag\" %}\n  {% include /analytics-providers/google-gtag.html %}\n{% when \"swetrix\" %}\n  {% include /analytics-providers/swetrix.html %}  \n{% when \"custom\" %}\n  {% include /analytics-providers/custom.html %}\n{% endcase %}\n\n{% endif %}"
  },
  {
    "path": "_includes/archive-single.html",
    "content": "{% assign locale = include.locale | default: site.locale %}\n{% if post.header.teaser %}\n  {% capture teaser %}{{ post.header.teaser }}{% endcapture %}\n{% else %}\n  {% assign teaser = site.teaser %}\n{% endif %}\n\n{% if post.id %}\n  {% assign title = post.title | markdownify | remove: \"<p>\" | remove: \"</p>\" %}\n{% else %}\n  {% assign title = post.title %}\n{% endif %}\n\n<div class=\"{{ include.type | default: 'list' }}__item\">\n  <article class=\"archive__item\" itemscope itemtype=\"https://schema.org/CreativeWork\"{% if post.locale %} lang=\"{{ post.locale }}\"{% endif %}>\n    {% if include.type == \"grid\" and teaser %}\n      <div class=\"archive__item-teaser\">\n        <img src=\"{{ teaser | relative_url }}\" alt=\"\">\n      </div>\n    {% endif %}\n    <h2 class=\"archive__item-title no_toc p-name\" itemprop=\"headline\">\n      {% if post.link %}\n        <a href=\"{{ post.link }}\">{{ title }}</a> <a class=\"u-url\" href=\"{{ post.url | relative_url }}\" rel=\"permalink\"><i class=\"fas fa-link\" aria-hidden=\"true\" title=\"permalink\"></i><span class=\"sr-only\">Permalink</span></a>\n      {% else %}\n        <a class=\"u-url\" href=\"{{ post.url | relative_url }}\" rel=\"permalink\">{{ title }}</a>\n      {% endif %}\n    </h2>\n    {% include page__meta.html locale=locale type=include.type %}\n    {% if post.excerpt %}<p class=\"archive__item-excerpt p-summary\" itemprop=\"description\">{{ post.excerpt | markdownify | strip_html | truncate: 160 }}</p>{% endif %}\n  </article>\n</div>\n"
  },
  {
    "path": "_includes/author-profile-custom-links.html",
    "content": "<!--\n  <li>\n    <a href=\"http://link-to-whatever-social-network.com/user/\" itemprop=\"sameAs\" rel=\"nofollow noopener noreferrer me\">\n      <i class=\"fas fa-fw\" aria-hidden=\"true\"></i> Custom Social Profile Link\n    </a>\n  </li>\n-->"
  },
  {
    "path": "_includes/author-profile.html",
    "content": "{% assign locale = include.locale | default: site.locale %}\n{% assign author = page.author | default: page.authors[0] | default: site.author %}\n{% assign author = site.data.authors[author] | default: author %}\n\n<div itemscope itemtype=\"https://schema.org/Person\" class=\"h-card\">\n\n  {% if author.avatar %}\n    <div class=\"author__avatar\">\n      <a href=\"{{ author.home | default: '/' | absolute_url }}\">\n        <img src=\"{{ author.avatar | relative_url }}\" alt=\"{{ author.name }}\" itemprop=\"image\" class=\"u-photo\">\n      </a>\n    </div>\n  {% endif %}\n\n  <div class=\"author__content\">\n    <h3 class=\"author__name p-name\" itemprop=\"name\">\n      <a class=\"u-url\" rel=\"me\" href=\"{{ author.home | default: '/' | absolute_url }}\" itemprop=\"url\">{{ author.name }}</a>\n    </h3>\n    {% if author.bio %}\n      <div class=\"author__bio p-note\" itemprop=\"description\">\n        {{ author.bio | markdownify }}\n      </div>\n    {% endif %}\n  </div>\n\n  <div class=\"author__urls-wrapper\">\n    <button class=\"btn btn--inverse\">{{ site.data.ui-text[locale].follow_label | remove: \":\" | default: \"Follow\" }}</button>\n    <ul class=\"author__urls social-icons\">\n      {% if author.location %}\n        <li itemprop=\"homeLocation\" itemscope itemtype=\"https://schema.org/Place\">\n          <i class=\"fas fa-fw fa-location-dot\" aria-hidden=\"true\"></i> <span itemprop=\"name\" class=\"p-locality\">{{ author.location }}</span>\n        </li>\n      {% endif %}\n\n      {% if author.links %}\n        {% for link in author.links %}\n          {% if link.label and link.url %}\n            <li><a href=\"{{ link.url }}\" rel=\"nofollow noopener noreferrer me\"{% if link.url contains 'http' %} itemprop=\"sameAs\"{% endif %}><i class=\"{{ link.icon | default: 'fas fa-link' }}\" aria-hidden=\"true\"></i><span class=\"label\">{{ link.label }}</span></a></li>\n          {% endif %}\n        {% endfor %}\n      {% endif %}\n\n      {% if author.uri %}\n        <li>\n          <a href=\"{{ author.uri }}\" itemprop=\"url\" rel=\"me\">\n            <i class=\"fas fa-fw fa-link\" aria-hidden=\"true\"></i><span class=\"label\">{{ site.data.ui-text[locale].website_label | default: \"Website\" }}</span>\n          </a>\n        </li>\n      {% endif %}\n\n      {% if author.email %}\n        <li>\n          <a href=\"mailto:{{ author.email }}\" rel=\"me\" class=\"u-email\">\n            <meta itemprop=\"email\" content=\"{{ author.email }}\" />\n            <i class=\"fas fa-fw fa-square-envelope\" aria-hidden=\"true\"></i><span class=\"label\">{{ site.data.ui-text[locale].email_label | default: \"Email\" }}</span>\n          </a>\n        </li>\n      {% endif %}\n\n      {% if author.keybase %}\n        <li>\n          <a href=\"https://keybase.io/{{ author.keybase }}\" itemprop=\"sameAs\" rel=\"nofollow noopener noreferrer me\">\n            <i class=\"fab fa-fw fa-keybase\" aria-hidden=\"true\"></i><span class=\"label\">Keybase</span>\n          </a>\n        </li>\n      {% endif %}\n\n      {% if author.twitter %}\n        <li>\n          <a href=\"https://twitter.com/{{ author.twitter }}\" itemprop=\"sameAs\" rel=\"nofollow noopener noreferrer me\">\n            <i class=\"fab fa-fw fa-square-x-twitter\" aria-hidden=\"true\"></i><span class=\"label\">Twitter</span>\n          </a>\n        </li>\n      {% endif %}\n\n      {% if author.facebook %}\n        <li>\n          <a href=\"https://www.facebook.com/{{ author.facebook }}\" itemprop=\"sameAs\" rel=\"nofollow noopener noreferrer me\">\n            <i class=\"fab fa-fw fa-square-facebook\" aria-hidden=\"true\"></i><span class=\"label\">Facebook</span>\n          </a>\n        </li>\n      {% endif %}\n\n      {% if author.linkedin %}\n        <li>\n          <a href=\"https://www.linkedin.com/in/{{ author.linkedin }}\" itemprop=\"sameAs\" rel=\"nofollow noopener noreferrer me\">\n            <i class=\"fab fa-fw fa-linkedin\" aria-hidden=\"true\"></i><span class=\"label\">LinkedIn</span>\n          </a>\n        </li>\n      {% endif %}\n\n      {% if author.xing %}\n        <li>\n          <a href=\"https://www.xing.com/profile/{{ author.xing }}\" itemprop=\"sameAs\" rel=\"nofollow noopener noreferrer me\">\n            <i class=\"fab fa-fw fa-square-xing\" aria-hidden=\"true\"></i><span class=\"label\">XING</span>\n          </a>\n        </li>\n      {% endif %}\n\n      {% if author.instagram %}\n        <li>\n          <a href=\"https://instagram.com/{{ author.instagram }}\" itemprop=\"sameAs\" rel=\"nofollow noopener noreferrer me\">\n            <i class=\"fab fa-fw fa-instagram\" aria-hidden=\"true\"></i><span class=\"label\">Instagram</span>\n          </a>\n        </li>\n      {% endif %}\n\n      {% if author.tumblr %}\n        <li>\n          <a href=\"https://{{ author.tumblr }}.tumblr.com\" itemprop=\"sameAs\" rel=\"nofollow noopener noreferrer me\">\n            <i class=\"fab fa-fw fa-square-tumblr\" aria-hidden=\"true\"></i><span class=\"label\">Tumblr</span>\n          </a>\n        </li>\n      {% endif %}\n\n      {% if author.bitbucket %}\n        <li>\n          <a href=\"https://bitbucket.org/{{ author.bitbucket }}\" itemprop=\"sameAs\" rel=\"nofollow noopener noreferrer me\">\n            <i class=\"fab fa-fw fa-bitbucket\" aria-hidden=\"true\"></i><span class=\"label\">Bitbucket</span>\n          </a>\n        </li>\n      {% endif %}\n\n      {% if author.github %}\n        <li>\n          <a href=\"https://github.com/{{ author.github }}\" itemprop=\"sameAs\" rel=\"nofollow noopener noreferrer me\">\n            <i class=\"fab fa-fw fa-github\" aria-hidden=\"true\"></i><span class=\"label\">GitHub</span>\n          </a>\n        </li>\n      {% endif %}\n\n      {% if author.gitlab %}\n        <li>\n          <a href=\"https://gitlab.com/{{ author.gitlab }}\" itemprop=\"sameAs\" rel=\"nofollow noopener noreferrer me\">\n            <i class=\"fab fa-fw fa-gitlab\" aria-hidden=\"true\"></i><span class=\"label\">GitLab</span>\n          </a>\n        </li>\n      {% endif %}\n\n      {% if author.stackoverflow %}\n        <li>\n          <a href=\"https://stackoverflow.com/users/{{ author.stackoverflow }}\" itemprop=\"sameAs\" rel=\"nofollow noopener noreferrer me\">\n            <i class=\"fab fa-fw fa-stack-overflow\" aria-hidden=\"true\"></i><span class=\"label\">Stack Overflow</span>\n          </a>\n        </li>\n      {% endif %}\n\n      {% if author.lastfm %}\n        <li>\n          <a href=\"https://last.fm/user/{{ author.lastfm }}\" itemprop=\"sameAs\" rel=\"nofollow noopener noreferrer me\">\n            <i class=\"fab fa-fw fa-square-lastfm\" aria-hidden=\"true\"></i><span class=\"label\">Last.fm</span>\n          </a>\n        </li>\n      {% endif %}\n\n      {% if author.dribbble %}\n        <li>\n          <a href=\"https://dribbble.com/{{ author.dribbble }}\" itemprop=\"sameAs\" rel=\"nofollow noopener noreferrer me\">\n            <i class=\"fab fa-fw fa-dribbble\" aria-hidden=\"true\"></i><span class=\"label\">Dribbble</span>\n          </a>\n        </li>\n      {% endif %}\n\n      {% if author.pinterest %}\n        <li>\n          <a href=\"https://www.pinterest.com/{{ author.pinterest }}\" itemprop=\"sameAs\" rel=\"nofollow noopener noreferrer me\">\n            <i class=\"fab fa-fw fa-pinterest\" aria-hidden=\"true\"></i><span class=\"label\">Pinterest</span>\n          </a>\n        </li>\n      {% endif %}\n\n      {% if author.foursquare %}\n        <li>\n          <a href=\"https://foursquare.com/{{ author.foursquare }}\" itemprop=\"sameAs\" rel=\"nofollow noopener noreferrer me\">\n            <i class=\"fab fa-fw fa-foursquare\" aria-hidden=\"true\"></i><span class=\"label\">Foursquare</span>\n          </a>\n        </li>\n      {% endif %}\n\n      {% if author.steam %}\n        <li>\n          <a href=\"https://steamcommunity.com/id/{{ author.steam }}\" itemprop=\"sameAs\" rel=\"nofollow noopener noreferrer me\">\n            <i class=\"fab fa-fw fa-steam\" aria-hidden=\"true\"></i><span class=\"label\">Steam</span>\n          </a>\n        </li>\n      {% endif %}\n\n      {% if author.youtube %}\n        {% if author.youtube contains \"://\" %}\n          <li>\n            <a href=\"{{ author.youtube }}\" itemprop=\"sameAs\" rel=\"nofollow noopener noreferrer me\">\n              <i class=\"fab fa-fw fa-youtube\" aria-hidden=\"true\"></i><span class=\"label\">YouTube</span>\n            </a>\n          </li>\n        {% elsif author.youtube %}\n          <li>\n            <a href=\"https://www.youtube.com/user/{{ author.youtube }}\" itemprop=\"sameAs\" rel=\"nofollow noopener noreferrer me\">\n              <i class=\"fab fa-fw fa-youtube\" aria-hidden=\"true\"></i><span class=\"label\">YouTube</span>\n            </a>\n          </li>\n        {% endif %}\n      {% endif %}\n\n      {% if author.soundcloud %}\n        <li>\n          <a href=\"https://soundcloud.com/{{ author.soundcloud }}\" itemprop=\"sameAs\" rel=\"nofollow noopener noreferrer me\">\n            <i class=\"fab fa-fw fa-soundcloud\" aria-hidden=\"true\"></i><span class=\"label\">SoundCloud</span>\n          </a>\n        </li>\n      {% endif %}\n\n      {% if author.weibo %}\n        <li>\n          <a href=\"https://www.weibo.com/{{ author.weibo }}\" itemprop=\"sameAs\" rel=\"nofollow noopener noreferrer me\">\n            <i class=\"fab fa-fw fa-weibo\" aria-hidden=\"true\"></i><span class=\"label\">Weibo</span>\n          </a>\n        </li>\n      {% endif %}\n\n      {% if author.flickr %}\n        <li>\n          <a href=\"https://www.flickr.com/{{ author.flickr }}\" itemprop=\"sameAs\" rel=\"nofollow noopener noreferrer me\">\n            <i class=\"fab fa-fw fa-flickr\" aria-hidden=\"true\"></i><span class=\"label\">Flickr</span>\n          </a>\n        </li>\n      {% endif %}\n\n      {% if author.codepen %}\n        <li>\n          <a href=\"https://codepen.io/{{ author.codepen }}\" itemprop=\"sameAs\" rel=\"nofollow noopener noreferrer me\">\n            <i class=\"fab fa-fw fa-codepen\" aria-hidden=\"true\"></i><span class=\"label\">CodePen</span>\n          </a>\n        </li>\n      {% endif %}\n\n      {% if author.vine %}\n        <li>\n          <a href=\"https://vine.co/u/{{ author.vine }}\" itemprop=\"sameAs\" rel=\"nofollow noopener noreferrer me\">\n            <i class=\"fab fa-fw fa-vine\" aria-hidden=\"true\"></i><span class=\"label\">{{ site.data.ui-text[locale].email_label | default: \"Email\" }}</span>\n          </a>\n        </li>\n      {% endif %}\n\n      {% include author-profile-custom-links.html %}\n    </ul>\n  </div>\n</div>\n"
  },
  {
    "path": "_includes/before-related.html",
    "content": ""
  },
  {
    "path": "_includes/breadcrumbs.html",
    "content": "{% assign locale = include.locale | default: site.locale %}\n{% case site.category_archive.type %}\n  {% when \"liquid\" %}\n    {% assign path_type = \"#\" %}\n  {% when \"jekyll-archives\" %}\n    {% assign path_type = nil %}\n{% endcase %}\n\n{% if page.collection != 'posts' %}\n  {% assign path_type = nil %}\n  {% assign crumb_path = '/' %}\n{% else %}\n  {% assign crumb_path = site.category_archive.path %}\n{% endif %}\n\n<nav class=\"breadcrumbs\" aria-label=\"Breadcrumb\">\n  <ol itemscope itemtype=\"https://schema.org/BreadcrumbList\">\n    {% assign crumbs = page.url | split: '/' %}\n    {% assign i = 1 %}\n    {% for crumb in crumbs offset: 1 %}\n      {% if forloop.first %}\n        <li itemprop=\"itemListElement\" itemscope itemtype=\"https://schema.org/ListItem\">\n          <a href=\"{{ '/' | relative_url }}\" itemprop=\"item\"><span itemprop=\"name\">{{ site.data.ui-text[locale].breadcrumb_home_label | default: \"Home\" }}</span></a>\n\n          <meta itemprop=\"position\" content=\"{{ i }}\" />\n        </li>\n        <span class=\"sep\">{{ site.data.ui-text[locale].breadcrumb_separator | default: \"/\" }}</span>\n      {% endif %}\n      {% if forloop.last %}\n        <li class=\"current\"{% if page.locale %} lang=\"{{ page.locale }}\"{% endif %}>{{ page.title }}</li>\n      {% else %}\n        {% assign i = i | plus: 1 %}\n        <li itemprop=\"itemListElement\" itemscope itemtype=\"https://schema.org/ListItem\">\n          <a href=\"{{ crumb | downcase | replace: '%20', '-' | prepend: path_type | prepend: crumb_path | relative_url }}\" itemprop=\"item\"><span itemprop=\"name\">{{ crumb | url_decode | replace: '-', ' ' | capitalize }}</span></a>\n          <meta itemprop=\"position\" content=\"{{ i }}\" />\n        </li>\n        <span class=\"sep\">{{ site.data.ui-text[locale].breadcrumb_separator | default: \"/\" }}</span>\n      {% endif %}\n    {% endfor %}\n  </ol>\n</nav>\n"
  },
  {
    "path": "_includes/category-list.html",
    "content": "{% assign locale = include.locale | default: site.locale %}\n{% case site.category_archive.type %}\n  {% when \"liquid\" %}\n    {% assign path_type = \"#\" %}\n  {% when \"jekyll-archives\" %}\n    {% assign path_type = nil %}\n{% endcase %}\n\n{% if site.category_archive.path %}\n  {% assign categories_sorted = page.categories | sort_natural %}\n\n  <p class=\"page__taxonomy\">\n    <strong><i class=\"fas fa-fw fa-folder-open\" aria-hidden=\"true\"></i> {{ site.data.ui-text[locale].categories_label | default: \"Categories:\" }} </strong>\n    <span itemprop=\"keywords\">\n    {% for category_word in categories_sorted %}\n      <a href=\"{{ category_word | slugify | prepend: path_type | prepend: site.category_archive.path | relative_url }}\" class=\"page__taxonomy-item p-category\" rel=\"tag\">{{ category_word }}</a>{% unless forloop.last %}<span class=\"sep\">, </span>{% endunless %}\n    {% endfor %}\n    </span>\n  </p>\n{% endif %}\n"
  },
  {
    "path": "_includes/comment.html",
    "content": "<article id=\"comment{{ include.index }}\" class=\"js-comment comment\" itemprop=\"comment\" itemscope itemtype=\"https://schema.org/Comment\">\n  <div class=\"comment__avatar-wrapper\">\n    <img class=\"comment__avatar\" src=\"https://www.gravatar.com/avatar/{{ include.email }}?d=mm&s=80\" alt=\"{{ include.name }}\">\n  </div>\n  <div class=\"comment__content-wrapper\">\n    <h3 class=\"comment__author\" itemprop=\"author\" itemscope itemtype=\"https://schema.org/Person\">\n      {% unless include.url == blank %}\n        <span itemprop=\"name\"><a rel=\"external nofollow\" itemprop=\"url\" href=\"{{ include.url }}\">{{ include.name }}</a></span>\n      {% else %}\n        <span itemprop=\"name\">{{ include.name }}</span>\n      {% endunless %}\n    </h3>\n    <p class=\"comment__date\">\n      {% if include.date %}\n        {% if include.index %}<a href=\"#comment{{ include.index }}\" itemprop=\"url\">{% endif %}\n        <time datetime=\"{{ include.date | date_to_xmlschema }}\" itemprop=\"datePublished\">{{ include.date | date: \"%B %-d, %Y at %I:%M %p\" }}</time>\n        {% if include.index %}</a>{% endif %}\n      {% endif %}\n    </p>\n    <div itemprop=\"text\">{{ include.message | markdownify }}</div>\n  </div>\n</article>\n"
  },
  {
    "path": "_includes/comments-providers/custom.html",
    "content": "<!-- start custom comments snippet -->\n\n<!-- end custom comments snippet -->"
  },
  {
    "path": "_includes/comments-providers/custom_scripts.html",
    "content": "<!-- start custom comments scripts -->\n\n<!-- end custom comments scripts -->"
  },
  {
    "path": "_includes/comments-providers/discourse.html",
    "content": "{% if site.comments.discourse.server %}\n{% capture canonical %}{% if site.permalink contains '.html' %}{{ page.url | absolute_url }}{% else %}{{ page.url | absolute_url | remove:'index.html' | strip_slash }}{% endif %}{% endcapture %}\n<script type=\"text/javascript\">\n    DiscourseEmbed = { discourseUrl: '//{{ site.comments.discourse.server }}/',\n                       discourseEmbedUrl: '{{ canonical }}' };\n   (function () {\n     var d = document.createElement('script'); d.type = 'text/javascript'; d.async = true;\n     d.src = DiscourseEmbed.discourseUrl + 'javascripts/embed.js';\n     (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(d);\n   })();\n</script>\n<noscript>Please enable JavaScript to view the comments powered by <a href=\"https://www.discourse.org/\">Discourse.</a></noscript>\n{% endif %}\n"
  },
  {
    "path": "_includes/comments-providers/disqus.html",
    "content": "{% if site.comments.disqus.shortname %}\n  <script>\n    var disqus_config = function () {\n      this.page.url = \"{{ page.url | absolute_url }}\";  /* Replace PAGE_URL with your page's canonical URL variable */\n      this.page.identifier = \"{{ page.id }}\"; /* Replace PAGE_IDENTIFIER with your page's unique identifier variable */\n    };\n    (function() { /* DON'T EDIT BELOW THIS LINE */\n      var d = document, s = d.createElement('script');\n      s.src = 'https://{{ site.comments.disqus.shortname }}.disqus.com/embed.js';\n      s.setAttribute('data-timestamp', +new Date());\n      (d.head || d.body).appendChild(s);\n    })();\n  </script>\n<noscript>Please enable JavaScript to view the <a href=\"https://disqus.com/?ref_noscript\">comments powered by Disqus.</a></noscript>\n{% endif %}\n"
  },
  {
    "path": "_includes/comments-providers/facebook.html",
    "content": "<div id=\"fb-root\"></div>\n<script>(function(d, s, id) {\n  var js, fjs = d.getElementsByTagName(s)[0];\n  if (d.getElementById(id)) return;\n  js = d.createElement(s); js.id = id;\n  js.src = \"//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.5{% if site.comments.facebook.appid %}&appId={{ site.comments.facebook.appid }}{% endif %}\";\n  fjs.parentNode.insertBefore(js, fjs);\n}(document, 'script', 'facebook-jssdk'));</script>"
  },
  {
    "path": "_includes/comments-providers/giscus.html",
    "content": "<script>\n  'use strict';\n\n  (function () {\n    var commentContainer = document.querySelector('#giscus-comments');\n\n    if (!commentContainer) {\n      return;\n    }\n\n    var script = document.createElement('script');\n\n    script.setAttribute('src', 'https://giscus.app/client.js');\n    script.setAttribute('data-repo', '{{ site.repository | downcase }}');\n    script.setAttribute('data-repo-id', '{{ site.comments.giscus.repo_id }}');\n    script.setAttribute('data-category', '{{ site.comments.giscus.category_name }}');\n    script.setAttribute('data-category-id', '{{ site.comments.giscus.category_id }}');\n    script.setAttribute('data-mapping', '{{ site.comments.giscus.discussion_term | default: \"pathname\" }}');\n    script.setAttribute('data-strict', '{{ site.comments.giscus.strict | default: 0 }}');\n    script.setAttribute('data-reactions-enabled', '{{ site.comments.giscus.reactions_enabled | default: 1 }}');\n    script.setAttribute('data-emit-metadata', '{{ site.comments.giscus.emit_metadata | default: 0 }}');\n    script.setAttribute('data-input-position', '{{ site.comments.giscus.input_position | default: \"top\" }}');\n    script.setAttribute('data-theme', '{{ site.comments.giscus.theme | default: \"light\" }}');\n    script.setAttribute('data-lang',  '{{ site.comments.giscus.lang | default: \"en\" }}');\n    {% if site.comments.giscus.lazy %}\n    script.setAttribute('data-loading', 'lazy');\n    {% endif %}\n    script.setAttribute('crossorigin', 'anonymous');\n\n    script.setAttribute('async', '');\n\n    commentContainer.appendChild(script);\n  })();\n</script>\n"
  },
  {
    "path": "_includes/comments-providers/scripts.html",
    "content": "{% assign locale = include.locale | default: site.locale %}\n{% if site.comments.provider and page.comments %}\n{% case site.comments.provider %}\n  {% when \"disqus\" %}\n    {% include /comments-providers/disqus.html %}\n  {% when \"discourse\" %}\n    {% include /comments-providers/discourse.html %}\n  {% when \"facebook\" %}\n    {% include /comments-providers/facebook.html %}\n  {% when \"staticman\" %}\n    {% include /comments-providers/staticman.html locale=locale %}\n  {% when \"staticman_v2\" %}\n    {% include /comments-providers/staticman_v2.html locale=locale %}\n  {% when \"utterances\" %}\n    {% include /comments-providers/utterances.html %}\n  {% when \"giscus\" %}\n    {% include /comments-providers/giscus.html %}\n  {% when \"custom\" %}\n    {% include /comments-providers/custom_scripts.html %}\n{% endcase %}\n{% endif %}"
  },
  {
    "path": "_includes/comments-providers/staticman.html",
    "content": "{% assign locale = include.locale | default: site.locale %}\n{% if site.repository and site.staticman.branch %}\n  <script>\n    (function ($) {\n    $('#new_comment').submit(function () {\n      var form = this;\n\n      $(form).addClass('disabled');\n      $('#comment-form-submit').html('<i class=\"fas fa-spinner fa-spin fa-fw\"></i> {{ site.data.ui-text[locale].loading_label | default: \"Loading...\" }}');\n\n      $.ajax({\n        type: $(this).attr('method'),\n        url: $(this).attr('action'),\n        data: $(this).serialize(),\n        contentType: 'application/x-www-form-urlencoded',\n        success: function (data) {\n          $('#comment-form-submit').html('{{ site.data.ui-text[locale].comment_btn_submitted | default: \"Submitted\" }}');\n          $('.page__comments-form .js-notice').removeClass('notice--danger');\n          $('.page__comments-form .js-notice').addClass('notice--success');\n          showAlert('{{ site.data.ui-text[locale].comment_success_msg | default: \"Thanks for your comment! It will show on the site once it has been approved.\" }}');\n        },\n        error: function (err) {\n          console.log(err);\n          $('#comment-form-submit').html('{{ site.data.ui-text[locale].comment_btn_submit  | default: \"Submit Comment\" }}');\n          $('.page__comments-form .js-notice').removeClass('notice--success');\n          $('.page__comments-form .js-notice').addClass('notice--danger');\n          showAlert('{{ site.data.ui-text[locale].comment_error_msg | default: \"Sorry, there was an error with your submission. Please make sure all required fields have been completed and try again.\" }}');\n          $(form).removeClass('disabled');\n        }\n      });\n\n      return false;\n    });\n\n    function showAlert(message) {\n      $('.page__comments-form .js-notice').removeClass('hidden');\n      $('.page__comments-form .js-notice-text').html(message);\n    }\n  })(jQuery);\n  </script>\n{% endif %}\n"
  },
  {
    "path": "_includes/comments-providers/staticman_v2.html",
    "content": "{% assign locale = include.locale | default: site.locale %}\n{% if site.repository and site.comments.staticman.branch %}\n  <script>\n    (function ($) {\n    $('#new_comment').submit(function () {\n      var form = this;\n\n      $(form).addClass('disabled');\n      $('#comment-form-submit').html('<i class=\"fas fa-spinner fa-spin fa-fw\"></i> {{ site.data.ui-text[locale].loading_label | default: \"Loading...\" }}');\n\n      $.ajax({\n        type: $(this).attr('method'),\n        url: $(this).attr('action'),\n        data: $(this).serialize(),\n        contentType: 'application/x-www-form-urlencoded',\n        success: function (data) {\n          $('#comment-form-submit').html('{{ site.data.ui-text[locale].comment_btn_submitted | default: \"Submitted\" }}');\n          $('.page__comments-form .js-notice').removeClass('notice--danger');\n          $('.page__comments-form .js-notice').addClass('notice--success');\n          showAlert('{{ site.data.ui-text[locale].comment_success_msg | default: \"Thanks for your comment! It will show on the site once it has been approved.\" }}');\n        },\n        error: function (err) {\n          console.log(err);\n          $('#comment-form-submit').html('{{ site.data.ui-text[locale].comment_btn_submit  | default: \"Submit Comment\" }}');\n          $('.page__comments-form .js-notice').removeClass('notice--success');\n          $('.page__comments-form .js-notice').addClass('notice--danger');\n          showAlert('{{ site.data.ui-text[locale].comment_error_msg | default: \"Sorry, there was an error with your submission. Please make sure all required fields have been completed and try again.\" }}');\n          $(form).removeClass('disabled');\n        }\n      });\n\n      return false;\n    });\n\n    function showAlert(message) {\n      $('.page__comments-form .js-notice').removeClass('hidden');\n      $('.page__comments-form .js-notice-text').html(message);\n    }\n  })(jQuery);\n  </script>\n{% endif %}\n"
  },
  {
    "path": "_includes/comments-providers/utterances.html",
    "content": "<script>\n  'use strict';\n\n  (function() {\n    var commentContainer = document.querySelector('#utterances-comments');\n\n    if (!commentContainer) {\n      return;\n    }\n\n    var script = document.createElement('script');\n    script.setAttribute('src', 'https://utteranc.es/client.js');\n    script.setAttribute('repo', '{{ site.repository }}');\n    script.setAttribute('issue-term', '{{ site.comments.utterances.issue_term | default: \"pathname\" }}');\n    {% if site.comments.utterances.label %}script.setAttribute('label', '{{ site.comments.utterances.label }}');{% endif %}\n    script.setAttribute('theme', '{{ site.comments.utterances.theme | default: \"github-light\" }}');\n    script.setAttribute('crossorigin', 'anonymous');\n\n    commentContainer.appendChild(script);\n  })();\n</script>\n"
  },
  {
    "path": "_includes/comments.html",
    "content": "{% assign locale = include.locale | default: site.locale %}\n<div class=\"page__comments\">\n  {% capture comments_label %}{{ site.data.ui-text[locale].comments_label | default: \"Comments\" }}{% endcapture %}\n  {% case site.comments.provider %}\n    {% when \"discourse\" %}\n      <h4 class=\"page__comments-title\">{{ comments_label }}</h4>\n      <section id=\"discourse-comments\"></section>\n    {% when \"disqus\" %}\n      <h4 class=\"page__comments-title\">{{ comments_label }}</h4>\n      <section id=\"disqus_thread\"></section>\n    {% when \"facebook\" %}\n      <h4 class=\"page__comments-title\">{{ comments_label }}</h4>\n      <section class=\"fb-comments\" data-href=\"{{ page.url | absolute_url }}\" data-mobile=\"true\" data-num-posts=\"{{ site.comments.facebook.num_posts | default: 5 }}\" data-width=\"100%\" data-colorscheme=\"{{ site.comments.facebook.colorscheme | default: 'light' }}\"></section>\n    {% when \"staticman_v2\" %}\n      <section id=\"static-comments\">\n        {% if site.repository and site.comments.staticman.branch %}\n          <!-- Start static comments -->\n          <div class=\"js-comments\">\n            {% if site.data.comments[page.slug] %}\n              <h4 class=\"page__comments-title\">{{ site.data.ui-text[locale].comments_title | default: \"Comments\" }}</h4>\n              {% assign comments = site.data.comments[page.slug] %}\n\n              <!-- In order to sort by date we must have an array of objects, not an array of arrays, so\n                    create a new array of plain comment objects and then sort by the comment date. -->\n              {% assign commentObjects = '' | split: '' %}\n              {% for comment in comments %}\n                {% assign commentObject = comment[1] %}\n                {% assign commentObjects = commentObjects | push: commentObject %}\n              {% endfor %}\n              {% assign comments = commentObjects | sort: \"date\" %}\n\n              {% for comment in comments %}\n                {% assign email = comment.email %}\n                {% assign name = comment.name %}\n                {% assign url = comment.url %}\n                {% assign date = comment.date %}\n                {% assign message = comment.message %}\n                {% include comment.html index=forloop.index email=email name=name url=url date=date message=message %}\n              {% endfor %}\n            {% endif %}\n          </div>\n          <!-- End static comments -->\n\n          <!-- Start new comment form -->\n          <div class=\"page__comments-form\">\n            <h4 class=\"page__comments-title\">{{ site.data.ui-text[locale].comments_label | default: \"Leave a Comment\" }}</h4>\n            <p class=\"small\">{{ site.data.ui-text[locale].comment_form_info | default: \"Your email address will not be published. Required fields are marked\" }} <span class=\"required\">*</span></p>\n            <form id=\"new_comment\" class=\"page__comments-form js-form form\" method=\"post\" action=\"{{ site.comments.staticman.endpoint }}{{ site.repository }}/{{ site.comments.staticman.branch }}/comments\">\n              <div class=\"form__spinner\">\n                <i class=\"fas fa-spinner fa-spin fa-3x fa-fw\"></i>\n                <span class=\"sr-only\">{{ site.data.ui-text[locale].loading_label | default: \"Loading...\" }}</span>\n              </div>\n\n              <div class=\"form-group\">\n                <label for=\"comment-form-message\">{{ site.data.ui-text[locale].comment_form_comment_label | default: \"Comment\" }} <small class=\"required\">*</small></label>\n                <textarea type=\"text\" rows=\"3\" id=\"comment-form-message\" name=\"fields[message]\" tabindex=\"1\"></textarea>\n                <div class=\"small help-block\"><a href=\"https://daringfireball.net/projects/markdown/\">{{ site.data.ui-text[locale].comment_form_md_info | default: \"Markdown is supported.\" }}</a></div>\n              </div>\n              <div class=\"form-group\">\n                <label for=\"comment-form-name\">{{ site.data.ui-text[locale].comment_form_name_label | default: \"Name\" }} <small class=\"required\">*</small></label>\n                <input type=\"text\" id=\"comment-form-name\" name=\"fields[name]\" tabindex=\"2\" />\n              </div>\n              <div class=\"form-group\">\n                <label for=\"comment-form-email\">{{ site.data.ui-text[locale].comment_form_email_label | default: \"Email address\" }} <small class=\"required\">*</small></label>\n                <input type=\"email\" id=\"comment-form-email\" name=\"fields[email]\" tabindex=\"3\" />\n              </div>\n              <div class=\"form-group\">\n                <label for=\"comment-form-url\">{{ site.data.ui-text[locale].comment_form_website_label | default: \"Website (optional)\" }}</label>\n                <input type=\"url\" id=\"comment-form-url\" name=\"fields[url]\" tabindex=\"4\"/>\n              </div>\n              <div class=\"form-group hidden\" style=\"display: none;\">\n                <input type=\"hidden\" name=\"options[slug]\" value=\"{{ page.slug }}\">\n                <label for=\"comment-form-location\">Not used. Leave blank if you are a human.</label>\n                <input type=\"text\" id=\"comment-form-location\" name=\"fields[hidden]\" autocomplete=\"off\"/>\n                {% if site.reCaptcha.siteKey %}<input type=\"hidden\" name=\"options[reCaptcha][siteKey]\" value=\"{{ site.reCaptcha.siteKey }}\">{% endif %}\n                {% if site.reCaptcha.secret %}<input type=\"hidden\" name=\"options[reCaptcha][secret]\" value=\"{{ site.reCaptcha.secret }}\">{% endif %}\n              </div>\n              <!-- Start comment form alert messaging -->\n              <p class=\"hidden js-notice\">\n                <strong class=\"js-notice-text\"></strong>\n              </p>\n              <!-- End comment form alert messaging -->\n              {% if site.reCaptcha.siteKey %}\n                <div class=\"form-group\">\n                  <div class=\"g-recaptcha\" data-sitekey=\"{{ site.reCaptcha.siteKey }}\"></div>\n                </div>\n              {% endif %}\n              <div class=\"form-group\">\n                <button type=\"submit\" id=\"comment-form-submit\" tabindex=\"5\" class=\"btn btn--primary btn--large\">{{ site.data.ui-text[locale].comment_btn_submit | default: \"Submit Comment\" }}</button>\n              </div>\n            </form>\n          </div>\n          <!-- End new comment form -->\n          {% if site.reCaptcha.siteKey %}<script async src=\"https://www.google.com/recaptcha/api.js\"></script>{% endif %}\n        {% endif %}\n      </section>\n    {% when \"staticman\" %}\n      <section id=\"static-comments\">\n        {% if site.repository and site.staticman.branch %}\n          <!-- Start static comments -->\n          <div class=\"js-comments\">\n            {% if site.data.comments[page.slug] %}\n              <h4 class=\"page__comments-title\">{{ site.data.ui-text[locale].comments_title | default: \"Comments\" }}</h4>\n              {% assign comments = site.data.comments[page.slug] %}\n\n              <!-- In order to sort by date we must have an array of objects, not an array of arrays, so\n                    create a new array of plain comment objects and then sort by the comment date. -->\n              {% assign commentObjects = '' | split: '' %}\n              {% for comment in comments %}\n                {% assign commentObject = comment[1] %}\n                {% assign commentObjects = commentObjects | push: commentObject %}\n              {% endfor %}\n              {% assign comments = commentObjects | sort: \"date\" %}\n\n              {% for comment in comments %}\n                {% assign email = comment.email %}\n                {% assign name = comment.name %}\n                {% assign url = comment.url %}\n                {% assign date = comment.date %}\n                {% assign message = comment.message %}\n                {% include comment.html index=forloop.index email=email name=name url=url date=date message=message %}\n              {% endfor %}\n            {% endif %}\n          </div>\n          <!-- End static comments -->\n\n          <!-- Start new comment form -->\n          <div class=\"page__comments-form\">\n            <h4 class=\"page__comments-title\">{{ site.data.ui-text[locale].comments_label | default: \"Leave a Comment\" }}</h4>\n            <p class=\"small\">{{ site.data.ui-text[locale].comment_form_info | default: \"Your email address will not be published. Required fields are marked\" }} <span class=\"required\">*</span></p>\n            <form id=\"new_comment\" class=\"page__comments-form js-form form\" method=\"post\" action=\"https://api.staticman.net/v1/entry/{{ site.repository }}/{{ site.staticman.branch }}\">\n              <div class=\"form__spinner\">\n                <i class=\"fas fa-spinner fa-spin fa-3x fa-fw\"></i>\n                <span class=\"sr-only\">{{ site.data.ui-text[locale].loading_label | default: \"Loading...\" }}</span>\n              </div>\n\n              <div class=\"form-group\">\n                <label for=\"comment-form-message\">{{ site.data.ui-text[locale].comment_form_comment_label | default: \"Comment\" }} <small class=\"required\">*</small></label>\n                <textarea type=\"text\" rows=\"3\" id=\"comment-form-message\" name=\"fields[message]\" tabindex=\"1\"></textarea>\n                <div class=\"small help-block\"><a href=\"https://daringfireball.net/projects/markdown/\">{{ site.data.ui-text[locale].comment_form_md_info | default: \"Markdown is supported.\" }}</a></div>\n              </div>\n              <div class=\"form-group\">\n                <label for=\"comment-form-name\">{{ site.data.ui-text[locale].comment_form_name_label | default: \"Name\" }} <small class=\"required\">*</small></label>\n                <input type=\"text\" id=\"comment-form-name\" name=\"fields[name]\" tabindex=\"2\" />\n              </div>\n              <div class=\"form-group\">\n                <label for=\"comment-form-email\">{{ site.data.ui-text[locale].comment_form_email_label | default: \"Email address\" }} <small class=\"required\">*</small></label>\n                <input type=\"email\" id=\"comment-form-email\" name=\"fields[email]\" tabindex=\"3\" />\n              </div>\n              <div class=\"form-group\">\n                <label for=\"comment-form-url\">{{ site.data.ui-text[locale].comment_form_website_label | default: \"Website (optional)\" }}</label>\n                <input type=\"url\" id=\"comment-form-url\" name=\"fields[url]\" tabindex=\"4\"/>\n              </div>\n              <div class=\"form-group hidden\" style=\"display: none;\">\n                <input type=\"hidden\" name=\"options[slug]\" value=\"{{ page.slug }}\">\n                <label for=\"comment-form-location\">Not used. Leave blank if you are a human.</label>\n                <input type=\"text\" id=\"comment-form-location\" name=\"fields[hidden]\" autocomplete=\"off\"/>\n              </div>\n              <!-- Start comment form alert messaging -->\n              <p class=\"hidden js-notice\">\n                <strong class=\"js-notice-text\"></strong>\n              </p>\n              <!-- End comment form alert messaging -->\n              <div class=\"form-group\">\n                <button type=\"submit\" id=\"comment-form-submit\" tabindex=\"5\" class=\"btn btn--primary btn--large\">{{ site.data.ui-text[locale].comment_btn_submit | default: \"Submit Comment\" }}</button>\n              </div>\n            </form>\n          </div>\n          <!-- End new comment form -->\n        {% endif %}\n      </section>\n    {% when \"utterances\" %}\n      <h4 class=\"page__comments-title\">{{ comments_label }}</h4>\n      <section id=\"utterances-comments\"></section>\n    {% when \"giscus\" %}\n      <h4 class=\"page__comments-title\">{{ comments_label }}</h4>\n      <section id=\"giscus-comments\"></section>\n    {% when \"custom\" %}\n      {% include /comments-providers/custom.html %}\n  {% endcase %}\n</div>\n"
  },
  {
    "path": "_includes/copyright.html",
    "content": "<!--\n  Minimal Mistakes Jekyll Theme 4.28.0 by Michael Rose\n  Copyright 2013-2026 Michael Rose - mademistakes.com | @mmistakes\n  Copyright 2024-2026 iBug - ibugone.com | @iBug\n  Free for personal and commercial use under the MIT license\n  https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE\n-->\n"
  },
  {
    "path": "_includes/copyright.js",
    "content": "/*!\n * Minimal Mistakes Jekyll Theme 4.28.0 by Michael Rose\n * Copyright 2013-2026 Michael Rose - mademistakes.com | @mmistakes\n * Copyright 2024-2026 iBug - ibugone.com | @iBug\n * Free for personal and commercial use under the MIT license\n * https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE\n */\n"
  },
  {
    "path": "_includes/documents-collection.html",
    "content": "{% assign locale = include.locale | default: site.locale %}\n{% assign entries = include.entries | default: site[include.collection] | where_exp: \"post\", \"post.hidden != true\" %}\n\n{% if include.sort_by %}\n  {% assign entries = entries | sort: include.sort_by %}\n{% endif %}\n\n{% if include.sort_order == 'reverse' %}\n  {% assign entries = entries | reverse %}\n{% endif %}\n\n{%- for post in entries -%}\n  {% include archive-single.html locale=locale type=include.type %}\n{%- endfor -%}\n"
  },
  {
    "path": "_includes/feature_row",
    "content": "{% assign locale = include.locale | default: site.locale %}\n{% if include.id %}\n  {% assign feature_row = page[include.id] %}\n{% else %}\n  {% assign feature_row = page.feature_row %}\n{% endif %}\n\n<div class=\"feature__wrapper\">\n\n  {% for f in feature_row %}\n    <div class=\"feature__item{% if include.type %}--{{ include.type }}{% endif %}\">\n      <div class=\"archive__item\">\n        {% if f.image_path %}\n          <div class=\"archive__item-teaser\">\n            <img src=\"{{ f.image_path | relative_url }}\"\n                 alt=\"{% if f.alt %}{{ f.alt }}{% endif %}\">\n            {% if f.image_caption %}\n              <span class=\"archive__item-caption\">{{ f.image_caption | markdownify | remove: \"<p>\" | remove: \"</p>\" }}</span>\n            {% endif %}\n          </div>\n        {% endif %}\n\n        <div class=\"archive__item-body\">\n          {% if f.title %}\n            <h2 class=\"archive__item-title\">{{ f.title }}</h2>\n          {% endif %}\n\n          {% if f.excerpt %}\n            <div class=\"archive__item-excerpt\">\n              {{ f.excerpt | markdownify }}\n            </div>\n          {% endif %}\n\n          {% if f.url %}\n            <p><a href=\"{{ f.url | relative_url }}\" class=\"btn {{ f.btn_class }}\">{{ f.btn_label | default: site.data.ui-text[locale].more_label | default: \"Learn More\" }}</a></p>\n          {% endif %}\n        </div>\n      </div>\n    </div>\n  {% endfor %}\n\n</div>\n"
  },
  {
    "path": "_includes/figure",
    "content": "<figure class=\"{{ include.class }}\">\n  {%- if include.popup -%}<a href=\"{{ include.image_path | relative_url }}\" class=\"image-popup\"{% if include.caption %} title=\"{{ include.caption | markdownify | strip_html }}\"{% endif %}>{%- endif -%}\n  <img src=\"{{ include.image_path | relative_url }}\"\n       alt=\"{% if include.alt %}{{ include.alt | escape_once }}{% endif %}\">\n  {%- if include.popup -%}</a>{%- endif -%}\n  {%- if include.caption -%}\n    <figcaption>\n      {{ include.caption | markdownify | remove: \"<p>\" | remove: \"</p>\" }}\n    </figcaption>\n  {%- endif -%}\n</figure>\n"
  },
  {
    "path": "_includes/footer/custom.html",
    "content": "<!-- start custom footer snippets -->\n\n<!-- end custom footer snippets -->"
  },
  {
    "path": "_includes/footer.html",
    "content": "{% assign locale = include.locale | default: site.locale %}\n{% unless site.atom_feed.hide %}\n  {% assign show_atom = true %}\n{% endunless %}\n{% if site.footer.links or show_atom %}\n<div class=\"page__footer-follow\">\n  <ul class=\"social-icons\">\n    {% if site.data.ui-text[locale].follow_label %}\n      <li><strong>{{ site.data.ui-text[locale].follow_label }}</strong></li>\n    {% endif %}\n\n    {% if site.footer.links %}\n      {% for link in site.footer.links %}\n        {% if link.label and link.url %}\n          <li><a href=\"{{ link.url }}\" rel=\"nofollow noopener noreferrer{% if link.rel %} {{ link.rel }}{% endif %}\"><i class=\"{{ link.icon | default: 'fas fa-link' }}\" aria-hidden=\"true\"></i> {{ link.label | escape_once | strip }}</a></li>\n        {% endif %}\n      {% endfor %}\n    {% endif %}\n\n    {% unless site.atom_feed.hide %}\n      <li><a href=\"{% if site.atom_feed.path %}{{ site.atom_feed.path }}{% else %}{{ '/feed.xml' | relative_url }}{% endif %}\"><i class=\"fas fa-fw fa-square-rss\" aria-hidden=\"true\"></i> {{ site.data.ui-text[locale].feed_label | default: \"Feed\" }}</a></li>\n    {% endunless %}\n  </ul>\n</div>\n{% endif %}\n\n<div class=\"page__footer-copyright\">&copy; {% assign site_time = site.time | date: '%Y' %}{% if site.footer.since and site_time != site.footer.since %}{{ site.footer.since }} - {% endif %}{{ site_time }} <a href=\"{{ site.copyright_url | default: site.url }}\">{{ site.copyright | default: site.title | escape_once | strip }}</a>. {{ site.data.ui-text[locale].powered_by | default: \"Powered by\" }} <a href=\"https://jekyllrb.com\" rel=\"nofollow\">Jekyll</a> &amp; <a href=\"https://mademistakes.com/work/jekyll-themes/minimal-mistakes/\" rel=\"nofollow\">Minimal Mistakes</a>.</div>\n"
  },
  {
    "path": "_includes/gallery",
    "content": "{% if include.id %}\n  {% assign gallery = page[include.id] %}\n{% else %}\n  {% assign gallery = page.gallery %}\n{% endif %}\n\n{% if include.layout %}\n  {% assign gallery_layout = include.layout %}\n{% else %}\n  {% if gallery.size == 2 %}\n    {% assign gallery_layout = 'half' %}\n  {% elsif gallery.size >= 3 %}\n    {% assign gallery_layout = 'third' %}\n  {% else %}\n    {% assign gallery_layout = '' %}\n  {% endif %}\n{% endif %}\n\n<figure class=\"{{ gallery_layout }} {{ include.class }}\">\n  {% for img in gallery %}\n    {% if img.url %}\n      <a href=\"{{ img.url | relative_url }}\"\n        {% if img.title %}title=\"{{ img.title | escape_once }}\"{% endif %}>\n          <img src=\"{{ img.image_path | relative_url }}\"\n               alt=\"{% if img.alt %}{{ img.alt | escape_once }}{% endif %}\">\n      </a>\n    {% else %}\n      <img src=\"{{ img.image_path | relative_url }}\"\n           alt=\"{% if img.alt %}{{ img.alt | escape_once }}{% endif %}\">\n    {% endif %}\n  {% endfor %}\n  {% if include.caption %}\n    <figcaption>{{ include.caption | markdownify | remove: \"<p>\" | remove: \"</p>\" }}</figcaption>\n  {% endif %}\n</figure>\n"
  },
  {
    "path": "_includes/group-by-array",
    "content": "<!--\n# Jekyll Group-By-Array 0.1.0\n# https://github.com/mushishi78/jekyll-group-by-array\n# © 2015 Max White <mushishi78@gmail.com>\n# MIT License\n-->\n\n<!-- Initialize -->\n{% assign __empty_array = '' | split: ',' %}\n{% assign group_names = __empty_array %}\n{% assign group_items = __empty_array %}\n\n<!-- Map -->\n{% assign __names =  include.collection | map: include.field %}\n\n<!-- Flatten -->\n{% assign __names =  __names | join: ',' | join: ',' | split: ',' %}\n\n<!-- Uniq -->\n{% assign __names =  __names | sort %}\n{% for name in __names %}\n\n<!-- If not equal to previous then it must be unique as sorted -->\n{% unless name == previous %}\n\n<!-- Push to group_names -->\n{% assign group_names = group_names | push: name %}\n{% endunless %}\n\n{% assign previous = name %}\n{% endfor %}\n\n\n<!-- group_items -->\n{% for name in group_names %}\n\n<!-- Collect if contains -->\n{% assign __item = __empty_array %}\n{% for __element in include.collection %}\n{% if __element[include.field] contains name %}\n{% assign __item = __item | push: __element %}\n{% endif %}\n{% endfor %}\n\n<!-- Push to group_items -->\n{% assign group_items = group_items | push: __item %}\n{% endfor %}"
  },
  {
    "path": "_includes/head/custom.html",
    "content": "<!-- start custom head snippets -->\n\n<!-- insert favicons. use https://realfavicongenerator.net/ -->\n\n<!-- end custom head snippets -->\n"
  },
  {
    "path": "_includes/head.html",
    "content": "{% assign locale = include.locale | default: site.locale %}\n<meta charset=\"utf-8\">\n\n{% include seo.html locale=locale %}\n\n{% unless site.atom_feed.hide %}\n  <link href=\"{% if site.atom_feed.path %}{{ site.atom_feed.path }}{% else %}{{ '/feed.xml' | relative_url }}{% endif %}\" type=\"application/atom+xml\" rel=\"alternate\" title=\"{{ site.title }} Feed\">\n{% endunless %}\n\n{%- comment %} https://docs.google.com/presentation/d/1rmxwWa9P6_xHqonmh5ONXRS-jPc5XKbnv99Rjkhe04s/present {% endcomment -%}\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\n<script>\n  document.documentElement.className = document.documentElement.className.replace(/\\bno-js\\b/g, '') + ' js ';\n  {% if site.enable_copy_code_button -%}\n    window.enable_copy_code_button = true;\n  {%- endif %}\n</script>\n\n<!-- For all browsers -->\n<link rel=\"stylesheet\" href=\"{{ '/assets/css/main.css' | relative_url }}\">\n<link rel=\"preload\" href=\"https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@latest/css/all.min.css\" as=\"style\" onload=\"this.onload=null;this.rel='stylesheet'\">\n<noscript><link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@latest/css/all.min.css\"></noscript>\n\n{% if site.head_scripts %}\n  {% for script in site.head_scripts %}\n    <script src=\"{{ script | relative_url }}\"></script>\n  {% endfor %}\n{% endif %}\n"
  },
  {
    "path": "_includes/masthead.html",
    "content": "{% assign locale = include.locale | default: site.locale %}\n{% capture logo_path %}{{ site.logo }}{% endcapture %}\n\n<div class=\"masthead\">\n  <div class=\"masthead__inner-wrap\">\n    <div class=\"masthead__menu\">\n      <nav id=\"site-nav\" class=\"greedy-nav\" aria-label=\"Primary navigation\">\n        {% unless logo_path == empty %}\n          <a class=\"site-logo\" href=\"{{ '/' | relative_url }}\"><img src=\"{{ logo_path | relative_url }}\" alt=\"{{ site.masthead_title | default: site.title }}\"></a>\n        {% endunless %}\n        <a class=\"site-title\" href=\"{{ '/' | relative_url }}\">\n          {{ site.masthead_title | default: site.title | escape_once | strip }}\n          {% if site.subtitle %}<span class=\"site-subtitle\">{{ site.subtitle | escape_once | strip }}</span>{% endif %}\n        </a>\n        <ul class=\"visible-links\">\n          {%- for link in site.data.navigation.main -%}\n            <li class=\"masthead__menu-item\">\n              <a\n                href=\"{{ link.url | relative_url }}\"\n                {% if link.description %} title=\"{{ link.description }}\"{% endif %}\n                {% if link.target %} target=\"{{ link.target }}\"{% endif %}\n              >{{ link.title }}</a>\n            </li>\n          {%- endfor -%}\n        </ul>\n        {% if site.search == true %}\n        <button class=\"search__toggle\" type=\"button\">\n          <span class=\"visually-hidden\">{{ site.data.ui-text[locale].search_label | default: \"Toggle search\" }}</span>\n          <i class=\"fas fa-search\"></i>\n        </button>\n        {% endif %}\n        <button class=\"greedy-nav__toggle hidden\" type=\"button\">\n          <span class=\"visually-hidden\">{{ site.data.ui-text[locale].menu_label | default: \"Toggle menu\" }}</span>\n          <div class=\"navicon\"></div>\n        </button>\n        <ul class=\"hidden-links hidden\"></ul>\n      </nav>\n    </div>\n  </div>\n</div>\n"
  },
  {
    "path": "_includes/nav_list",
    "content": "{% assign locale = include.locale | default: site.locale %}\n<nav class=\"nav__list\">\n  {% if page.sidebar.title %}<h3 class=\"nav__title\" style=\"padding-left: 0;\">{{ page.sidebar.title }}</h3>{% endif %}\n  <input id=\"ac-toc\" name=\"accordion-toc\" type=\"checkbox\" />\n  <label for=\"ac-toc\">{{ site.data.ui-text[locale].menu_label | default: \"Toggle Menu\" }}</label>\n  <ul class=\"nav__items\">\n    {% for navname in include.nav %}\n      {% assign navigation = site.data.navigation[navname] %}\n      {% for nav in navigation %}\n        <li>\n          {% if nav.url %}\n            <a href=\"{{ nav.url | relative_url }}\"><span class=\"nav__sub-title\">{{ nav.title }}</span></a>\n          {% else %}\n            <span class=\"nav__sub-title\">{{ nav.title }}</span>\n          {% endif %}\n\n          {% if nav.children != null %}\n          <ul>\n            {% for child in nav.children %}\n              <li><a href=\"{{ child.url | relative_url }}\"{% if child.url == page.url %} class=\"active\"{% endif %}>{{ child.title }}</a></li>\n            {% endfor %}\n          </ul>\n          {% endif %}\n        </li>\n      {% endfor %}\n    {% endfor %}\n  </ul>\n</nav>\n"
  },
  {
    "path": "_includes/page__date.html",
    "content": "{% assign locale = include.locale | default: site.locale %}\n{% assign date_format = site.date_format | default: \"%B %-d, %Y\" %}\n{% if page.last_modified_at %}\n  <p class=\"page__date\"><strong><i class=\"fas fa-fw fa-calendar-alt\" aria-hidden=\"true\"></i> {{ site.data.ui-text[locale].date_label | default: \"Updated:\" }}</strong> <time class=\"dt-updated\" datetime=\"{{ page.last_modified_at | date: \"%Y-%m-%d\" }}\">{{ page.last_modified_at | date: date_format }}</time></p>\n{% elsif page.date %}\n  <p class=\"page__date\"><strong><i class=\"fas fa-fw fa-calendar-alt\" aria-hidden=\"true\"></i> {{ site.data.ui-text[locale].date_label | default: \"Updated:\" }}</strong> <time class=\"dt-published\" datetime=\"{{ page.date | date_to_xmlschema }}\">{{ page.date | date: date_format }}</time></p>\n{% endif %}\n"
  },
  {
    "path": "_includes/page__hero.html",
    "content": "{% assign locale = include.locale | default: site.locale %}\n{% capture overlay_img_path %}{{ page.header.overlay_image | relative_url }}{% endcapture %}\n\n{% if page.header.overlay_filter contains \"gradient\" %}\n  {% capture overlay_filter %}{{ page.header.overlay_filter }}{% endcapture %}\n{% elsif page.header.overlay_filter contains \"rgba\" %}\n  {% capture overlay_filter %}{{ page.header.overlay_filter }}{% endcapture %}\n  {% capture overlay_filter %}linear-gradient({{ overlay_filter }}, {{ overlay_filter }}){% endcapture %}\n{% elsif page.header.overlay_filter %}\n  {% capture overlay_filter %}rgba(0, 0, 0, {{ page.header.overlay_filter }}){% endcapture %}\n  {% capture overlay_filter %}linear-gradient({{ overlay_filter }}, {{ overlay_filter }}){% endcapture %}\n{% endif %}\n\n{% if page.header.image_description %}\n  {% assign image_description = page.header.image_description %}\n{% else %}\n  {% assign image_description = page.title %}\n{% endif %}\n\n{% assign image_description = image_description | markdownify | strip_html | strip_newlines | escape_once %}\n\n<div class=\"page__hero{% if page.header.overlay_color or page.header.overlay_image %}--overlay{% endif %}\"\n  style=\"{% if page.header.overlay_color %}background-color: {{ page.header.overlay_color | default: 'transparent' }};{% endif %} {% if overlay_img_path %}background-image: {% if overlay_filter %}{{ overlay_filter }}, {% endif %}url('{{ overlay_img_path }}');{% endif %}\"\n>\n  {% if page.header.overlay_color or page.header.overlay_image %}\n    <div class=\"wrapper\">\n      <h1 id=\"page-title\" class=\"page__title\" itemprop=\"headline\">\n        {% if paginator and site.paginate_show_page_num %}\n          {{ site.title }}{% unless paginator.page == 1 %} {{ site.data.ui-text[locale].page | default: \"Page\" }} {{ paginator.page }}{% endunless %}\n        {% else %}\n          {{ page.title | default: site.title | markdownify | remove: \"<p>\" | remove: \"</p>\" }}\n        {% endif %}\n      </h1>\n      {% if page.tagline %}\n        <p class=\"page__lead\">{{ page.tagline | markdownify | remove: \"<p>\" | remove: \"</p>\" }}</p>\n      {% elsif page.header.show_overlay_excerpt != false and page.excerpt %}\n        <p class=\"page__lead\">{{ page.excerpt | markdownify | remove: \"<p>\" | remove: \"</p>\" }}</p>\n      {% endif %}\n      {% include page__meta.html locale=locale %}\n      {% if page.header.actions %}\n        <p>\n        {% for action in page.header.actions %}\n          <a href=\"{{ action.url | relative_url }}\" class=\"btn btn--light-outline btn--large\">{{ action.label | default: site.data.ui-text[locale].more_label | default: \"Learn More\" }}</a>\n        {% endfor %}\n        </p>\n      {% endif %}\n    </div>\n  {% else %}\n    <img src=\"{{ page.header.image | relative_url }}\" alt=\"{{ image_description }}\" class=\"page__hero-image\">\n  {% endif %}\n  {% if page.header.caption %}\n    <span class=\"page__hero-caption\">{{ page.header.caption | markdownify | remove: \"<p>\" | remove: \"</p>\" }}</span>\n  {% endif %}\n</div>\n"
  },
  {
    "path": "_includes/page__hero_video.html",
    "content": "{% assign video = page.header.video %}\n{% include video id=video.id provider=video.provider danmaku=video.danmaku %}\n"
  },
  {
    "path": "_includes/page__meta.html",
    "content": "{% assign locale = include.locale | default: site.locale %}\n{% assign document = post | default: page %}\n{% if document.read_time or document.show_date %}\n  <p class=\"page__meta\">\n    {% if document.show_date and document.date %}\n      {% assign date = document.date %}\n      <span class=\"page__meta-date\">\n        <i class=\"far {% if include.type == 'grid' and document.read_time and document.show_date %}fa-fw {% endif %}fa-calendar-alt\" aria-hidden=\"true\"></i>\n        {% assign date_format = site.date_format | default: \"%B %-d, %Y\" %}\n        <time datetime=\"{{ date | date_to_xmlschema }}\">{{ date | date: date_format }}</time>\n      </span>\n    {% endif %}\n\n    {% if document.read_time and document.show_date %}<span class=\"page__meta-sep\"></span>{% endif %}\n\n    {% if document.read_time %}\n      {% assign words_per_minute = document.words_per_minute | default: site.words_per_minute | default: 200 %}\n      {% assign words = document.content | strip_html | number_of_words %}\n\n      <span class=\"page__meta-readtime\">\n        <i class=\"far {% if include.type == 'grid' and document.read_time and document.show_date %}fa-fw {% endif %}fa-clock\" aria-hidden=\"true\"></i>\n        {% if words < words_per_minute %}\n          {{ site.data.ui-text[locale].less_than | default: \"less than\" }} 1 {{ site.data.ui-text[locale].minute_read | default: \"minute read\" }}\n        {% elsif words == words_per_minute %}\n          1 {{ site.data.ui-text[locale].minute_read | default: \"minute read\" }}\n        {% else %}\n          {{ words | divided_by: words_per_minute }} {{ site.data.ui-text[locale].minute_read | default: \"minute read\" }}\n        {% endif %}\n      </span>\n    {% endif %}\n  </p>\n{% endif %}\n"
  },
  {
    "path": "_includes/page__related.html",
    "content": "{% assign locale = include.locale | default: site.locale %}\n{% assign posts = include.posts | where_exp: \"post\", \"post.hidden != true\" %}\n<div class=\"page__related\">\n  {% include before-related.html %}\n  <h2 class=\"page__related-title\">{{ site.data.ui-text[locale].related_label | default: \"You May Also Enjoy\" }}</h2>\n  <div class=\"grid__wrapper\">\n    {% for post in posts limit:4 %}\n      {% if post.id == page.id %}{% continue %}{% endif %}\n      {% include archive-single.html locale=locale type=\"grid\" %}\n    {% endfor %}\n  </div>\n</div>\n"
  },
  {
    "path": "_includes/page__taxonomy.html",
    "content": "{% assign locale = include.locale | default: site.locale %}\n{% unless site.show_taxonomy == false %}\n  {% if site.tag_archive.type and page.tags[0] %}\n    {% include tag-list.html locale=locale %}\n  {% endif %}\n\n  {% if site.category_archive.type and page.categories[0] %}\n    {% include category-list.html locale=locale %}\n  {% endif %}\n{% endunless %}\n"
  },
  {
    "path": "_includes/paginator-v1.html",
    "content": "{% assign locale = include.locale | default: site.locale %}\n{% if paginator.total_pages > 1 %}\n<nav class=\"pagination\" aria-label=\"Pagination\">\n  {% assign paginate_path_last = site.paginate_path | split: '/' | last %}\n  {% assign first_page_path = paginator.first_page_path | default: site.paginate_path | replace: paginate_path_last, '' | replace: '//', '/' | relative_url %}\n  <ul>\n    {% comment %} Link for previous page {% endcomment %}\n    {% if paginator.previous_page %}\n      {% if paginator.previous_page == 1 %}\n        <li><a href=\"{{ first_page_path }}\">{{ site.data.ui-text[locale].pagination_previous | default: \"Previous\" }}</a></li>\n      {% else %}\n        <li><a href=\"{{ site.paginate_path | replace: ':num', paginator.previous_page | replace: '//', '/' | relative_url }}\">{{ site.data.ui-text[locale].pagination_previous | default: \"Previous\" }}</a></li>\n      {% endif %}\n    {% else %}\n    <li><a href=\"#\" class=\"disabled\"><span aria-hidden=\"true\">{{ site.data.ui-text[locale].pagination_previous | default: \"Previous\" }}</span></a></li>\n    {% endif %}\n\n    {% comment %} First page {% endcomment %}\n    {% if paginator.page == 1 %}\n      <li><a href=\"#\" class=\"disabled current\">1</a></li>\n    {% else %}\n      <li><a href=\"{{ first_page_path }}\">1</a></li>\n    {% endif %}\n\n    {% assign page_start = 2 %}\n    {% if paginator.page > 4 %}\n      {% assign page_start = paginator.page | minus: 2 %}\n      {% comment %} Ellipsis for truncated links {% endcomment %}\n      <li><a href=\"#\" class=\"disabled\">&hellip;</a></li>\n    {% endif %}\n\n    {% assign page_end = paginator.total_pages | minus: 1 %}\n    {% assign pages_to_end = paginator.total_pages | minus: paginator.page %}\n    {% if pages_to_end > 4 %}\n      {% assign page_end = paginator.page | plus: 2 %}\n    {% endif %}\n\n    {% for index in (page_start..page_end) %}\n      {% if index == paginator.page %}\n        <li><a href=\"{{ site.paginate_path | replace: ':num', index | replace: '//', '/' | relative_url }}\" class=\"disabled current\">{{ index }}</a></li>\n      {% else %}\n        {% comment %} Distance from current page and this link {% endcomment %}\n        {% assign dist = paginator.page | minus: index %}\n        {% if dist < 0 %}\n          {% comment %} Distance must be a positive value {% endcomment %}\n          {% assign dist = 0 | minus: dist %}\n        {% endif %}\n        <li><a href=\"{{ site.paginate_path | replace: ':num', index | relative_url }}\">{{ index }}</a></li>\n      {% endif %}\n    {% endfor %}\n\n    {% comment %} Ellipsis for truncated links {% endcomment %}\n    {% if pages_to_end > 3 %}\n      <li><a href=\"#\" class=\"disabled\">&hellip;</a></li>\n    {% endif %}\n\n    {% if paginator.page == paginator.total_pages %}\n      <li><a href=\"#\" class=\"disabled current\">{{ paginator.page }}</a></li>\n    {% else %}\n      <li><a href=\"{{ site.paginate_path | replace: ':num', paginator.total_pages | replace: '//', '/' | relative_url }}\">{{ paginator.total_pages }}</a></li>\n    {% endif %}\n\n    {% comment %} Link next page {% endcomment %}\n    {% if paginator.next_page %}\n      <li><a href=\"{{ site.paginate_path | replace: ':num', paginator.next_page | replace: '//', '/' | relative_url }}\">{{ site.data.ui-text[locale].pagination_next | default: \"Next\" }}</a></li>\n    {% else %}\n      <li><a href=\"#\" class=\"disabled\"><span aria-hidden=\"true\">{{ site.data.ui-text[locale].pagination_next | default: \"Next\" }}</span></a></li>\n    {% endif %}\n  </ul>\n</nav>\n{% endif %}\n"
  },
  {
    "path": "_includes/paginator-v2.html",
    "content": "{% assign locale = include.locale | default: site.locale %}\n<nav class=\"pagination\" aria-label=\"Pagination\">\n  <ul>\n    {% comment %} Link for previous page {% endcomment %}\n    {% if paginator.previous_page %}\n      {% if paginator.previous_page == 1 %}\n        <li><a href=\"{{ paginator.first_page_path | relative_url }}\">{{ site.data.ui-text[locale].pagination_previous | default: \"Previous\" }}</a></li>\n      {% else %}\n        <li><a href=\"{{ paginator.previous_page_path | relative_url }}\">{{ site.data.ui-text[locale].pagination_previous | default: \"Previous\" }}</a></li>\n      {% endif %}\n    {% else %}\n      <li><a href=\"#\" class=\"disabled\"><span aria-hidden=\"true\">{{ site.data.ui-text[locale].pagination_previous | default: \"Previous\" }}</span></a></li>\n    {% endif %}\n\n    {% comment %} Determine whether the first page and the last page are already included in trail {% endcomment %}\n    {% for trail in paginator.page_trail %}\n      {% if trail.num == paginator.first_page %}\n        {% assign has_first_page = true %}\n      {% elsif trail.num == paginator.last_page %}\n        {% assign has_last_page = true %}\n      {% endif %}\n    {% endfor %}\n\n    {% comment %} First page {% endcomment %}\n    {% unless has_first_page %}\n      {% if paginator.page == 1 %}\n        <li><a href=\"#\" class=\"disabled current\">1</a></li>\n      {% else %}\n        <li><a href=\"{{ paginator.first_page_path | relative_url }}\">1</a></li>\n      {% endif %}\n    {% endunless %}\n\n    {% comment %} Ellipsis for truncated links {% endcomment %}\n    {% assign ellipsis_start = paginator.first_page | plus: 1 %}\n    {% if paginator.page_trail.first.num > ellipsis_start %}\n      <li><a href=\"#\" class=\"disabled\">&hellip;</a></li>\n    {% endif %}\n\n    {% comment %} Main pagination trail {% endcomment %}\n    {% for trail in paginator.page_trail %}\n      {% if paginator.page == trail.num %}\n        <li><a href=\"{{ trail.path | remove: 'index.html' | relative_url }}\" class=\"disabled current\">{{ trail.num }}</a></li>\n      {% else %}\n        <li><a href=\"{{ trail.path | remove: 'index.html' | relative_url }}\">{{ trail.num }}</a></li>\n      {% endif %}\n    {% endfor %}\n\n    {% comment %} Ellipsis for truncated links {% endcomment %}\n    {% assign ellipsis_end = paginator.last_page | minus: 1 %}\n    {% if paginator.page_trail.last.num < ellipsis_end %}\n      <li><a href=\"#\" class=\"disabled\">&hellip;</a></li>\n    {% endif %}\n\n    {% unless has_last_page %}\n      {% if paginator.page == paginator.total_pages %}\n        <li><a href=\"#\" class=\"disabled current\">{{ paginator.page }}</a></li>\n      {% else %}\n        <li><a href=\"{{ paginator.last_page_path | remove: 'index.html' | relative_url }}\">{{ paginator.total_pages }}</a></li>\n      {% endif %}\n    {% endunless %}\n\n    {% comment %} Link next page {% endcomment %}\n    {% if paginator.next_page %}\n      <li><a href=\"{{ paginator.next_page_path | remove: 'index.html' | relative_url }}\">{{ site.data.ui-text[locale].pagination_next | default: \"Next\" }}</a></li>\n    {% else %}\n      <li><a href=\"#\" class=\"disabled\"><span aria-hidden=\"true\">{{ site.data.ui-text[locale].pagination_next | default: \"Next\" }}</span></a></li>\n    {% endif %}\n  </ul>\n</nav>\n"
  },
  {
    "path": "_includes/paginator.html",
    "content": "{% assign locale = include.locale | default: site.locale %}\n{% if paginator.total_pages > 1 %}\n  {% if site.paginate %}\n    {% include paginator-v1.html locale=locale %}\n  {% elsif site.pagination.enabled %}\n    {% include paginator-v2.html locale=locale %}\n  {% endif %}\n{% endif %}\n"
  },
  {
    "path": "_includes/post_pagination.html",
    "content": "{% assign locale = include.locale | default: site.locale %}\n{% if page.previous or page.next %}\n  <nav class=\"pagination\" aria-label=\"Post pagination\">\n    {% if page.previous %}\n      <a href=\"{{ page.previous.url | relative_url }}\" class=\"pagination--pager\" title=\"{{ page.previous.title | markdownify | strip_html | strip}}\">{{ site.data.ui-text[locale].pagination_previous | default: \"Previous\" }}</a>\n    {% else %}\n      <a href=\"#\" class=\"pagination--pager disabled\">{{ site.data.ui-text[locale].pagination_previous | default: \"Previous\" }}</a>\n    {% endif %}\n    {% if page.next %}\n      <a href=\"{{ page.next.url | relative_url }}\" class=\"pagination--pager\" title=\"{{ page.next.title | markdownify | strip_html | strip}}\">{{ site.data.ui-text[locale].pagination_next | default: \"Next\" }}</a>\n    {% else %}\n      <a href=\"#\" class=\"pagination--pager disabled\">{{ site.data.ui-text[locale].pagination_next | default: \"Next\" }}</a>\n    {% endif %}\n  </nav>\n{% endif %}\n"
  },
  {
    "path": "_includes/posts-category.html",
    "content": "{% assign locale = include.locale | default: site.locale %}\n{% assign posts = site.categories[include.taxonomy] | where_exp: \"post\", \"post.hidden != true\" %}\n{%- for post in posts -%}\n  {% include archive-single.html locale=locale %}\n{%- endfor -%}\n"
  },
  {
    "path": "_includes/posts-tag.html",
    "content": "{% assign locale = include.locale | default: site.locale %}\n{% assign posts = site.tags[include.taxonomy] | where_exp: \"post\", \"post.hidden != true\" %}\n{%- for post in posts -%}\n  {% include archive-single.html locale=locale %}\n{%- endfor -%}\n"
  },
  {
    "path": "_includes/posts-taxonomy.html",
    "content": "{% assign locale = include.locale | default: site.locale %}\n{% assign items_max = 0 %}\n{% for item in include.taxonomies %}\n  {% if item[1].size > items_max %}\n    {% assign items_max = item[1].size %}\n  {% endif %}\n{% endfor %}\n\n<ul class=\"taxonomy__index\">\n  {% for i in (1..items_max) reversed %}\n    {% for item in include.taxonomies %}\n      {% if item[1].size == i %}\n        <li>\n          <a href=\"#{{ item[0] | slugify }}\">\n            <strong>{{ item[0] }}</strong> <span class=\"taxonomy__count\">{{ i }}</span>\n          </a>\n        </li>\n      {% endif %}\n    {% endfor %}\n  {% endfor %}\n</ul>\n\n{% assign entries_layout = page.entries_layout | default: 'list' %}\n{% for i in (1..items_max) reversed %}\n  {% for taxonomy in include.taxonomies %}\n    {% if taxonomy[1].size == i %}\n      <section id=\"{{ taxonomy[0] | slugify }}\" class=\"taxonomy__section\">\n        <h2 class=\"archive__subtitle\">{{ taxonomy[0] }}</h2>\n        <div class=\"entries-{{ entries_layout }}\">\n          {% for post in taxonomy.last %}\n            {% include archive-single.html locale=locale type=entries_layout %}\n          {% endfor %}\n        </div>\n        <a href=\"#page-title\" class=\"back-to-top\">{{ site.data.ui-text[locale].back_to_top | default: 'Back to Top' }} &uarr;</a>\n      </section>\n    {% endif %}\n  {% endfor %}\n{% endfor %}\n"
  },
  {
    "path": "_includes/schema.html",
    "content": "<script type=\"application/ld+json\">\n{\n  \"@context\": \"https://schema.org\",\n  {% if site.social.type == \"Organization\" -%}\n    \"@type\": \"Organization\",\n    \"url\": {{ '/' | absolute_url | jsonify }}{% if site.og_image %},\n    \"logo\": {{ site_og_image | jsonify }}{% endif %}{% if site.social.links %},\n    \"sameAs\": {{ site.social.links | jsonify }}{% endif %}\n  {%- else -%}\n    \"@type\": \"Person\",\n    \"name\": {{ site.social.name | default: site.name | jsonify }},\n    \"url\": {{ '/' | absolute_url | jsonify }}{% if site.social.links %},\n    \"sameAs\": {{ site.social.links | jsonify }}{% endif %}\n  {%- endif %}\n}\n</script>\n"
  },
  {
    "path": "_includes/scripts.html",
    "content": "{% assign locale = include.locale | default: site.locale %}\n{% if site.footer_scripts %}\n  {% for script in site.footer_scripts %}\n    <script src=\"{{ script | relative_url }}\"></script>\n  {% endfor %}\n{% else %}\n  <script src=\"{{ '/assets/js/main.min.js' | relative_url }}\"></script>\n{% endif %}\n\n{% if site.search == true or page.layout == \"search\" %}\n  {%- assign search_provider = site.search_provider | default: \"lunr\" -%}\n  {%- case search_provider -%}\n    {%- when \"lunr\" -%}\n      {% include_cached search/lunr-search-scripts.html locale=locale %}\n    {%- when \"google\" -%}\n      {% include_cached search/google-search-scripts.html %}\n    {%- when \"algolia\" -%}\n      {% include_cached search/algolia-search-scripts.html locale=locale %}\n  {%- endcase -%}\n{% endif %}\n\n{% include analytics.html %}\n{% include /comments-providers/scripts.html locale=locale %}\n\n{% if site.after_footer_scripts %}\n  {% for script in site.after_footer_scripts %}\n    <script src=\"{{ script | relative_url }}\"></script>\n  {% endfor %}\n{% endif %}\n"
  },
  {
    "path": "_includes/search/algolia-search-scripts.html",
    "content": "{% assign locale = include.locale | default: site.locale %}\n<script>\n// Including InstantSearch.js library and styling\nconst loadSearch = function() {\n  const loadCSS = function(src) {\n    var link = document.createElement('link');\n    link.rel = 'stylesheet';\n    link.type = 'text/css';\n    link.href = src;\n    link.media = 'all';\n    document.head.appendChild(link);\n  };\n\n  var script = document.createElement('script');\n  script.setAttribute(\"type\", \"text/javascript\");\n  script.setAttribute(\"src\", \"https://cdn.jsdelivr.net/npm/instantsearch.js@2.3.3/dist/instantsearch.min.js\");\n  script.addEventListener(\"load\", function() {\n    // Instantiating InstantSearch.js with Algolia credentials\n    const search = instantsearch({\n      appId: '{{ site.algolia.application_id }}',\n      apiKey: '{{ site.algolia.search_only_api_key }}',\n      indexName: '{{ site.algolia.index_name }}',\n      searchParameters: {\n        restrictSearchableAttributes: ['title', 'content']\n      }\n    });\n\n    const hitTemplate = function(hit) {\n      const url = hit.url;\n      const hightlight = hit._highlightResult;\n      const title = hightlight.title && hightlight.title.value  || \"\";\n      const content = hightlight.html && hightlight.html.value  || \"\";\n\n      return `\n        <div class=\"list__item\">\n          <article class=\"archive__item\" itemscope itemtype=\"https://schema.org/CreativeWork\">\n            <h2 class=\"archive__item-title\" itemprop=\"headline\"><a href=\"{{ site.baseurl }}${url}\">${title}</a></h2>\n            <div class=\"archive__item-excerpt\" itemprop=\"description\">${content}</div>\n          </article>\n        </div>\n      `;\n    }\n\n    // Adding searchbar and results widgets\n    search.addWidget(\n      instantsearch.widgets.searchBox({\n        container: '.search-searchbar',\n        {% unless site.algolia.powered_by == false %}poweredBy: true,{% endunless %}\n        placeholder: '{{ site.data.ui-text[locale].search_placeholder_text | default: \"Enter your search term...\" }}'\n      })\n    );\n    search.addWidget(\n      instantsearch.widgets.hits({\n        container: '.search-hits',\n        templates: {\n          item: hitTemplate,\n          empty: '{{ site.data.ui-text[locale].search_algolia_no_results | default: \"No results\" }}',\n        }\n      })\n    );\n\n    if (!search.started) {\n      search.start();\n    }\n  });\n  document.body.appendChild(script);\n\n  loadCSS(\"https://cdn.jsdelivr.net/npm/instantsearch.js@2.3.3/dist/instantsearch.min.css\");\n  loadCSS(\"https://cdn.jsdelivr.net/npm/instantsearch.js@2.3.3/dist/instantsearch-theme-algolia.min.css\");\n};\n\n// Starting the search only when toggle is clicked\n$(document).ready(function() {\n  var scriptLoaded = false;\n\n  $(\".search__toggle\").on(\"click\", function() {\n    if (!scriptLoaded) {\n      loadSearch();\n      scriptLoaded = true;\n    }\n  });\n});\n</script>\n"
  },
  {
    "path": "_includes/search/google-search-scripts.html",
    "content": "<script>\n  (function () {\n    var cx = '{{ site.google.search_engine_id }}';\n    var gcse = document.createElement('script');\n    gcse.type = 'text/javascript';\n    gcse.async = true;\n    gcse.src = 'https://cse.google.com/cse.js?cx=' + cx;\n    var s = document.getElementsByTagName('script')[0];\n    s.parentNode.insertBefore(gcse, s);\n  })();\n\n  function googleCustomSearchExecute() {\n    var input = document.getElementById('cse-search-input-box-id');\n    var element = google.search.cse.element.getElement('searchresults-only0');\n    if (input.value == '') {\n      element.clearAllResults();\n    } else {\n      element.execute(input.value);\n    }\n    return false;\n  }\n\n  {% if site.google.instant_search %}\n    $(document).ready(function () {\n      $('input#cse-search-input-box-id').on('keyup', function () {\n        googleCustomSearchExecute();\n      });\n    });\n  {% endif %}\n</script>"
  },
  {
    "path": "_includes/search/lunr-search-scripts.html",
    "content": "{% assign locale = include.locale | default: site.locale %}\n{% assign lang = locale | slice: 0,2 | default: \"en\" %}\n{% case lang %}\n{% when \"gr\" %}\n  {% assign lang = \"gr\" %}\n{% else %}\n  {% assign lang = \"en\" %}\n{% endcase %}\n<script src=\"{{ '/assets/js/lunr/lunr.min.js' | relative_url }}\"></script>\n<script src=\"{{ '/assets/js/lunr/lunr-store.js' | relative_url }}\"></script>\n<script src=\"{{ '/assets/js/lunr/lunr-' | append: lang | append: '.js' | relative_url }}\"></script>\n"
  },
  {
    "path": "_includes/search/search_form.html",
    "content": "{% assign locale = include.locale | default: site.locale %}\n<div class=\"search-content__inner-wrap\">\n  {%- assign search_provider = site.search_provider | default: \"lunr\" -%}\n  {%- case search_provider -%}\n  {%- when \"lunr\" -%}\n  <form class=\"search-content__form\" onkeydown=\"return event.key != 'Enter';\" role=\"search\">\n    <label class=\"sr-only\" for=\"search\">\n      {{ site.data.ui-text[locale].search_label_text | default: 'Enter your search term...' }}\n    </label>\n    <input type=\"search\" id=\"search\" class=\"search-input\" tabindex=\"-1\" placeholder=\"{{ site.data.ui-text[locale].search_placeholder_text | default: 'Enter your search term...' }}\" />\n  </form>\n  <div id=\"results\" class=\"results\"></div>\n  {%- when \"google\" -%}\n  <form onsubmit=\"return googleCustomSearchExecute();\" id=\"cse-search-box-form-id\" role=\"search\">\n    <label class=\"sr-only\" for=\"cse-search-input-box-id\">\n      {{ site.data.ui-text[locale].search_label_text | default: 'Enter your search term...' }}\n    </label>\n    <input type=\"search\" id=\"cse-search-input-box-id\" class=\"search-input\" tabindex=\"-1\" placeholder=\"{{ site.data.ui-text[locale].search_placeholder_text | default: 'Enter your search term...' }}\" />\n  </form>\n  <div id=\"results\" class=\"results\">\n    <gcse:searchresults-only></gcse:searchresults-only>\n  </div>\n  {%- when \"algolia\" -%}\n  <div class=\"search-searchbar\"></div>\n  <div class=\"search-hits\"></div>\n  {%- endcase -%}\n</div>\n"
  },
  {
    "path": "_includes/seo.html",
    "content": "{% assign locale = include.locale | default: site.locale %}\n<!-- begin _includes/seo.html -->\n{%- assign title_separator = site.title_separator | default: '-' -%}\n\n{%- assign page_title = page.title | default: site.title | replace: '|', '&#124;' -%}\n{%- if page_title contains site.title -%}\n  {%- assign seo_title = page_title | replace: '|', '&#124;' -%}\n{%- else -%}\n  {%- assign seo_title = page_title | append: \" \" | append: title_separator | append: \" \" | append: site.title | replace: '|', '&#124;' -%}\n{%- endif -%}\n\n{%- assign page_title = page_title | markdownify | strip_html | strip_newlines | escape_once -%}\n{%- assign seo_title  = seo_title  | markdownify | strip_html | strip_newlines | escape_once -%}\n\n{%- assign canonical_url = page.canonical_url | default: page.url | replace: \"/index.html\", \"/\" | absolute_url %}\n\n{%- assign seo_description = page.description | default: page.excerpt | default: site.description -%}\n{%- if seo_description -%}\n  {%- assign seo_description = seo_description | markdownify | strip_html | newline_to_br | strip_newlines | replace: '<br />', ' ' | escape_once | strip -%}\n{%- endif -%}\n\n{%- assign author = page.author | default: page.authors[0] | default: site.author -%}\n{%- assign author = site.data.authors[author] | default: author -%}\n\n{%- if author.twitter -%}\n  {%- assign author_twitter = author.twitter | replace: \"@\", \"\" -%}\n{%- endif -%}\n\n{%- assign page_large_image = page.header.og_image | default: page.header.overlay_image | default: page.header.image | absolute_url | escape -%}\n{%- assign page_teaser_image = page.header.teaser | default: site.og_image | absolute_url | escape -%}\n{%- assign site_og_image = site.og_image | absolute_url | escape -%}\n{%- assign og_image_alt = page.header.og_image_alt | default: site.og_image_alt | escape -%}\n\n{%- if page.date -%}\n  {%- assign og_type = \"article\" -%}\n{%- else -%}\n  {%- assign og_type = \"website\" -%}\n{%- endif -%}\n\n<title>{{ seo_title }}{% if paginator %}{% unless paginator.page == 1 %} {{ title_separator }} {{ site.data.ui-text[locale].page | default: \"Page\" }} {{ paginator.page }}{% endunless %}{% endif %}</title>\n<meta name=\"description\" content=\"{{ seo_description }}\">\n\n{% if author.name %}\n  <meta name=\"author\" content=\"{{ author.name | default: author | escape_once | strip }}\">\n  {% if og_type == \"article\" %}\n  <meta property=\"article:author\" content=\"{{ author.name | default: author | escape_once | strip }}\">\n  {% endif %}\n{% endif %}\n\n<meta property=\"og:type\" content=\"{{ og_type }}\">\n<meta property=\"og:locale\" content=\"{{ locale | replace: \"-\", \"_\" | default: \"en_US\" }}\">\n<meta property=\"og:site_name\" content=\"{{ site.title | escape_once | strip }}\">\n<meta property=\"og:title\" content=\"{{ page_title }}\">\n<meta property=\"og:url\" content=\"{{ canonical_url }}\">\n\n{% if seo_description %}\n  <meta property=\"og:description\" content=\"{{ seo_description }}\">\n{% endif %}\n\n{% if page_large_image %}\n  <meta property=\"og:image\" content=\"{{ page_large_image }}\">\n  {% if og_image_alt %}\n    <meta property=\"og:image:alt\" content=\"{{ og_image_alt }}\">\n  {% endif %}\n{% elsif page_teaser_image %}\n  <meta property=\"og:image\" content=\"{{ page_teaser_image }}\">\n  {% if og_image_alt %}\n    <meta property=\"og:image:alt\" content=\"{{ og_image_alt }}\">\n  {% endif %}\n{% endif %}\n\n{% if site.twitter.username %}\n  <meta name=\"twitter:site\" content=\"@{{ site.twitter.username | replace: \"@\", \"\" }}\">\n  <meta name=\"twitter:title\" content=\"{{ page_title }}\">\n  <meta name=\"twitter:description\" content=\"{{ seo_description }}\">\n  <meta name=\"twitter:url\" content=\"{{ canonical_url }}\">\n\n  {% if page_large_image %}\n    <meta name=\"twitter:card\" content=\"summary_large_image\">\n    <meta name=\"twitter:image\" content=\"{{ page_large_image }}\">\n    {% if og_image_alt %}\n      <meta name=\"twitter:image:alt\" content=\"{{ og_image_alt }}\">\n    {% endif %}\n  {% else %}\n    <meta name=\"twitter:card\" content=\"summary\">\n    {% if page_teaser_image %}\n      <meta name=\"twitter:image\" content=\"{{ page_teaser_image }}\">\n      {% if og_image_alt %}\n        <meta name=\"twitter:image:alt\" content=\"{{ og_image_alt }}\">\n      {% endif %}\n    {% endif %}\n  {% endif %}\n\n  {% if author_twitter %}\n    <meta name=\"twitter:creator\" content=\"@{{ author_twitter }}\">\n  {% endif %}\n{% endif %}\n\n{% if author.fediverse %}\n  <meta name=\"fediverse:creator\" content=\"{{ author.fediverse }}\">\n{% endif %}\n\n{% if page.date %}\n  <meta property=\"article:published_time\" content=\"{{ page.date | date_to_xmlschema }}\">\n{% endif %}\n\n{% if og_type == \"article\" and page.last_modified_at %}\n  <meta property=\"article:modified_time\" content=\"{{ page.last_modified_at | date_to_xmlschema }}\">\n{% endif %}\n\n{% if site.facebook %}\n  {% if site.facebook.publisher %}\n    <meta property=\"article:publisher\" content=\"{{ site.facebook.publisher }}\">\n  {% endif %}\n\n  {% if site.facebook.app_id %}\n    <meta property=\"fb:app_id\" content=\"{{ site.facebook.app_id }}\">\n  {% endif %}\n{% endif %}\n\n<link rel=\"canonical\" href=\"{{ canonical_url }}\">\n\n{% if paginator.previous_page %}\n  <link rel=\"prev\" href=\"{{ paginator.previous_page_path | absolute_url }}\">\n{% endif %}\n{% if paginator.next_page %}\n  <link rel=\"next\" href=\"{{ paginator.next_page_path | absolute_url }}\">\n{% endif %}\n\n{% if page.url == '/' %}\n  {% include schema.html %}\n{% endif %}\n\n{% if site.google_site_verification %}\n  <meta name=\"google-site-verification\" content=\"{{ site.google_site_verification }}\" />\n{% endif %}\n{% if site.bing_site_verification %}\n  <meta name=\"msvalidate.01\" content=\"{{ site.bing_site_verification }}\">\n{% endif %}\n{% if site.alexa_site_verification %}\n  <meta name=\"alexaVerifyID\" content=\"{{ site.alexa_site_verification }}\">\n{% endif %}\n{% if site.yandex_site_verification %}\n  <meta name=\"yandex-verification\" content=\"{{ site.yandex_site_verification }}\">\n{% endif %}\n{% if site.naver_site_verification %}\n  <meta name=\"naver-site-verification\" content=\"{{ site.naver_site_verification }}\">\n{% endif %}\n{% if site.baidu_site_verification %}\n  <meta name=\"baidu-site-verification\" content=\"{{ site.baidu_site_verification }}\">\n{% endif %}\n<!-- end _includes/seo.html -->\n"
  },
  {
    "path": "_includes/sidebar-custom.html",
    "content": ""
  },
  {
    "path": "_includes/sidebar.html",
    "content": "{% assign locale = include.locale | default: site.locale %}\n{% if page.author_profile or layout.author_profile or page.sidebar %}\n  <div class=\"sidebar sticky\">\n  {% if page.author_profile or layout.author_profile %}{% include author-profile.html locale=locale %}{% endif %}\n  {% if page.sidebar %}\n    {% for s in page.sidebar %}\n      {% if s.image %}\n        <img src=\"{{ s.image | relative_url }}\"\n             alt=\"{% if s.image_alt %}{{ s.image_alt }}{% endif %}\">\n      {% endif %}\n      {% if s.title %}<h3>{{ s.title }}</h3>{% endif %}\n      {% if s.text %}{{ s.text | markdownify }}{% endif %}\n      {% if s.nav %}{% include nav_list locale=locale nav=s.nav %}{% endif %}\n    {% endfor %}\n    {% if page.sidebar.nav %}\n      {% include nav_list locale=locale nav=page.sidebar.nav %}\n    {% endif %}\n  {% endif %}\n  {% include sidebar-custom.html %}\n  </div>\n{% endif %}\n"
  },
  {
    "path": "_includes/skip-links.html",
    "content": "{% assign locale = include.locale | default: site.locale %}\n<nav class=\"skip-links\" aria-label=\"Skip links\">\n  <ul>\n    <li><a href=\"#site-nav\" class=\"screen-reader-shortcut\">{{ site.data.ui-text[locale].skip_primary_nav | default: 'Skip to primary navigation' }}</a></li>\n    <li><a href=\"#main\" class=\"screen-reader-shortcut\">{{ site.data.ui-text[locale].skip_content | default: 'Skip to content' }}</a></li>\n    <li><a href=\"#footer\" class=\"screen-reader-shortcut\">{{ site.data.ui-text[locale].skip_footer | default: 'Skip to footer' }}</a></li>\n  </ul>\n</nav>\n"
  },
  {
    "path": "_includes/social-share.html",
    "content": "{% assign locale = include.locale | default: site.locale %}\n<section class=\"page__share\">\n  <h4 class=\"page__share-title\">{{ site.data.ui-text[locale].share_on_label | default: \"Share on\" }}</h4>\n\n  <a href=\"https://x.com/intent/tweet?{% if site.twitter.username %}via={{ site.twitter.username | url_encode }}&{% endif %}text={{ page.title | url_encode }}%20{{ page.url | absolute_url | url_encode }}\" class=\"btn btn--x\" aria-label=\"Share on X\" onclick=\"window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;\" title=\"{{ site.data.ui-text[locale].share_on_label | default: 'Share on' }} X\">\n    <i class=\"fab fa-fw fa-x-twitter\" aria-hidden=\"true\"></i><span> X</span>\n  </a>\n\n  <a href=\"https://www.facebook.com/sharer/sharer.php?u={{ page.url | absolute_url | url_encode }}\" class=\"btn btn--facebook\" aria-label=\"Share on Facebook\" onclick=\"window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;\" title=\"{{ site.data.ui-text[locale].share_on_label | default: 'Share on' }} Facebook\">\n    <i class=\"fab fa-fw fa-facebook\" aria-hidden=\"true\"></i><span> Facebook</span>\n  </a>\n\n  <a href=\"https://www.linkedin.com/shareArticle?mini=true&url={{ page.url | absolute_url }}\" class=\"btn btn--linkedin\" aria-label=\"Share on LinkedIn\" onclick=\"window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;\" title=\"{{ site.data.ui-text[locale].share_on_label | default: 'Share on' }} LinkedIn\">\n    <i class=\"fab fa-fw fa-linkedin\" aria-hidden=\"true\"></i><span> LinkedIn</span>\n  </a>\n\n  <a href=\"https://bsky.app/intent/compose?text={{ page.title | url_encode }}%20{{ page.url | absolute_url | url_encode }}\" class=\"btn btn--bluesky\" onclick=\"window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;\" title=\"{{ site.data.ui-text[locale].share_on_label | default: 'Share on' }} Bluesky\">\n    <i class=\"fab fa-fw fa-bluesky\" aria-hidden=\"true\"></i><span> Bluesky</span>\n  </a>\n</section>\n"
  },
  {
    "path": "_includes/tag-list.html",
    "content": "{% assign locale = include.locale | default: site.locale %}\n{% case site.tag_archive.type %}\n  {% when \"liquid\" %}\n    {% assign path_type = \"#\" %}\n  {% when \"jekyll-archives\" %}\n    {% assign path_type = nil %}\n{% endcase %}\n\n{% if site.tag_archive.path %}\n  {% assign tags_sorted = page.tags | sort_natural %}\n\n  <p class=\"page__taxonomy\">\n    <strong><i class=\"fas fa-fw fa-tags\" aria-hidden=\"true\"></i> {{ site.data.ui-text[locale].tags_label | default: \"Tags:\" }} </strong>\n    <span itemprop=\"keywords\">\n    {% for tag_word in tags_sorted %}\n      <a href=\"{{ tag_word | slugify | prepend: path_type | prepend: site.tag_archive.path | relative_url }}\" class=\"page__taxonomy-item p-category\" rel=\"tag\">{{ tag_word }}</a>{% unless forloop.last %}<span class=\"sep\">, </span>{% endunless %}\n    {% endfor %}\n    </span>\n  </p>\n{% endif %}\n"
  },
  {
    "path": "_includes/toc",
    "content": "{% assign locale = include.locale | default: site.locale %}\n<aside class=\"sidebar__right\">\n<nav class=\"toc\" markdown=\"1\">\n<header><h4 class=\"nav__title\"><i class=\"fas fa-{{ include.icon | default: 'file-alt' }}\"></i> {{ include.title | default: site.data.ui-text[locale].toc_label }}</h4></header>\n*  Auto generated table of contents\n{:toc .toc__menu}\n</nav>\n</aside>\n"
  },
  {
    "path": "_includes/toc.html",
    "content": "{% capture tocWorkspace %}\n    {% comment %}\n        Copyright (c) 2017 Vladimir \"allejo\" Jimenez\n\n        Permission is hereby granted, free of charge, to any person\n        obtaining a copy of this software and associated documentation\n        files (the \"Software\"), to deal in the Software without\n        restriction, including without limitation the rights to use,\n        copy, modify, merge, publish, distribute, sublicense, and/or sell\n        copies of the Software, and to permit persons to whom the\n        Software is furnished to do so, subject to the following\n        conditions:\n\n        The above copyright notice and this permission notice shall be\n        included in all copies or substantial portions of the Software.\n\n        THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\n        EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES\n        OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n        NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT\n        HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n        WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n        FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n        OTHER DEALINGS IN THE SOFTWARE.\n    {% endcomment %}\n    {% comment %}\n        Version 1.2.1\n          https://github.com/allejo/jekyll-toc\n\n        \"...like all things liquid - where there's a will, and ~36 hours to spare, there's usually a/some way\" ~jaybe\n\n        Usage:\n            {% include toc.html html=content sanitize=true class=\"inline_toc\" id=\"my_toc\" h_min=2 h_max=3 %}\n\n        Parameters:\n            * html         (string) - the HTML of compiled markdown generated by kramdown in Jekyll\n\n        Optional Parameters:\n            * sanitize      (bool)   : false  - when set to true, the headers will be stripped of any HTML in the TOC\n            * class         (string) :   ''   - a CSS class assigned to the TOC\n            * id            (string) :   ''   - an ID to assigned to the TOC\n            * h_min         (int)    :   1    - the minimum TOC header level to use; any header lower than this value will be ignored\n            * h_max         (int)    :   6    - the maximum TOC header level to use; any header greater than this value will be ignored\n            * ordered       (bool)   : false  - when set to true, an ordered list will be outputted instead of an unordered list\n            * item_class    (string) :   ''   - add custom class(es) for each list item; has support for '%level%' placeholder, which is the current heading level\n            * submenu_class (string) :   ''   - add custom class(es) for each child group of headings; has support for '%level%' placeholder which is the current \"submenu\" heading level\n            * base_url      (string) :   ''   - add a base url to the TOC links for when your TOC is on another page than the actual content\n            * anchor_class  (string) :   ''   - add custom class(es) for each anchor element\n            * skip_no_ids   (bool)   : false  - skip headers that do not have an `id` attribute\n            * flat_toc      (bool)   : false  - when set to true, the TOC will be a single level list\n\n        Output:\n            An ordered or unordered list representing the table of contents of a markdown block. This snippet will only\n            generate the table of contents and will NOT output the markdown given to it\n    {% endcomment %}\n\n    {% capture newline %}\n    {% endcapture %}\n    {% assign newline = newline | rstrip %} <!-- Remove the extra spacing but preserve the newline -->\n\n    {% capture deprecation_warnings %}{% endcapture %}\n\n    {% if include.baseurl %}\n        {% capture deprecation_warnings %}{{ deprecation_warnings }}<!-- jekyll-toc :: \"baseurl\" has been deprecated, use \"base_url\" instead -->{{ newline }}{% endcapture %}\n    {% endif %}\n\n    {% if include.skipNoIDs %}\n        {% capture deprecation_warnings %}{{ deprecation_warnings }}<!-- jekyll-toc :: \"skipNoIDs\" has been deprecated, use \"skip_no_ids\" instead -->{{ newline }}{% endcapture %}\n    {% endif %}\n\n    {% capture jekyll_toc %}{% endcapture %}\n    {% assign orderedList = include.ordered | default: false %}\n    {% assign flatToc = include.flat_toc | default: false %}\n    {% assign baseURL = include.base_url | default: include.baseurl | default: '' %}\n    {% assign skipNoIDs = include.skip_no_ids | default: include.skipNoIDs | default: false %}\n    {% assign minHeader = include.h_min | default: 1 %}\n    {% assign maxHeader = include.h_max | default: 6 %}\n    {% assign nodes = include.html | strip | split: '<h' %}\n\n    {% assign firstHeader = true %}\n    {% assign currLevel = 0 %}\n    {% assign lastLevel = 0 %}\n\n    {% capture listModifier %}{% if orderedList %}ol{% else %}ul{% endif %}{% endcapture %}\n\n    {% for node in nodes %}\n        {% if node == \"\" %}\n            {% continue %}\n        {% endif %}\n\n        {% assign currLevel = node | replace: '\"', '' | slice: 0, 1 | times: 1 %}\n\n        {% if currLevel < minHeader or currLevel > maxHeader %}\n            {% continue %}\n        {% endif %}\n\n        {% assign _workspace = node | split: '</h' %}\n\n        {% assign _idWorkspace = _workspace[0] | split: 'id=\"' %}\n        {% assign _idWorkspace = _idWorkspace[1] | split: '\"' %}\n        {% assign htmlID = _idWorkspace[0] %}\n\n        {% assign _classWorkspace = _workspace[0] | split: 'class=\"' %}\n        {% assign _classWorkspace = _classWorkspace[1] | split: '\"' %}\n        {% assign htmlClass = _classWorkspace[0] %}\n\n        {% if htmlClass contains \"no_toc\" %}\n            {% continue %}\n        {% endif %}\n\n        {% if firstHeader %}\n            {% assign minHeader = currLevel %}\n        {% endif %}\n\n        {% capture _hAttrToStrip %}{{ _workspace[0] | split: '>' | first }}>{% endcapture %}\n        {% assign header = _workspace[0] | replace: _hAttrToStrip, '' %}\n\n        {% if include.item_class and include.item_class != blank %}\n            {% capture listItemClass %} class=\"{{ include.item_class | replace: '%level%', currLevel | split: '.' | join: ' ' }}\"{% endcapture %}\n        {% endif %}\n\n        {% if include.submenu_class and include.submenu_class != blank %}\n            {% assign subMenuLevel = currLevel | minus: 1 %}\n            {% capture subMenuClass %} class=\"{{ include.submenu_class | replace: '%level%', subMenuLevel | split: '.' | join: ' ' }}\"{% endcapture %}\n        {% endif %}\n\n        {% capture anchorBody %}{% if include.sanitize %}{{ header | strip_html }}{% else %}{{ header }}{% endif %}{% endcapture %}\n\n        {% if htmlID %}\n            {% capture anchorAttributes %} href=\"{% if baseURL %}{{ baseURL }}{% endif %}#{{ htmlID }}\"{% endcapture %}\n\n            {% if include.anchor_class %}\n                {% capture anchorAttributes %}{{ anchorAttributes }} class=\"{{ include.anchor_class | split: '.' | join: ' ' }}\"{% endcapture %}\n            {% endif %}\n\n            {% capture listItem %}<a{{ anchorAttributes }}>{{ anchorBody }}</a>{% endcapture %}\n        {% elsif skipNoIDs == true %}\n            {% continue %}\n        {% else %}\n            {% capture listItem %}{{ anchorBody }}{% endcapture %}\n        {% endif %}\n\n        {% if currLevel > lastLevel and flatToc == false %}\n            {% capture jekyll_toc %}{{ jekyll_toc }}<{{ listModifier }}{{ subMenuClass }}>{% endcapture %}\n        {% elsif currLevel < lastLevel and flatToc == false %}\n            {% assign repeatCount = lastLevel | minus: currLevel %}\n\n            {% for i in (1..repeatCount) %}\n                {% capture jekyll_toc %}{{ jekyll_toc }}</li></{{ listModifier }}>{% endcapture %}\n            {% endfor %}\n\n            {% capture jekyll_toc %}{{ jekyll_toc }}</li>{% endcapture %}\n        {% else %}\n            {% capture jekyll_toc %}{{ jekyll_toc }}</li>{% endcapture %}\n        {% endif %}\n\n        {% capture jekyll_toc %}{{ jekyll_toc }}<li{{ listItemClass }}>{{ listItem }}{% endcapture %}\n\n        {% assign lastLevel = currLevel %}\n        {% assign firstHeader = false %}\n    {% endfor %}\n\n    {% if flatToc == true %}\n        {% assign repeatCount = 1 %}\n    {% else %}\n        {% assign repeatCount = minHeader | minus: 1 %}\n        {% assign repeatCount = lastLevel | minus: repeatCount %}\n    {% endif %}\n\n    {% for i in (1..repeatCount) %}\n        {% capture jekyll_toc %}{{ jekyll_toc }}</li></{{ listModifier }}>{% endcapture %}\n    {% endfor %}\n\n    {% if jekyll_toc != '' %}\n        {% assign rootAttributes = '' %}\n        {% if include.class and include.class != blank %}\n            {% capture rootAttributes %} class=\"{{ include.class | split: '.' | join: ' ' }}\"{% endcapture %}\n        {% endif %}\n\n        {% if include.id and include.id != blank %}\n            {% capture rootAttributes %}{{ rootAttributes }} id=\"{{ include.id }}\"{% endcapture %}\n        {% endif %}\n\n        {% if rootAttributes %}\n            {% assign nodes = jekyll_toc | split: '>' %}\n            {% capture jekyll_toc %}<{{ listModifier }}{{ rootAttributes }}>{{ nodes | shift | join: '>' }}>{% endcapture %}\n        {% endif %}\n    {% endif %}\n{% endcapture %}{% assign tocWorkspace = '' %}{{ deprecation_warnings }}{{ jekyll_toc -}}\n"
  },
  {
    "path": "_includes/video",
    "content": "{% capture video_id %}{{ include.id }}{% endcapture %}\n{% capture video_provider %}{{ include.provider }}{% endcapture %}\n{% capture video_danmaku %}{{ include.danmaku | default: 0 }}{% endcapture %}\n\n{% capture video_src %}\n  {% case video_provider %}\n  {% when \"vimeo\" %}\n    https://player.vimeo.com/video/{{ video_id }}?dnt=true\n  {% when \"youtube\" %}\n    https://www.youtube-nocookie.com/embed/{{ video_id }}\n  {% when \"google-drive\" %}\n    https://drive.google.com/file/d/{{ video_id }}/preview\n  {% when \"bilibili\" %}\n    https://player.bilibili.com/player.html?bvid={{ video_id }}&page=1&as_wide=1&high_quality=1&danmaku={{ video_danmaku }}\n  {% endcase %}\n{% endcapture %}\n{% assign video_src = video_src | strip %}\n\n<!-- Courtesy of embedresponsively.com -->\n{% unless video_src == \"\" %}\n  <div class=\"responsive-video-container\">\n    <iframe src=\"{{ video_src }}\" frameborder=\"0\" webkitAllowFullScreen mozallowfullscreen allowfullscreen></iframe>\n  </div>\n{% endunless %}\n"
  },
  {
    "path": "_layouts/archive-taxonomy.html",
    "content": "---\nlayout: default\nauthor_profile: false\n---\n{%- assign locale = page.locale | default: layout.locale | default: site.locale %}\n\n{% if page.header.overlay_color or page.header.overlay_image or page.header.image %}\n  {% include page__hero.html locale=locale %}\n{% elsif page.header.video.id and page.header.video.provider %}\n  {% include page__hero_video.html %}\n{% endif %}\n\n{% if page.url != \"/\" and site.breadcrumbs %}\n  {% unless paginator %}\n    {% include breadcrumbs.html locale=locale %}\n  {% endunless %}\n{% endif %}\n\n<div id=\"main\" role=\"main\">\n  {% include sidebar.html locale=locale %}\n\n  <div class=\"archive\">\n    {% unless page.header.overlay_color or page.header.overlay_image %}\n      <h1 id=\"page-title\" class=\"page__title\"{% if page.locale %} lang=\"{{ page.locale }}\"{% endif %}>{{ page.title }}</h1>\n    {% endunless %}\n    {% for post in page.posts %}\n      {% include archive-single.html locale=locale %}\n    {% endfor %}\n  </div>\n</div>\n"
  },
  {
    "path": "_layouts/archive.html",
    "content": "---\nlayout: default\n---\n{%- assign locale = page.locale | default: layout.locale | default: site.locale %}\n\n{% if page.header.overlay_color or page.header.overlay_image or page.header.image %}\n  {% include page__hero.html locale=locale %}\n{% elsif page.header.video.id and page.header.video.provider %}\n  {% include page__hero_video.html %}\n{% endif %}\n\n{% if page.url != \"/\" and site.breadcrumbs %}\n  {% unless paginator %}\n    {% include breadcrumbs.html locale=locale %}\n  {% endunless %}\n{% endif %}\n\n<div id=\"main\" role=\"main\">\n  {% include sidebar.html locale=locale %}\n\n  <div class=\"archive\">\n    {% unless page.header.overlay_color or page.header.overlay_image %}\n      <h1 id=\"page-title\" class=\"page__title\"{% if page.locale %} lang=\"{{ page.locale }}\"{% endif %}>{{ page.title }}</h1>\n    {% endunless %}\n    {{ content }}\n  </div>\n</div>\n"
  },
  {
    "path": "_layouts/categories.html",
    "content": "---\nlayout: archive\n---\n{%- assign locale = page.locale | default: layout.locale | default: site.locale %}\n\n{{ content }}\n\n{% include posts-taxonomy.html locale=locale taxonomies=site.categories %}\n"
  },
  {
    "path": "_layouts/category.html",
    "content": "---\nlayout: archive\n---\n{%- assign locale = page.locale | default: layout.locale | default: site.locale %}\n\n{{ content }}\n\n{% assign entries_layout = page.entries_layout | default: 'list' %}\n<div class=\"entries-{{ entries_layout }}\">\n  {% include posts-category.html locale=locale taxonomy=page.taxonomy type=entries_layout %}\n</div>\n"
  },
  {
    "path": "_layouts/collection.html",
    "content": "---\nlayout: archive\n---\n{%- assign locale = page.locale | default: layout.locale | default: site.locale %}\n\n{{ content }}\n\n{% assign entries_layout = page.entries_layout | default: 'list' %}\n<div class=\"entries-{{ entries_layout }}\">\n  {% include documents-collection.html locale=locale collection=page.collection sort_by=page.sort_by sort_order=page.sort_order type=entries_layout %}\n</div>\n"
  },
  {
    "path": "_layouts/compress.html",
    "content": "---\n# Jekyll layout that compresses HTML\n# v3.1.0\n# http://jch.penibelst.de/\n# © 2014–2015 Anatol Broder\n# MIT License\n---\n\n{% capture _LINE_FEED %}\n{% endcapture %}{% if site.compress_html.ignore.envs contains jekyll.environment or site.compress_html.ignore.envs == \"all\" %}{{ content }}{% else %}{% capture _content %}{{ content }}{% endcapture %}{% assign _profile = site.compress_html.profile %}{% if site.compress_html.endings == \"all\" %}{% assign _endings = \"html head body li dt dd optgroup option colgroup caption thead tbody tfoot tr td th\" | split: \" \" %}{% else %}{% assign _endings = site.compress_html.endings %}{% endif %}{% for _element in _endings %}{% capture _end %}</{{ _element }}>{% endcapture %}{% assign _content = _content | remove: _end %}{% endfor %}{% if _profile and _endings %}{% assign _profile_endings = _content | size | plus: 1 %}{% endif %}{% for _element in site.compress_html.startings %}{% capture _start %}<{{ _element }}>{% endcapture %}{% assign _content = _content | remove: _start %}{% endfor %}{% if _profile and site.compress_html.startings %}{% assign _profile_startings = _content | size | plus: 1 %}{% endif %}{% if site.compress_html.comments == \"all\" %}{% assign _comments = \"<!-- -->\" | split: \" \" %}{% else %}{% assign _comments = site.compress_html.comments %}{% endif %}{% if _comments.size == 2 %}{% capture _comment_befores %}.{{ _content }}{% endcapture %}{% assign _comment_befores = _comment_befores | split: _comments.first %}{% for _comment_before in _comment_befores %}{% if forloop.first %}{% continue %}{% endif %}{% capture _comment_outside %}{% if _carry %}{{ _comments.first }}{% endif %}{{ _comment_before }}{% endcapture %}{% capture _comment %}{% unless _carry %}{{ _comments.first }}{% endunless %}{{ _comment_outside | split: _comments.last | first }}{% if _comment_outside contains _comments.last %}{{ _comments.last }}{% assign _carry = false %}{% else %}{% assign _carry = true %}{% endif %}{% endcapture %}{% assign _content = _content | remove_first: _comment %}{% endfor %}{% if _profile %}{% assign _profile_comments = _content | size | plus: 1 %}{% endif %}{% endif %}{% assign _pre_befores = _content | split: \"<pre\" %}{% assign _content = \"\" %}{% for _pre_before in _pre_befores %}{% assign _pres = _pre_before | split: \"</pre>\" %}{% assign _pres_after = \"\" %}{% if _pres.size != 0 %}{% if site.compress_html.blanklines %}{% assign _lines = _pres.last | split: _LINE_FEED %}{% capture _pres_after %}{% for _line in _lines %}{% assign _trimmed = _line | split: \" \" | join: \" \" %}{% if _trimmed != empty or forloop.last %}{% unless forloop.first %}{{ _LINE_FEED }}{% endunless %}{{ _line }}{% endif %}{% endfor %}{% endcapture %}{% else %}{% assign _pres_after = _pres.last | split: \" \" | join: \" \" %}{% endif %}{% endif %}{% capture _content %}{{ _content }}{% if _pre_before contains \"</pre>\" %}<pre{{ _pres.first }}</pre>{% endif %}{% unless _pre_before contains \"</pre>\" and _pres.size == 1 %}{{ _pres_after }}{% endunless %}{% endcapture %}{% endfor %}{% if _profile %}{% assign _profile_collapse = _content | size | plus: 1 %}{% endif %}{% if site.compress_html.clippings == \"all\" %}{% assign _clippings = \"html head title base link meta style body article section nav aside h1 h2 h3 h4 h5 h6 hgroup header footer address p hr blockquote ol ul li dl dt dd figure figcaption main div table caption colgroup col tbody thead tfoot tr td th\" | split: \" \" %}{% else %}{% assign _clippings = site.compress_html.clippings %}{% endif %}{% for _element in _clippings %}{% assign _edges = \" <e;<e; </e>;</e>;</e> ;</e>\" | replace: \"e\", _element | split: \";\" %}{% assign _content = _content | replace: _edges[0], _edges[1] | replace: _edges[2], _edges[3] | replace: _edges[4], _edges[5] %}{% endfor %}{% if _profile and _clippings %}{% assign _profile_clippings = _content | size | plus: 1 %}{% endif %}{{ _content }}{% if _profile %} <table id=\"compress_html_profile_{{ site.time | date: \"%Y%m%d\" }}\" class=\"compress_html_profile\"> <thead> <tr> <td>Step <td>Bytes <tbody> <tr> <td>raw <td>{{ content | size }}{% if _profile_endings %} <tr> <td>endings <td>{{ _profile_endings }}{% endif %}{% if _profile_startings %} <tr> <td>startings <td>{{ _profile_startings }}{% endif %}{% if _profile_comments %} <tr> <td>comments <td>{{ _profile_comments }}{% endif %}{% if _profile_collapse %} <tr> <td>collapse <td>{{ _profile_collapse }}{% endif %}{% if _profile_clippings %} <tr> <td>clippings <td>{{ _profile_clippings }}{% endif %} </table>{% endif %}{% endif %}\n"
  },
  {
    "path": "_layouts/default.html",
    "content": "---\n---\n{%- assign locale = page.locale | default: layout.locale | default: site.locale %}\n\n<!doctype html>\n{% include copyright.html %}\n<html lang=\"{{ locale | replace: \"_\", \"-\" | default: \"en\" }}\" class=\"no-js\">\n  <head>\n    {% include head.html locale=locale %}\n    {% include head/custom.html %}\n  </head>\n\n  <body class=\"layout--{{ page.layout | default: layout.layout }}{% if page.classes or layout.classes %}{{ page.classes | default: layout.classes | join: ' ' | prepend: ' ' }}{% endif %}\" dir=\"{% if site.rtl %}rtl{% else %}ltr{% endif %}\">\n    {% include_cached skip-links.html locale=locale %}\n    {% include_cached masthead.html locale=locale %}\n\n    <div class=\"initial-content\">\n      {{ content }}\n      {% include after-content.html %}\n    </div>\n\n    {% if site.search == true %}\n      <div class=\"search-content\">\n        {% include_cached search/search_form.html locale=locale %}\n      </div>\n    {% endif %}\n\n    <div id=\"footer\" class=\"page__footer\">\n      <footer>\n        {% include footer/custom.html %}\n        {% include_cached footer.html locale=locale %}\n      </footer>\n    </div>\n\n    {% include scripts.html locale=locale %}\n  </body>\n</html>\n"
  },
  {
    "path": "_layouts/home.html",
    "content": "---\nlayout: archive\n---\n{%- assign locale = page.locale | default: layout.locale | default: site.locale %}\n\n{{ content }}\n\n<h3 class=\"archive__subtitle\">{{ site.data.ui-text[locale].recent_posts | default: \"Recent Posts\" }}</h3>\n\n{% if paginator %}\n  {% assign posts = paginator.posts %}\n{% else %}\n  {% assign posts = site.posts %}\n{% endif %}\n\n{% assign entries_layout = page.entries_layout | default: 'list' %}\n<div class=\"entries-{{ entries_layout }}\">\n  {% include documents-collection.html locale=locale entries=posts type=entries_layout %}\n</div>\n\n{% include paginator.html locale=locale %}\n"
  },
  {
    "path": "_layouts/posts.html",
    "content": "---\nlayout: archive\n---\n{%- assign locale = page.locale | default: layout.locale | default: site.locale %}\n\n{{ content }}\n\n<ul class=\"taxonomy__index\">\n  {% assign postsInYear = site.posts | where_exp: \"item\", \"item.hidden != true\" | group_by_exp: 'post', 'post.date | date: \"%Y\"' %}\n  {% for year in postsInYear %}\n    <li>\n      <a href=\"#{{ year.name }}\">\n        <strong>{{ year.name }}</strong> <span class=\"taxonomy__count\">{{ year.items | size }}</span>\n      </a>\n    </li>\n  {% endfor %}\n</ul>\n\n{% assign entries_layout = page.entries_layout | default: 'list' %}\n{% assign postsByYear = site.posts | where_exp: \"item\", \"item.hidden != true\" | group_by_exp: 'post', 'post.date | date: \"%Y\"' %}\n{% for year in postsByYear %}\n  <section id=\"{{ year.name }}\" class=\"taxonomy__section\">\n    <h2 class=\"archive__subtitle\">{{ year.name }}</h2>\n    <div class=\"entries-{{ entries_layout }}\">\n      {% for post in year.items %}\n        {% include archive-single.html locale=locale type=entries_layout %}\n      {% endfor %}\n    </div>\n    <a href=\"#page-title\" class=\"back-to-top\">{{ site.data.ui-text[locale].back_to_top | default: 'Back to Top' }} &uarr;</a>\n  </section>\n{% endfor %}\n"
  },
  {
    "path": "_layouts/search.html",
    "content": "---\nlayout: default\n---\n{%- assign locale = page.locale | default: layout.locale | default: site.locale %}\n\n{% if page.header.overlay_color or page.header.overlay_image or page.header.image %}\n  {% include page__hero.html locale=locale %}\n{% endif %}\n\n{% if page.url != \"/\" and site.breadcrumbs %}\n  {% unless paginator %}\n    {% include breadcrumbs.html locale=locale %}\n  {% endunless %}\n{% endif %}\n\n<div id=\"main\" role=\"main\">\n  {% include sidebar.html locale=locale %}\n\n  <div class=\"archive\">\n    {% unless page.header.overlay_color or page.header.overlay_image %}\n      <h1 id=\"page-title\" class=\"page__title\"{% if page.locale %} lang=\"{{ page.locale }}\"{% endif %}>{{ page.title }}</h1>\n    {% endunless %}\n\n    {{ content }}\n\n    {%- assign search_provider = site.search_provider | default: \"lunr\" -%}\n    {%- case search_provider -%}\n      {%- when \"lunr\" -%}\n        <input type=\"text\" id=\"search\" class=\"search-input\" placeholder=\"{{ site.data.ui-text[locale].search_placeholder_text | default: 'Enter your search term...' }}\" />\n        <div id=\"results\" class=\"results\"></div>\n      {%- when \"google\" -%}\n        <form onsubmit=\"return googleCustomSearchExecute();\" id=\"cse-search-box-form-id\">\n        <input type=\"text\" id=\"cse-search-input-box-id\" class=\"search-input\" placeholder=\"{{ site.data.ui-text[locale].search_placeholder_text | default: 'Enter your search term...' }}\" />\n        </form>\n        <div id=\"results\" class=\"results\">\n          <gcse:searchresults-only></gcse:searchresults-only>\n        </div>\n      {%- when \"algolia\" -%}\n        <div class=\"search-searchbar\"></div>\n        <div class=\"search-hits\"></div>\n    {%- endcase -%}\n  </div>\n</div>\n"
  },
  {
    "path": "_layouts/single.html",
    "content": "---\nlayout: default\n---\n{%- assign locale = page.locale | default: layout.locale | default: site.locale %}\n\n{% if page.header.overlay_color or page.header.overlay_image or page.header.image %}\n  {% include page__hero.html locale=locale %}\n{% elsif page.header.video.id and page.header.video.provider %}\n  {% include page__hero_video.html %}\n{% endif %}\n\n{% assign breadcrumbs_enabled = site.breadcrumbs %}\n{% if page.breadcrumbs != null %}\n  {% assign breadcrumbs_enabled = page.breadcrumbs %}\n{% endif %}\n{% if page.url != \"/\" and breadcrumbs_enabled %}\n  {% unless paginator %}\n    {% include breadcrumbs.html locale=locale %}\n  {% endunless %}\n{% endif %}\n\n<div id=\"main\" role=\"main\">\n  {% include sidebar.html locale=locale %}\n\n  <article class=\"page h-entry\" itemscope itemtype=\"https://schema.org/CreativeWork\"{% if page.locale %} lang=\"{{ page.locale }}\"{% endif %}>\n    {% if page.title %}<meta itemprop=\"headline\" content=\"{{ page.title | replace: '|', '&#124;' | markdownify | strip_html | strip_newlines | escape_once }}\">{% endif %}\n    {% if page.excerpt %}<meta itemprop=\"description\" content=\"{{ page.excerpt | markdownify | strip_html | strip_newlines | escape_once }}\">{% endif %}\n    {% if page.date %}<meta itemprop=\"datePublished\" content=\"{{ page.date | date_to_xmlschema }}\">{% endif %}\n    {% if page.last_modified_at %}<meta itemprop=\"dateModified\" content=\"{{ page.last_modified_at | date_to_xmlschema }}\">{% endif %}\n\n    <div class=\"page__inner-wrap\">\n      {% unless page.header.overlay_color or page.header.overlay_image %}\n        <header>\n          {% if page.title -%}\n          <h1 id=\"page-title\" class=\"page__title p-name\" itemprop=\"headline\">\n            <a href=\"{{ page.url | absolute_url }}\" itemprop=\"url\">{{ page.title | markdownify | remove: \"<p>\" | remove: \"</p>\" }}</a>\n          </h1>\n          {%- endif %}\n          {% include page__meta.html locale=locale %}\n        </header>\n      {% endunless %}\n\n      <section class=\"page__content e-content\" itemprop=\"text\">\n        {% if page.toc %}\n          <aside class=\"sidebar__right {% if page.toc_sticky %}sticky{% endif %}\">\n            <nav class=\"toc\" aria-label=\"Table of contents\">\n              <header><h4 class=\"nav__title\"><i class=\"fas fa-{{ page.toc_icon | default: 'file-alt' }}\"></i> {{ page.toc_label | default: site.data.ui-text[locale].toc_label | default: \"On this page\" }}</h4></header>\n              {% include toc.html sanitize=true html=content h_min=1 h_max=6 class=\"toc__menu\" skip_no_ids=true %}\n            </nav>\n          </aside>\n        {% endif %}\n        {{ content }}\n        {% if page.link %}<div><a href=\"{{ page.link }}\" class=\"btn btn--primary\">{{ site.data.ui-text[locale].ext_link_label | default: \"Direct Link\" }}</a></div>{% endif %}\n      </section>\n\n      <footer class=\"page__meta\">\n        {% if site.data.ui-text[locale].meta_label %}\n          <h4 class=\"page__meta-title\">{{ site.data.ui-text[locale].meta_label }}</h4>\n        {% endif %}\n        {% include page__taxonomy.html locale=locale %}\n        {% include page__date.html locale=locale %}\n      </footer>\n\n      {% if page.share %}{% include social-share.html locale=locale %}{% endif %}\n\n      {% include post_pagination.html locale=locale %}\n    </div>\n\n    {% if site.comments.provider and page.comments %}\n      {% if jekyll.environment == 'production' %}\n        {% include comments.html locale=locale %}\n      {% else %}\n        <p>\n          Comments are configured with provider: <strong>{{ site.comments.provider }}</strong>,\n          but are disabled in non-production environments.\n        </p>\n      {% endif %}\n    {% endif %}\n  </article>\n\n  {% comment %}<!-- only show related on a post page when `related: true` -->{% endcomment %}\n  {% if page.id and page.related and site.related_posts.size > 0 %}\n    {% include page__related.html locale=locale posts=site.related_posts %}\n  {% comment %}<!-- otherwise show recent posts if no related when `related: true` -->{% endcomment %}\n  {% elsif page.id and page.related %}\n    {% include page__related.html locale=locale posts=site.posts %}\n  {% endif %}\n</div>\n"
  },
  {
    "path": "_layouts/splash.html",
    "content": "---\nlayout: default\n---\n{%- assign locale = page.locale | default: layout.locale | default: site.locale %}\n\n{% if page.header.overlay_color or page.header.overlay_image or page.header.image %}\n  {% include page__hero.html locale=locale %}\n{% elsif page.header.video.id and page.header.video.provider %}\n  {% include page__hero_video.html %}\n{% endif %}\n\n<div id=\"main\" role=\"main\">\n  <article class=\"splash\" itemscope itemtype=\"https://schema.org/CreativeWork\"{% if page.locale %} lang=\"{{ page.locale }}\"{% endif %}>\n    {% if page.title %}<meta itemprop=\"headline\" content=\"{{ page.title | markdownify | strip_html | strip_newlines | escape_once }}\">{% endif %}\n    {% if page.excerpt %}<meta itemprop=\"description\" content=\"{{ page.excerpt | markdownify | strip_html | strip_newlines | escape_once }}\">{% endif %}\n    {% if page.date %}<meta itemprop=\"datePublished\" content=\"{{ page.date | date_to_xmlschema }}\">{% endif %}\n    {% if page.last_modified_at %}<meta itemprop=\"dateModified\" content=\"{{ page.last_modified_at | date_to_xmlschema }}\">{% endif %}\n\n    <section class=\"page__content\" itemprop=\"text\">\n      {{ content }}\n    </section>\n  </article>\n</div>\n"
  },
  {
    "path": "_layouts/tag.html",
    "content": "---\nlayout: archive\n---\n{%- assign locale = page.locale | default: layout.locale | default: site.locale %}\n\n{{ content }}\n\n{% assign entries_layout = page.entries_layout | default: 'list' %}\n<div class=\"entries-{{ entries_layout }}\">\n  {% include posts-tag.html locale=locale taxonomy=page.taxonomy type=entries_layout %}\n</div>\n"
  },
  {
    "path": "_layouts/tags.html",
    "content": "---\nlayout: archive\n---\n{%- assign locale = page.locale | default: layout.locale | default: site.locale %}\n\n{{ content }}\n\n{% include posts-taxonomy.html locale=locale taxonomies=site.tags %}\n"
  },
  {
    "path": "_sass/minimal-mistakes/_animations.scss",
    "content": "/* ==========================================================================\n   ANIMATIONS\n   ========================================================================== */\n\n@-webkit-keyframes intro {\n  0% {\n    opacity: 0;\n  }\n  100% {\n    opacity: 1;\n  }\n}\n\n@keyframes intro {\n  0% {\n    opacity: 0;\n  }\n  100% {\n    opacity: 1;\n  }\n}"
  },
  {
    "path": "_sass/minimal-mistakes/_archive.scss",
    "content": "/* ==========================================================================\n   ARCHIVE\n   ========================================================================== */\n\n.archive {\n  margin-top: 1em;\n  margin-bottom: 2em;\n\n  @include breakpoint($large) {\n    float: inline-end;\n    width: calc(100% - #{$right-sidebar-width-narrow});\n    padding-inline-end: $right-sidebar-width-narrow;\n  }\n\n  @include breakpoint($x-large) {\n    width: calc(100% - #{$right-sidebar-width});\n    padding-inline-end: $right-sidebar-width;\n  }\n}\n\n.archive__item {\n  position: relative;\n\n  a {\n    position: relative;\n    z-index: 10;\n  }\n\n  a[rel=\"permalink\"] {\n    position: static;\n  }\n}\n\n.archive__subtitle {\n  margin: 1.414em 0 0.5em;\n  padding-bottom: 0.5em;\n  font-size: $type-size-5;\n  color: $muted-text-color;\n  border-bottom: 1px solid $border-color;\n\n  + .list__item .archive__item-title {\n    margin-top: 0.5em;\n  }\n}\n\n.archive__item-title {\n  margin-bottom: 0.25em;\n  font-family: $sans-serif-narrow;\n  line-height: initial;\n  overflow: hidden;\n  text-overflow: ellipsis;\n\n  a[rel=\"permalink\"]::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n  }\n\n  a + a {\n    opacity: 0.5;\n  }\n}\n\n/* remove border*/\n.page__content {\n  .archive__item-title {\n    margin-top: 1em;\n    border-bottom: none;\n  }\n}\n\n.archive__item-excerpt {\n  margin-top: 0;\n  font-size: $type-size-6;\n\n  & + p {\n    text-indent: 0;\n  }\n\n  a {\n    position: relative;\n  }\n}\n\n.archive__item-teaser {\n  position: relative;\n  border-radius: $border-radius;\n  overflow: hidden;\n\n  img {\n    width: 100%;\n  }\n}\n\n.archive__item-caption {\n  position: absolute;\n  bottom: 0;\n  inset-inline-end: 0;\n  margin: 0 auto;\n  padding: 2px 5px;\n  color: #fff;\n  font-family: $caption-font-family;\n  font-size: $type-size-8;\n  background: #000;\n  text-align: end;\n  z-index: 5;\n  opacity: 0.5;\n  border-radius: $border-radius 0 0 0;\n\n  @include breakpoint($large) {\n    padding: 5px 10px;\n  }\n\n  a {\n    color: #fff;\n    text-decoration: none;\n  }\n}\n\n/*\n   List view\n   ========================================================================== */\n\n.list__item {\n  .page__meta {\n    margin: 0 0 4px;\n    font-size: 0.6em;\n  }\n}\n\n/*\n   Grid view\n   ========================================================================== */\n\n.archive {\n  .grid__wrapper {\n    /* extend grid elements to the right */\n\n    @include breakpoint($large) {\n      margin-inline-end: -1 * $right-sidebar-width-narrow;\n    }\n\n    @include breakpoint($x-large) {\n      margin-inline-end: -1 * $right-sidebar-width;\n    }\n  }\n}\n\n.grid__item {\n  margin-bottom: 2em;\n\n  @include breakpoint($small) {\n    float: inline-start;\n    width: span(5 of 10);\n\n    &:nth-child(2n + 1) {\n      clear: both;\n      margin-inline-start: 0;\n    }\n\n    &:nth-child(2n + 2) {\n      clear: none;\n      margin-inline-start: gutter(of 10);\n    }\n  }\n\n  @include breakpoint($medium) {\n    margin-inline: 0; /* override margin*/\n    width: span(3 of 12);\n\n    &:nth-child(2n + 1) {\n      clear: none;\n    }\n\n    &:nth-child(4n + 1) {\n      clear: both;\n    }\n\n    &:nth-child(4n + 2) {\n      clear: none;\n      margin-inline-start: gutter(1 of 12);\n    }\n\n    &:nth-child(4n + 3) {\n      clear: none;\n      margin-inline-start: gutter(1 of 12);\n    }\n\n    &:nth-child(4n + 4) {\n      clear: none;\n      margin-inline-start: gutter(1 of 12);\n    }\n  }\n\n  .page__meta {\n    margin: 0 0 4px;\n    font-size: 0.6em;\n  }\n\n  .page__meta-sep {\n    display: block;\n\n    &::before {\n      display: none;\n    }\n  }\n\n  .archive__item-title {\n    margin-top: 0.5em;\n    font-size: $type-size-5;\n  }\n\n  .archive__item-excerpt {\n    display: none;\n\n    @include breakpoint($medium) {\n      display: block;\n      font-size: $type-size-6;\n    }\n  }\n\n  .archive__item-teaser {\n    @include breakpoint($small) {\n      max-height: 200px;\n    }\n\n    @include breakpoint($medium) {\n      max-height: 120px;\n    }\n  }\n}\n\n/*\n   Features\n   ========================================================================== */\n\n.feature__wrapper {\n  @include clearfix();\n  margin-bottom: 2em;\n  border-bottom: 1px solid $border-color;\n\n  .archive__item-title {\n    margin-bottom: 0;\n  }\n}\n\n.feature__item {\n  position: relative;\n  margin-bottom: 2em;\n  font-size: 1.125em;\n\n  @include breakpoint($small) {\n    float: inline-start;\n    margin-bottom: 0;\n    width: span(4 of 12);\n\n    &:nth-child(3n + 1) {\n      clear: both;\n      margin-inline-start: 0;\n    }\n\n    &:nth-child(3n + 2) {\n      clear: none;\n      margin-inline-start: gutter(of 12);\n    }\n\n    &:nth-child(3n + 3) {\n      clear: none;\n      margin-inline-start: gutter(of 12);\n    }\n\n    .feature__item-teaser {\n      max-height: 200px;\n      overflow: hidden;\n    }\n  }\n\n  .archive__item-body {\n    padding-inline: gutter(1 of 12);\n  }\n\n  a.btn::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n  }\n\n  &--left, &--right {\n    position: relative;\n    margin-inline: 0;\n    width: 100%;\n    clear: both;\n    font-size: 1.125em;\n\n    a.btn::before {\n      content: '';\n      position: absolute;\n      inset: 0;\n    }\n\n    .archive__item-teaser {\n      margin-bottom: 2em;\n    }\n  }\n\n  &--left {\n    float: inline-start;\n\n    .archive__item {\n      float: inline-start;\n    }\n\n    @include breakpoint($small) {\n      .archive__item-teaser {\n        float: inline-start;\n        width: span(5 of 12);\n      }\n\n      .archive__item-body {\n        float: inline-end;\n        width: span(7 of 12);\n        padding-inline-start: gutter(0.5 of 12);\n        padding-inline-end: gutter(1 of 12);\n      }\n    }\n  }\n\n  &--right {\n    float: inline-end;\n\n    .archive__item {\n      float: inline-end;\n    }\n\n    @include breakpoint($small) {\n      text-align: end;\n\n      .archive__item-teaser {\n        float: inline-end;\n        width: span(5 of 12);\n      }\n\n      .archive__item-body {\n        float: inline-start;\n        width: span(7 of 12);\n        padding-inline-start: gutter(1 of 12);\n        padding-inline-end: gutter(0.5 of 12);\n      }\n    }\n  }\n\n  &--center {\n    position: relative;\n    float: inline-start;\n    margin-inline: 0;\n    width: 100%;\n    clear: both;\n    font-size: 1.125em;\n\n    .archive__item {\n      float: inline-start;\n      width: 100%;\n    }\n\n    .archive__item-teaser {\n      margin-bottom: 2em;\n    }\n\n    a.btn::before {\n      content: '';\n      position: absolute;\n      inset: 0;\n    }\n\n    @include breakpoint($small) {\n      text-align: center;\n\n      .archive__item-teaser {\n        margin: 0 auto;\n        width: span(5 of 12);\n      }\n\n      .archive__item-body {\n        margin: 0 auto;\n        width: span(7 of 12);\n      }\n    }\n  }\n}\n\n/* Place inside an archive layout */\n\n.archive {\n  .feature__wrapper {\n    .archive__item-title {\n      margin-top: 0.25em;\n      font-size: 1em;\n    }\n  }\n\n  .feature__item,\n  .feature__item--left,\n  .feature__item--center,\n  .feature__item--right {\n    font-size: 1em;\n  }\n}\n\n/*\n   Wide Pages\n   ========================================================================== */\n\n.wide {\n  .archive {\n    @include breakpoint($large) {\n      padding-inline-end: 0;\n    }\n\n    @include breakpoint($x-large) {\n      padding-inline-end: 0;\n    }\n  }\n}\n\n/* Place inside a single layout */\n\n.layout--single {\n\t.feature__wrapper {\n\t\tdisplay: inline-block;\n\t}\n}\n"
  },
  {
    "path": "_sass/minimal-mistakes/_base.scss",
    "content": "/* ==========================================================================\n   BASE ELEMENTS\n   ========================================================================== */\n\nhtml {\n  /* sticky footer fix */\n  position: relative;\n  min-height: 100%;\n  -webkit-font-smoothing: antialiased;\n  -moz-osx-font-smoothing: grayscale;\n}\n\nbody {\n  margin: 0;\n  padding: 0;\n  color: $text-color;\n  font-family: $global-font-family;\n  line-height: 1.5;\n\n  &.overflow--hidden {\n    /* when primary navigation is visible, the content in the background won't scroll */\n    overflow: hidden;\n  }\n}\n\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n  margin: 2em 0 0.5em;\n  line-height: 1.2;\n  font-family: $header-font-family;\n  font-weight: bold;\n}\n\nh1 {\n  margin-top: 0;\n  font-size: $h-size-1;\n}\n\nh2 {\n  font-size: $h-size-2;\n}\n\nh3 {\n  font-size: $h-size-3;\n}\n\nh4 {\n  font-size: $h-size-4;\n}\n\nh5 {\n  font-size: $h-size-5;\n}\n\nh6 {\n  font-size: $h-size-6;\n}\n\nsmall,\n.small {\n  font-size: $type-size-6;\n}\n\np {\n  margin-bottom: 1.3em;\n}\n\nu,\nins {\n  text-decoration: none;\n  border-bottom: 1px solid $text-color;\n  a {\n    color: inherit;\n  }\n}\n\ndel a {\n  color: inherit;\n}\n\n/* reduce orphans and widows when printing */\n\np,\npre,\nblockquote,\nul,\nol,\ndl,\nfigure,\ntable,\nfieldset {\n  orphans: 3;\n  widows: 3;\n}\n\n/* abbreviations */\n\nabbr[title],\nabbr[data-original-title] {\n  text-decoration: none;\n  cursor: help;\n  border-bottom: 1px dotted $text-color;\n}\n\n/* blockquotes */\n\nblockquote {\n  margin-block: 2em;\n  margin-inline-end: 1em;\n  padding-inline: 1em;\n  font-style: italic;\n  border-inline-start: 0.25em solid $primary-color;\n\n  cite {\n    font-style: italic;\n\n    &::before {\n      content: \"\\2014\";\n      padding-inline-end: 5px;\n    }\n  }\n}\n\n/* links */\n\na {\n  &:focus {\n    @extend %tab-focus;\n  }\n\n  &:visited {\n    color: $link-color-visited;\n  }\n\n  &:hover {\n    color: $link-color-hover;\n    outline: 0;\n  }\n}\n\n/* buttons */\n\nbutton:focus {\n  @extend %tab-focus;\n}\n\n/* code */\n\ntt,\ncode,\nkbd,\nsamp,\npre {\n  font-family: $monospace;\n}\n\npre {\n  overflow-x: auto; /* add scrollbars to wide code blocks*/\n}\n\n/* horizontal rule */\n\nhr {\n  display: block;\n  margin: 1em 0;\n  border: 0;\n  border-top: 1px solid $border-color;\n}\n\n/* lists */\n\nul li,\nol li {\n  margin-bottom: 0.5em;\n}\n\nli ul,\nli ol {\n  margin-top: 0.5em;\n}\n\n/*\n   Media and embeds\n   ========================================================================== */\n\n/* Figures and images */\n\nfigure {\n  display: -webkit-box;\n  display: flex;\n  -webkit-box-pack: justify;\n  justify-content: space-between;\n  -webkit-box-align: start;\n  align-items: flex-start;\n  flex-wrap: wrap;\n  margin: 2em 0;\n\n  img,\n  iframe,\n  .fluid-width-video-wrapper {\n    margin-bottom: 1em;\n  }\n\n  img {\n    width: 100%;\n    border-radius: $border-radius;\n    -webkit-transition: $global-transition;\n    transition: $global-transition;\n  }\n\n  > a {\n    display: block;\n  }\n\n  &.half {\n    > a,\n    > img {\n      @include breakpoint($small) {\n        width: calc(50% - 0.5em);\n      }\n    }\n\n    figcaption {\n      width: 100%;\n    }\n  }\n\n  &.third {\n    > a,\n    > img {\n      @include breakpoint($small) {\n        width: calc(33.3333% - 0.5em);\n      }\n    }\n\n    figcaption {\n      width: 100%;\n    }\n  }\n}\n\n/* Figure captions */\n\nfigcaption {\n  margin-bottom: 0.5em;\n  color: $muted-text-color;\n  font-family: $caption-font-family;\n  font-size: $type-size-6;\n\n  a {\n    -webkit-transition: $global-transition;\n    transition: $global-transition;\n\n    &:hover {\n      color: $link-color-hover;\n    }\n  }\n}\n\n/* Fix IE9 SVG bug */\n\nsvg:not(:root) {\n  overflow: hidden;\n}\n\n/*\n   Navigation lists\n   ========================================================================== */\n\n/**\n * Removes margins, padding, and bullet points from navigation lists\n *\n * Example usage:\n * <nav>\n *    <ul>\n *      <li><a href=\"#link-1\">Link 1</a></li>\n *      <li><a href=\"#link-2\">Link 2</a></li>\n *      <li><a href=\"#link-3\">Link 3</a></li>\n *    </ul>\n *  </nav>\n */\n\nnav {\n  ul {\n    margin: 0;\n    padding: 0;\n  }\n\n  li {\n    list-style: none;\n  }\n\n  a {\n    text-decoration: none;\n  }\n\n  /* override white-space for nested lists */\n  ul li,\n  ol li {\n    margin-bottom: 0;\n  }\n\n  li ul,\n  li ol {\n    margin-top: 0;\n  }\n}\n\n/*\n   Global animation transition\n   ========================================================================== */\n\nb,\ni,\nstrong,\nem,\nblockquote,\np,\nq,\nspan,\nfigure,\nimg,\nh1,\nh2,\nheader,\ninput,\na,\ntr,\ntd,\nform button,\ninput[type=\"submit\"],\n.btn,\n.highlight,\n.archive__item-teaser {\n  -webkit-transition: $global-transition;\n  transition: $global-transition;\n}\n"
  },
  {
    "path": "_sass/minimal-mistakes/_buttons.scss",
    "content": "/* ==========================================================================\n   BUTTONS\n   ========================================================================== */\n\n/*\n   Default button\n   ========================================================================== */\n\n.btn {\n  /* default */\n  display: inline-block;\n  margin-bottom: 0.25em;\n  padding: 0.5em 1em;\n  font-family: $sans-serif;\n  font-size: $type-size-6;\n  font-weight: bold;\n  text-align: center;\n  text-decoration: none;\n  border-width: 0;\n  border-radius: $border-radius;\n  cursor: pointer;\n\n  .icon {\n    margin-inline-end: 0.5em;\n  }\n\n  .icon + .hidden {\n    margin-inline-start: -0.5em; /* override for hidden text*/\n  }\n\n  /* button colors */\n  $buttoncolors:\n  (primary, $primary-color),\n  (inverse, #fff),\n  (light-outline, transparent),\n  (success, $success-color),\n  (warning, $warning-color),\n  (danger, $danger-color),\n  (info, $info-color),\n  /* brands */\n  (bluesky, $bluesky-color),\n  (facebook, $facebook-color),\n  (linkedin, $linkedin-color),\n  (mastodon, $mastodon-color),\n  (twitter, $twitter-color),\n  (x, $x-color);\n\n  @each $buttoncolor, $color in $buttoncolors {\n    &--#{$buttoncolor} {\n      @include yiq-contrasted($color);\n      @if ($buttoncolor == inverse) {\n        border: 1px solid $border-color;\n      }\n      @if ($buttoncolor == light-outline) {\n        border: 1px solid #fff;\n      }\n\n      &:visited {\n        @include yiq-contrasted($color);\n      }\n\n      &:hover {\n        @include yiq-contrasted(mix(#000, $color, 20%));\n      }\n    }\n  }\n\n  /* fills width of parent container */\n  &--block {\n    display: block;\n    width: 100%;\n\n    + .btn--block {\n      margin-top: 0.25em;\n    }\n  }\n\n  /* disabled */\n  &--disabled {\n    pointer-events: none;\n    cursor: not-allowed;\n    filter: alpha(opacity=65);\n    box-shadow: none;\n    opacity: 0.65;\n  }\n\n  /* extra large button */\n  &--x-large {\n    font-size: $type-size-4;\n  }\n\n  /* large button */\n  &--large {\n    font-size: $type-size-5;\n  }\n\n  /* small button */\n  &--small {\n    font-size: $type-size-7;\n  }\n}\n"
  },
  {
    "path": "_sass/minimal-mistakes/_copyright.scss",
    "content": "/*!\n * Minimal Mistakes Jekyll Theme 4.28.0 by Michael Rose\n * Copyright 2013-2026 Michael Rose - mademistakes.com | @mmistakes\n * Copyright 2024-2026 iBug - ibugone.com | @iBug\n * Free for personal and commercial use under the MIT license\n * https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE\n */\n"
  },
  {
    "path": "_sass/minimal-mistakes/_footer.scss",
    "content": "/* ==========================================================================\n   FOOTER\n   ========================================================================== */\n\n.page__footer {\n  @include clearfix;\n  float: inline-start;\n  margin-inline: 0;\n  width: 100%;\n  margin-top: 3em;\n  color: $muted-text-color;\n  -webkit-animation: $intro-transition;\n  animation: $intro-transition;\n  -webkit-animation-delay: 0.45s;\n  animation-delay: 0.45s;\n  background-color: $footer-background-color;\n\n  footer {\n    @include clearfix;\n    margin-inline: auto;\n    margin-top: 2em;\n    max-width: 100%;\n    padding: 0 1em 2em;\n\n    @include breakpoint($x-large) {\n      max-width: $x-large;\n    }\n  }\n\n  a {\n    color: inherit;\n    text-decoration: none;\n\n    &:hover {\n      text-decoration: underline;\n    }\n  }\n\n  .fas,\n  .fab,\n  .far,\n  .fal {\n    color: $muted-text-color;\n  }\n}\n\n.page__footer-copyright {\n  font-family: $global-font-family;\n  font-size: $type-size-7;\n}\n\n.page__footer-follow {\n  ul {\n    margin: 0;\n    padding: 0;\n    list-style-type: none;\n  }\n\n  li {\n    display: inline-block;\n    padding-top: 5px;\n    padding-bottom: 5px;\n    font-family: $sans-serif-narrow;\n    font-size: $type-size-6;\n    text-transform: uppercase;\n  }\n\n  li + li::before {\n    content: \"\";\n    padding-inline-end: 5px;\n  }\n\n  a {\n    padding-inline-end: 10px;\n    font-weight: bold;\n  }\n\n  .social-icons {\n    a {\n      white-space: nowrap;\n    }\n  }\n}\n"
  },
  {
    "path": "_sass/minimal-mistakes/_forms.scss",
    "content": "/* ==========================================================================\n   Forms\n   ========================================================================== */\n\nform {\n  margin-bottom: 5px;\n  padding: 1em;\n  background-color: $form-background-color;\n\n  fieldset {\n    margin-bottom: 5px;\n    padding: 0;\n    border-width: 0;\n  }\n\n  legend {\n    display: block;\n    width: 100%;\n    margin-bottom: 5px * 2;\n    margin-inline-start: -7px;\n    padding: 0;\n    color: $text-color;\n    border: 0;\n    white-space: normal;\n  }\n\n  p {\n    margin-bottom: (5px / 2);\n  }\n\n  ul {\n    list-style-type: none;\n    margin: 0 0 5px 0;\n    padding: 0;\n  }\n\n  br {\n    display: none;\n  }\n}\n\nlabel,\ninput,\nbutton,\nselect,\ntextarea {\n  vertical-align: baseline;\n}\n\ninput,\nbutton,\nselect,\ntextarea {\n  box-sizing: border-box;\n  font-family: $sans-serif;\n}\n\nlabel {\n  display: block;\n  margin-bottom: 0.25em;\n  color: $text-color;\n  cursor: pointer;\n\n  small {\n    font-size: $type-size-6;\n  }\n\n  input,\n  textarea,\n  select {\n    display: block;\n  }\n}\n\ninput,\ntextarea,\nselect {\n  display: inline-block;\n  width: 100%;\n  padding: 0.25em;\n  margin-bottom: 0.5em;\n  color: $text-color;\n  background-color: $background-color;\n  border: $border-color;\n  border-radius: $border-radius;\n  box-shadow: $box-shadow;\n}\n\n.input-mini {\n  width: 60px;\n}\n\n.input-small {\n  width: 90px;\n}\n\ninput[type=\"image\"],\ninput[type=\"checkbox\"],\ninput[type=\"radio\"] {\n  width: auto;\n  height: auto;\n  padding: 0;\n  margin: 3px 0;\n  line-height: normal;\n  cursor: pointer;\n  border-radius: 0;\n  border: 0 \\9;\n  box-shadow: none;\n}\n\ninput[type=\"checkbox\"],\ninput[type=\"radio\"] {\n  box-sizing: border-box;\n  padding: 0;\n}\n\ninput[type=\"image\"] {\n  border: 0;\n}\n\ninput[type=\"file\"] {\n  width: auto;\n  padding: initial;\n  line-height: initial;\n  border: initial;\n  background-color: transparent;\n  background-color: initial;\n  box-shadow: none;\n}\n\ninput[type=\"button\"],\ninput[type=\"reset\"],\ninput[type=\"submit\"] {\n  width: auto;\n  height: auto;\n  cursor: pointer;\n}\n\nselect {\n  width: auto;\n  background-color: #fff;\n}\n\nselect[multiple],\nselect[size] {\n  height: auto;\n}\n\ntextarea {\n  resize: vertical;\n  height: auto;\n  overflow: auto;\n  vertical-align: top;\n}\n\ninput[type=\"hidden\"] {\n  display: none;\n}\n\n.form {\n  position: relative;\n}\n\n.radio,\n.checkbox {\n  padding-inline-start: 18px;\n  font-weight: normal;\n}\n\n.radio input[type=\"radio\"],\n.checkbox input[type=\"checkbox\"] {\n  float: inline-start;\n  margin-inline-start: -18px;\n}\n\n.radio.inline,\n.checkbox.inline {\n  display: inline-block;\n  padding-top: 5px;\n  margin-bottom: 0;\n  vertical-align: middle;\n}\n\n.radio.inline + .radio.inline,\n.checkbox.inline + .checkbox.inline {\n  margin-inline-start: 10px;\n}\n\n/*\n     Disabled state\n     ========================================================================== */\n\ninput[disabled],\nselect[disabled],\ntextarea[disabled],\ninput[readonly],\nselect[readonly],\ntextarea[readonly] {\n  opacity: 0.5;\n  cursor: not-allowed;\n}\n\n/*\n     Focus & active state\n     ========================================================================== */\n\ninput:focus,\ntextarea:focus {\n  border-color: $primary-color;\n  outline: 0;\n  outline: thin dotted \\9;\n  box-shadow: inset 0 1px 3px rgba($text-color, 0.06),\n    0 0 5px rgba($primary-color, 0.7);\n}\n\ninput[type=\"file\"]:focus,\ninput[type=\"radio\"]:focus,\ninput[type=\"checkbox\"]:focus,\nselect:focus {\n  box-shadow: none;\n}\n\n/*\n     Help text\n     ========================================================================== */\n\n.help-block,\n.help-inline {\n  color: $muted-text-color;\n}\n\n.help-block {\n  display: block;\n  margin-bottom: 1em;\n  line-height: 1em;\n}\n\n.help-inline {\n  display: inline-block;\n  vertical-align: middle;\n  padding-inline-start: 5px;\n}\n\n/*\n     .form-group\n     ========================================================================== */\n\n.form-group {\n  margin-bottom: 5px;\n  padding: 0;\n  border-width: 0;\n}\n\n/*\n     .form-inline\n     ========================================================================== */\n\n.form-inline input,\n.form-inline textarea,\n.form-inline select {\n  display: inline-block;\n  margin-bottom: 0;\n}\n\n.form-inline label {\n  display: inline-block;\n}\n\n.form-inline .radio,\n.form-inline .checkbox,\n.form-inline .radio {\n  padding-inline-start: 0;\n  margin-bottom: 0;\n  vertical-align: middle;\n}\n\n.form-inline .radio input[type=\"radio\"],\n.form-inline .checkbox input[type=\"checkbox\"] {\n  float: inline-start;\n  margin-inline-start: 0;\n  margin-inline-end: 3px;\n}\n\n/*\n     .form-search\n     ========================================================================== */\n\n.form-search input,\n.form-search textarea,\n.form-search select {\n  display: inline-block;\n  margin-bottom: 0;\n}\n\n.form-search .search-query {\n  padding-inline: 14px;\n  margin-bottom: 0;\n  border-radius: 14px;\n}\n\n.form-search label {\n  display: inline-block;\n}\n\n.form-search .radio,\n.form-search .checkbox,\n.form-inline .radio {\n  padding-inline-start: 0;\n  margin-bottom: 0;\n  vertical-align: middle;\n}\n\n.form-search .radio input[type=\"radio\"],\n.form-search .checkbox input[type=\"checkbox\"] {\n  float: inline-start;\n  margin-inline-start: 0;\n  margin-inline-end: 3px;\n}\n\n/*\n     .form--loading\n     ========================================================================== */\n\n.form--loading::before {\n  content: \"\";\n}\n\n.form--loading .form__spinner {\n  display: block;\n}\n\n.form::before {\n  position: absolute;\n  top: 0;\n  inset-inline-start: 0;\n  width: 100%;\n  height: 100%;\n  background-color: rgba(255, 255, 255, 0.7);\n  z-index: 10;\n}\n\n.form__spinner {\n  display: none;\n  position: absolute;\n  top: 50%;\n  inset-inline-start: 50%;\n  z-index: 11;\n}\n"
  },
  {
    "path": "_sass/minimal-mistakes/_masthead.scss",
    "content": "/* ==========================================================================\n   MASTHEAD\n   ========================================================================== */\n\n.masthead {\n  position: relative;\n  border-bottom: 1px solid $border-color;\n  -webkit-animation: $intro-transition;\n  animation: $intro-transition;\n  -webkit-animation-delay: 0.15s;\n  animation-delay: 0.15s;\n  z-index: 20;\n\n  &__inner-wrap {\n    @include clearfix;\n    margin-inline: auto;\n    padding: 1em;\n    max-width: 100%;\n    display: -webkit-box;\n    display: -ms-flexbox;\n    display: flex;\n    -webkit-box-pack: justify;\n    -ms-flex-pack: justify;\n    justify-content: space-between;\n    font-family: $sans-serif-narrow;\n\n    @include breakpoint($x-large) {\n      max-width: $max-width;\n    }\n\n    nav {\n      z-index: 10;\n    }\n\n    a {\n      text-decoration: none;\n    }\n  }\n}\n\n.site-logo img {\n  max-height: 2rem;\n}\n\n.site-title {\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -ms-flex-item-align: center;\n  align-self: center;\n  font-weight: bold;\n  // z-index: 20;\n}\n\n.site-subtitle {\n  display: block;\n  font-size: $type-size-8;\n}\n\n.masthead__menu {\n  float: inline-start;\n  margin-inline: 0;\n  width: 100%;\n  clear: both;\n\n  .site-nav {\n    margin-inline-start: 0;\n\n    @include breakpoint($small) {\n      float: inline-end;\n    }\n  }\n\n  ul {\n    margin: 0;\n    padding: 0;\n    clear: both;\n    list-style-type: none;\n  }\n}\n\n.masthead__menu-item {\n  display: block;\n  list-style-type: none;\n  white-space: nowrap;\n\n  &--lg {\n    padding-inline-end: 2em;\n    font-weight: 700;\n  }\n}\n"
  },
  {
    "path": "_sass/minimal-mistakes/_mixins.scss",
    "content": "/* ==========================================================================\n   MIXINS\n   ========================================================================== */\n\n%tab-focus {\n  /* Default*/\n  outline: thin dotted $focus-color;\n  /* Webkit*/\n  outline: 5px auto $focus-color;\n  outline-offset: -2px;\n}\n\n/*\n   em function\n   ========================================================================== */\n\n@function em($target, $context: $doc-font-size) {\n  @return ($target / $context) * 1em;\n}\n\n\n/*\n   Bourbon clearfix\n   ========================================================================== */\n\n/*\n  * Provides an easy way to include a clearfix for containing floats.\n  * link http://cssmojo.com/latest_new_clearfix_so_far/\n  *\n  * example scss - Usage\n  *\n  * .element {\n  *   @include clearfix;\n  * }\n  *\n  * example css - CSS Output\n  *\n  * .element::after {\n  *   clear: both;\n  *   content: \"\";\n  *   display: table;\n  * }\n*/\n\n@mixin clearfix {\n  clear: both;\n\n  &::after {\n    clear: both;\n    content: \"\";\n    display: table;\n  }\n}\n\n/*\n   Compass YIQ Color Contrast\n   https://github.com/easy-designs/yiq-color-contrast\n   ========================================================================== */\n\n@function yiq-is-light(\n  $color,\n  $threshold: $yiq-contrasted-threshold\n) {\n  $red: red($color);\n  $green: green($color);\n  $blue: blue($color);\n\n  $yiq: (($red*299)+($green*587)+($blue*114))/1000;\n\n  @if $yiq-debug { @debug $yiq, $threshold; }\n\n  @return if($yiq >= $threshold, true, false);\n}\n\n@function yiq-contrast-color(\n  $color,\n  $dark: $yiq-contrasted-dark-default,\n  $light: $yiq-contrasted-light-default,\n  $threshold: $yiq-contrasted-threshold\n) {\n  @return if(yiq-is-light($color, $threshold), $yiq-contrasted-dark-default, $yiq-contrasted-light-default);\n}\n\n@mixin yiq-contrasted(\n  $background-color,\n  $dark: $yiq-contrasted-dark-default,\n  $light: $yiq-contrasted-light-default,\n  $threshold: $yiq-contrasted-threshold\n) {\n  background-color: $background-color;\n  color: yiq-contrast-color($background-color, $dark, $light, $threshold);\n}"
  },
  {
    "path": "_sass/minimal-mistakes/_navigation.scss",
    "content": "/* ==========================================================================\n   NAVIGATION\n   ========================================================================== */\n\n/*\n   Breadcrumb navigation links\n   ========================================================================== */\n\n.breadcrumbs {\n  @include clearfix;\n  margin: 0 auto;\n  max-width: 100%;\n  padding-inline: 1em;\n  font-family: $sans-serif;\n  -webkit-animation: $intro-transition;\n  animation: $intro-transition;\n  -webkit-animation-delay: 0.3s;\n  animation-delay: 0.3s;\n\n  @include breakpoint($x-large) {\n    max-width: $x-large;\n  }\n\n  ol {\n    padding: 0;\n    list-style: none;\n    font-size: $type-size-6;\n\n    @include breakpoint($large) {\n      float: inline-end;\n      width: calc(100% - #{$right-sidebar-width-narrow});\n    }\n\n    @include breakpoint($x-large) {\n      width: calc(100% - #{$right-sidebar-width});\n    }\n  }\n\n  li {\n    display: inline;\n  }\n\n  .current {\n    font-weight: bold;\n  }\n}\n\n/*\n     Post pagination navigation links\n     ========================================================================== */\n\n.pagination {\n  @include clearfix();\n  float: inline-start;\n  margin-top: 1em;\n  padding-top: 1em;\n  width: 100%;\n\n  ul {\n    margin: 0;\n    padding: 0;\n    list-style-type: none;\n    font-family: $sans-serif;\n  }\n\n  li {\n    display: block;\n    float: inline-start;\n    margin-inline-start: -1px;\n\n    a {\n      display: block;\n      margin-bottom: 0.25em;\n      padding: 0.5em 1em;\n      font-family: $sans-serif;\n      font-size: 14px;\n      font-weight: bold;\n      line-height: 1.5;\n      text-align: center;\n      text-decoration: none;\n      color: $muted-text-color;\n      border: 1px solid mix(#000, $border-color, 25%);\n      border-radius: 0;\n\n      &:hover {\n        color: $link-color-hover;\n      }\n\n      &.current,\n      &.current.disabled {\n        color: #fff;\n        background: $primary-color;\n      }\n\n      &.disabled {\n        color: rgba($muted-text-color, 0.5);\n        pointer-events: none;\n        cursor: not-allowed;\n      }\n    }\n\n    &:first-child {\n      margin-inline-start: 0;\n\n      a {\n        border-start-start-radius: $border-radius;\n        border-end-start-radius: $border-radius;\n      }\n    }\n\n    &:last-child {\n      a {\n        border-start-end-radius: $border-radius;\n        border-end-end-radius: $border-radius;\n      }\n    }\n  }\n\n  /* next/previous buttons */\n  &--pager {\n    display: block;\n    padding: 1em 2em;\n    float: inline-start;\n    width: 50%;\n    font-family: $sans-serif;\n    font-size: $type-size-5;\n    font-weight: bold;\n    text-align: center;\n    text-decoration: none;\n    color: $muted-text-color;\n    border: 1px solid mix(#000, $border-color, 25%);\n    border-radius: $border-radius;\n\n    &:hover {\n      @include yiq-contrasted($muted-text-color);\n    }\n\n    &:first-child {\n      border-start-end-radius: 0;\n      border-end-end-radius: 0;\n    }\n\n    &:last-child {\n      margin-inline-start: -1px;\n      border-start-start-radius: 0;\n      border-end-start-radius: 0;\n    }\n\n    &.disabled {\n      color: rgba($muted-text-color, 0.5);\n      pointer-events: none;\n      cursor: not-allowed;\n    }\n  }\n}\n\n.page__content + .pagination,\n.page__meta + .pagination,\n.page__share + .pagination,\n.page__comments + .pagination {\n  margin-top: 2em;\n  padding-top: 2em;\n  border-top: 1px solid $border-color;\n}\n\n/*\n     Priority plus navigation\n     ========================================================================== */\n\n.greedy-nav {\n  position: relative;\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-align: center;\n  -ms-flex-align: center;\n  align-items: center;\n  min-height: $nav-height;\n  background: $background-color;\n\n  a {\n    display: block;\n    margin: 0 1rem;\n    color: $masthead-link-color;\n    text-decoration: none;\n    -webkit-transition: none;\n    transition: none;\n\n    &:hover {\n      color: $masthead-link-color-hover;\n    }\n\n    &.site-logo {\n      margin-inline-start: 0;\n      margin-inline-end: 0.5rem;\n    }\n\n    &.site-title {\n      margin-inline-start: 0;\n    }\n  }\n\n  img {\n    -webkit-transition: none;\n    transition: none;\n  }\n\n  &__toggle {\n    -ms-flex-item-align: center;\n    align-self: center;\n    height: $nav-toggle-height;\n    border: 0;\n    outline: none;\n    background-color: transparent;\n    cursor: pointer;\n  }\n\n  .visible-links {\n    display: -webkit-box;\n    display: -ms-flexbox;\n    display: flex;\n    -webkit-box-pack: end;\n    -ms-flex-pack: end;\n    justify-content: flex-end;\n    -webkit-box-flex: 1;\n    -ms-flex: 1;\n    flex: 1;\n    overflow: hidden;\n\n    li {\n      -webkit-box-flex: 0;\n      -ms-flex: none;\n      flex: none;\n    }\n\n    a {\n      position: relative;\n\n      &:before {\n        content: \"\";\n        position: absolute;\n        inset-inline-start: 0;\n        bottom: 0;\n        height: 4px;\n        background: $primary-color;\n        width: 100%;\n        -webkit-transition: $global-transition;\n        transition: $global-transition;\n        -webkit-transform: scaleX(0) translate3d(0, 0, 0);\n        transform: scaleX(0) translate3d(0, 0, 0); // hide\n      }\n\n      &:hover:before {\n        -webkit-transform: scaleX(1);\n        -ms-transform: scaleX(1);\n        transform: scaleX(1); // reveal\n      }\n    }\n  }\n\n  .hidden-links {\n    position: absolute;\n    top: 100%;\n    inset-inline-end: 0;\n    margin-top: 15px;\n    padding: 5px;\n    border: 1px solid $border-color;\n    border-radius: $border-radius;\n    background: $background-color;\n    -webkit-box-shadow: 0 2px 4px 0 rgba(#000, 0.16),\n      0 2px 10px 0 rgba(#000, 0.12);\n    box-shadow: 0 2px 4px 0 rgba(#000, 0.16), 0 2px 10px 0 rgba(#000, 0.12);\n\n    &.hidden {\n      display: none;\n    }\n\n    a {\n      margin: 0;\n      padding: 10px 20px;\n      font-size: $type-size-5;\n\n      &:hover {\n        color: $masthead-link-color-hover;\n        background: $navicon-link-color-hover;\n      }\n    }\n\n    &::before {\n      content: \"\";\n      position: absolute;\n      top: -11px;\n      inset-inline-end: 10px;\n      width: 0;\n      border-style: solid;\n      border-width: 0 10px 10px;\n      border-color: $border-color transparent;\n      display: block;\n      z-index: 0;\n    }\n\n    &::after {\n      content: \"\";\n      position: absolute;\n      top: -10px;\n      inset-inline-end: 10px;\n      width: 0;\n      border-style: solid;\n      border-width: 0 10px 10px;\n      border-color: $background-color transparent;\n      display: block;\n      z-index: 1;\n    }\n\n    li {\n      display: block;\n      border-bottom: 1px solid $border-color;\n\n      &:last-child {\n        border-bottom: none;\n      }\n    }\n  }\n}\n\n.no-js {\n  .greedy-nav {\n    .visible-links {\n      -ms-flex-wrap: wrap;\n      flex-wrap: wrap;\n      overflow: visible;\n    }\n  }\n}\n\n/*\n     Navigation list\n     ========================================================================== */\n\n.nav__list {\n  margin-bottom: 1.5em;\n\n  input[type=\"checkbox\"],\n  label {\n    display: none;\n  }\n\n  @include breakpoint(max-width $large - 1px) {\n    label {\n      position: relative;\n      display: inline-block;\n      padding: 0.5em 2.5em 0.5em 1em;\n      color: $gray;\n      font-size: $type-size-6;\n      font-weight: bold;\n      border: 1px solid $light-gray;\n      border-radius: $border-radius;\n      z-index: 20;\n      -webkit-transition: 0.2s ease-out;\n      transition: 0.2s ease-out;\n      cursor: pointer;\n\n      &::before,\n      &::after {\n        content: \"\";\n        position: absolute;\n        inset-inline-end: 1em;\n        top: 1.25em;\n        width: 0.75em;\n        height: 0.125em;\n        line-height: 1;\n        background-color: $gray;\n        -webkit-transition: 0.2s ease-out;\n        transition: 0.2s ease-out;\n      }\n\n      &:after {\n        -webkit-transform: rotate(90deg);\n        -ms-transform: rotate(90deg);\n        transform: rotate(90deg);\n      }\n\n      &:hover {\n        color: #fff;\n        border-color: $gray;\n        background-color: mix(white, #000, 20%);\n\n        &:before,\n        &:after {\n          background-color: #fff;\n        }\n      }\n    }\n\n    /* selected*/\n    input:checked + label {\n      color: white;\n      background-color: mix(white, #000, 20%);\n\n      &:before,\n      &:after {\n        background-color: #fff;\n      }\n    }\n\n    /* on hover show expand*/\n    label:hover:after {\n      -webkit-transform: rotate(90deg);\n      -ms-transform: rotate(90deg);\n      transform: rotate(90deg);\n    }\n\n    input:checked + label:hover:after {\n      -webkit-transform: rotate(0);\n      -ms-transform: rotate(0);\n      transform: rotate(0);\n    }\n\n    ul {\n      margin-bottom: 1em;\n    }\n\n    a {\n      display: block;\n      padding: 0.25em 0;\n\n      @include breakpoint($large) {\n        padding-top: 0.125em;\n        padding-bottom: 0.125em;\n      }\n\n      &:hover {\n        text-decoration: underline;\n      }\n    }\n  }\n}\n\n.nav__list .nav__items {\n  margin: 0;\n  font-size: 1.25rem;\n\n  a {\n    color: inherit;\n  }\n\n  .active {\n    margin-inline-start: -0.5em;\n    padding-inline: 0.5em;\n    font-weight: bold;\n  }\n\n  @include breakpoint(max-width $large - 1px) {\n    position: relative;\n    max-height: 0;\n    opacity: 0%;\n    overflow: hidden;\n    z-index: 10;\n    -webkit-transition: 0.3s ease-in-out;\n    transition: 0.3s ease-in-out;\n    -webkit-transform: translate(0, 10%);\n    -ms-transform: translate(0, 10%);\n    transform: translate(0, 10%);\n  }\n}\n\n@include breakpoint(max-width $large - 1px) {\n  .nav__list input:checked ~ .nav__items {\n    -webkit-transition: 0.5s ease-in-out;\n    transition: 0.5s ease-in-out;\n    max-height: 9999px; /* exaggerate max-height to accommodate tall lists*/\n    overflow: visible;\n    opacity: 1;\n    margin-top: 1em;\n    -webkit-transform: translate(0, 0);\n    -ms-transform: translate(0, 0);\n    transform: translate(0, 0);\n  }\n}\n\n.nav__title {\n  margin: 0;\n  padding: 0.5rem 0.75rem;\n  font-family: $sans-serif-narrow;\n  font-size: $type-size-5;\n  font-weight: bold;\n}\n\n.nav__sub-title {\n  display: block;\n  margin: 0.5rem 0;\n  padding: 0.25rem 0;\n  font-family: $sans-serif-narrow;\n  font-size: $type-size-6;\n  font-weight: bold;\n  text-transform: uppercase;\n  border-bottom: 1px solid $border-color;\n}\n\n/*\n     Table of contents navigation\n     ========================================================================== */\n\n.toc {\n  font-family: $sans-serif-narrow;\n  color: $gray;\n  background-color: $background-color;\n  border: 1px solid $border-color;\n  border-radius: $border-radius;\n  -webkit-box-shadow: $box-shadow;\n  box-shadow: $box-shadow;\n\n  .nav__title {\n    color: #fff;\n    font-size: $type-size-6;\n    background: $primary-color;\n    border-start-start-radius: $border-radius;\n    border-start-end-radius: $border-radius;\n  }\n\n  // Scrollspy marks toc items as .active when they are in focus\n  .active a {\n    @include yiq-contrasted($active-color);\n  }\n}\n\n.toc__menu {\n  margin: 0;\n  padding: 0;\n  width: 100%;\n  list-style: none;\n  font-size: $type-size-6;\n\n  @include breakpoint($large) {\n    font-size: $type-size-7;\n  }\n\n  a {\n    display: block;\n    padding: 0.25rem 0.75rem;\n    color: $muted-text-color;\n    font-weight: bold;\n    line-height: 1.5;\n    border-bottom: 1px solid $border-color;\n\n    &:hover {\n      color: $text-color;\n    }\n  }\n\n  li ul > li a {\n    padding-inline-start: 1.25rem;\n    font-weight: normal;\n  }\n\n  li ul li ul > li a {\n    padding-inline-start: 1.75rem;\n  }\n\n  li ul li ul li ul > li a {\n    padding-inline-start: 2.25rem;\n  }\n\n  li ul li ul li ul li ul > li a {\n    padding-inline-start: 2.75rem;\n  }\n\n  li ul li ul li ul li ul li ul > li a {\n    padding-inline-start: 3.25rem;\n  }\n}\n"
  },
  {
    "path": "_sass/minimal-mistakes/_notices.scss",
    "content": "/* ==========================================================================\n   NOTICE TEXT BLOCKS\n   ========================================================================== */\n\n/**\n *  Default Kramdown usage (no indents!):\n *  <div class=\"notice\" markdown=\"1\">\n *  #### Headline for the Notice\n *  Text for the notice\n *  </div>\n */\n\n@mixin notice($notice-color) {\n  margin: 2em 0 !important;  /* override*/\n  padding: 1em;\n  color: $text-color;\n  font-family: $global-font-family;\n  font-size: $type-size-6 !important;\n  text-indent: initial; /* override*/\n  background-color: mix($background-color, $notice-color, $notice-background-mix);\n  border-radius: $border-radius;\n  box-shadow: 0 1px 1px rgba($notice-color, 0.25);\n\n  h4 {\n    margin-top: 0 !important; /* override*/\n    margin-bottom: 0.75em;\n    line-height: inherit;\n  }\n\n  @at-root .page__content #{&} h4 {\n    /* using at-root to override .page-content h4 font size*/\n    margin-bottom: 0;\n    font-size: 1em;\n  }\n\n  p {\n    &:last-child {\n      margin-bottom: 0 !important; /* override*/\n    }\n  }\n\n  h4 + p {\n    /* remove space above paragraphs that appear directly after notice headline*/\n    margin-top: 0;\n    padding-top: 0;\n  }\n\n  a {\n    color: mix(#000, $notice-color, 10%);\n\n    &:hover {\n      color: mix(#000, $notice-color, 50%);\n    }\n  }\n\n  @at-root #{selector-unify(&, \"blockquote\")} {\n    border-inline-start-color: mix(#000, $notice-color, 10%);\n  }\n\n  code {\n    background-color: mix($background-color, $notice-color, $code-notice-background-mix)\n  }\n\n\tpre code {\n\t\tbackground-color: inherit;\n\t}\n\n  ul {\n    &:last-child {\n      margin-bottom: 0; /* override*/\n    }\n  }\n}\n\n/* Default notice */\n\n.notice,\n.markdown-alert {\n  @include notice($light-gray);\n}\n\n/* Primary notice */\n\n.notice--primary,\n.markdown-alert-important {\n  @include notice($primary-color);\n}\n\n/* Info notice */\n\n.notice--info,\n.markdown-alert-note {\n  @include notice($info-color);\n}\n\n/* Warning notice */\n\n.notice--warning,\n.markdown-alert-warning {\n  @include notice($warning-color);\n}\n\n/* Success notice */\n\n.notice--success,\n.markdown-alert-tip {\n  @include notice($success-color);\n}\n\n/* Danger notice */\n\n.notice--danger,\n.markdown-alert-caution {\n  @include notice($danger-color);\n}\n"
  },
  {
    "path": "_sass/minimal-mistakes/_page.scss",
    "content": "/* ==========================================================================\n   SINGLE PAGE/POST\n   ========================================================================== */\n\n#main {\n  @include clearfix;\n  margin-inline: auto;\n  padding-inline: 1em;\n  -webkit-animation: $intro-transition;\n  animation: $intro-transition;\n  max-width: 100%;\n  -webkit-animation-delay: 0.15s;\n  animation-delay: 0.15s;\n\n  @include breakpoint($x-large) {\n    max-width: $max-width;\n  }\n}\n\nbody {\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  min-height: 100vh;\n  -webkit-box-orient: vertical;\n  -webkit-box-direction: normal;\n  -ms-flex-direction: column;\n          flex-direction: column;\n}\n\n.initial-content,\n.search-content {\n  flex: 1 0 auto;\n}\n\n.page {\n  @include breakpoint($large) {\n    float: inline-end;\n    width: calc(100% - #{$right-sidebar-width-narrow});\n    padding-inline-end: $right-sidebar-width-narrow;\n  }\n\n  @include breakpoint($x-large) {\n    width: calc(100% - #{$right-sidebar-width});\n    padding-inline-end: $right-sidebar-width;\n  }\n\n  .page__inner-wrap {\n    float: inline-start;\n    margin-top: 1em;\n    margin-inline: 0;\n    width: 100%;\n    clear: both;\n\n    .page__content,\n    .page__meta,\n    .page__share {\n      position: relative;\n      float: inline-start;\n      margin-inline: 0;\n      width: 100%;\n      clear: both;\n    }\n  }\n}\n\n.page__title {\n  margin-top: 0;\n  line-height: 1;\n\n  a {\n    color: $text-color;\n    text-decoration: none;\n  }\n\n  & + .page__meta {\n    margin-top: -0.5em;\n  }\n}\n\n.page__lead {\n  font-family: $global-font-family;\n  font-size: $type-size-4;\n}\n\n.page__content {\n  h2 {\n    padding-bottom: 0.5em;\n    border-bottom: 1px solid $border-color;\n  }\n\n\th1, h2, h3, h4, h5, h6 {\n\t\t.header-link {\n\t\t\tposition: relative;\n\t\t\tinset-inline-start: 0.5em;\n\t\t\topacity: 0;\n\t\t\tfont-size: 0.8em;\n\t\t\t-webkit-transition: opacity 0.2s ease-in-out 0.1s;\n\t\t\t-moz-transition: opacity 0.2s ease-in-out 0.1s;\n\t\t\t-o-transition: opacity 0.2s ease-in-out 0.1s;\n\t\t\ttransition: opacity 0.2s ease-in-out 0.1s;\n\t\t}\n\n\t\t&:hover .header-link {\n\t\t\topacity: 1;\n\t\t}\n\t}\n\n  p,\n  li,\n  dl {\n    font-size: 1em;\n  }\n\n  /* paragraph indents */\n  p {\n    margin: 0 0 $indent-var;\n\n    /* sibling indentation*/\n    @if $paragraph-indent == true {\n      & + p {\n        text-indent: $indent-var;\n        margin-top: -($indent-var);\n      }\n    }\n  }\n\n  a:not(.btn) {\n    &:hover {\n      text-decoration: underline;\n\n      img {\n        box-shadow: 0 0 10px rgba(#000, 0.25);\n      }\n    }\n  }\n\n  :not(pre) > code {\n    padding-top: 0.1rem;\n    padding-bottom: 0.1rem;\n    font-size: 0.8em;\n    background: $code-background-color;\n    border-radius: $border-radius;\n\n    &::before,\n    &::after {\n      letter-spacing: -0.2em;\n      content: \"\\00a0\"; /* non-breaking space*/\n    }\n  }\n\n  dt {\n    margin-top: 1em;\n    font-family: $sans-serif;\n    font-weight: bold;\n  }\n\n  dd {\n    margin-inline-start: 1em;\n    font-family: $sans-serif;\n    font-size: $type-size-6;\n  }\n\n  .small {\n    font-size: $type-size-6;\n  }\n\n  /* blockquote citations */\n  blockquote + .small {\n    margin-top: -1.5em;\n    padding-inline-start: 1.25rem;\n  }\n\n  /* vertical alignment for first content */\n  :first-child, \n  aside + :nth-child(2) {\n    margin-top: 0em;\n  }\n}\n\n.page__hero {\n  position: relative;\n  margin-bottom: 2em;\n  @include clearfix;\n  -webkit-animation: $intro-transition;\n  animation: $intro-transition;\n  -webkit-animation-delay: 0.25s;\n  animation-delay: 0.25s;\n\n  &--overlay {\n    position: relative;\n    margin-bottom: 2em;\n    padding: 3em 0;\n    @include clearfix;\n    background-size: cover;\n    background-repeat: no-repeat;\n    background-position: center;\n    -webkit-animation: $intro-transition;\n    animation: $intro-transition;\n    -webkit-animation-delay: 0.25s;\n    animation-delay: 0.25s;\n\n    a {\n      color: #fff;\n    }\n\n    .wrapper {\n      padding-inline: 1em;\n\n      @include breakpoint($x-large) {\n        max-width: $x-large;\n      }\n    }\n\n    .page__title,\n    .page__meta,\n    .page__lead,\n    .btn {\n      color: #fff;\n      text-shadow: 1px 1px 4px rgba(#000, 0.5);\n    }\n\n    .page__lead {\n      max-width: $medium;\n    }\n\n    .page__title {\n      font-size: $type-size-2;\n\n      @include breakpoint($small) {\n        font-size: $type-size-1;\n      }\n    }\n  }\n}\n\n.page__hero-image {\n  width: 100%;\n  height: auto;\n  -ms-interpolation-mode: bicubic;\n}\n\n.page__hero-caption {\n  position: absolute;\n  bottom: 0;\n  inset-inline-end: 0;\n  margin: 0 auto;\n  padding: 2px 5px;\n  color: #fff;\n  font-family: $caption-font-family;\n  font-size: $type-size-7;\n  background: #000;\n  text-align: end;\n  z-index: 5;\n  opacity: 0.5;\n  border-radius: $border-radius 0 0 0;\n\n  @include breakpoint($large) {\n    padding: 5px 10px;\n  }\n\n  a {\n    color: #fff;\n    text-decoration: none;\n  }\n}\n\n/*\n   Social sharing\n   ========================================================================== */\n\n.page__share {\n  margin-top: 2em;\n  padding-top: 1em;\n  border-top: 1px solid $border-color;\n\n  @include breakpoint(max-width $small) {\n    .btn span {\n      border: 0;\n      clip: rect(0 0 0 0);\n      height: 1px;\n      margin: -1px;\n      overflow: hidden;\n      padding: 0;\n      position: absolute;\n      width: 1px;\n    }\n  }\n}\n\n.page__share-title {\n  margin-bottom: 10px;\n  font-size: $type-size-6;\n  text-transform: uppercase;\n}\n\n/*\n   Page meta\n   ========================================================================== */\n\n.page__meta {\n  margin-top: 2em;\n  color: $muted-text-color;\n  font-family: $sans-serif;\n  font-size: $type-size-6;\n\n  p {\n    margin: 0;\n  }\n\n  a {\n    color: inherit;\n  }\n}\n\n.page__meta-title {\n  margin-bottom: 10px;\n  font-size: $type-size-6;\n  text-transform: uppercase;\n}\n\n.page__meta-sep::before {\n  content: \"\\2022\";\n  padding-inline: 0.5em;\n}\n\n/*\n   Page taxonomy\n   ========================================================================== */\n\n.page__taxonomy {\n  .sep {\n    display: none;\n  }\n\n  strong {\n    margin-inline-end: 10px;\n  }\n}\n\n.page__taxonomy-item {\n  display: inline-block;\n  margin-inline-end: 5px;\n  margin-bottom: 8px;\n  padding: 5px 10px;\n  text-decoration: none;\n  border: 1px solid mix(#000, $border-color, 25%);\n  border-radius: $border-radius;\n\n  &:hover {\n    text-decoration: none;\n    color: $link-color-hover;\n  }\n}\n\n.taxonomy__section {\n  margin-bottom: 2em;\n  padding-bottom: 1em;\n\n  &:not(:last-child) {\n    border-bottom: solid 1px $border-color;\n  }\n\n  .archive__item-title {\n    margin-top: 0;\n  }\n\n  .archive__subtitle {\n    clear: both;\n    border: 0;\n  }\n\n  + .taxonomy__section {\n    margin-top: 2em;\n  }\n}\n\n.taxonomy__title {\n  margin-bottom: 0.5em;\n  color: $muted-text-color;\n}\n\n.taxonomy__count {\n  color: $muted-text-color;\n}\n\n.taxonomy__index {\n  display: grid;\n  grid-column-gap: 2em;\n  grid-template-columns: repeat(2, 1fr);\n  margin: 1.414em 0;\n  padding: 0;\n  font-size: 0.75em;\n  list-style: none;\n\n  @include breakpoint($large) {\n    grid-template-columns: repeat(3, 1fr);\n  }\n\n  a {\n    display: -webkit-box;\n    display: -ms-flexbox;\n    display: flex;\n    padding: 0.25em 0;\n    -webkit-box-pack: justify;\n    -ms-flex-pack: justify;\n    justify-content: space-between;\n    color: inherit;\n    text-decoration: none;\n    border-bottom: 1px solid $border-color;\n  }\n}\n\n.back-to-top {\n  display: block;\n  clear: both;\n  color: $muted-text-color;\n  font-size: 0.6em;\n  text-transform: uppercase;\n  text-align: end;\n  text-decoration: none;\n}\n\n/*\n   Comments\n   ========================================================================== */\n\n.page__comments {\n  float: inline-start;\n  margin-inline: 0;\n  width: 100%;\n  clear: both;\n}\n\n.page__comments-title {\n  margin-top: 2rem;\n  margin-bottom: 10px;\n  padding-top: 2rem;\n  font-size: $type-size-6;\n  border-top: 1px solid $border-color;\n  text-transform: uppercase;\n}\n\n.page__comments-form {\n  -webkit-transition: $global-transition;\n  transition: $global-transition;\n\n  &.disabled {\n    input,\n    button,\n    textarea,\n    label {\n      pointer-events: none;\n      cursor: not-allowed;\n      filter: alpha(opacity=65);\n      box-shadow: none;\n      opacity: 0.65;\n    }\n  }\n}\n\n.comment {\n  @include clearfix();\n  margin: 1em 0;\n\n  &:not(:last-child) {\n    border-bottom: 1px solid $border-color;\n  }\n}\n\n.comment__avatar-wrapper {\n  float: inline-start;\n  width: 60px;\n  height: 60px;\n\n  @include breakpoint($large) {\n    width: 100px;\n    height: 100px;\n  }\n}\n\n.comment__avatar {\n  width: 40px;\n  height: 40px;\n  border-radius: 50%;\n\n  @include breakpoint($large) {\n    width: 80px;\n    height: 80px;\n    padding: 5px;\n    border: 1px solid $border-color;\n  }\n}\n\n.comment__content-wrapper {\n  float: inline-end;\n  width: calc(100% - 60px);\n\n  @include breakpoint($large) {\n    width: calc(100% - 100px);\n  }\n}\n\n.comment__author {\n  margin: 0;\n\n  a {\n    text-decoration: none;\n  }\n}\n\n.comment__date {\n  @extend .page__meta;\n  margin: 0;\n\n  a {\n    text-decoration: none;\n  }\n}\n\n/*\n   Related\n   ========================================================================== */\n\n.page__related {\n  @include clearfix();\n  float: inline-start;\n  margin-top: 2em;\n  padding-top: 1em;\n  border-top: 1px solid $border-color;\n\n  @include breakpoint($large) {\n    float: inline-end;\n    width: calc(100% - #{$right-sidebar-width-narrow});\n  }\n\n  @include breakpoint($x-large) {\n    width: calc(100% - #{$right-sidebar-width});\n  }\n\n  a {\n    color: inherit;\n    text-decoration: none;\n  }\n}\n\n.page__related-title {\n  margin-bottom: 10px;\n  font-size: $type-size-6;\n  text-transform: uppercase;\n}\n\n/*\n   Wide Pages\n   ========================================================================== */\n\n.wide {\n  .page, .page__related {\n    @include breakpoint($large) {\n      padding-inline-end: 0;\n    }\n\n    @include breakpoint($x-large) {\n      padding-inline-end: 0;\n    }\n  }\n}\n"
  },
  {
    "path": "_sass/minimal-mistakes/_print.scss",
    "content": "/* ==========================================================================\n   PRINT STYLES\n   ========================================================================== */\n\n@media print {\n\n  [hidden] {\n    display: none;\n  }\n\n  * {\n    -moz-box-sizing: border-box;\n    -webkit-box-sizing: border-box;\n    box-sizing: border-box;\n  }\n\n  html {\n    margin: 0;\n    padding: 0;\n    min-height: auto !important;\n    font-size: 16px;\n  }\n\n  body {\n    margin: 0 auto;\n    background: #fff !important;\n    color: #000 !important;\n    font-size: 1rem;\n    line-height: 1.5;\n    -moz-osx-font-smoothing: grayscale;\n    -webkit-font-smoothing: antialiased;\n    text-rendering: optimizeLegibility;\n  }\n\n  h1,\n  h2,\n  h3,\n  h4,\n  h5,\n  h6 {\n    color: #000;\n    line-height: 1.2;\n    margin-bottom: 0.75rem;\n    margin-top: 0;\n  }\n\n  h1 {\n    font-size: 2.5rem;\n  }\n\n  h2 {\n    font-size: 2rem;\n  }\n\n  h3 {\n    font-size: 1.75rem;\n  }\n\n  h4 {\n    font-size: 1.5rem;\n  }\n\n  h5 {\n    font-size: 1.25rem;\n  }\n\n  h6 {\n    font-size: 1rem;\n  }\n\n  a,\n  a:visited {\n    color: #000;\n    text-decoration: underline;\n    word-wrap: break-word;\n  }\n\n  table {\n    border-collapse: collapse;\n  }\n\n  thead {\n    display: table-header-group;\n  }\n\n  table,\n  th,\n  td {\n    border-bottom: 1px solid #000;\n  }\n\n  td,\n  th {\n    padding: 8px 16px;\n  }\n\n  img {\n    border: 0;\n    display: block;\n    max-width: 100% !important;\n    vertical-align: middle;\n  }\n\n  hr {\n    border: 0;\n    border-bottom: 2px solid #bbb;\n    height: 0;\n    margin: 2.25rem 0;\n    padding: 0;\n  }\n\n  dt {\n    font-weight: bold;\n  }\n\n  dd {\n    margin: 0;\n    margin-bottom: 0.75rem;\n  }\n\n  abbr[title],\n  acronym[title] {\n    border: 0;\n    text-decoration: none;\n  }\n\n  table,\n  blockquote,\n  pre,\n  code,\n  figure,\n  li,\n  hr,\n  ul,\n  ol,\n  a,\n  tr {\n    page-break-inside: avoid;\n  }\n\n  h2,\n  h3,\n  h4,\n  p,\n  a {\n    orphans: 3;\n    widows: 3;\n  }\n\n  h1,\n  h2,\n  h3,\n  h4,\n  h5,\n  h6 {\n    page-break-after: avoid;\n    page-break-inside: avoid;\n  }\n\n  h1 + p,\n  h2 + p,\n  h3 + p {\n    page-break-before: avoid;\n  }\n\n  img {\n    page-break-after: auto;\n    page-break-before: auto;\n    page-break-inside: avoid;\n  }\n\n  pre {\n    white-space: pre-wrap !important;\n    word-wrap: break-word;\n  }\n\n  a[href^='http://']:after,\n  a[href^='https://']:after,\n  a[href^='ftp://']:after {\n    content: \" (\" attr(href) \")\";\n    font-size: 80%;\n  }\n\n  abbr[title]:after,\n  acronym[title]:after {\n    content: \" (\" attr(title) \")\";\n  }\n\n  #main {\n    max-width: 100%;\n  }\n\n  .page {\n    margin: 0;\n    padding: 0;\n    width: 100%;\n  }\n\n  .page-break,\n  .page-break-before {\n    page-break-before: always;\n  }\n\n  .page-break-after {\n    page-break-after: always;\n  }\n\n  .no-print {\n    display: none;\n  }\n\n  a.no-reformat:after {\n    content: '';\n  }\n\n  abbr[title].no-reformat:after,\n  acronym[title].no-reformat:after {\n    content: '';\n  }\n\n  .page__hero-caption {\n    color: #000 !important;\n    background: #fff !important;\n    opacity: 1;\n\n    a {\n      color: #000 !important;\n    }\n  }\n\n/*\n   Hide the following elements on print\n   ========================================================================== */\n\n  .masthead,\n  .toc,\n  .page__share,\n  .page__related,\n  .pagination,\n  .ads,\n  .page__footer,\n  .page__comments-form,\n  .author__avatar,\n  .author__content,\n  .author__urls-wrapper,\n  .nav__list,\n  .sidebar,\n  .adsbygoogle {\n    display: none !important;\n    height: 1px !important;\n  }\n}"
  },
  {
    "path": "_sass/minimal-mistakes/_reset.scss",
    "content": "/* ==========================================================================\n   STYLE RESETS\n   ========================================================================== */\n\n* { box-sizing: border-box; }\n\nhtml {\n  /* apply a natural box layout model to all elements */\n  box-sizing: border-box;\n  background-color: $background-color;\n  font-size: $doc-font-size;\n\n  @include breakpoint($medium) {\n    font-size: $doc-font-size-medium;\n  }\n\n  @include breakpoint($large) {\n    font-size: $doc-font-size-large;\n  }\n\n  @include breakpoint($x-large) {\n    font-size: $doc-font-size-x-large;\n  }\n\n  -webkit-text-size-adjust: 100%;\n  -ms-text-size-adjust: 100%;\n}\n\n/* Remove margin */\n\nbody { margin: 0; }\n\n/* Selected elements */\n\n::-moz-selection {\n  color: #fff;\n  background: #000;\n}\n\n::selection {\n  color: #fff;\n  background: #000;\n}\n\n/* Display HTML5 elements in IE6-9 and FF3 */\n\narticle,\naside,\ndetails,\nfigcaption,\nfigure,\nfooter,\nheader,\nhgroup,\nmain,\nnav,\nsection {\n  display: block;\n}\n\n/* Display block in IE6-9 and FF3 */\n\naudio,\ncanvas,\nvideo {\n  display: inline-block;\n}\n\n/* Prevents modern browsers from displaying 'audio' without controls */\n\naudio:not([controls]) {\n  display: none;\n}\n\na {\n  color: $link-color;\n}\n\n/* Apply focus state */\n\na:focus {\n  @extend %tab-focus;\n}\n\n/* Remove outline from links */\n\na:hover,\na:active {\n  outline: 0;\n}\n\n/* Prevent sub and sup affecting line-height in all browsers */\n\nsub,\nsup {\n  position: relative;\n  font-size: 75%;\n  line-height: 0;\n  vertical-align: baseline;\n}\n\nsup {\n  top: -0.5em;\n}\n\nsub {\n  bottom: -0.25em;\n}\n\n/* img border in anchor's and image quality */\n\nimg {\n  /* Responsive images (ensure images don't scale beyond their parents) */\n  max-width: 100%; /* part 1: Set a maximum relative to the parent*/\n  width: auto\\9; /* IE7-8 need help adjusting responsive images*/\n  height: auto; /* part 2: Scale the height according to the width, otherwise you get stretching*/\n\n  vertical-align: middle;\n  border: 0;\n  -ms-interpolation-mode: bicubic;\n}\n\n/* Prevent max-width from affecting Google Maps */\n\n#map_canvas img,\n.google-maps img {\n  max-width: none;\n}\n\n/* Consistent form font size in all browsers, margin changes, misc */\n\nbutton,\ninput,\nselect,\ntextarea {\n  margin: 0;\n  font-size: 100%;\n  vertical-align: middle;\n}\n\nbutton,\ninput {\n  line-height: normal; /* FF3/4 have !important on line-height in UA stylesheet*/\n}\n\nbutton::-moz-focus-inner,\ninput::-moz-focus-inner { /* inner padding and border oddities in FF3/4*/\n  padding: 0;\n  border: 0;\n}\n\nbutton,\nhtml input[type=\"button\"], // avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls\ninput[type=\"reset\"],\ninput[type=\"submit\"] {\n    -webkit-appearance: button; /* corrects inability to style clickable `input` types in iOS*/\n    cursor: pointer; /* improves usability and consistency of cursor style between image-type `input` and others*/\n}\n\nlabel,\nselect,\nbutton,\ninput[type=\"button\"],\ninput[type=\"reset\"],\ninput[type=\"submit\"],\ninput[type=\"radio\"],\ninput[type=\"checkbox\"] {\n    cursor: pointer; /* improves usability and consistency of cursor style between image-type `input` and others*/\n}\n\ninput[type=\"search\"] { /* Appearance in Safari/Chrome*/\n  box-sizing: border-box;\n  -webkit-appearance: textfield;\n}\n\ninput[type=\"search\"]::-webkit-search-decoration,\ninput[type=\"search\"]::-webkit-search-cancel-button {\n  -webkit-appearance: none; /* inner-padding issues in Chrome OSX, Safari 5*/\n}\n\ntextarea {\n  overflow: auto; /* remove vertical scrollbar in IE6-9*/\n  vertical-align: top; /* readability and alignment cross-browser*/\n}\n"
  },
  {
    "path": "_sass/minimal-mistakes/_search.scss",
    "content": "/* ==========================================================================\n   SEARCH\n   ========================================================================== */\n\n.layout--search {\n  .archive__item-teaser {\n    margin-bottom: 0.25em;\n  }\n}\n\n.search__toggle {\n  margin-inline: 1rem;\n  height: $nav-toggle-height;\n  border: 0;\n  outline: none;\n  color: $primary-color;\n  background-color: transparent;\n  cursor: pointer;\n  -webkit-transition: 0.2s;\n  transition: 0.2s;\n\n  &:hover {\n    color: mix(#000, $primary-color, 25%);\n  }\n}\n\n.search-icon {\n  width: 100%;\n  height: 100%;\n}\n\n.search-content {\n  display: none;\n  visibility: hidden;\n  padding-top: 1em;\n  padding-bottom: 1em;\n\n  &__inner-wrap {\n    width: 100%;\n    margin-inline: auto;\n    padding-inline: 1em;\n    -webkit-animation: $intro-transition;\n    animation: $intro-transition;\n    -webkit-animation-delay: 0.15s;\n    animation-delay: 0.15s;\n\n    @include breakpoint($x-large) {\n      max-width: $max-width;\n    }\n\n  }\n\n  &__form {\n    background-color: transparent;\n  }\n\n  .search-input {\n    display: block;\n    margin-bottom: 0;\n    padding: 0;\n    border: none;\n    outline: none;\n    box-shadow: none;\n    background-color: transparent;\n    font-size: $type-size-3;\n\n    @include breakpoint($large) {\n      font-size: $type-size-2;\n    }\n\n    @include breakpoint($x-large) {\n      font-size: $type-size-1;\n    }\n  }\n\n  &.is--visible {\n    display: block;\n    visibility: visible;\n\n    &::after {\n      content: \"\";\n      display: block;\n    }\n  }\n\n  .results__found {\n    margin-top: 0.5em;\n    font-size: $type-size-6;\n  }\n\n  .archive__item {\n    margin-bottom: 2em;\n\n    @include breakpoint($large) {\n      width: 75%;\n    }\n\n    @include breakpoint($x-large) {\n      width: 50%;\n    }\n  }\n\n  .archive__item-title {\n    margin-top: 0;\n  }\n\n  .archive__item-excerpt {\n    margin-bottom: 0;\n  }\n}\n\n/* Algolia search */\n\n.ais-search-box {\n  max-width: 100% !important;\n  margin-bottom: 2em;\n}\n\n.archive__item-title .ais-Highlight {\n  color: $primary-color;\n  font-style: normal;\n  text-decoration: underline;\n}\n\n.archive__item-excerpt .ais-Highlight {\n  color: $primary-color;\n  font-style: normal;\n  font-weight: bold;\n}\n"
  },
  {
    "path": "_sass/minimal-mistakes/_sidebar.scss",
    "content": "/* ==========================================================================\n   SIDEBAR\n   ========================================================================== */\n\n/*\n   Default\n   ========================================================================== */\n\n.sidebar {\n  @include clearfix();\n  // @include breakpoint(max-width $large) {\n  //   /* fix z-index order of follow links */\n  //   position: relative;\n  //   z-index: 10;\n  //   -webkit-transform: translate3d(0, 0, 0);\n  //   transform: translate3d(0, 0, 0);\n  // }\n\n  @include breakpoint($large) {\n    float: inline-start;\n    width: calc(#{$right-sidebar-width-narrow} - 1em);\n    opacity: 0.75;\n    -webkit-transition: opacity 0.2s ease-in-out;\n    transition: opacity 0.2s ease-in-out;\n\n    &:hover {\n      opacity: 1;\n    }\n\n    &.sticky {\n      overflow-y: auto;\n      /* calculate height of nav list\n         viewport height - nav height - masthead x-padding\n      */\n      max-height: calc(100vh - #{$nav-height} - 2em);\n    }\n  }\n\n  @include breakpoint($x-large) {\n    width: calc(#{$right-sidebar-width} - 1em);\n  }\n\n  > * {\n    margin-top: 1em;\n    margin-bottom: 1em;\n  }\n\n  h2,\n  h3,\n  h4,\n  h5,\n  h6 {\n    margin-bottom: 0;\n    font-family: $sans-serif-narrow;\n  }\n\n  p,\n  li {\n    font-family: $sans-serif;\n    font-size: $type-size-6;\n    line-height: 1.5;\n  }\n\n  img {\n    width: 100%;\n\n    &.emoji {\n      width: 20px;\n      height: 20px;\n    }\n  }\n}\n\n.sidebar__right {\n  margin-bottom: 1em;\n\n  @include breakpoint($large) {\n    position: absolute;\n    top: 0;\n    inset-inline-end: 0;\n    width: $right-sidebar-width-narrow;\n    margin-inline-end: -1 * $right-sidebar-width-narrow;\n    padding-inline-start: 1em;\n    z-index: 10;\n\n    &.sticky {\n      @include clearfix();\n      position: -webkit-sticky;\n      position: sticky;\n      top: 2em;\n      float: inline-end;\n\n      .toc {\n        .toc__menu {\n          overflow-y: auto;\n          max-height: calc(100vh - 7em);\n        }\n      }\n    }\n  }\n\n  @include breakpoint($x-large) {\n    width: $right-sidebar-width;\n    margin-inline-end: -1 * $right-sidebar-width;\n  }\n}\n\n.splash .sidebar__right {\n  @include breakpoint($large) {\n    position: relative;\n    float: inline-end;\n    margin-inline-end: 0;\n  }\n\n  @include breakpoint($x-large) {\n    margin-inline-end: 0;\n  }\n}\n\n/*\n   Author profile and links\n   ========================================================================== */\n\n.author__avatar {\n  display: table-cell;\n  vertical-align: top;\n  width: 36px;\n  height: 36px;\n\n  @include breakpoint($large) {\n    display: block;\n    width: auto;\n    height: auto;\n  }\n\n  img {\n    max-width: 110px;\n    border-radius: 50%;\n\n    @include breakpoint($large) {\n      padding: 5px;\n      border: 1px solid $border-color;\n    }\n  }\n}\n\n.author__content {\n  display: table-cell;\n  vertical-align: top;\n  padding-inline: 15px 25px;\n  line-height: 1;\n\n  @include breakpoint($large) {\n    display: block;\n    width: 100%;\n    padding-inline: 0;\n  }\n\n  a {\n    color: inherit;\n    text-decoration: none;\n  }\n}\n\n.author__name {\n  margin: 0;\n\n  @include breakpoint($large) {\n    margin-top: 10px;\n    margin-bottom: 10px;\n  }\n}\n.sidebar .author__name {\n  font-family: $sans-serif;\n  font-size: $type-size-5;\n}\n\n.author__bio {\n  margin: 0;\n\n  @include breakpoint($large) {\n    margin-top: 10px;\n    margin-bottom: 20px;\n  }\n}\n\n.author__urls-wrapper {\n  position: relative;\n  display: table-cell;\n  vertical-align: middle;\n  font-family: $sans-serif;\n  z-index: 20;\n  cursor: pointer;\n\n  li:last-child {\n    a {\n      margin-bottom: 0;\n    }\n  }\n\n  .author__urls {\n    span.label {\n      padding-inline-start: 5px;\n    }\n  }\n\n  @include breakpoint($large) {\n    display: block;\n  }\n\n  button {\n    position: relative;\n    margin-bottom: 0;\n\n    &:before {\n      @supports (pointer-events: none) {\n        content: '';\n        position: fixed;\n        top: 0;\n        inset-inline-start: 0;\n        width: 100%;\n        height: 100%;\n        pointer-events: none;\n      }\n    }\n\n    &.open {\n      &:before {\n        pointer-events: auto;\n      }\n    }\n\n    @include breakpoint($large) {\n      display: none;\n    }\n  }\n}\n\n.author__urls {\n  display: none;\n  position: absolute;\n  inset-inline-end: 0;\n  margin-top: 15px;\n  padding: 10px;\n  list-style-type: none;\n  border: 1px solid $border-color;\n  border-radius: $border-radius;\n  background: $background-color;\n  box-shadow: 0 2px 4px 0 rgba(#000, 0.16), 0 2px 10px 0 rgba(#000, 0.12);\n  cursor: default;\n\n  &.is--visible {\n    display: block;\n  }\n\n  @include breakpoint($large) {\n    display: block;\n    position: relative;\n    margin: 0;\n    padding: 0;\n    border: 0;\n    background: transparent;\n    box-shadow: none;\n  }\n\n  &::before {\n    display: block;\n    content: \"\";\n    position: absolute;\n    top: -11px;\n    inset-inline-start: calc(50% - 10px);\n    width: 0;\n    border-style: solid;\n    border-width: 0 10px 10px;\n    border-color: $border-color transparent;\n    z-index: 0;\n\n    @include breakpoint($large) {\n      display: none;\n    }\n  }\n\n  &:after {\n    display: block;\n    content: \"\";\n    position: absolute;\n    top: -10px;\n    inset-inline-start: calc(50% - 10px);\n    width: 0;\n    border-style: solid;\n    border-width: 0 10px 10px;\n    border-color: $background-color transparent;\n    z-index: 1;\n\n    @include breakpoint($large) {\n      display: none;\n    }\n  }\n\n  ul {\n    padding: 10px;\n    list-style-type: none;\n  }\n\n  li {\n    white-space: nowrap;\n  }\n\n  a {\n    display: block;\n    margin-bottom: 5px;\n    padding-block: 2px;\n    padding-inline-end: 5px;\n    color: inherit;\n    font-size: $type-size-5;\n    text-decoration: none;\n\n    &:hover {\n      text-decoration: underline;\n    }\n  }\n}\n\n/*\n   Wide Pages\n   ========================================================================== */\n\n.wide .sidebar__right {\n  margin-bottom: 1em;\n\n  @include breakpoint($large) {\n    position: initial;\n    top: initial;\n    inset-inline-end: initial;\n    width: initial;\n    margin-inline-end: initial;\n    padding-inline-start: initial;\n    z-index: initial;\n\n    &.sticky {\n      float: none;\n    }\n  }\n\n  @include breakpoint($x-large) {\n    width: initial;\n    margin-inline-end: initial;\n  }\n}\n"
  },
  {
    "path": "_sass/minimal-mistakes/_syntax.scss",
    "content": "/* ==========================================================================\n   Syntax highlighting\n   ========================================================================== */\n\ndiv.highlighter-rouge,\nfigure.highlight {\n  position: relative;\n  margin-bottom: 1em;\n  background: $base00;\n  color: $base05;\n  font-family: $monospace;\n  font-size: $type-size-6;\n  line-height: 1.8;\n  border-radius: $border-radius;\n\n  [dir=rtl] & {\n    direction: ltr;\n    text-align: start;\n  }\n\n  > pre,\n  pre.highlight {\n    margin: 0;\n    padding: 1em;\n  }\n}\n\n.highlight table {\n  margin-bottom: 0;\n  font-size: 1em;\n  border: 0;\n\n  td {\n    padding: 0;\n    width: calc(100% - 1em);\n    border: 0;\n\n    /* line numbers*/\n    &.gutter,\n    &.rouge-gutter {\n      padding-inline-end: 1em;\n      width: 1em;\n      color: $base04;\n      border-inline-end: 1px solid $base04;\n      text-align: end;\n    }\n\n    /* code */\n    &.code,\n    &.rouge-code {\n      padding-inline-start: 1em;\n    }\n  }\n\n  pre {\n    margin: 0;\n  }\n}\n\n.highlight pre {\n  width: 100%;\n}\n\n.highlight .hll {\n  background-color: $base06;\n}\n.highlight {\n  .c {\n    /* Comment */\n    color: $base04;\n  }\n  .err {\n    /* Error */\n    color: $base08;\n  }\n  .k {\n    /* Keyword */\n    color: $base0e;\n  }\n  .l {\n    /* Literal */\n    color: $base09;\n  }\n  .n {\n    /* Name */\n    color: $base05;\n  }\n  .o {\n    /* Operator */\n    color: $base0c;\n  }\n  .p {\n    /* Punctuation */\n    color: $base05;\n  }\n  .cm {\n    /* Comment.Multiline */\n    color: $base04;\n  }\n  .cp {\n    /* Comment.Preproc */\n    color: $base04;\n  }\n  .c1 {\n    /* Comment.Single */\n    color: $base04;\n  }\n  .cs {\n    /* Comment.Special */\n    color: $base04;\n  }\n  .gd {\n    /* Generic.Deleted */\n    color: $base08;\n  }\n  .ge {\n    /* Generic.Emph */\n    font-style: italic;\n  }\n  .gh {\n    /* Generic.Heading */\n    color: $base05;\n    font-weight: bold;\n  }\n  .gi {\n    /* Generic.Inserted */\n    color: $base0b;\n  }\n  .gp {\n    /* Generic.Prompt */\n    color: $base04;\n    font-weight: bold;\n  }\n  .gs {\n    /* Generic.Strong */\n    font-weight: bold;\n  }\n  .gu {\n    /* Generic.Subheading */\n    color: $base0c;\n    font-weight: bold;\n  }\n  .kc {\n    /* Keyword.Constant */\n    color: $base0e;\n  }\n  .kd {\n    /* Keyword.Declaration */\n    color: $base0e;\n  }\n  .kn {\n    /* Keyword.Namespace */\n    color: $base0c;\n  }\n  .kp {\n    /* Keyword.Pseudo */\n    color: $base0e;\n  }\n  .kr {\n    /* Keyword.Reserved */\n    color: $base0e;\n  }\n  .kt {\n    /* Keyword.Type */\n    color: $base0a;\n  }\n  .ld {\n    /* Literal.Date */\n    color: $base0b;\n  }\n  .m {\n    /* Literal.Number */\n    color: $base09;\n  }\n  .s {\n    /* Literal.String */\n    color: $base0b;\n  }\n  .na {\n    /* Name.Attribute */\n    color: $base0d;\n  }\n  .nb {\n    /* Name.Builtin */\n    color: $base05;\n  }\n  .nc {\n    /* Name.Class */\n    color: $base0a;\n  }\n  .no {\n    /* Name.Constant */\n    color: $base08;\n  }\n  .nd {\n    /* Name.Decorator */\n    color: $base0c;\n  }\n  .ni {\n    /* Name.Entity */\n    color: $base05;\n  }\n  .ne {\n    /* Name.Exception */\n    color: $base08;\n  }\n  .nf {\n    /* Name.Function */\n    color: $base0d;\n  }\n  .nl {\n    /* Name.Label */\n    color: $base05;\n  }\n  .nn {\n    /* Name.Namespace */\n    color: $base0a;\n  }\n  .nx {\n    /* Name.Other */\n    color: $base0d;\n  }\n  .py {\n    /* Name.Property */\n    color: $base05;\n  }\n  .nt {\n    /* Name.Tag */\n    color: $base0c;\n  }\n  .nv {\n    /* Name.Variable */\n    color: $base08;\n  }\n  .ow {\n    /* Operator.Word */\n    color: $base0c;\n  }\n  .w {\n    /* Text.Whitespace */\n    color: $base05;\n  }\n  .mf {\n    /* Literal.Number.Float */\n    color: $base09;\n  }\n  .mh {\n    /* Literal.Number.Hex */\n    color: $base09;\n  }\n  .mi {\n    /* Literal.Number.Integer */\n    color: $base09;\n  }\n  .mo {\n    /* Literal.Number.Oct */\n    color: $base09;\n  }\n  .sb {\n    /* Literal.String.Backtick */\n    color: $base0b;\n  }\n  .sc {\n    /* Literal.String.Char */\n    color: $base05;\n  }\n  .sd {\n    /* Literal.String.Doc */\n    color: $base04;\n  }\n  .s2 {\n    /* Literal.String.Double */\n    color: $base0b;\n  }\n  .se {\n    /* Literal.String.Escape */\n    color: $base09;\n  }\n  .sh {\n    /* Literal.String.Heredoc */\n    color: $base0b;\n  }\n  .si {\n    /* Literal.String.Interpol */\n    color: $base09;\n  }\n  .sx {\n    /* Literal.String.Other */\n    color: $base0b;\n  }\n  .sr {\n    /* Literal.String.Regex */\n    color: $base0b;\n  }\n  .s1 {\n    /* Literal.String.Single */\n    color: $base0b;\n  }\n  .ss {\n    /* Literal.String.Symbol */\n    color: $base0b;\n  }\n  .bp {\n    /* Name.Builtin.Pseudo */\n    color: $base05;\n  }\n  .vc {\n    /* Name.Variable.Class */\n    color: $base08;\n  }\n  .vg {\n    /* Name.Variable.Global */\n    color: $base08;\n  }\n  .vi {\n    /* Name.Variable.Instance */\n    color: $base08;\n  }\n  .il {\n    /* Literal.Number.Integer.Long */\n    color: $base09;\n  }\n}\n\n.gist {\n  th, td {\n    border-bottom: 0;\n  }\n}\n"
  },
  {
    "path": "_sass/minimal-mistakes/_tables.scss",
    "content": "/* ==========================================================================\n   TABLES\n   ========================================================================== */\n\ntable {\n  display: block;\n  margin-bottom: 1em;\n  width: 100%;\n  font-family: $global-font-family;\n  font-size: $type-size-6;\n  border-collapse: collapse;\n  overflow-x: auto;\n\n  & + table {\n    margin-top: 1em;\n  }\n}\n\nthead {\n  background-color: $border-color;\n  border-bottom: 2px solid mix(#000, $border-color, 25%);\n}\n\nth {\n  padding: 0.5em;\n  font-weight: bold;\n  text-align: start;\n}\n\ntd {\n  padding: 0.5em;\n  border-bottom: 1px solid mix(#000, $border-color, 25%);\n}\n\ntr,\ntd,\nth {\n  vertical-align: middle;\n}\n"
  },
  {
    "path": "_sass/minimal-mistakes/_utilities.scss",
    "content": "/* ==========================================================================\n   UTILITY CLASSES\n   ========================================================================== */\n\n/*\n   Visibility\n   ========================================================================== */\n\n/* http://www.456bereastreet.com/archive/200711/screen_readers_sometimes_ignore_displaynone/ */\n\n.hidden,\n.is--hidden {\n  display: none;\n  visibility: hidden;\n}\n\n/* for preloading images */\n\n.load {\n  display: none;\n}\n\n.transparent {\n  opacity: 0;\n}\n\n/* https://developer.yahoo.com/blogs/ydn/clip-hidden-content-better-accessibility-53456.html */\n\n.visually-hidden,\n.screen-reader-text,\n.screen-reader-text span,\n.screen-reader-shortcut,\n.sr-only,\n.sr-only-focusable:not(:focus) {\n  position: absolute !important;\n  clip: rect(0, 0, 0, 0);\n  height: 1px !important;\n  width: 1px !important;\n  padding: 0 !important;\n  border: 0 !important;\n  margin: -1px;\n  overflow: hidden;\n  white-space: nowrap;\n}\n\nbody:hover .visually-hidden a,\nbody:hover .visually-hidden input,\nbody:hover .visually-hidden button {\n  display: none !important;\n}\n\n/* screen readers */\n\n.screen-reader-text:focus,\n.screen-reader-shortcut:focus {\n  clip: auto !important;\n  height: auto !important;\n  width: auto !important;\n  display: block;\n  font-size: 1em;\n  font-weight: bold;\n  padding: 15px 23px 14px;\n  background: #fff;\n  z-index: 100000;\n  text-decoration: none;\n  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);\n}\n\n/*\n   Skip links\n   ========================================================================== */\n\n.skip-link {\n  position: fixed;\n  z-index: 20;\n  margin: 0;\n  font-family: $sans-serif;\n  white-space: nowrap;\n}\n\n.skip-link li {\n  height: 0;\n  width: 0;\n  list-style: none;\n}\n\n/*\n   Type\n   ========================================================================== */\n\n$text-alignments: left, right, start, end, center, justify;\n@each $alignment in $text-alignments {\n  .text-#{$alignment} {\n    text-align: $alignment;\n  }\n}\n\n.text-nowrap {\n  white-space: nowrap;\n}\n\n/*\n   Task lists\n   ========================================================================== */\n\n.task-list {\n  padding: 0;\n\n  li {\n    list-style-type: none;\n  }\n\n  .task-list-item-checkbox {\n    margin-inline-end: 0.5em;\n    opacity: 1;\n  }\n}\n\n.task-list .task-list {\n  margin-inline-start: 1em;\n}\n\n/*\n   Alignment\n   ========================================================================== */\n\n/* clearfix */\n\n.cf {\n  clear: both;\n}\n\n.wrapper {\n  margin-inline: auto;\n  width: 100%;\n}\n\n/*\n   Images\n   ========================================================================== */\n\n/* image align left */\n\n.align-left {\n  display: block;\n  margin-inline: auto;\n\n  @include breakpoint($small) {\n    float: left;\n    margin-right: 1em;\n  }\n}\n\n/* image align right */\n\n.align-right {\n  display: block;\n  margin-inline: auto;\n\n  @include breakpoint($small) {\n    float: right;\n    margin-left: 1em;\n  }\n}\n\n/* image align center */\n\n.align-center {\n  display: block;\n  margin-inline: auto;\n}\n\n/* file page content container */\n\n.full {\n  @include breakpoint($large) {\n    margin-inline-end: -1 * span(2.5 of 12) !important;\n  }\n}\n\n/*\n   Icons\n   ========================================================================== */\n\n.icon {\n  display: inline-block;\n  fill: currentColor;\n  width: 1em;\n  height: 1.1em;\n  line-height: 1;\n  position: relative;\n  top: -0.1em;\n  vertical-align: middle;\n}\n\n/* social icons*/\n\n.social-icons {\n  .fas,\n  .fab,\n  .far,\n  .fal {\n    color: $text-color;\n  }\n\n  @each $color, $icons in (\n    $behance-color: \".fa-behance, .fa-behance-square, .fa-square-behance\",\n    $bitbucket-color: \".fa-bitbucket\",\n    $bluesky-color: \".fa-bluesky, .fa-square-bluesky\",\n    $discord-color: \".fa-discord\",\n    $dribbble-color: \".fa-dribbble, .fa-dribbble-square, .fa-square-dribbble\",\n    $facebook-color: \".fa-facebook, .fa-facebook-square, .fa-square-facebook, .fa-facebook-f\",\n    $flickr-color: \".fa-flickr\",\n    $foursquare-color: \".fa-foursquare\",\n    $github-color: \".fa-github, .fa-github-alt, .fa-github-square, .fa-square-github\",\n    $gitlab-color: \".fa-gitlab\",\n    $instagram-color: \".fa-instagram, .fa-square-instagram\",\n    $keybase-color: \".fa-keybase\",\n    $lastfm-color: \".fa-lastfm, .fa-lastfm-square, .fa-square-lastfm\",\n    $linkedin-color: \".fa-linkedin, .fa-linkedin-in\",\n    $mastodon-color: \".fa-mastodon\",\n    $pinterest-color: \".fa-pinterest, .fa-pinterest-p, .fa-pinterest-square, .fa-square-pinterest\",\n    $reddit-color: \".fa-reddit\",\n    $rss-color: \".fa-rss, .fa-rss-square, .fa-square-rss\",\n    $signal-color: \".fa-signal-messenger\",\n    $soundcloud-color: \".fa-soundcloud\",\n    $stackoverflow-color: \".fa-stack-exchange, .fa-stack-overflow\",\n    $telegram-color: \".fa-telegram\",\n    $tumblr-color: \".fa-tumblr, .fa-tumblr-square, .fa-square-tumblr\",\n    $twitter-color: \".fa-twitter, .fa-twitter-square\",\n    $x-color: \".fa-x-twitter, .fa-square-x-twitter\",\n    $vimeo-color: \".fa-vimeo, .fa-vimeo-square, .fa-square-vimeo, .fa-vimeo-v\",\n    $vine-color: \".fa-vine\",\n    $whatsapp-color: \".fa-whatsapp\",\n    $xing-color: \".fa-xing, .fa-xing-square, .fa-square-xing\",\n    $youtube-color: \".fa-youtube\",\n\n    // Avoid \"Duplicate key #000000 in map\" error\n    $black-color: \".fa-threads, .fa-square-threads, .fa-tiktok\",\n  ) {\n    #{$icons} {\n      color: $color;\n    }\n  }\n}\n\n/*\n   Navicons\n   ========================================================================== */\n\n.navicon {\n  position: relative;\n  width: $navicon-width;\n  height: $navicon-height;\n  background: $primary-color;\n  margin: auto;\n  -webkit-transition: 0.3s;\n  transition: 0.3s;\n\n  &::before,\n  &::after {\n    content: \"\";\n    position: absolute;\n    inset-inline-start: 0;\n    width: $navicon-width;\n    height: $navicon-height;\n    background: $primary-color;\n    -webkit-transition: 0.3s;\n    transition: 0.3s;\n  }\n\n  &:before {\n    top: (-2 * $navicon-height);\n  }\n\n  &:after {\n    bottom: (-2 * $navicon-height);\n  }\n}\n\n.close .navicon {\n  /* hide the middle line*/\n  background: transparent;\n\n  /* overlay the lines by setting both their top values to 0*/\n  &:before,\n  &:after {\n    -webkit-transform-origin: 50% 50%;\n    -ms-transform-origin: 50% 50%;\n    transform-origin: 50% 50%;\n    top: 0;\n    width: $navicon-width;\n  }\n\n  /* rotate the lines to form the x shape*/\n  &:before {\n    -webkit-transform: rotate3d(0, 0, 1, 45deg);\n    transform: rotate3d(0, 0, 1, 45deg);\n  }\n  &:after {\n    -webkit-transform: rotate3d(0, 0, 1, -45deg);\n    transform: rotate3d(0, 0, 1, -45deg);\n  }\n}\n\n.greedy-nav__toggle {\n  &:before {\n    @supports (pointer-events: none) {\n      content: '';\n      position: fixed;\n      top: 0;\n      inset-inline-start: 0;\n      width: 100%;\n      height: 100%;\n      opacity: 0;\n      background-color: $background-color;\n      -webkit-transition: $global-transition;\n      transition: $global-transition;\n      pointer-events: none;\n    }\n  }\n\n  &.close {\n    &:before {\n      opacity: 0.9;\n      -webkit-transition: $global-transition;\n      transition: $global-transition;\n      pointer-events: auto;\n    }\n  }\n}\n\n.greedy-nav__toggle:hover {\n  .navicon,\n  .navicon:before,\n  .navicon:after {\n    background: mix(#000, $primary-color, 25%);\n  }\n\n  &.close {\n    .navicon {\n      background: transparent;\n    }\n  }\n}\n\n/*\n   Sticky, fixed to top content\n   ========================================================================== */\n\n.sticky {\n  @include breakpoint($large) {\n    @include clearfix();\n    position: -webkit-sticky;\n    position: sticky;\n    top: 2em;\n\n    > * {\n      display: block;\n    }\n  }\n}\n\n/*\n   Wells\n   ========================================================================== */\n\n.well {\n  min-height: 20px;\n  padding: 19px;\n  margin-bottom: 20px;\n  background-color: #f5f5f5;\n  border: 1px solid #e3e3e3;\n  border-radius: $border-radius;\n  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);\n}\n\n/*\n   Modals\n   ========================================================================== */\n\n.show-modal {\n  overflow: hidden;\n  position: relative;\n\n  &::before {\n    position: absolute;\n    content: \"\";\n    top: 0;\n    inset-inline-start: 0;\n    width: 100%;\n    height: 100%;\n    z-index: 999;\n    background-color: rgba(255, 255, 255, 0.85);\n  }\n\n  .modal {\n    display: block;\n  }\n}\n\n.modal {\n  display: none;\n  position: fixed;\n  width: 300px;\n  top: 50%;\n  inset-inline-start: 50%;\n  margin-inline-start: -150px;\n  margin-top: -150px;\n  min-height: 0;\n  z-index: 9999;\n  background: #fff;\n  border: 1px solid $border-color;\n  border-radius: $border-radius;\n  box-shadow: $box-shadow;\n\n  &__title {\n    margin: 0;\n    padding: 0.5em 1em;\n  }\n\n  &__supporting-text {\n    padding: 0 1em 0.5em 1em;\n  }\n\n  &__actions {\n    padding: 0.5em 1em;\n    border-top: 1px solid $border-color;\n  }\n}\n\n/*\n   Footnotes\n   ========================================================================== */\n\n.footnote {\n  color: mix(#fff, $gray, 25%);\n  text-decoration: none;\n}\n\n.footnotes {\n  color: mix(#fff, $gray, 25%);\n\n  ol,\n  li,\n  p {\n    margin-bottom: 0;\n    font-size: $type-size-6;\n  }\n}\n\na.reversefootnote {\n  color: $gray;\n  text-decoration: none;\n\n  &:hover {\n    text-decoration: underline;\n  }\n}\n\n/*\n   Required\n   ========================================================================== */\n\n.required {\n  color: $danger-color;\n  font-weight: bold;\n}\n\n/*\n   Google Custom Search Engine\n   ========================================================================== */\n\n.gsc-control-cse {\n  table,\n  tr,\n  td {\n    border: 0; /* remove table borders widget */\n  }\n}\n\n/*\n   Responsive Video Embed\n   ========================================================================== */\n\n.responsive-video-container {\n  position: relative;\n  margin-bottom: 1em;\n  padding-bottom: 56.25%;\n  height: 0;\n  overflow: hidden;\n  max-width: 100%;\n\n  iframe,\n  object,\n  embed {\n    position: absolute;\n    top: 0;\n    inset-inline-start: 0;\n    width: 100%;\n    height: 100%;\n  }\n}\n\n// full screen video fixes\n:-webkit-full-screen-ancestor {\n  .masthead,\n  .page__footer {\n    position: static;\n  }\n}\n\n/*\n   Copy <pre> block to clipboard\n   ========================================================================== */\n\n// a <textarea> to hold text for document.execCommand(\"copy\")\n.clipboard-helper {\n  // Prevent zooming on iOS\n  font-size: 12pt !important;\n  border: 0 !important;\n  padding: 0 !important;\n  margin: 0 !important;\n  outline: none !important;\n  position: absolute;\n}\n\npre {\n  &.highlight .clipboard-copy-button {\n    color: #ffffca;\n  }\n\n  .clipboard-copy-button {\n    display: block;\n    position: absolute;\n    top: 0.6em;\n    inset-inline-end: 0.5em;\n    width: 1.8em;\n    height: 1.5em;\n    z-index: 1;\n    background: none;\n    border: none;\n    outline: none;\n    border-radius: 0.1em;\n    padding: 0.2em 0.5em;\n    opacity: 0.4;\n    transition: color 0.25s linear -0.25s, opacity 0.25s linear;\n\n    &::before {\n      content: '';\n      position: absolute;\n      inset: 0;\n      z-index: 2;\n    }\n\n    i {\n      position: absolute;\n      top: 0.25em;\n      inset-inline-end: 0.25em;\n      &.copied {\n        opacity: 0;\n      }\n    }\n\n    &.copied i {\n      opacity: 0;\n      &.copied {\n        opacity: 1;\n      }\n    }\n\n    @at-root {\n      .no-copy & {\n        display: none;\n      }\n    }\n  }\n\n  &:hover .clipboard-copy-button {\n    opacity: 1;\n  }\n}\n"
  },
  {
    "path": "_sass/minimal-mistakes/_variables.scss",
    "content": "/* ==========================================================================\n   Variables\n   ========================================================================== */\n\n/*\n   Typography\n   ========================================================================== */\n\n$doc-font-size: 16px !default;\n$doc-font-size-medium: $doc-font-size * 1.125 !default;\n$doc-font-size-large: $doc-font-size * 1.25 !default;\n$doc-font-size-x-large: $doc-font-size * 1.375 !default;\n\n/* paragraph indention */\n$paragraph-indent: false !default; // true, false (default)\n$indent-var: 1.3em !default;\n\n/* Modern font stack */\n/* https://github.com/system-fonts/modern-font-stacks */\n\n/* Sans serif - modern font stack */\n$system-ui: system-ui, sans-serif;\n$humanist: Seravek, 'Gill Sans Nova', Ubuntu, Calibri, 'DejaVu Sans', source-sans-pro, sans-serif;\n$geometric-humanist: Avenir, Montserrat, Corbel, 'URW Gothic', source-sans-pro, sans-serif;\n$classical-humanist: Optima, Candara, 'Noto Sans', source-sans-pro, sans-serif;\n$neo-grotesque: Inter, Roboto, 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', Arial, sans-serif;\n$industrial: Bahnschrift, 'DIN Alternate', 'Franklin Gothic Medium', 'Nimbus Sans Narrow', sans-serif-condensed, sans-serif;\n$rounded-sans: ui-rounded, 'Hiragino Maru Gothic ProN', Quicksand, Comfortaa, Manjari, 'Arial Rounded MT', 'Arial Rounded MT Bold', Calibri, source-sans-pro, sans-serif;\n\n/* sans serif typefaces - defined in Minimal Mistakes */\n$helvetica: Helvetica, \"Helvetica Neue\", Arial, sans-serif !default;\n\n/* Serif - modern font stack */\n$transitional: Charter, 'Bitstream Charter', 'Sitka Text', Cambria, serif;\n$old-style: 'Iowan Old Style', 'Palatino Linotype', 'URW Palladio L', P052, serif;;\n$monospace-slab-serif: 'Nimbus Mono PS', 'Courier New', monospace;\n$slab-serif: Rockwell, 'Rockwell Nova', 'Roboto Slab', 'DejaVu Serif', 'Sitka Small', serif;\n$antique: Superclarendon, 'Bookman Old Style', 'URW Bookman', 'URW Bookman L', 'Georgia Pro', Georgia, serif;\n$didone: Didot, 'Bodoni MT', 'Noto Serif Display', 'URW Palladio L', P052, Sylfaen, serif;\n\n/* serif typefaces - defined in Minimal Mistakes */\n$georgia: Georgia, serif !default;\n$times: Times, serif !default;\n$bodoni: \"Bodoni MT\", serif !default;\n$calisto: \"Calisto MT\", serif !default;\n$garamond: Garamond, serif !default;\n\n/* Monospace - modern font stack */\n$monospace-code: ui-monospace, 'Cascadia Code', 'Source Code Pro', Menlo, Consolas, 'DejaVu Sans Mono', monospace;\n\n/* Handwritten - modern font stack */\n$handwritten: 'Segoe Print', 'Bradley Hand', Chilanka, TSCu_Comic, casual, cursive;\n\n/* Defaults used in Minimal mistakes */\n$default-sans-serif: -apple-system, BlinkMacSystemFont, \"Roboto\", \"Segoe UI\", \"Helvetica Neue\", \"Lucida Grande\", Arial, sans-serif;\n$default-serif: Georgia, Times, serif;\n$default-monospace: Monaco, Consolas, \"Lucida Console\", monospace;\n\n/* Emoji native from modern font stack - add to the end of the font-face for native emojis */\n$emoji-native: 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';\n\n/* system typefaces */\n$serif: $default-serif !default;\n$sans-serif: $default-sans-serif !default;\n$sans-serif-narrow: $sans-serif !default;\n$monospace: $default-monospace !default;\n\n$global-font-family: $sans-serif !default;\n$header-font-family: $sans-serif !default;\n$caption-font-family: $serif !default;\n\n/* type scale */\n$type-size-1: 2.441em !default; // ~39.056px\n$type-size-2: 1.953em !default; // ~31.248px\n$type-size-3: 1.563em !default; // ~25.008px\n$type-size-4: 1.25em !default; // ~20px\n$type-size-5: 1em !default; // ~16px\n$type-size-6: 0.75em !default; // ~12px\n$type-size-7: 0.6875em !default; // ~11px\n$type-size-8: 0.625em !default; // ~10px\n\n/* headline scale */\n$h-size-1: 1.563em !default; // ~25.008px\n$h-size-2: 1.25em !default; // ~20px\n$h-size-3: 1.125em !default; // ~18px\n$h-size-4: 1.0625em !default; // ~17px\n$h-size-5: 1.03125em !default; // ~16.5px\n$h-size-6: 1em !default; // ~16px\n\n/*\n   Colors\n   ========================================================================== */\n\n$gray: #7a8288 !default;\n$dark-gray: mix(#000, $gray, 50%) !default;\n$darker-gray: mix(#000, $gray, 60%) !default;\n$light-gray: mix(#fff, $gray, 50%) !default;\n$lighter-gray: mix(#fff, $gray, 90%) !default;\n\n$background-color: #fff !default;\n$code-background-color: #fafafa !default;\n$code-background-color-dark: $light-gray !default;\n$text-color: $dark-gray !default;\n$muted-text-color: mix(#fff, $text-color, 20%) !default;\n$border-color: $lighter-gray !default;\n$form-background-color: $lighter-gray !default;\n$footer-background-color: $lighter-gray !default;\n\n$primary-color: #6f777d !default;\n$success-color: #3fa63f !default;\n$warning-color: #d67f05 !default;\n$danger-color: #ee5f5b !default;\n$info-color: #3b9cba !default;\n$focus-color: $primary-color !default;\n$active-color: mix(#fff, $primary-color, 80%) !default;\n\n/* YIQ color contrast */\n$yiq-contrasted-dark-default: $dark-gray !default;\n$yiq-contrasted-light-default: #fff !default;\n$yiq-contrasted-threshold: 175 !default;\n$yiq-debug: false !default;\n\n/* brands */\n$behance-color: #1769ff !default;\n$bitbucket-color: #205081 !default;\n$bluesky-color: #1083fe !default;\n$discord-color: #5865f2 !default;\n$dribbble-color: #ea4c89 !default;\n$facebook-color: #3b5998 !default;\n$flickr-color: #ff0084 !default;\n$foursquare-color: #0072b1 !default;\n$github-color: #171516 !default;\n$gitlab-color: #e24329 !default;\n$instagram-color: #cd3376 !default;\n$keybase-color: #ef7639 !default;\n$lastfm-color: #d51007 !default;\n$linkedin-color: #007bb6 !default;\n$mastodon-color: #2b90d9 !default;\n$pinterest-color: #cb2027 !default;\n$reddit-color: #ff4500 !default;\n$rss-color: #fa9b39 !default;\n$signal-color: #3a76f0 !default;\n$soundcloud-color: #ff3300 !default;\n$stackoverflow-color: #fe7a15 !default;\n$telegram-color: #2aabee !default;\n$tumblr-color: #32506d !default;\n$twitter-color: #55acee !default;\n$x-color: #0f1419 !default;\n$vimeo-color: #1ab7ea !default;\n$vine-color: #00bf8f !default;\n$whatsapp-color: #25d366 !default;\n$xing-color: #006567 !default;\n$youtube-color: #bb0000 !default;\n\n$black-color: #000000;\n\n/* links */\n$link-color: mix(#000, $info-color, 20%) !default;\n$link-color-hover: mix(#000, $link-color, 25%) !default;\n$link-color-visited: mix(#fff, $link-color, 15%) !default;\n$masthead-link-color: $primary-color !default;\n$masthead-link-color-hover: mix(#000, $primary-color, 25%) !default;\n$navicon-link-color-hover: mix(#fff, $primary-color, 75%) !default;\n\n/* notices */\n$notice-background-mix: 80% !default;\n$code-notice-background-mix: 90% !default;\n\n/* syntax highlighting (base16) */\n$base00: #263238 !default;\n$base01: #2e3c43 !default;\n$base02: #314549 !default;\n$base03: #546e7a !default;\n$base04: #b2ccd6 !default;\n$base05: #eeffff !default;\n$base06: #eeffff !default;\n$base07: #ffffff !default;\n$base08: #f07178 !default;\n$base09: #f78c6c !default;\n$base0a: #ffcb6b !default;\n$base0b: #c3e88d !default;\n$base0c: #89ddff !default;\n$base0d: #82aaff !default;\n$base0e: #c792ea !default;\n$base0f: #ff5370 !default;\n\n/*\n   Breakpoints\n   ========================================================================== */\n\n$small: 600px !default;\n$medium: 768px !default;\n$medium-wide: 900px !default;\n$large: 1024px !default;\n$x-large: 1280px !default;\n$max-width: $x-large !default;\n\n/*\n   Grid\n   ========================================================================== */\n\n$right-sidebar-width-narrow: 200px !default;\n$right-sidebar-width: 300px !default;\n$right-sidebar-width-wide: 400px !default;\n\n/*\n   Other\n   ========================================================================== */\n\n$border-radius: 4px !default;\n$box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125) !default;\n$nav-height: 2em !default;\n$nav-toggle-height: 2rem !default;\n$navicon-width: 1.5rem !default;\n$navicon-height: 0.25rem !default;\n$global-transition: all 0.2s ease-in-out !default;\n$intro-transition: intro 0.3s both !default;\n"
  },
  {
    "path": "_sass/minimal-mistakes/skins/_air.scss",
    "content": "/* ==========================================================================\n   Air skin\n   ========================================================================== */\n\n/* Colors */\n$background-color: #eeeeee !default;\n$text-color: #222831 !default;\n$muted-text-color: #393e46 !default;\n$primary-color: #0092ca !default;\n$border-color: mix(#fff, #393e46, 75%) !default;\n$footer-background-color: $primary-color !default;\n$link-color: #393e46 !default;\n$masthead-link-color: $text-color !default;\n$masthead-link-color-hover: $text-color !default;\n$navicon-link-color-hover: mix(#fff, $text-color, 80%) !default;\n\n.page__footer {\n  color: #fff !important; // override\n}\n\n.page__footer-follow .social-icons .svg-inline--fa {\n  color: inherit;\n}\n"
  },
  {
    "path": "_sass/minimal-mistakes/skins/_aqua.scss",
    "content": "/* ==========================================================================\n   Aqua skin\n   ========================================================================== */\n\n/* Colors */\n$gray                       : #1976d2 !default;\n$dark-gray                  : mix(#000, $gray, 40%) !default;\n$darker-gray                : mix(#000, $gray, 60%) !default;\n$light-gray                 : mix(#fff, $gray, 50%) !default;\n$lighter-gray               : mix(#fff, $gray, 90%) !default;\n\n$body-color                 : #fff !default;\n$background-color           : #f0fff0 !default;\n$code-background-color      : $lighter-gray !default;\n$code-background-color-dark : $light-gray !default;\n$text-color                 : $dark-gray !default;\n$border-color               : $lighter-gray !default;\n\n$primary-color              : $gray !default;\n$success-color              : #27ae60 !default;\n$warning-color              : #e67e22 !default;\n$danger-color               : #c0392b !default;\n$info-color                 : #03a9f4 !default;\n\n/* links */\n$link-color                 : $info-color !default;\n$link-color-hover           : mix(#000, $link-color, 25%) !default;\n$link-color-visited         : mix(#fff, $link-color, 25%) !default;\n$masthead-link-color        : $primary-color !default;\n$masthead-link-color-hover  : mix(#000, $primary-color, 25%) !default;\n\n/* notices */\n$notice-background-mix: 90% !default;\n$code-notice-background-mix: 95% !default;\n"
  },
  {
    "path": "_sass/minimal-mistakes/skins/_catppuccin_latte.scss",
    "content": "/* ==========================================================================\n   Catppuccin Latte skin\n   ========================================================================== */\n\n/* Colors */\n$palette: (\n  \"latte\": (\n    \"rosewater\": #dc8a78,\n    \"flamingo\": #dd7878,\n    \"pink\": #ea76cb,\n    \"mauve\": #8839ef,\n    \"red\": #d20f39,\n    \"maroon\": #e64553,\n    \"peach\": #fe640b,\n    \"yellow\": #df8e1d,\n    \"green\": #40a02b,\n    \"teal\": #179299,\n    \"sky\": #04a5e5,\n    \"sapphire\": #209fb5,\n    \"blue\": #1e66f5,\n    \"lavender\": #7287fd,\n    \"text\": #4c4f69,\n    \"subtext1\": #5c5f77,\n    \"subtext0\": #6c6f85,\n    \"overlay2\": #7c7f93,\n    \"overlay1\": #8c8fa1,\n    \"overlay0\": #9ca0b0,\n    \"surface2\": #acb0be,\n    \"surface1\": #bcc0cc,\n    \"surface0\": #ccd0da,\n    \"crust\": #dce0e8,\n    \"mantle\": #e6e9ef,\n    \"base\": #eff1f5,\n  )\n);\n\n/*\n   Colors\n   ========================================================================== */\n\n$background-color: map-get(map-get($palette, \"latte\"), \"base\") !default;\n$text-color: map-get(map-get($palette, \"latte\"), \"text\") !default;\n$primary-color: map-get(map-get($palette, \"latte\"), \"red\") !default;\n\n$border-color: transparent !default;\n$code-background-color: mix2(#000, $background-color, 15%) !default;\n$code-background-color-dark: mix(#000, $background-color, 20%) !default;\n$form-background-color: mix(#000, $background-color, 15%) !default;\n$footer-background-color: map-get(map-get($palette, \"latte\"), \"mantle\") !default;\n$masthead-link-color: $text-color !default;\n$masthead-link-color-hover: mix(#000, $text-color, 20%) !default;\n$navicon-link-color-hover: mix(#000, $background-color, 30%) !default;\n\n\n$gray: map-get(map-get($palette, \"latte\"), \"crust\") !default;\n$dark-gray: mix(#000, $gray, 50%) !default;\n$darker-gray: mix(#000, $gray, 60%) !default;\n$light-gray: mix(#fff, $gray, 50%) !default;\n$lighter-gray: mix(#fff, $gray, 90%) !default;\n\n$code-background-color: #fafafa !default;\n$code-background-color-dark: $light-gray !default;\n$text-color: map-get(map-get($palette, \"latte\"), \"text\") !default;\n$muted-text-color: mix(#fff, $text-color, 20%) !default;\n$border-color: $lighter-gray !default;\n$form-background-color: $lighter-gray !default;\n\n$primary-color: map-get(map-get($palette, \"latte\"), \"flamingo\") !default;\n$success-color: map-get(map-get($palette, \"latte\"), \"green\") !default;\n$warning-color: map-get(map-get($palette, \"latte\"), \"peach\") !default;\n$danger-color: map-get(map-get($palette, \"latte\"), \"red\") !default;\n$info-color: map-get(map-get($palette, \"latte\"), \"sky\") !default;\n$focus-color: $primary-color !default;\n$active-color: mix(#fff, $primary-color, 80%) !default;\n\n/* links */\n$link-color: mix(#000, $info-color, 20%) !default;\n$link-color-hover: mix(#000, $link-color, 25%) !default;\n$link-color-visited: mix(#fff, $link-color, 15%) !default;\n$masthead-link-color: $primary-color !default;\n$masthead-link-color-hover: mix(#000, $primary-color, 25%) !default;\n$navicon-link-color-hover: mix(#fff, $primary-color, 75%) !default;\n\n.author__urls.social-icons i,\n.author__urls.social-icons .svg-inline--fa,\n.page__footer-follow .social-icons i,\n.page__footer-follow .social-icons .svg-inline--fa  {\n  color: inherit;\n}\n\n.ais-search-box .ais-search-box--input {\n  background-color: $form-background-color;\n}"
  },
  {
    "path": "_sass/minimal-mistakes/skins/_catppuccin_mocha.scss",
    "content": "/* ==========================================================================\n   Catppuccin Mocha skin\n   ========================================================================== */\n\n/* Colors */\n$palette: (\n  \"mocha\": (\n    \"rosewater\": #f5e0dc,\n    \"flamingo\": #f2cdcd,\n    \"pink\": #f5c2e7,\n    \"mauve\": #cba6f7,\n    \"red\": #f38ba8,\n    \"maroon\": #eba0ac,\n    \"peach\": #fab387,\n    \"yellow\": #f9e2af,\n    \"green\": #a6e3a1,\n    \"teal\": #94e2d5,\n    \"sky\": #89dceb,\n    \"sapphire\": #74c7ec,\n    \"blue\": #89b4fa,\n    \"lavender\": #b4befe,\n    \"text\": #cdd6f4,\n    \"subtext1\": #bac2de,\n    \"subtext0\": #a6adc8,\n    \"overlay2\": #9399b2,\n    \"overlay1\": #7f849c,\n    \"overlay0\": #6c7086,\n    \"surface2\": #585b70,\n    \"surface1\": #45475a,\n    \"surface0\": #313244,\n    \"base\": #1e1e2e,\n    \"mantle\": #181825,\n    \"crust\": #11111b,\n  )\n);\n\n$background-color: map-get(map-get($palette, \"mocha\"), \"base\") !default;\n$text-color: map-get(map-get($palette, \"mocha\"), \"text\") !default;\n$primary-color: map-get(map-get($palette, \"mocha\"), \"red\") !default;\n\n$border-color: transparent !default;\n$code-background-color: mix(#000, $background-color, 15%) !default;\n$code-background-color-dark: mix(#000, $background-color, 20%) !default;\n$form-background-color: mix(#000, $background-color, 15%) !default;\n$footer-background-color: map-get(map-get($palette, \"mocha\"), \"mantle\") !default;\n$link-color: $primary-color !default;\n$link-color-hover: mix(#fff, $link-color, 25%) !default;\n$link-color-visited: mix(#000, $link-color, 25%) !default;\n$masthead-link-color: $text-color !default;\n$masthead-link-color-hover: mix(#000, $text-color, 20%) !default;\n$navicon-link-color-hover: mix(#000, $background-color, 30%) !default;\n\n/* notices */\n$notice-background-mix: 90% !default;\n$code-notice-background-mix: 95% !default;\n\n/* neon syntax highlighting (base16) */\n$base00: #1e1e2e !default;\n$base01: #181825 !default;\n$base02: #313244 !default;\n$base03: #45475a !default;\n$base04: #585b70 !default;\n$base05: #cdd6f4 !default;\n$base06: #f5e0dc !default;\n$base07: #b4befe !default;\n$base08: #f38ba8 !default;\n$base09: #fab387 !default;\n$base0a: #f9e2af !default;\n$base0b: #a6e3a1 !default;\n$base0c: #94e2d5 !default;\n$base0d: #89b4fa !default;\n$base0e: #cba6f7 !default;\n$base0f: #f2cdcd !default;\n\n.author__urls.social-icons i,\n.author__urls.social-icons .svg-inline--fa,\n.page__footer-follow .social-icons i,\n.page__footer-follow .social-icons .svg-inline--fa  {\n  color: inherit;\n}\n\n/* next/previous buttons */\n.pagination--pager {\n  color: $text-color;\n  background-color: $primary-color;\n  border-color: transparent;\n\n  &:visited {\n    color: $text-color;\n  }\n}\n\n.ais-search-box .ais-search-box--input {\n  background-color: $form-background-color;\n}\n\n\n::selection {\n  background:  $primary-color !important;\n  color: $background-color !important;\n}"
  },
  {
    "path": "_sass/minimal-mistakes/skins/_contrast.scss",
    "content": "/* ==========================================================================\n   Contrast skin\n   ========================================================================== */\n\n/* Colors */\n$text-color: #000 !default;\n$muted-text-color: $text-color !default;\n$primary-color: #b60000 !default;\n$border-color: mix(#fff, $text-color, 75%) !default;\n$footer-background-color: #000 !default;\n$link-color: #0000ff !default;\n$masthead-link-color: $text-color !default;\n$masthead-link-color-hover: $text-color !default;\n$navicon-link-color-hover: mix(#fff, $text-color, 80%) !default;\n\n/* contrast syntax highlighting (base16) */\n$base00: #000000 !default;\n$base01: #242422 !default;\n$base02: #484844 !default;\n$base03: #6c6c66 !default;\n$base04: #918f88 !default;\n$base05: #b5b3aa !default;\n$base06: #d9d7cc !default;\n$base07: #fdfbee !default;\n$base08: #ff6c60 !default;\n$base09: #e9c062 !default;\n$base0a: #ffffb6 !default;\n$base0b: #a8ff60 !default;\n$base0c: #c6c5fe !default;\n$base0d: #96cbfe !default;\n$base0e: #ff73fd !default;\n$base0f: #b18a3d !default;\n\n.page__content {\n  .notice,\n  .notice--primary,\n  .notice--info,\n  .notice--warning,\n  .notice--success,\n  .notice--danger {\n    color: $text-color;\n  }\n}\n\n.page__footer {\n  color: #fff !important; // override\n}\n\n.page__footer-follow .social-icons i,\n.page__footer-follow .social-icons .svg-inline--fa  {\n  color: inherit;\n}\n"
  },
  {
    "path": "_sass/minimal-mistakes/skins/_dark.scss",
    "content": "/* ==========================================================================\n   Dark skin\n   ========================================================================== */\n\n/* Colors */\n$background-color: #252a34 !default;\n$text-color: #eaeaea !default;\n$primary-color: #00adb5 !default;\n$border-color: mix(#fff, $background-color, 20%) !default;\n$code-background-color: mix(#000, $background-color, 15%) !default;\n$code-background-color-dark: mix(#000, $background-color, 20%) !default;\n$form-background-color: mix(#000, $background-color, 15%) !default;\n$footer-background-color: mix(#000, $background-color, 30%) !default;\n$link-color: mix($primary-color, $text-color, 40%) !default;\n$link-color-hover: mix(#fff, $link-color, 25%) !default;\n$link-color-visited: mix(#000, $link-color, 25%) !default;\n$masthead-link-color: $text-color !default;\n$masthead-link-color-hover: mix(#000, $text-color, 20%) !default;\n$navicon-link-color-hover: mix(#000, $background-color, 30%) !default;\n\n.author__urls.social-icons i,\n.author__urls.social-icons .svg-inline--fa,\n.page__footer-follow .social-icons i,\n.page__footer-follow .social-icons .svg-inline--fa  {\n  color: inherit;\n}\n\n.ais-search-box .ais-search-box--input {\n  background-color: $form-background-color;\n}\n"
  },
  {
    "path": "_sass/minimal-mistakes/skins/_default.scss",
    "content": "/* ==========================================================================\n   Default skin\n   ========================================================================== */\n\n// Intentionally left blank\n"
  },
  {
    "path": "_sass/minimal-mistakes/skins/_dirt.scss",
    "content": "/* ==========================================================================\n   Dirt skin\n   ========================================================================== */\n\n/* Colors */\n$background-color: #f3f3f3 !default;\n$text-color: #343434 !default;\n$muted-text-color: #8e8b82 !default;\n$primary-color: #343434 !default;\n$border-color: #e9dcbe !default;\n$footer-background-color: #e9dcbe !default;\n$link-color: #343434 !default;\n$masthead-link-color: $text-color !default;\n$masthead-link-color-hover: $text-color !default;\n$navicon-link-color-hover: mix(#fff, $text-color, 80%) !default;\n\n/* dirt syntax highlighting (base16) */\n$base00: #231e18 !default;\n$base01: #302b25 !default;\n$base02: #48413a !default;\n$base03: #9d8b70 !default;\n$base04: #b4a490 !default;\n$base05: #cabcb1 !default;\n$base06: #d7c8bc !default;\n$base07: #e4d4c8 !default;\n$base08: #d35c5c !default;\n$base09: #ca7f32 !default;\n$base0a: #e0ac16 !default;\n$base0b: #b7ba53 !default;\n$base0c: #6eb958 !default;\n$base0d: #88a4d3 !default;\n$base0e: #bb90e2 !default;\n$base0f: #b49368 !default;\n"
  },
  {
    "path": "_sass/minimal-mistakes/skins/_mint.scss",
    "content": "/* ==========================================================================\n   Mint skin\n   ========================================================================== */\n\n/* Colors */\n$background-color: #f3f6f6 !default;\n$text-color: #40514e !default;\n$muted-text-color: #40514e !default;\n$primary-color: #11999e !default;\n$border-color: mix(#fff, #40514e, 75%) !default;\n$footer-background-color: #30e3ca !default;\n$link-color: #11999e !default;\n$masthead-link-color: $text-color !default;\n$masthead-link-color-hover: $text-color !default;\n$navicon-link-color-hover: mix(#fff, $text-color, 80%) !default;\n\n.page__footer {\n  color: #fff !important; // override\n}\n\n.page__footer-follow .social-icons i,\n.page__footer-follow .social-icons .svg-inline--fa {\n  color: inherit;\n}\n"
  },
  {
    "path": "_sass/minimal-mistakes/skins/_neon.scss",
    "content": "/* ==========================================================================\n   Neon skin\n   ========================================================================== */\n\n/* Colors */\n$background-color: #141010 !default;\n$text-color: #fff6fb !default;\n$primary-color: #f21368 !default;\n$border-color: mix(#fff, $background-color, 20%) !default;\n$code-background-color: mix(#000, $background-color, 15%) !default;\n$code-background-color-dark: mix(#000, $background-color, 20%) !default;\n$form-background-color: mix(#000, $background-color, 15%) !default;\n$footer-background-color: mix($primary-color, #000, 10%) !default;\n$link-color: $primary-color !default;\n$link-color-hover: mix(#fff, $link-color, 25%) !default;\n$link-color-visited: mix(#000, $link-color, 25%) !default;\n$masthead-link-color: $text-color !default;\n$masthead-link-color-hover: mix(#000, $text-color, 20%) !default;\n$navicon-link-color-hover: mix(#000, $background-color, 30%) !default;\n\n/* notices */\n$notice-background-mix: 90% !default;\n$code-notice-background-mix: 95% !default;\n\n/* neon syntax highlighting (base16) */\n$base00: #ffffff !default;\n$base01: #e0e0e0 !default;\n$base02: #d0d0d0 !default;\n$base03: #b0b0b0 !default;\n$base04: #000000 !default;\n$base05: #101010 !default;\n$base06: #151515 !default;\n$base07: #202020 !default;\n$base08: #ff0086 !default;\n$base09: #fd8900 !default;\n$base0a: #aba800 !default;\n$base0b: #00c918 !default;\n$base0c: #1faaaa !default;\n$base0d: #3777e6 !default;\n$base0e: #ad00a1 !default;\n$base0f: #cc6633 !default;\n\n.author__urls.social-icons i,\n.author__urls.social-icons .svg-inline--fa,\n.page__footer-follow .social-icons i,\n.page__footer-follow .social-icons .svg-inline--fa  {\n  color: inherit;\n}\n\n/* next/previous buttons */\n.pagination--pager {\n  color: $text-color;\n  background-color: $primary-color;\n  border-color: transparent;\n\n  &:visited {\n    color: $text-color;\n  }\n}\n\n.ais-search-box .ais-search-box--input {\n  background-color: $form-background-color;\n}"
  },
  {
    "path": "_sass/minimal-mistakes/skins/_plum.scss",
    "content": "/* ==========================================================================\n   Plum skin\n   ========================================================================== */\n\n/* Colors */\n$background-color: #521477 !default;\n$text-color: #fffd86 !default;\n$primary-color: #c327ab !default;\n$border-color: mix(#fff, $background-color, 20%) !default;\n$code-background-color: mix(#000, $background-color, 15%) !default;\n$code-background-color-dark: mix(#000, $background-color, 20%) !default;\n$form-background-color: mix(#000, $background-color, 15%) !default;\n$footer-background-color: mix(#000, $background-color, 25%) !default;\n$link-color: $primary-color !default;\n$link-color-hover: mix(#fff, $link-color, 25%) !default;\n$link-color-visited: mix(#000, $link-color, 25%) !default;\n$masthead-link-color: $text-color !default;\n$masthead-link-color-hover: mix(#000, $text-color, 20%) !default;\n$navicon-link-color-hover: mix(#000, $background-color, 30%) !default;\n\n/* notices */\n$notice-background-mix: 70% !default;\n$code-notice-background-mix: 80% !default;\n\n/* plum syntax highlighting (base16) */\n$base00: #ffffff !default;\n$base01: #e0e0e0 !default;\n$base02: #d0d0d0 !default;\n$base03: #b0b0b0 !default;\n$base04: #000000 !default;\n$base05: #101010 !default;\n$base06: #151515 !default;\n$base07: #202020 !default;\n$base08: #ff0086 !default;\n$base09: #fd8900 !default;\n$base0a: #aba800 !default;\n$base0b: #00c918 !default;\n$base0c: #1faaaa !default;\n$base0d: #3777e6 !default;\n$base0e: #ad00a1 !default;\n$base0f: #cc6633 !default;\n\n.author__urls.social-icons i,\n.author__urls.social-icons .svg-inline--fa,\n.page__footer-follow .social-icons i,\n.page__footer-follow .social-icons .svg-inline--fa  {\n  color: inherit;\n}\n\n.page__content {\n  a,\n  a:visited {\n    color: inherit;\n  }\n}\n\n/* next/previous buttons */\n.pagination--pager {\n  color: $text-color;\n  background-color: $primary-color;\n  border-color: transparent;\n\n  &:visited {\n    color: $text-color;\n  }\n}\n\n.ais-search-box .ais-search-box--input {\n  background-color: $form-background-color;\n}"
  },
  {
    "path": "_sass/minimal-mistakes/skins/_sunrise.scss",
    "content": "/* ==========================================================================\n   Sunrise skin\n   ========================================================================== */\n\n/* Colors */\n$dark-gray: #0e2431 !default;\n$background-color: #e8d5b7 !default;\n$text-color: #000 !default;\n$muted-text-color: $dark-gray !default;\n$primary-color: #fc3a52 !default;\n$border-color: mix(#000, $background-color, 20%) !default;\n$code-background-color: mix(#fff, $background-color, 20%) !default;\n$code-background-color-dark: mix(#000, $background-color, 10%) !default;\n$form-background-color: mix(#fff, $background-color, 15%) !default;\n$footer-background-color: #f9b248 !default;\n$link-color: mix(#000, $primary-color, 10%) !default;\n$link-color-hover: mix(#fff, $link-color, 25%) !default;\n$link-color-visited: mix(#000, $link-color, 25%) !default;\n$masthead-link-color: $text-color !default;\n$masthead-link-color-hover: mix(#000, $text-color, 20%) !default;\n$navicon-link-color-hover: mix(#000, $background-color, 30%) !default;\n\n/* notices */\n$notice-background-mix: 75% !default;\n\n/* sunrise syntax highlighting (base16) */\n$base00: #1d1f21 !default;\n$base01: #282a2e !default;\n$base02: #373b41 !default;\n$base03: #969896 !default;\n$base04: #b4b7b4 !default;\n$base05: #c5c8c6 !default;\n$base06: #e0e0e0 !default;\n$base07: #ffffff !default;\n$base08: #cc6666 !default;\n$base09: #de935f !default;\n$base0a: #f0c674 !default;\n$base0b: #b5bd68 !default;\n$base0c: #8abeb7 !default;\n$base0d: #81a2be !default;\n$base0e: #b294bb !default;\n$base0f: #a3685a !default;\n\n.author__urls.social-icons i,\n.author__urls.social-icons .svg-inline--fa,\n.page__footer-follow .social-icons i,\n.page__footer-follow .social-icons .svg-inline--fa  {\n  color: inherit;\n}\n"
  },
  {
    "path": "_sass/minimal-mistakes/vendor/breakpoint/_breakpoint.scss",
    "content": "//////////////////////////////\n// Default Variables\n//////////////////////////////\n$Breakpoint-Settings: (\n  'default media': all,\n  'default feature': min-width,\n  'default pair': width,\n\n  'force all media type': false,\n  'to ems': false,\n  'transform resolutions': true,\n\n  'no queries': false,\n  'no query fallbacks': false,\n\n  'base font size': 16px,\n\n  'legacy syntax': false\n);\n\n$breakpoint: () !default;\n\n//////////////////////////////\n// Imports\n//////////////////////////////\n@import \"settings\";\n@import \"context\";\n@import \"helpers\";\n@import \"parsers\";\n@import \"no-query\";\n\n@import \"respond-to\";\n\n@import \"legacy-settings\";\n\n//////////////////////////////\n// Breakpoint Mixin\n//////////////////////////////\n\n@mixin breakpoint($query, $no-query: false) {\n  @include legacy-settings-warning;\n\n  // Reset contexts\n  @include private-breakpoint-reset-contexts();\n\n  $breakpoint: breakpoint($query, false);\n\n  $query-string: map-get($breakpoint, 'query');\n  $query-fallback: map-get($breakpoint, 'fallback');\n\n  $private-breakpoint-context-holder: map-get($breakpoint, 'context holder') !global;\n  $private-breakpoint-query-count: map-get($breakpoint, 'query count') !global;\n\n  // Allow for an as-needed override or usage of no query fallback.\n  @if $no-query != false {\n    $query-fallback: $no-query;\n  }\n\n  @if $query-fallback != false {\n    $context-setter: private-breakpoint-set-context('no-query', $query-fallback);\n  }\n\n  // Print Out Query String\n  @if not breakpoint-get('no queries') {\n    @media #{$query-string} {\n      @content;\n    }\n  }\n\n  @if breakpoint-get('no query fallbacks') != false or breakpoint-get('no queries') == true {\n\n    $type: type-of(breakpoint-get('no query fallbacks'));\n    $print: false;\n\n    @if ($type == 'bool') {\n      $print: true;\n    }\n    @else if ($type == 'string') {\n      @if $query-fallback == breakpoint-get('no query fallbacks') {\n        $print: true;\n      }\n    }\n    @else if ($type == 'list') {\n      @each $wrapper in breakpoint-get('no query fallbacks') {\n        @if $query-fallback == $wrapper {\n          $print: true;\n        }\n      }\n    }\n\n    // Write Fallback\n    @if ($query-fallback != false) and ($print == true) {\n      $type-fallback: type-of($query-fallback);\n\n      @if ($type-fallback != 'bool') {\n        #{$query-fallback} & {\n          @content;\n        }\n      }\n      @else {\n        @content;\n      }\n    }\n  }\n\n  @include private-breakpoint-reset-contexts();\n}\n\n\n@mixin mq($query, $no-query: false) {\n  @include breakpoint($query, $no-query) {\n    @content;\n  }\n}\n"
  },
  {
    "path": "_sass/minimal-mistakes/vendor/breakpoint/_context.scss",
    "content": "//////////////////////////////\n// Private Breakpoint Variables\n//////////////////////////////\n$private-breakpoint-context-holder: ();\n$private-breakpoint-query-count: 0 !default;\n\n//////////////////////////////\n// Breakpoint Has Context\n// Returns whether or not you are inside a Breakpoint query\n//////////////////////////////\n@function breakpoint-has-context() {\n  @if length($private-breakpoint-query-count) {\n    @return true;\n  }\n  @else {\n    @return false;\n  }\n}\n\n//////////////////////////////\n// Breakpoint Get Context\n// $feature: Input feature to get it's current MQ context. Returns false if no context\n//////////////////////////////\n@function breakpoint-get-context($feature) {\n  @if map-has-key($private-breakpoint-context-holder, $feature) {\n    $get: map-get($private-breakpoint-context-holder, $feature);\n    // Special handling of no-query from get side so /false/ prepends aren't returned\n    @if $feature == 'no-query' {\n      @if type-of($get) == 'list' and length($get) > 1 and nth($get, 1) == false {\n        $get: nth($get, length($get));\n      }\n    }\n    @return $get;\n  }\n  @else {\n    @if breakpoint-has-context() and $feature == 'media' {\n      @return breakpoint-get('default media');\n    }\n    @else {\n      @return false;\n    }\n  }\n}\n\n//////////////////////////////\n// Private function to set context\n//////////////////////////////\n@function private-breakpoint-set-context($feature, $value) {\n  @if $value == 'monochrome' {\n    $feature: 'monochrome';\n  }\n\n  $current: map-get($private-breakpoint-context-holder, $feature);\n  @if $current and length($current) == $private-breakpoint-query-count {\n    @warn \"You have already queried against `#{$feature}`. Unexpected things may happen if you query against the same feature more than once in the same `and` query. Breakpoint is overwriting the current context with `#{$value}`\";\n  }\n\n  @if not map-has-key($private-breakpoint-context-holder, $feature) {\n    $v-holder: ();\n    @for $i from 1 to $private-breakpoint-query-count {\n      @if $feature == 'media' {\n        $v-holder: append($v-holder, breakpoint-get('default media'));\n      }\n      @else {\n        $v-holder: append($v-holder, false);\n      }\n    }\n    $v-holder: append($v-holder, $value);\n    $private-breakpoint-context-holder: map-merge($private-breakpoint-context-holder, ($feature: $v-holder)) !global;\n  }\n  @else {\n    $v-holder: map-get($private-breakpoint-context-holder, $feature);\n    $length: length($v-holder);\n    @for $i from $length to $private-breakpoint-query-count - 1 {\n      @if $feature == 'media' {\n        $v-holder: append($v-holder, breakpoint-get('default media'));\n      }\n      @else {\n        $v-holder: append($v-holder, false);\n      }\n    }\n    $v-holder: append($v-holder, $value);\n    $private-breakpoint-context-holder: map-merge($private-breakpoint-context-holder, ($feature: $v-holder)) !global;\n  }\n\n  @return true;\n}\n\n//////////////////////////////\n// Private function to reset context\n//////////////////////////////\n@mixin private-breakpoint-reset-contexts {\n  $private-breakpoint-context-holder: () !global;\n  $private-breakpoint-query-count: 0 !global;\n}"
  },
  {
    "path": "_sass/minimal-mistakes/vendor/breakpoint/_helpers.scss",
    "content": "//////////////////////////////\n// Converts the input value to Base EMs\n//////////////////////////////\n@function breakpoint-to-base-em($value) {\n  $value-unit: unit($value);\n\n  // Will convert relative EMs into root EMs.\n  @if breakpoint-get('base font size') and type-of(breakpoint-get('base font size')) == 'number' and $value-unit == 'em' {\n    $base-unit: unit(breakpoint-get('base font size'));\n\n    @if $base-unit == 'px' or $base-unit == '%' or $base-unit == 'em' or $base-unit == 'pt' {\n      @return base-conversion($value) / base-conversion(breakpoint-get('base font size')) * 1em;\n    }\n    @else {\n      @warn '#{breakpoint-get(\\'base font size\\')} is not set in valid units for font size!';\n      @return false;\n    }\n  }\n  @else {\n    @return base-conversion($value);\n  }\n}\n\n@function base-conversion($value) {\n  $unit: unit($value);\n\n  @if $unit == 'px' {\n    @return $value / 16px * 1em;\n  }\n  @else if $unit == '%' {\n    @return $value / 100% * 1em;\n  }\n  @else if $unit == 'em' {\n    @return $value;\n  }\n  @else if $unit == 'pt' {\n    @return $value / 12pt * 1em;\n  }\n  @else {\n    @return $value;\n//    @warn 'Everything is terrible! What have you done?!';\n  }\n}\n\n//////////////////////////////\n// Returns whether the feature can have a min/max pair\n//////////////////////////////\n$breakpoint-min-max-features: 'color',\n                              'color-index',\n                              'aspect-ratio',\n                              'device-aspect-ratio',\n                              'device-height',\n                              'device-width',\n                              'height',\n                              'monochrome',\n                              'resolution',\n                              'width';\n\n@function breakpoint-min-max($feature) {\n  @each $item in $breakpoint-min-max-features {\n    @if $feature == $item {\n      @return true;\n    }\n  }\n  @return false;\n}\n\n//////////////////////////////\n// Returns whether the feature can have a string value\n//////////////////////////////\n$breakpoint-string-features:  'orientation',\n                              'scan',\n                              'color',\n                              'aspect-ratio',\n                              'device-aspect-ratio',\n                              'pointer',\n                              'luminosity';\n\n@function breakpoint-string-value($feature) {\n  @each $item in $breakpoint-string-features {\n    @if breakpoint-min-max($item) {\n      @if $feature == 'min-#{$item}' or $feature == 'max-#{$item}' {\n        @return true;\n      }\n    }\n    @else if $feature == $item {\n      @return true;\n    }\n  }\n  @return false;\n}\n\n//////////////////////////////\n// Returns whether the feature is a media type\n//////////////////////////////\n$breakpoint-media-types:  'all',\n                          'braille',\n                          'embossed',\n                          'handheld',\n                          'print',\n                          'projection',\n                          'screen',\n                          'speech',\n                          'tty',\n                          'tv';\n\n@function breakpoint-is-media($feature) {\n  @each $media in $breakpoint-media-types {\n    @if ($feature == $media) or ($feature == 'not #{$media}') or ($feature == 'only #{$media}') {\n      @return true;\n    }\n  }\n\n  @return false;\n}\n\n//////////////////////////////\n// Returns whether the feature can stand alone\n//////////////////////////////\n$breakpoint-single-string-features: 'color',\n                                    'color-index',\n                                    'grid',\n                                    'monochrome';\n\n@function breakpoint-single-string($feature) {\n  @each $item in $breakpoint-single-string-features {\n    @if $feature == $item {\n      @return true;\n    }\n  }\n  @return false;\n}\n\n//////////////////////////////\n// Returns whether the feature\n//////////////////////////////\n@function breakpoint-is-resolution($feature) {\n  $resolutions: 'device-pixel-ratio', 'dpr';\n\n  @if breakpoint-get('transform resolutions') {\n    $resolutions: append($resolutions, 'resolution');\n  }\n\n  @each $reso in $resolutions {\n    @if index($feature, $reso) or index($feature, 'min-#{$reso}') or index($feature, 'max-#{$reso}') {\n      @return true;\n    }\n  }\n\n  @return false;\n}\n"
  },
  {
    "path": "_sass/minimal-mistakes/vendor/breakpoint/_legacy-settings.scss",
    "content": "@mixin legacy-settings-warning {\n  $legacyVars: (\n    'default-media': 'default media',\n    'default-feature': 'default feature',\n    'force-media-all': 'force all media type',\n    'to-ems': 'to ems',\n    'resolutions': 'transform resolutions',\n    'no-queries': 'no queries',\n    'no-query-fallbacks': 'no query fallbacks',\n    'base-font-size': 'base font size',\n    'legacy-syntax': 'legacy syntax'\n  );\n\n  @each $legacy, $new in $legacyVars {\n    @if global-variable-exists('breakpoint-' + $legacy) {\n      @warn \"In order to avoid variable namspace collisions, we have updated the way to change settings for Breakpoint. Please change all instances of `$breakpoint-#{$legacy}: {{setting}}` to `@include breakpoint-set('#{$new}', {{setting}})`. Variable settings, as well as this warning will be deprecated in a future release.\"\n    }\n  };\n\n  //////////////////////////////\n  // Hand correct each setting\n  //////////////////////////////\n  @if global-variable-exists('breakpoint-default-media') and $breakpoint-default-media != breakpoint-get('default media') {\n    @include breakpoint-set('default media', $breakpoint-default-media);\n  }\n  @if global-variable-exists('breakpoint-default-feature') and $breakpoint-default-feature != breakpoint-get('default feature') {\n    @include breakpoint-set('default feature', $breakpoint-default-feature);\n  }\n  @if global-variable-exists('breakpoint-force-media-all') and $breakpoint-force-media-all != breakpoint-get('force all media type') {\n    @include breakpoint-set('force all media type', $breakpoint-force-media-all);\n  }\n  @if global-variable-exists('breakpoint-to-ems') and $breakpoint-to-ems != breakpoint-get('to ems') {\n    @include breakpoint-set('to ems', $breakpoint-to-ems);\n  }\n  @if global-variable-exists('breakpoint-resolutions') and $breakpoint-resolutions != breakpoint-get('transform resolutions') {\n    @include breakpoint-set('transform resolutions', $breakpoint-resolutions);\n  }\n  @if global-variable-exists('breakpoint-no-queries') and $breakpoint-no-queries != breakpoint-get('no queries') {\n    @include breakpoint-set('no queries', $breakpoint-no-queries);\n  }\n  @if global-variable-exists('breakpoint-no-query-fallbacks') and $breakpoint-no-query-fallbacks != breakpoint-get('no query fallbacks') {\n    @include breakpoint-set('no query fallbacks', $breakpoint-no-query-fallbacks);\n  }\n  @if global-variable-exists('breakpoint-base-font-size') and $breakpoint-base-font-size != breakpoint-get('base font size') {\n    @include breakpoint-set('base font size', $breakpoint-base-font-size);\n  }\n  @if global-variable-exists('breakpoint-legacy-syntax') and $breakpoint-legacy-syntax != breakpoint-get('legacy syntax') {\n    @include breakpoint-set('legacy syntax', $breakpoint-legacy-syntax);\n  }\n}"
  },
  {
    "path": "_sass/minimal-mistakes/vendor/breakpoint/_no-query.scss",
    "content": "@function breakpoint-no-query($query) {\n  @if type-of($query) == 'list' {\n    $keyword: nth($query, 1);\n\n    @if type-of($keyword) == 'string' and ($keyword == 'no-query' or $keyword == 'no query' or $keyword == 'fallback') {\n      @return nth($query, 2);\n    }\n    @else {\n      @return false;\n    }\n  }\n  @else {\n    @return false;\n  }\n}\n"
  },
  {
    "path": "_sass/minimal-mistakes/vendor/breakpoint/_parsers.scss",
    "content": "//////////////////////////////\n// Import Parser Pieces\n//////////////////////////////\n@import \"parsers/query\";\n@import \"parsers/single\";\n@import \"parsers/double\";\n@import \"parsers/triple\";\n@import \"parsers/resolution\";\n\n$Memo-Exists: function-exists(memo-get) and function-exists(memo-set);\n\n//////////////////////////////\n// Breakpoint Function\n//////////////////////////////\n@function breakpoint($query, $contexts...) {\n  $run: true;\n  $return: ();\n\n  // Grab the Memo Output if Memoization can be a thing\n  @if $Memo-Exists {\n    $return: memo-get(breakpoint, breakpoint $query $contexts);\n\n    @if $return != null {\n      $run: false;\n    }\n  }\n\n  @if not $Memo-Exists or $run {\n    // Internal Variables\n    $query-string: '';\n    $query-fallback: false;\n    $return: ();\n\n    // Reserve Global Private Breakpoint Context\n    $holder-context: $private-breakpoint-context-holder;\n    $holder-query-count: $private-breakpoint-query-count;\n\n    // Reset Global Private Breakpoint Context\n    $private-breakpoint-context-holder: () !global;\n    $private-breakpoint-query-count: 0 !global;\n\n\n    // Test to see if it's a comma-separated list\n    $or-list: if(list-separator($query) == 'comma', true, false);\n\n\n    @if ($or-list == false and breakpoint-get('legacy syntax') == false) {\n      $query-string: breakpoint-parse($query);\n    }\n    @else {\n      $length: length($query);\n\n      $last: nth($query, $length);\n      $query-fallback: breakpoint-no-query($last);\n\n      @if ($query-fallback != false) {\n        $length: $length - 1;\n      }\n\n      @if (breakpoint-get('legacy syntax') == true) {\n        $mq: ();\n\n        @for $i from 1 through $length {\n          $mq: append($mq, nth($query, $i), comma);\n        }\n\n        $query-string: breakpoint-parse($mq);\n      }\n      @else {\n        $query-string: '';\n        @for $i from 1 through $length {\n          $query-string: $query-string + if($i == 1, '', ', ') + breakpoint-parse(nth($query, $i));\n        }\n      }\n    }\n\n    $return: ('query': $query-string,\n        'fallback': $query-fallback,\n        'context holder': $private-breakpoint-context-holder,\n        'query count': $private-breakpoint-query-count\n    );\n    @if length($contexts) > 0 and nth($contexts, 1) != false {\n      @if $query-fallback != false {\n        $context-setter: private-breakpoint-set-context('no-query', $query-fallback);\n      }\n      $context-map: ();\n      @each $context in $contexts {\n        $context-map: map-merge($context-map, ($context: breakpoint-get-context($context)));\n      }\n      $return: map-merge($return, (context: $context-map));\n    }\n\n    // Reset Global Private Breakpoint Context\n    $private-breakpoint-context-holder: () !global;\n    $private-breakpoint-query-count: 0 !global;\n\n    @if $Memo-Exists {\n      $holder: memo-set(breakpoint, breakpoint $query $contexts, $return);\n    }\n  }\n\n  @return $return;\n}\n\n//////////////////////////////\n// General Breakpoint Parser\n//////////////////////////////\n@function breakpoint-parse($query) {\n  // Increase number of 'and' queries\n  $private-breakpoint-query-count: $private-breakpoint-query-count + 1 !global;\n\n  // Set up Media Type\n  $query-print: '';\n\n  $force-all: ((breakpoint-get('force all media type') == true) and (breakpoint-get('default media') == 'all'));\n  $empty-media: true;\n  @if ($force-all == true) or (breakpoint-get('default media') != 'all') {\n    // Force the print of the default media type if (force all is true and default media type is all) or (default media type is not all)\n    $query-print: breakpoint-get('default media');\n    $empty-media: false;\n  }\n\n\n  $query-resolution: false;\n\n  $query-holder: breakpoint-parse-query($query);\n\n\n\n  // Loop over each parsed out query and write it to $query-print\n  $first: true;\n\n  @each $feature in $query-holder {\n    $length: length($feature);\n\n    // Parse a single feature\n    @if ($length == 1) {\n      // Feature is currently a list, grab the actual value\n      $feature: nth($feature, 1);\n\n      // Media Type must by convention be the first item, so it's safe to flat override $query-print, which right now should only be the default media type\n      @if (breakpoint-is-media($feature)) {\n        @if ($force-all == true) or ($feature != 'all') {\n          // Force the print of the default media type if (force all is true and default media type is all) or (default media type is not all)\n          $query-print: $feature;\n          $empty-media: false;\n\n          // Set Context\n          $context-setter: private-breakpoint-set-context(media, $query-print);\n        }\n      }\n      @else {\n        $parsed: breakpoint-parse-single($feature, $empty-media, $first);\n        $query-print: '#{$query-print} #{$parsed}';\n        $first: false;\n      }\n    }\n    // Parse a double feature\n    @else if ($length == 2) {\n      @if (breakpoint-is-resolution($feature) != false) {\n        $query-resolution: $feature;\n      }\n      @else {\n        $parsed: null;\n        // If it's a string/number pair,\n        // we check to see if one is a single-string value,\n        // then we parse it as a normal double\n        $alpha: nth($feature, 1);\n        $beta: nth($feature, 2);\n        @if breakpoint-single-string($alpha) or breakpoint-single-string($beta) {\n          $parsed: breakpoint-parse-single($alpha, $empty-media, $first);\n          $query-print: '#{$query-print} #{$parsed}';\n          $first: false;\n          $parsed: breakpoint-parse-single($beta, $empty-media, $first);\n          $query-print: '#{$query-print} #{$parsed}';\n        }\n        @else {\n          $parsed: breakpoint-parse-double($feature, $empty-media, $first);\n          $query-print: '#{$query-print} #{$parsed}';\n          $first: false;\n        }\n      }\n    }\n    // Parse a triple feature\n    @else if ($length == 3) {\n      $parsed: breakpoint-parse-triple($feature, $empty-media, $first);\n      $query-print: '#{$query-print} #{$parsed}';\n      $first: false;\n    }\n\n  }\n\n  @if ($query-resolution != false) {\n    $query-print: breakpoint-build-resolution($query-print, $query-resolution, $empty-media, $first);\n  }\n\n  // Loop through each feature that's been detected so far and append 'false' to the the value list to increment their counters\n  @each $f, $v in $private-breakpoint-context-holder {\n    $v-holder: $v;\n    $length: length($v-holder);\n    @if length($v-holder) < $private-breakpoint-query-count {\n      @for $i from $length to $private-breakpoint-query-count {\n        @if $f == 'media' {\n          $v-holder: append($v-holder, breakpoint-get('default media'));\n        }\n        @else {\n          $v-holder: append($v-holder, false);\n        }\n      }\n    }\n    $private-breakpoint-context-holder: map-merge($private-breakpoint-context-holder, ($f: $v-holder)) !global;\n  }\n\n  @return $query-print;\n}\n"
  },
  {
    "path": "_sass/minimal-mistakes/vendor/breakpoint/_respond-to.scss",
    "content": "////////////////////////\n// Default the Breakpoints variable\n////////////////////////\n$breakpoints: () !default;\n$BREAKPOINTS: () !default;\n\n////////////////////////\n// Respond-to API Mixin\n////////////////////////\n@mixin respond-to($context, $no-query: false) {\n  @if length($breakpoints) > 0 and length($BREAKPOINTS) == 0 {\n    @warn \"In order to avoid variable namespace collisions, we have updated the way to add breakpoints for respond-to. Please change all instances of `$breakpoints: add-breakpoint()` to `@include add-breakpoint()`. The `add-breakpoint()` function will be deprecated in a future release.\";\n    $BREAKPOINTS: $breakpoints !global;\n    $breakpoints: () !global;\n  }\n\n  @if type-of($BREAKPOINTS) != 'map' {\n    // Just in case someone writes gibberish to the $breakpoints variable.\n    @warn \"Your breakpoints aren't a map! `respond-to` expects a map. Please check the value of $BREAKPOINTS variable.\";\n    @content;\n  }\n  @else if map-has-key($BREAKPOINTS, $context) {\n    @include breakpoint(map-get($BREAKPOINTS, $context), $no-query) {\n      @content;\n    }\n  }\n  @else if not map-has-key($BREAKPOINTS, $context) {\n    @warn \"`#{$context}` isn't a defined breakpoint! Please add it using `$breakpoints: add-breakpoint(`#{$context}`, $value);`\";\n    @content;\n  }\n  @else {\n    @warn \"You haven't created any breakpoints yet! Make some already! `@include add-breakpoint($name, $bkpt)`\";\n    @content;\n  }\n}\n\n//////////////////////////////\n// Add Breakpoint to Breakpoints\n// TODO: Remove function in next release\n//////////////////////////////\n@function add-breakpoint($name, $bkpt, $overwrite: false) {\n  $output: ($name: $bkpt);\n\n  @if length($breakpoints) == 0 {\n    @return $output;\n  }\n  @else {\n    @if map-has-key($breakpoints, $name) and $overwrite != true {\n      @warn \"You already have a breakpoint named `#{$name}`, please choose another breakpoint name, or pass in `$overwrite: true` to overwrite the previous breakpoint.\";\n      @return $breakpoints;\n    }\n    @else if not map-has-key($breakpoints, $name) or $overwrite == true {\n      @return map-merge($breakpoints, $output);\n    }\n  }\n}\n\n@mixin add-breakpoint($name, $bkpt, $overwrite: false) {\n  $output: ($name: $bkpt);\n\n  @if length($BREAKPOINTS) == 0 {\n    $BREAKPOINTS: $output !global;\n  }\n  @else {\n    @if map-has-key($BREAKPOINTS, $name) and $overwrite != true {\n      @warn \"You already have a breakpoint named `#{$name}`, please choose another breakpoint name, or pass in `$overwrite: true` to overwrite the previous breakpoint.\";\n      $BREAKPOINTS: $BREAKPOINTS !global;\n    }\n    @else if not map-has-key($BREAKPOINTS, $name) or $overwrite == true {\n      $BREAKPOINTS: map-merge($BREAKPOINTS, $output) !global;\n    }\n  }\n}\n\n@function get-breakpoint($name: false) {\n  @if $name == false {\n    @return $BREAKPOINTS;\n  }\n  @else {\n    @return map-get($BREAKPOINTS, $name);\n  }\n}\n"
  },
  {
    "path": "_sass/minimal-mistakes/vendor/breakpoint/_settings.scss",
    "content": "//////////////////////////////\n// Has Setting\n//////////////////////////////\n@function breakpoint-has($setting) {\n  @if map-has-key($breakpoint, $setting) {\n    @return true;\n  }\n  @else {\n    @return false;\n  }\n}\n\n//////////////////////////////\n// Get Settings\n//////////////////////////////\n@function breakpoint-get($setting) {\n  @if breakpoint-has($setting) {\n    @return map-get($breakpoint, $setting);\n  }\n  @else {\n    @return map-get($Breakpoint-Settings, $setting);\n  }\n}\n\n//////////////////////////////\n// Set Settings\n//////////////////////////////\n@function breakpoint-set($setting, $value) {\n  @if (str-index($setting, '-') or str-index($setting, '_')) and str-index($setting, ' ') == null {\n    @warn \"Words in Breakpoint settings should be separated by spaces, not dashes or underscores. Please replace dashes and underscores between words with spaces. Settings will not work as expected until changed.\";\n  }\n  $breakpoint: map-merge($breakpoint, ($setting: $value)) !global;\n  @return true;\n}\n\n@mixin breakpoint-change($setting, $value) {\n  $breakpoint-change: breakpoint-set($setting, $value);\n}\n\n@mixin breakpoint-set($setting, $value) {\n  @include breakpoint-change($setting, $value);\n}\n\n@mixin bkpt-change($setting, $value) {\n  @include breakpoint-change($setting, $value);\n}\n@mixin bkpt-set($setting, $value) {\n  @include breakpoint-change($setting, $value);\n}\n\n//////////////////////////////\n// Remove Setting\n//////////////////////////////\n@function breakpoint-reset($settings...) {\n  @if length($settings) == 1 {\n    $settings: nth($settings, 1);\n  }\n\n  @each $setting in $settings {\n    $breakpoint: map-remove($breakpoint, $setting) !global;\n  }\n  @return true;\n}\n\n@mixin breakpoint-reset($settings...) {\n  $breakpoint-reset: breakpoint-reset($settings);\n}\n\n@mixin bkpt-reset($settings...) {\n  $breakpoint-reset: breakpoint-reset($settings);\n}"
  },
  {
    "path": "_sass/minimal-mistakes/vendor/breakpoint/parsers/_double.scss",
    "content": "//////////////////////////////\n// Import Pieces\n//////////////////////////////\n@import \"double/default-pair\";\n@import \"double/double-string\";\n@import \"double/default\";\n\n@function breakpoint-parse-double($feature, $empty-media, $first) {\n  $parsed: '';\n  $leader: '';\n  // If we're forcing\n  @if not ($empty-media) or not ($first) {\n    $leader: 'and ';\n  }\n\n  $first: nth($feature, 1);\n  $second: nth($feature, 2);\n\n  // If we've got two numbers, we know we need to use the default pair because there are no media queries that has a media feature that is a number\n  @if type-of($first) == 'number' and type-of($second) == 'number' {\n    $parsed: breakpoint-parse-default-pair($first, $second);\n  }\n  // If they are both strings, we send it through the string parser\n  @else if type-of($first) == 'string' and type-of($second) == 'string' {\n    $parsed: breakpoint-parse-double-string($first, $second);\n  }\n  // If it's a string/number pair, we parse it as a normal double\n  @else {\n    $parsed: breakpoint-parse-double-default($first, $second);\n  }\n\n  @return $leader + $parsed;\n}\n"
  },
  {
    "path": "_sass/minimal-mistakes/vendor/breakpoint/parsers/_query.scss",
    "content": "@function breakpoint-parse-query($query) {\n  // Parse features out of an individual query\n  $feature-holder: ();\n  $query-holder: ();\n  $length: length($query);\n\n  @if $length == 2 {\n    // If we've got a string/number, number/string, check to see if it's a valid string/number pair or two singles\n    @if (type-of(nth($query, 1)) == 'string' and type-of(nth($query, 2)) == 'number') or (type-of(nth($query, 1)) == 'number' and type-of(nth($query, 2)) == 'string') {\n\n      $number: '';\n      $value: '';\n\n      @if type-of(nth($query, 1)) == 'string' {\n        $number: nth($query, 2);\n        $value: nth($query, 1);\n      }\n      @else {\n        $number: nth($query, 1);\n        $value: nth($query, 2);\n      }\n\n      // If the string value can be a single value, check to see if the number passed in is a valid input for said single value. Fortunately, all current single-value options only accept unitless numbers, so this check is easy.\n      @if breakpoint-single-string($value) {\n        @if unitless($number) {\n          $feature-holder: append($value, $number, space);\n          $query-holder: append($query-holder, $feature-holder, comma);\n          @return $query-holder;\n        }\n      }\n      // If the string is a media type, split the query\n      @if breakpoint-is-media($value) {\n        $query-holder: append($query-holder, nth($query, 1));\n        $query-holder: append($query-holder, nth($query, 2));\n        @return $query-holder;\n      }\n      // If it's not a single feature, we're just going to assume it's a proper string/value pair, and roll with it.\n      @else {\n        $feature-holder: append($value, $number, space);\n        $query-holder: append($query-holder, $feature-holder, comma);\n        @return $query-holder;\n      }\n\n    }\n    // If they're both numbers, we assume it's a double and roll with that\n    @else if (type-of(nth($query, 1)) == 'number' and type-of(nth($query, 2)) == 'number') {\n      $feature-holder: append(nth($query, 1), nth($query, 2), space);\n      $query-holder: append($query-holder, $feature-holder, comma);\n      @return $query-holder;\n    }\n    // If they're both strings and neither are singles, we roll with that.\n    @else if (type-of(nth($query, 1)) == 'string' and type-of(nth($query, 2)) == 'string') {\n      @if not breakpoint-single-string(nth($query, 1)) and not breakpoint-single-string(nth($query, 2)) {\n        $feature-holder: append(nth($query, 1), nth($query, 2), space);\n        $query-holder: append($query-holder, $feature-holder, comma);\n        @return $query-holder;\n      }\n    }\n  }\n  @else if $length == 3 {\n    // If we've got three items and none is a list, we check to see\n    @if type-of(nth($query, 1)) != 'list' and type-of(nth($query, 2)) != 'list' and type-of(nth($query, 3)) != 'list' {\n      // If none of the items are single string values and none of the values are media values, we're good.\n      @if (not breakpoint-single-string(nth($query, 1)) and not breakpoint-single-string(nth($query, 2)) and not breakpoint-single-string(nth($query, 3))) and  ((not breakpoint-is-media(nth($query, 1)) and not breakpoint-is-media(nth($query, 2)) and not breakpoint-is-media(nth($query, 3)))) {\n        $feature-holder: append(nth($query, 1), nth($query, 2), space);\n        $feature-holder: append($feature-holder, nth($query, 3), space);\n        $query-holder: append($query-holder, $feature-holder, comma);\n        @return $query-holder;\n      }\n      // let's check to see if the first item is a media type\n      @else if breakpoint-is-media(nth($query, 1)) {\n        $query-holder: append($query-holder, nth($query, 1));\n        $feature-holder: append(nth($query, 2), nth($query, 3), space);\n        $query-holder: append($query-holder, $feature-holder);\n        @return $query-holder;\n      }\n    }\n  }\n\n  // If it's a single item, or if it's not a special case double or triple, we can simply return the query.\n  @return $query;\n}\n"
  },
  {
    "path": "_sass/minimal-mistakes/vendor/breakpoint/parsers/_resolution.scss",
    "content": "@import \"resolution/resolution\";\n\n@function breakpoint-build-resolution($query-print, $query-resolution, $empty-media, $first) {\n  $leader: '';\n  // If we're forcing\n  @if not ($empty-media) or not ($first) {\n    $leader: 'and ';\n  }\n\n  @if breakpoint-get('transform resolutions') and $query-resolution {\n    $resolutions: breakpoint-make-resolutions($query-resolution);\n    $length: length($resolutions);\n    $query-holder: '';\n\n    @for $i from 1 through $length {\n      $query: '#{$query-print} #{$leader}#{nth($resolutions, $i)}';\n      @if $i == 1 {\n        $query-holder: $query;\n      }\n      @else {\n        $query-holder: '#{$query-holder}, #{$query}';\n      }\n    }\n\n    @return $query-holder;\n  }\n  @else {\n    // Return with attached resolution\n    @return $query-print;\n  }\n}\n"
  },
  {
    "path": "_sass/minimal-mistakes/vendor/breakpoint/parsers/_single.scss",
    "content": "//////////////////////////////\n// Import Pieces\n//////////////////////////////\n@import \"single/default\";\n\n@function breakpoint-parse-single($feature, $empty-media, $first) {\n  $parsed: '';\n  $leader: '';\n  // If we're forcing\n  @if not ($empty-media) or not ($first) {\n    $leader: 'and ';\n  }\n\n  // If it's a single feature that can stand alone, we let it\n  @if (breakpoint-single-string($feature)) {\n    $parsed: $feature;\n    // Set Context\n    $context-setter: private-breakpoint-set-context($feature, $feature);\n  }\n  // If it's not a stand alone feature, we pass it off to the default handler.\n  @else {\n    $parsed: breakpoint-parse-default($feature);\n  }\n\n  @return $leader + '(' + $parsed + ')';\n}\n"
  },
  {
    "path": "_sass/minimal-mistakes/vendor/breakpoint/parsers/_triple.scss",
    "content": "//////////////////////////////\n// Import Pieces\n//////////////////////////////\n@import \"triple/default\";\n\n@function breakpoint-parse-triple($feature, $empty-media, $first) {\n  $parsed: '';\n  $leader: '';\n\n  // If we're forcing\n  @if not ($empty-media) or not ($first) {\n    $leader: 'and ';\n  }\n\n  // separate the string features from the value numbers\n  $string: null;\n  $numbers: null;\n  @each $val in $feature {\n    @if type-of($val) == string {\n      $string: $val;\n    }\n    @else {\n      @if type-of($numbers) == 'null' {\n        $numbers: $val;\n      }\n      @else {\n        $numbers: append($numbers, $val);\n      }\n    }\n  }\n\n  $parsed: breakpoint-parse-triple-default($string, nth($numbers, 1), nth($numbers, 2));\n\n  @return $leader + $parsed;\n\n}\n"
  },
  {
    "path": "_sass/minimal-mistakes/vendor/breakpoint/parsers/double/_default-pair.scss",
    "content": "@function breakpoint-parse-default-pair($first, $second) {\n  $default: breakpoint-get('default pair');\n  $min: '';\n  $max: '';\n\n  // Sort into min and max\n  $min: min($first, $second);\n  $max: max($first, $second);\n\n  // Set Context\n  $context-setter: private-breakpoint-set-context(min-#{$default}, $min);\n  $context-setter: private-breakpoint-set-context(max-#{$default}, $max);\n\n  // Make them EMs if need be\n  @if (breakpoint-get('to ems') == true) {\n    $min: breakpoint-to-base-em($min);\n    $max: breakpoint-to-base-em($max);\n  }\n\n  @return '(min-#{$default}: #{$min}) and (max-#{$default}: #{$max})';\n}\n"
  },
  {
    "path": "_sass/minimal-mistakes/vendor/breakpoint/parsers/double/_default.scss",
    "content": "@function breakpoint-parse-double-default($first, $second) {\n  $feature: '';\n  $value: '';\n\n  @if type-of($first) == 'string' {\n    $feature: $first;\n    $value: $second;\n  }\n  @else {\n    $feature: $second;\n    $value: $first;\n  }\n\n  // Set Context\n  $context-setter: private-breakpoint-set-context($feature, $value);\n\n  @if (breakpoint-get('to ems') == true) {\n    $value: breakpoint-to-base-em($value);\n  }\n\n  @return '(#{$feature}: #{$value})'\n}\n"
  },
  {
    "path": "_sass/minimal-mistakes/vendor/breakpoint/parsers/double/_double-string.scss",
    "content": "@function breakpoint-parse-double-string($first, $second) {\n  $feature: '';\n  $value: '';\n\n  // Test to see which is the feature and which is the value\n  @if (breakpoint-string-value($first) == true) {\n    $feature: $first;\n    $value: $second;\n  }\n  @else if (breakpoint-string-value($second) == true) {\n    $feature: $second;\n    $value: $first;\n  }\n  @else {\n    @warn \"Neither #{$first} nor #{$second} is a valid media query name.\";\n  }\n\n  // Set Context\n  $context-setter: private-breakpoint-set-context($feature, $value);\n\n  @return '(#{$feature}: #{$value})';\n}"
  },
  {
    "path": "_sass/minimal-mistakes/vendor/breakpoint/parsers/resolution/_resolution.scss",
    "content": "@function breakpoint-make-resolutions($resolution) {\n  $length: length($resolution);\n\n  $output: ();\n\n  @if $length == 2 {\n    $feature: '';\n    $value: '';\n\n    // Find which is number\n    @if type-of(nth($resolution, 1)) == 'number' {\n      $value: nth($resolution, 1);\n    }\n    @else {\n      $value: nth($resolution, 2);\n    }\n\n    // Determine min/max/standard\n    @if index($resolution, 'min-resolution') {\n      $feature: 'min-';\n    }\n    @else if index($resolution, 'max-resolution') {\n      $feature: 'max-';\n    }\n\n    $standard: '(#{$feature}resolution: #{$value})';\n\n    // If we're not dealing with dppx,\n    @if unit($value) != 'dppx' {\n      $base: 96dpi;\n      @if unit($value) == 'dpcm' {\n        $base: 243.84dpcm;\n      }\n      // Write out feature tests\n      $webkit: '';\n      $moz: '';\n      $webkit: '(-webkit-#{$feature}device-pixel-ratio: #{$value / $base})';\n      $moz: '(#{$feature}-moz-device-pixel-ratio: #{$value / $base})';\n      // Append to output\n      $output: append($output, $standard, space);\n      $output: append($output, $webkit, space);\n      $output: append($output, $moz, space);\n    }\n    @else {\n      $webkit: '';\n      $moz: '';\n      $webkit: '(-webkit-#{$feature}device-pixel-ratio: #{$value / 1dppx})';\n      $moz: '(#{$feature}-moz-device-pixel-ratio: #{$value / 1dppx})';\n      $fallback: '(#{$feature}resolution: #{$value / 1dppx * 96dpi})';\n      // Append to output\n      $output: append($output, $standard, space);\n      $output: append($output, $webkit, space);\n      $output: append($output, $moz, space);\n      $output: append($output, $fallback, space);\n    }\n\n  }\n\n  @return $output;\n}\n"
  },
  {
    "path": "_sass/minimal-mistakes/vendor/breakpoint/parsers/single/_default.scss",
    "content": "@function breakpoint-parse-default($feature) {\n  $default: breakpoint-get('default feature');\n\n  // Set Context\n  $context-setter: private-breakpoint-set-context($default, $feature);\n\n  @if (breakpoint-get('to ems') == true) and (type-of($feature) == 'number') {\n    @return '#{$default}: #{breakpoint-to-base-em($feature)}';\n  }\n  @else {\n    @return '#{$default}: #{$feature}';\n  }\n}\n"
  },
  {
    "path": "_sass/minimal-mistakes/vendor/breakpoint/parsers/triple/_default.scss",
    "content": "@function breakpoint-parse-triple-default($feature, $first, $second) {\n\n  // Sort into min and max\n  $min: min($first, $second);\n  $max: max($first, $second);\n\n  // Set Context\n  $context-setter: private-breakpoint-set-context(min-#{$feature}, $min);\n  $context-setter: private-breakpoint-set-context(max-#{$feature}, $max);\n\n  // Make them EMs if need be\n  @if (breakpoint-get('to ems') == true) {\n    $min: breakpoint-to-base-em($min);\n    $max: breakpoint-to-base-em($max);\n  }\n\n  @return '(min-#{$feature}: #{$min}) and (max-#{$feature}: #{$max})';\n}\n"
  },
  {
    "path": "_sass/minimal-mistakes/vendor/magnific-popup/_magnific-popup.scss",
    "content": "/* Magnific Popup CSS */\n\n@import \"settings\";\n\n////////////////////////\n//\n// Contents:\n//\n// 1. Default Settings\n// 2. General styles\n//    - Transluscent overlay\n//    - Containers, wrappers\n//    - Cursors\n//    - Helper classes\n// 3. Appearance\n//    - Preloader & text that displays error messages\n//    - CSS reset for buttons\n//    - Close icon\n//    - \"1 of X\" counter\n//    - Navigation (left/right) arrows\n//    - Iframe content type styles\n//    - Image content type styles\n//    - Media query where size of arrows is reduced\n//    - IE7 support\n//\n////////////////////////\n\n\n\n////////////////////////\n// 1. Default Settings\n////////////////////////\n\n$mfp-overlay-color:                   #0b0b0b !default;\n$mfp-overlay-opacity:                 0.8 !default;\n$mfp-shadow:                          0 0 8px rgba(0, 0, 0, 0.6) !default; // shadow on image or iframe\n$mfp-popup-padding-left:              8px !default; // Padding from left and from right side\n$mfp-popup-padding-left-mobile:       6px !default; // Same as above, but is applied when width of window is less than 800px\n\n$mfp-z-index-base:                    1040 !default; // Base z-index of popup\n$mfp-include-arrows:                  true !default; // include styles for nav arrows\n$mfp-controls-opacity:                0.65 !default;\n$mfp-controls-color:                  #FFF !default;\n$mfp-controls-border-color:           #3F3F3F !default;\n$mfp-inner-close-icon-color:          #333 !default;\n$mfp-controls-text-color:             #CCC !default; // Color of preloader and \"1 of X\" indicator\n$mfp-controls-text-color-hover:       #FFF !default;\n$mfp-IE7support:                      true !default; // Very basic IE7 support\n\n// Iframe-type options\n$mfp-include-iframe-type:             true !default;\n$mfp-iframe-padding-top:              40px !default;\n$mfp-iframe-background:               #000 !default;\n$mfp-iframe-max-width:                900px !default;\n$mfp-iframe-ratio:                    9/16 !default;\n\n// Image-type options\n$mfp-include-image-type:              true !default;\n$mfp-image-background:                #444 !default;\n$mfp-image-padding-top:               40px !default;\n$mfp-image-padding-bottom:            40px !default;\n$mfp-include-mobile-layout-for-image: true !default; // Removes paddings from top and bottom\n\n// Image caption options\n$mfp-caption-title-color:             #F3F3F3 !default;\n$mfp-caption-subtitle-color:          #BDBDBD !default;\n\n// A11y\n$mfp-use-visuallyhidden:              false !default; // Hide content from browsers, but make it available for screen readers\n\n\n\n////////////////////////\n// 2. General styles\n////////////////////////\n\n// Transluscent overlay\n.mfp-bg {\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  z-index: $mfp-z-index-base + 2;\n  overflow: hidden;\n  position: fixed;\n\n  background: $mfp-overlay-color;\n  opacity: $mfp-overlay-opacity;\n  @if $mfp-IE7support {\n    filter: unquote(\"alpha(opacity=#{$mfp-overlay-opacity*100})\");\n  }\n}\n\n// Wrapper for popup\n.mfp-wrap {\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  z-index: $mfp-z-index-base + 3;\n  position: fixed;\n  outline: none !important;\n  -webkit-backface-visibility: hidden; // fixes webkit bug that can cause \"false\" scrollbar\n}\n\n// Root container\n.mfp-container {\n  text-align: center;\n  position: absolute;\n  width: 100%;\n  height: 100%;\n  left: 0;\n  top: 0;\n  padding: 0 $mfp-popup-padding-left;\n  -webkit-box-sizing: border-box;\n  -moz-box-sizing: border-box;\n  box-sizing: border-box;\n}\n\n// Vertical centerer helper\n.mfp-container {\n  &:before {\n    content: '';\n    display: inline-block;\n    height: 100%;\n    vertical-align: middle;\n  }\n}\n\n// Remove vertical centering when popup has class `mfp-align-top`\n.mfp-align-top {\n  .mfp-container {\n    &:before {\n      display: none;\n    }\n  }\n}\n\n// Popup content holder\n.mfp-content {\n  position: relative;\n  display: inline-block;\n  vertical-align: middle;\n  margin: 0 auto;\n  text-align: left;\n  z-index: $mfp-z-index-base + 5;\n}\n.mfp-inline-holder,\n.mfp-ajax-holder {\n  .mfp-content {\n    width: 100%;\n    cursor: auto;\n  }\n}\n\n// Cursors\n.mfp-ajax-cur {\n  cursor: progress;\n}\n.mfp-zoom-out-cur {\n  &, .mfp-image-holder .mfp-close {\n    cursor: -moz-zoom-out;\n    cursor: -webkit-zoom-out;\n    cursor: zoom-out;\n  }\n}\n.mfp-zoom {\n  cursor: pointer;\n  cursor: -webkit-zoom-in;\n  cursor: -moz-zoom-in;\n  cursor: zoom-in;\n}\n.mfp-auto-cursor {\n  .mfp-content {\n    cursor: auto;\n  }\n}\n\n.mfp-close,\n.mfp-arrow,\n.mfp-preloader,\n.mfp-counter {\n  -webkit-user-select:none;\n  -moz-user-select: none;\n  user-select: none;\n}\n\n// Hide the image during the loading\n.mfp-loading {\n  &.mfp-figure {\n    display: none;\n  }\n}\n\n// Helper class that hides stuff\n@if $mfp-use-visuallyhidden {\n  // From HTML5 Boilerplate https://github.com/h5bp/html5-boilerplate/blob/v4.2.0/doc/css.md#visuallyhidden\n  .mfp-hide {\n    border: 0 !important;\n    clip: rect(0 0 0 0) !important;\n    height: 1px !important;\n    margin: -1px !important;\n    overflow: hidden !important;\n    padding: 0 !important;\n    position: absolute !important;\n    width: 1px !important;\n  }\n} @else {\n  .mfp-hide {\n    display: none !important;\n  }\n}\n\n\n////////////////////////\n// 3. Appearance\n////////////////////////\n\n// Preloader and text that displays error messages\n.mfp-preloader {\n  color: $mfp-controls-text-color;\n  position: absolute;\n  top: 50%;\n  width: auto;\n  text-align: center;\n  margin-top: -0.8em;\n  left: 8px;\n  right: 8px;\n  z-index: $mfp-z-index-base + 4;\n  a {\n    color: $mfp-controls-text-color;\n    &:hover {\n      color: $mfp-controls-text-color-hover;\n    }\n  }\n}\n\n// Hide preloader when content successfully loaded\n.mfp-s-ready {\n  .mfp-preloader {\n    display: none;\n  }\n}\n\n// Hide content when it was not loaded\n.mfp-s-error {\n  .mfp-content {\n    display: none;\n  }\n}\n\n// CSS-reset for buttons\nbutton {\n  &.mfp-close,\n  &.mfp-arrow {\n    overflow: visible;\n    cursor: pointer;\n    background: transparent;\n    border: 0;\n    -webkit-appearance: none;\n    display: block;\n    outline: none;\n    padding: 0;\n    z-index: $mfp-z-index-base + 6;\n    -webkit-box-shadow: none;\n    box-shadow: none;\n  }\n  &::-moz-focus-inner {\n      padding: 0;\n      border: 0\n  }\n}\n\n\n// Close icon\n.mfp-close {\n  width: 44px;\n  height: 44px;\n  line-height: 44px;\n\n  position: absolute;\n  right: 0;\n  top: 0;\n  text-decoration: none;\n  text-align: center;\n  opacity: $mfp-controls-opacity;\n  @if $mfp-IE7support {\n    filter: unquote(\"alpha(opacity=#{$mfp-controls-opacity*100})\");\n  }\n  padding: 0 0 18px 10px;\n  color: $mfp-controls-color;\n\n  font-style: normal;\n  font-size: 28px;\n  font-family: $serif;\n\n  &:hover,\n  &:focus {\n    opacity: 1;\n    @if $mfp-IE7support {\n      filter: unquote(\"alpha(opacity=#{1*100})\");\n    }\n  }\n\n  &:active {\n    top: 1px;\n  }\n}\n.mfp-close-btn-in {\n  .mfp-close {\n    color: $mfp-inner-close-icon-color;\n  }\n}\n.mfp-image-holder,\n.mfp-iframe-holder {\n  .mfp-close {\n    color: $mfp-controls-color;\n    right: -6px;\n    text-align: right;\n    padding-right: 6px;\n    width: 100%;\n  }\n}\n\n// \"1 of X\" counter\n.mfp-counter {\n  position: absolute;\n  top: 0;\n  right: 0;\n  color: $mfp-controls-text-color;\n  font-size: 12px;\n  line-height: 18px;\n}\n\n// Navigation arrows\n@if $mfp-include-arrows {\n  .mfp-arrow {\n    position: absolute;\n    opacity: $mfp-controls-opacity;\n    @if $mfp-IE7support {\n      filter: unquote(\"alpha(opacity=#{$mfp-controls-opacity*100})\");\n    }\n    margin: 0;\n    top: 50%;\n    margin-top: -55px;\n    padding: 0;\n    width: 90px;\n    height: 110px;\n    -webkit-tap-highlight-color: rgba(0,0,0,0);\n    &:active {\n      margin-top: -54px;\n    }\n    &:hover,\n    &:focus {\n      opacity: 1;\n      @if $mfp-IE7support {\n        filter: unquote(\"alpha(opacity=#{1*100})\");\n      }\n    }\n    &:before,\n    &:after,\n    .mfp-b,\n    .mfp-a {\n      content: '';\n      display: block;\n      width: 0;\n      height: 0;\n      position: absolute;\n      left: 0;\n      top: 0;\n      margin-top: 35px;\n      margin-left: 35px;\n      border: medium inset transparent;\n    }\n\n    &:after,\n    .mfp-a {\n\n      border-top-width: 13px;\n      border-bottom-width: 13px;\n      top:8px;\n    }\n\n    &:before,\n    .mfp-b {\n      border-top-width: 21px;\n      border-bottom-width: 21px;\n      opacity: 0.7;\n    }\n\n  }\n\n  .mfp-arrow-left {\n    left: 0;\n\n    &:after,\n    .mfp-a {\n      border-right: 17px solid $mfp-controls-color;\n      margin-left: 31px;\n    }\n    &:before,\n    .mfp-b {\n      margin-left: 25px;\n      border-right: 27px solid $mfp-controls-border-color;\n    }\n  }\n\n  .mfp-arrow-right {\n    right: 0;\n    &:after,\n    .mfp-a {\n      border-left: 17px solid $mfp-controls-color;\n      margin-left: 39px\n    }\n    &:before,\n    .mfp-b {\n      border-left: 27px solid $mfp-controls-border-color;\n    }\n  }\n}\n\n\n\n// Iframe content type\n@if $mfp-include-iframe-type {\n  .mfp-iframe-holder {\n    padding-top: $mfp-iframe-padding-top;\n    padding-bottom: $mfp-iframe-padding-top;\n    .mfp-content {\n      line-height: 0;\n      width: 100%;\n      max-width: $mfp-iframe-max-width;\n    }\n    .mfp-close {\n      top: -40px;\n    }\n  }\n  .mfp-iframe-scaler {\n    width: 100%;\n    height: 0;\n    overflow: hidden;\n    padding-top: $mfp-iframe-ratio * 100%;\n    iframe {\n      position: absolute;\n      display: block;\n      top: 0;\n      left: 0;\n      width: 100%;\n      height: 100%;\n      box-shadow: $mfp-shadow;\n      background: $mfp-iframe-background;\n    }\n  }\n}\n\n\n\n// Image content type\n@if $mfp-include-image-type {\n\n  /* Main image in popup */\n  img {\n    &.mfp-img {\n      width: auto;\n      max-width: 100%;\n      height: auto;\n      display: block;\n      line-height: 0;\n      -webkit-box-sizing: border-box;\n      -moz-box-sizing: border-box;\n      box-sizing: border-box;\n      padding: $mfp-image-padding-top 0 $mfp-image-padding-bottom;\n      margin: 0 auto;\n    }\n  }\n\n  /* The shadow behind the image */\n  .mfp-figure {\n    line-height: 0;\n    &:after {\n      content: '';\n      position: absolute;\n      left: 0;\n      top: $mfp-image-padding-top;\n      bottom: $mfp-image-padding-bottom;\n      display: block;\n      right: 0;\n      width: auto;\n      height: auto;\n      z-index: -1;\n      box-shadow: $mfp-shadow;\n      background: $mfp-image-background;\n    }\n    small {\n      color: $mfp-caption-subtitle-color;\n      display: block;\n      font-size: 12px;\n      line-height: 14px;\n    }\n    figure {\n      margin: 0;\n    }\n    figcaption {\n      margin-top: 0;\n      margin-bottom: 0; // reset for bottom spacing\n    }\n  }\n  .mfp-bottom-bar {\n    margin-top: -$mfp-image-padding-bottom + 4;\n    position: absolute;\n    top: 100%;\n    left: 0;\n    width: 100%;\n    cursor: auto;\n  }\n  .mfp-title {\n    text-align: left;\n    line-height: 18px;\n    color: $mfp-caption-title-color;\n    word-wrap: break-word;\n    padding-right: 36px; // leave some space for counter at right side\n  }\n\n  .mfp-image-holder {\n    .mfp-content {\n      max-width: 100%;\n    }\n  }\n\n  .mfp-gallery {\n    .mfp-image-holder {\n      .mfp-figure {\n        cursor: pointer;\n      }\n    }\n  }\n\n\n  @if $mfp-include-mobile-layout-for-image {\n    @media screen and (max-width: 800px) and (orientation:landscape), screen and (max-height: 300px) {\n      /**\n       * Remove all paddings around the image on small screen\n       */\n      .mfp-img-mobile {\n        .mfp-image-holder {\n          padding-left: 0;\n          padding-right: 0;\n        }\n        img {\n          &.mfp-img {\n            padding: 0;\n          }\n        }\n        .mfp-figure {\n          // The shadow behind the image\n          &:after {\n            top: 0;\n            bottom: 0;\n          }\n          small {\n            display: inline;\n            margin-left: 5px;\n          }\n        }\n        .mfp-bottom-bar {\n          background: rgba(0,0,0,0.6);\n          bottom: 0;\n          margin: 0;\n          top: auto;\n          padding: 3px 5px;\n          position: fixed;\n          -webkit-box-sizing: border-box;\n          -moz-box-sizing: border-box;\n          box-sizing: border-box;\n          &:empty {\n            padding: 0;\n          }\n        }\n        .mfp-counter {\n          right: 5px;\n          top: 3px;\n        }\n        .mfp-close {\n          top: 0;\n          right: 0;\n          width: 35px;\n          height: 35px;\n          line-height: 35px;\n          background: rgba(0, 0, 0, 0.6);\n          position: fixed;\n          text-align: center;\n          padding: 0;\n        }\n      }\n    }\n  }\n}\n\n\n\n// Scale navigation arrows and reduce padding from sides\n@media all and (max-width: 900px) {\n  .mfp-arrow {\n    -webkit-transform: scale(0.75);\n    transform: scale(0.75);\n  }\n  .mfp-arrow-left {\n    -webkit-transform-origin: 0;\n    transform-origin: 0;\n  }\n  .mfp-arrow-right {\n    -webkit-transform-origin: 100%;\n    transform-origin: 100%;\n  }\n  .mfp-container {\n    padding-left: $mfp-popup-padding-left-mobile;\n    padding-right: $mfp-popup-padding-left-mobile;\n  }\n}\n\n\n\n// IE7 support\n// Styles that make popup look nicier in old IE\n@if $mfp-IE7support {\n  .mfp-ie7 {\n    .mfp-img {\n      padding: 0;\n    }\n    .mfp-bottom-bar {\n      width: 600px;\n      left: 50%;\n      margin-left: -300px;\n      margin-top: 5px;\n      padding-bottom: 5px;\n    }\n    .mfp-container {\n      padding: 0;\n    }\n    .mfp-content {\n      padding-top: 44px;\n    }\n    .mfp-close {\n      top: 0;\n      right: 0;\n      padding-top: 0;\n    }\n  }\n}\n"
  },
  {
    "path": "_sass/minimal-mistakes/vendor/magnific-popup/_settings.scss",
    "content": "////////////////////////\n//      Settings      //\n////////////////////////\n\n// overlay\n$mfp-overlay-color:                   #000;                     // Color of overlay screen\n$mfp-overlay-opacity:                 0.8;                        // Opacity of overlay screen\n$mfp-shadow:                          0 0 8px rgba(0, 0, 0, 0.6); // Shadow on image or iframe\n\n// spacing\n$mfp-popup-padding-left:              8px;                        // Padding from left and from right side\n$mfp-popup-padding-left-mobile:       6px;                        // Same as above, but is applied when width of window is less than 800px\n\n$mfp-z-index-base:                    1040;                       // Base z-index of popup\n\n// controls\n$mfp-include-arrows:                  true;                       // Include styles for nav arrows\n$mfp-controls-opacity:                1;                          // Opacity of controls\n$mfp-controls-color:                  #fff;                     // Color of controls\n$mfp-controls-border-color:           #fff;                     // Border color of controls\n$mfp-inner-close-icon-color:          #fff;                     // Color of close button when inside\n$mfp-controls-text-color:             #ccc;                       // Color of preloader and \"1 of X\" indicator\n$mfp-controls-text-color-hover:       #fff;                     // Hover color of preloader and \"1 of X\" indicator\n$mfp-IE7support:                      true;                       // Very basic IE7 support\n\n// Iframe-type options\n$mfp-include-iframe-type:             true;                       // Enable Iframe-type popups\n$mfp-iframe-padding-top:              40px;                       // Iframe padding top\n$mfp-iframe-background:               #000;                       // Background color of iframes\n$mfp-iframe-max-width:                900px;                      // Maximum width of iframes\n$mfp-iframe-ratio:                    9/16;                       // Ratio of iframe (9/16 = widescreen, 3/4 = standard, etc.)\n\n// Image-type options\n$mfp-include-image-type:              true;                       // Enable Image-type popups\n$mfp-image-background:                #444 !default;\n$mfp-image-padding-top:               40px;                       // Image padding top\n$mfp-image-padding-bottom:            40px;                       // Image padding bottom\n$mfp-include-mobile-layout-for-image: true;                       // Removes paddings from top and bottom\n\n// Image caption options\n$mfp-caption-title-color:             #f3f3f3;                    // Caption title color\n$mfp-caption-subtitle-color:          #bdbdbd;                    // Caption subtitle color\n.mfp-counter { font-family: $serif; }                          // Caption font family\n\n// A11y\n$mfp-use-visuallyhidden:              false;"
  },
  {
    "path": "_sass/minimal-mistakes/vendor/susy/_su.scss",
    "content": "// Su\n// ==\n\n@import 'susy/su';\n"
  },
  {
    "path": "_sass/minimal-mistakes/vendor/susy/_susy-prefix.scss",
    "content": "// Susy (Prefixed)\n// ===============\n\n$susy-version: 3;\n\n@import 'susy/utilities';\n@import 'susy/su-validate';\n@import 'susy/su-math';\n@import 'susy/settings';\n@import 'susy/normalize';\n@import 'susy/parse';\n@import 'susy/syntax-helpers';\n@import 'susy/api';\n"
  },
  {
    "path": "_sass/minimal-mistakes/vendor/susy/_susy.scss",
    "content": "// Susy (Un-Prefixed)\n// ==================\n\n@import 'susy-prefix';\n@import 'susy/unprefix';\n"
  },
  {
    "path": "_sass/minimal-mistakes/vendor/susy/plugins/_svg-grid.scss",
    "content": "// SVG Grid Background\n// ===================\n\n@import 'svg-grid/prefix';\n@import 'svg-grid/svg-unprefix';\n"
  },
  {
    "path": "_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_prefix.scss",
    "content": "// Prefixed SVG Plugin\n// ===================\n\n@import 'svg-settings';\n@import 'svg-utilities';\n@import 'svg-grid-math';\n@import 'svg-api';\n"
  },
  {
    "path": "_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-api.scss",
    "content": "/// Plugin: SVG Grid Image\n/// ======================\n/// @group plugin_svg-grid\n/// @see susy-svg-grid\n\n\n\n/// ## Overview\n/// If you want to generate svg-backgrounds\n/// for help visualizing and debugging your grids,\n/// import the SVG Grid Plugin.\n///\n/// The plugin adds `svg-grid-colors` setting\n/// to your global defaults,\n/// which you can override in `$susy`.\n/// It also provides you with a new function,\n/// `susy-svg-grid()`,\n/// which will return inline svg for use in\n/// backgrounds or generated content.\n///\n/// This function come with an unprefixed alias by default,\n/// using the `svg-grid` import.\n/// If you only only want prefixed versions of the API,\n/// import the `svg-grid/prefix` partial instead.\n///\n/// @group plugin_svg-grid\n///\n/// @example scss - importing the plugin\n///   // The full path to import Susy will depend on your setup…\n///\n///   // unprefixed\n///   @import 'plugins/svg-grid';\n///\n///   // prefixed\n///   @import 'plugins/svg-grid/prefix';\n///\n/// @example scss - generating background grids\n///   .grid {\n///     background: susy-svg-grid() no-repeat scroll;\n///   }\n\n\n\n// SVG Grid\n// --------\n/// Return inline svg-data in  to display the grid.\n///\n/// @group plugin_svg-grid\n///\n/// @param {Map | List} $grid [$susy] -\n///   Map or shorthand defining the current grid\n/// @param {Color | List | null} $colors [null] -\n///   Column color, or list of colors for column-gradient,\n///   used to override the global `svg-grid-colors` setting\n/// @param {Length | null} $offset [null] -\n///   Manually override the default grid-image offset,\n///   to account for grid edges\n///\n/// @return {String} -\n///   CSS inline-data SVG string, in `url(<svg>)` format,\n///   for use in image or content properties\n/// @example scss\n///   .grid {\n///     background: susy-svg-grid() no-repeat scroll;\n///   }\n@function susy-svg-grid(\n  $grid: $susy,\n  $colors: null,\n  $offset: null\n) {\n  // Grid parsing & normalizing\n  $grid: susy-compile($grid, $context-only: true);\n\n  // Color and gradient handling\n  $gradient: '';\n\n  @if (not $colors) {\n    $colors: susy-get('svg-grid-colors');\n  }\n\n  @if length($colors) > 1 {\n    $gradient: _susy-svg-gradient($colors);\n    $colors: 'url(%23susy-svg-gradient)';\n  } @else {\n    $colors: _susy-svg-color($colors);\n  }\n\n  // Get a default image-width\n  $span: (\n    'span': map-get($grid, 'columns'),\n    'spread': map-get($grid, 'container-spread'),\n  );\n  $span: map-merge($grid, $span);\n  $image-width: su-call('su-span', $span);\n  $image-width: if((type-of($image-width) == 'number'), $image-width, 100%);\n\n  // SVG construction\n  $columns: map-get($grid, 'columns');\n  $offset: $offset or _susy-svg-offset($grid);\n\n  $attrs: 'fill=\"#{$colors}\" width=\"#{$image-width}\"';\n  $svg: 'data:image/svg+xml,';\n  $svg: $svg + '%3Csvg xmlns=\"http://www.w3.org/2000/svg\" #{$attrs} %3E';\n  $svg: $svg + $gradient;\n\n  @for $column from 1 through length($columns) {\n    $width: susy-span(1 narrow at $column, $grid);\n    $x: _susy-svg-column-position($column, $grid);\n\n    $svg: $svg + _susy-svg-rect($x, $width, $offset);\n  }\n\n  @return url('#{$svg}%3C/svg%3E');\n}\n"
  },
  {
    "path": "_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-grid-math.scss",
    "content": "// SVG Grid Math\n// =============\n\n\n\n// SVG Column Position\n// -------------------\n/// Determine the proper horizontal position\n/// for a column rectangle\n///\n/// @access private\n///\n/// @param {Integer} $column -\n///   1-indexed column location on the grid\n/// @param {Map} $grid -\n///   Normalized settings map representing the current grid\n///\n/// @return {Length} -\n///   Horizontal position of svg column rectangle,\n///   as distance from the grid edge\n@function _susy-svg-column-position(\n  $column,\n  $grid\n) {\n  $x: $column - 1;\n\n  @if ($x > 0) {\n    $x: susy-span(first $x wide, $grid);\n  }\n\n  @return $x;\n}\n\n\n\n// SVG Offset\n// ----------\n/// Determine if a grid image needs to be offset,\n/// to account for edge gutters.\n///\n/// @access private\n///\n/// @param {Map} $grid -\n///   Normalized settings map representing the current grid\n///\n/// @return {Length | null} -\n///   Expected distance from container edge to first column,\n///   based on spread values and gutter-widths\n@function _susy-svg-offset(\n  $grid\n) {\n  $columns: su-valid-columns(map-get($grid, 'columns'));\n  $gutters: su-valid-gutters(map-get($grid, 'gutters'));\n  $container: su-valid-spread(map-get($grid, 'container-spread')) + 1;\n\n  @if ($container == 0) {\n    @return null;\n  }\n\n  $gutter: su-call('su-gutter', $grid);\n\n  @if (type-of($gutter) == 'string') {\n    @return 'calc(#{$container} * #{$gutter} / 2)';\n  }\n\n  @return $container * $gutter / 2;\n}\n"
  },
  {
    "path": "_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-settings.scss",
    "content": "// SVG Settings\n// ============\n\n\n// Susy SVG Defaults\n// =================\n/// This plugin adds the `svg-grid-colors` property\n/// and default value to `$_susy-defaults` —\n/// you can override that value in `$susy`\n/// or any other grid settings map.\n/// @group plugin_svg-grid\n$_susy-defaults: map-merge((\n    'svg-grid-colors': hsla(120, 50%, 50%, 0.5) hsla(120, 50%, 75%, 0.5),\n  ), $_susy-defaults);\n"
  },
  {
    "path": "_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-unprefix.scss",
    "content": "// Unprefix Susy SVG Grid\n// ======================\n\n\n\n// SVG Grid\n// --------\n/// Un-prefixed alias for `susy-svg-grid`\n///\n/// @group plugin_svg-grid\n/// @alias susy-svg-grid\n@function svg-grid(\n  $grid: $susy,\n  $colors: susy-get('svg-grid-colors'),\n  $offset: null\n) {\n  @return susy-svg-grid($grid, $colors, $offset);\n}\n"
  },
  {
    "path": "_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-utilities.scss",
    "content": "// SVG Utilities\n// =============\n\n\n\n// SVG Validate Units\n// ------------------\n/// Make sure a length is supported in svg\n///\n/// @access private\n///\n/// @param {Length} $length -\n///   The length to validate\n/// @param {String} $name [null] -\n///   Optional name of length origin,\n///   for error reporting\n///\n/// @return {Length} -\n///   An svg-validated length, or comparable valid length\n@function _susy-svg-validate-units(\n  $length,\n  $name: null\n) {\n  $_svg-units: ('em', 'ex', 'px', 'pt', 'pc', 'cm', 'mm', 'in', '%');\n  $string: type-of($length) == 'string';\n\n  @if ($length == 0) or ($string) or index($_svg-units, unit($length)) {\n    @return $length;\n  }\n\n  @return _susy-error(\n    '`#{unit($length)}` #{$name} units are not supported in SVG',\n    '_susy-svg-validate-units');\n}\n\n\n\n// SVG Rect\n// --------\n/// Build a single svg rectangle\n///\n/// @access private\n///\n/// @param {Length} $x -\n///   Horizontal position for the rectangle\n/// @param {Length} $width -\n///   Width of the rectangle\n/// @param {Length} $offset [null] -\n///   Offset the rectangle, to account for edge gutters\n///\n/// @return {String} -\n///   Escaped string representing one svg rectangle\n@function _susy-svg-rect(\n  $x,\n  $width,\n  $offset: null\n) {\n  $x: _susy-svg-validate-units($x);\n  $width: _susy-svg-validate-units($width);\n  $offset: if($offset == 0, null, $offset);\n\n  @if (type-of($offset) == 'number') and (type-of($x) == 'number') {\n    @if comparable($x, $offset) {\n      $x: $x + $offset;\n    } @else {\n      $x: 'calc(#{$x} + #{$offset})';\n    }\n  } @else if $offset and ($x != 0) {\n    $x: 'calc(#{$x} + #{$offset})';\n  } @else if $offset {\n    $x: $offset;\n  }\n\n  @return '%3Crect x=\"#{$x}\" width=\"#{$width}\" height=\"100%\"/%3E';\n}\n\n\n\n// SVG Color\n// ---------\n/// Stringify colors, and escape hex symbol\n///\n/// @access private\n///\n/// @param {Color} $color -\n///   Color to stringify and escape\n///\n/// @return {String} -\n///   Escaped string value of color\n@function _susy-svg-color(\n  $color\n) {\n  $color: inspect($color); // convert to string\n\n  @if (str-index($color, '#') == 1) {\n    $color: '%23' + str-slice($color, 2);\n  }\n\n  @return $color;\n}\n\n\n\n// SVG Gradient\n// ------------\n/// Create a multi-color svg gradient\n///\n/// @access private\n///\n/// @param {List} $colors -\n///   List of colors to be equally spaced from `0%` to `100%`\n///   in each column rectangle\n///\n/// @return {String} -\n///   Escaped string representing one svg gradient\n///   (`id=\"susy-svg-gradient\"`)\n@function _susy-svg-gradient(\n  $colors\n) {\n  $gradient: '%3Cdefs%3E%3ClinearGradient spreadMethod=\"pad\"';\n  $gradient: '#{$gradient} id=\"susy-svg-gradient\"';\n  $gradient: '#{$gradient} x1=\"0%\" y1=\"0%\" x2=\"100%\" y2=\"0%\"%3E';\n\n  @for $i from 1 through length($colors) {\n    $color: _susy-svg-color(nth($colors, $i));\n    $offset: percentage(($i - 1) / (length($colors) - 1));\n    $stop: '%3Cstop offset=\"#{$offset}\" style=\"stop-color:#{$color};\" /%3E';\n\n    $gradient: $gradient + $stop;\n  }\n\n  @return $gradient + '%3C/linearGradient%3E%3C/defs%3E';\n}\n"
  },
  {
    "path": "_sass/minimal-mistakes/vendor/susy/susy/_api.scss",
    "content": "/// Susy3 API Functions\n/// ===================\n/// These three functions form the core of Susy's\n/// layout-building grid API.\n///\n/// - Use `span()` and `gutter()` to return any grid-width,\n///   and apply the results wherever you need them:\n///   CSS `width`, `margin`, `padding`, `flex-basis`, `transform`, etc.\n/// - For asymmetrical-fluid grids,\n///   `slice()` can help manage your nesting context.\n///\n/// All three functions come with an unprefixed alias by default,\n/// using the `susy` import.\n/// Import the `susy-prefix` partial instead,\n/// if you only only want prefixed versions of the API.\n///\n/// This is a thin syntax-sugar shell around\n/// the \"Su\" core-math functions: `su-span`, `su-gutter`, and `su-slice`.\n/// If you prefer the more constrained syntax of the math engine,\n/// you are welcome to use those functions instead.\n///\n/// @group b-api\n/// @see susy-span\n/// @see susy-gutter\n/// @see susy-slice\n/// @see su-span\n/// @see su-gutter\n/// @see su-slice\n\n\n\n/// ## Shorthand\n///\n/// All functions draw on the same shorthand syntax in two parts,\n/// seperated by the word `of`.\n///\n/// ### Span Syntax: `<width>` [`<location>` `<spread>`]\n/// The first part describes the\n/// **span** width, location, and spread in any order.\n/// Only the width is required:\n///\n/// - `span(2)` will return the width of 2 columns.\n/// - `span(3 wide)` will return 3-columns, with an additional gutter.\n/// - location is only needed with asymmetrical grids,\n///   where `span(3 at 2)` will return the width of\n///   specific columns on the grid.\n///   Since these are functions, they will not handle placement for you.\n///\n/// ### Context Syntax: `[of <columns> <container-spread> <gutters>]`\n/// The second half of Susy's shorthand\n/// describes the grid-**context** –\n/// available columns, container-spread, and optional gutter override –\n/// in any order.\n/// All of these settings have globally-defined defaults:\n///\n/// - `span(2 of 6)` will set the context to\n///   a slice of 6 columns from the global grid.\n///   More details below.\n/// - `span(2 of 12 wide)` changes the container-spread\n///   as well as the column-context.\n/// - `span(2 of 12 set-gutters 0.5em)`\n///   will override the global gutters setting\n///   for this one calculation.\n///\n/// A single unitless number for `columns`\n/// will be treated as a slice of the parent grid.\n/// On a grid with `columns: susy-repeat(12, 120px)`,\n/// the shorthand `of 4` will use the parent `120px` column-width.\n/// You can also be more explicit,\n/// and say `of susy-repeat(4, 100px)`.\n/// If you are using asymmetrical grids,\n/// like `columns: (1 1 2 3 5 8)`,\n/// Susy can't slice it for you without knowing which columns you want.\n/// The `slice` function accepts exactly the same syntax as `span`,\n/// but returns a list of columns rather than a width.\n/// Use it in your context like `of slice(first 3)`.\n///\n/// @group b-api\n\n\n\n// Susy Span\n// ---------\n/// This is the primary function in Susy —\n/// used to return the width of a span across one or more columns,\n/// and any relevant gutters along the way.\n/// With the default settings,\n/// `span(3)` will return the width of 3 columns,\n/// and the 2 intermediate gutters.\n/// This can be used to set the `width` property of grid elements,\n/// or `margin` and `padding`\n/// to push, pull, and pad your elements.\n///\n/// - This is a thin syntax-sugar shell around\n///   the core-math `su-span()` function.\n/// - The un-prefixed alias `span()` is available by default.\n///\n/// @group b-api\n/// @see su-span\n/// @see $susy\n///\n/// @param {list} $span -\n///   Shorthand expression to define the width of the span,\n///   optionally containing:\n///   - a count, length, or column-list span.\n///   - `at $n`, `first`, or `last` location on asymmetrical grids,\n///     where `at 1 == first`,\n///     and `last` will calculate the proper location\n///     based on columns and span.\n///   - `narrow`, `wide`, or `wider` for optionally spreading\n///     across adjacent gutters.\n///   - `of $n <spread>` for available grid columns\n///     and spread of the container.\n///     Span counts like `of 6` are valid\n///     in the context of symmetrical grids,\n///     where Susy can safely infer a slice of the parent columns.\n///   - and `set-gutters $n` to override global gutter settings.\n///\n/// @param {map} $config [()] -\n///   Optional map of Susy grid configuration settings.\n///   See `$susy` documentation for details.\n///\n/// @return {length} -\n///   Calculated length value, using the units given,\n///   or converting to `%` for fraction-based grids,\n///   or a full `calc` function when units/fractions\n///   are not comparable outside the browser.\n///\n/// @example scss - span half the grid\n///   .foo {\n///     // the result is a bit under 50% to account for gutters\n///     width: susy-span(6 of 12);\n///   }\n///\n/// @example scss - span a specific segment of asymmetrical grid\n///   .foo {\n///     width: susy-span(3 at 3 of (1 2 3 5 8));\n///   }\n@function susy-span(\n  $span,\n  $config: ()\n) {\n  $output: susy-compile($span, $config);\n\n  @if map-get($output, 'span') {\n    @return su-call('su-span', $output);\n  }\n\n  $actual: '[#{type-of($span)}] `#{inspect($span)}`';\n  @return _susy-error(\n    'Unable to determine span value from #{$actual}.',\n    'susy-span');\n}\n\n\n\n// Susy Gutter\n// -----------\n/// The gutter function returns\n/// the width of a single gutter on your grid,\n/// to be applied where you see fit –\n/// on `margins`, `padding`, `transform`, or element `width`.\n///\n/// - This is a thin syntax-sugar shell around\n///   the core-math `su-gutter()` function.\n/// - The un-prefixed alias `gutter()` is available by default.\n///\n/// @group b-api\n/// @see su-gutter\n/// @see $susy\n///\n/// @param {list | number} $context [null] -\n///   Optional context for nested gutters,\n///   including shorthand for\n///   `columns`, `gutters`, and `container-spread`\n///   (additional shorthand will be ignored)\n///\n/// @param {map} $config [()] -\n///   Optional map of Susy grid configuration settings.\n///   See `$susy` documentation for details.\n///\n/// @return {length} -\n///   Width of a gutter as `%` of current context,\n///   or in the units defined by `column-width` when available\n///\n/// @example scss - add gutters before or after an element\n///   .floats {\n///     float: left;\n///     width: span(3 of 6);\n///     margin-left: gutter(of 6);\n///   }\n///\n/// @example scss - add gutters to padding\n///   .flexbox {\n///     flex: 1 1 span(3 wide of 6 wide);\n///     padding: gutter(of 6) / 2;\n///   }\n///\n@function susy-gutter(\n  $context: susy-get('columns'),\n  $config: ()\n) {\n  $context: susy-compile($context, $config, 'context-only');\n\n  @return su-call('su-gutter', $context);\n}\n\n\n\n// Susy Slice\n// ----------\n/// Working with asymmetrical grids (un-equal column widths)\n/// can be challenging – \n/// expecially when they involve fluid/fractional elements.\n/// Describing a context `of (15em 6em 6em 6em 15em)` is a lot\n/// to put inside the span or gutter function shorthand.\n/// This slice function returns a sub-slice of asymmetrical columns to use\n/// for a nested context.\n/// `slice(3 at 2)` will give you a subset of the global grid,\n/// spanning 3 columns, starting with the second.\n///\n/// - This is a thin syntax-sugar shell around\n///   the core-math `su-slice()` function.\n/// - The un-prefixed alias `slice()` is available by default.\n///\n/// @group b-api\n/// @see su-slice\n/// @see $susy\n///\n/// @param {list} $span -\n///   Shorthand expression to define the subset span, optionally containing:\n///   - `at $n`, `first`, or `last` location on asymmetrical grids;\n///   - `of $n <spread>` for available grid columns\n///     and spread of the container\n///     - Span-counts like `of 6` are only valid\n///       in the context of symmetrical grids\n///     - Valid spreads include `narrow`, `wide`, or `wider`\n///\n/// @param {map} $config [()] -\n///   Optional map of Susy grid configuration settings.\n///   See `$susy` documentation for details.\n///\n/// @return {list} -\n///   Subset list of columns for use for a nested context\n///\n/// @example scss - Return a nested segment of asymmetrical grid\n///   $context: susy-slice(3 at 3 of (1 2 3 5 8));\n///   /* $context: #{$context}; */\n@function susy-slice(\n  $span,\n  $config: ()\n) {\n  $span: susy-compile($span, $config);\n\n  @return su-call('su-slice', $span);\n}\n\n\n\n/// ## Building Grids\n/// The web has come a long way\n/// since the days of double-margin-hacks\n/// and inconsistent subpixel rounding.\n/// In addition to floats and tables,\n/// we can now use much more powerful tools,\n/// like flexbox and CSS grid,\n/// to build more interesting and responsive layouts.\n///\n/// With Susy3, we hope you'll start moving in that direction.\n/// You can still build classic 12-column Grid Systems,\n/// and we'll help you get there,\n/// but Susy3 is primarily designed for a grid-math-on-demand\n/// approach to layout:\n/// applying our functions only where you really need grid math.\n/// Read the [intro article by OddBird][welcome] for more details.\n///\n/// [welcome]: http://oddbird.net/2017/06/28/susy3/\n///\n/// @group b-api\n/// @link http://oddbird.net/2017/06/28/susy3/ Article: Welcome to Susy3\n///\n/// @example scss - floats\n///   .float {\n///     width: span(3);\n///     margin-right: gutter();\n///   }\n///\n/// @example scss - flexbox\n///   .flexbox {\n///     flex: 1 1 span(3);\n///     // half a gutter on either side…\n///     padding: 0 gutter() / 2;\n///   }\n///\n/// @example scss - pushing and pulling\n///   .push-3 {\n///     margin-left: span(3 wide);\n///   }\n///\n///   .pull-3 {\n///     margin-left: 0 - span(3 wide);\n///   }\n///\n/// @example scss - building an attribute system\n///   // markup example: <div data-span=\"last 3\"></div>\n///   [data-span] {\n///     float: left;\n///\n///     &:not([data-span*='last']) {\n///       margin-right: gutter();\n///     }\n///   }\n///\n///   @for $span from 1 through length(susy-get('columns')) {\n///     [data-span*='#{$span}'] {\n///       width: span($span);\n///     }\n///   }\n"
  },
  {
    "path": "_sass/minimal-mistakes/vendor/susy/susy/_normalize.scss",
    "content": "/// Syntax Normalization\n/// ====================\n/// Susy is divided into two layers:\n/// \"Su\" provides the core math functions with a stripped-down syntax,\n/// while \"Susy\" adds global settings, shorthand syntax,\n/// and other helpers.\n/// Each setting (e.g. span, location, columns, spread, etc.)\n/// has a single canonical syntax in Su.\n///\n/// This normalization module helps translate between those layers,\n/// transforming parsed Susy input into\n/// values that Su will understand.\n///\n/// @group x-normal\n///\n/// @see susy-normalize\n/// @see susy-normalize-span\n/// @see susy-normalize-columns\n/// @see susy-normalize-spread\n/// @see susy-normalize-location\n\n\n\n// Susy Normalize\n// --------------\n/// Normalize the values in a configuration map.\n/// In addition to the global `$susy` properties,\n/// this map can include local span-related imformation,\n/// like `span` and `location`.\n///\n/// Normalization does not check that values are valid,\n/// which will happen in the Su math layer.\n/// These functions merely look for known Susy syntax –\n/// returning a map with those shorthand values\n/// converted into low-level data for Su.\n/// For example `span: all` and `location: first`\n/// will be converted into specific numbers.\n///\n/// @group x-normal\n/// @see $susy\n/// @see susy-parse\n///\n/// @param {map} $config -\n///   Map of Susy configuration settings to normalize.\n///   See `$susy` and `susy-parse()` documentation for details.\n/// @param {map | null} $context [null] -\n///   Map of Susy configuration settings to use as global reference,\n///   or `null` to use global settings.\n///\n/// @return {map} -\n///   Map of Susy configuration settings,\n///   with all values normalized for Su math functions.\n@function susy-normalize(\n  $config,\n  $context: null\n) {\n  // Spread\n  @each $setting in ('spread', 'container-spread') {\n    $value: map-get($config, $setting);\n\n    @if $value {\n      $value: susy-normalize-spread($value);\n      $config: map-merge($config, ($setting: $value));\n    }\n  }\n\n  // Columns\n  $columns: map-get($config, 'columns');\n\n  @if $columns {\n    $columns: susy-normalize-columns($columns, $context);\n    $config: map-merge($config, ('columns': $columns));\n  }\n\n  @if not $columns {\n    $map: type-of($context) == 'map';\n    $columns: if($map, map-get($context, 'columns'), null);\n    $columns: $columns or susy-get('columns');\n  }\n\n  // Span\n  $span: map-get($config, 'span');\n\n  @if $span {\n    $span: susy-normalize-span($span, $columns);\n    $config: map-merge($config, ('span': $span));\n  }\n\n  // Location\n  $location: map-get($config, 'location');\n\n  @if $location {\n    $location: susy-normalize-location($span, $location, $columns);\n    $config: map-merge($config, ('location': $location));\n  }\n\n  @return $config;\n}\n\n\n\n// Normalize Span\n// --------------\n/// Normalize `span` shorthand for Su.\n/// Su span syntax allows an explicit length (e.g. `3em`),\n/// unitless column-span number (e.g. `3` columns),\n/// or an explicit list of columns (e.g. `(3 5 8)`).\n///\n/// Susy span syntax also allows the `all` keyword,\n/// which will be converted to a slice of the context\n/// in normalization.\n///\n/// @group x-normal\n///\n/// @param {number | list | 'all'} $span -\n///   Span value to normalize.\n/// @param {list} $columns -\n///   Normalized list of columns in the grid\n///\n/// @return {number | list} -\n///   Number or list value for `$span`\n@function susy-normalize-span(\n  $span,\n  $columns: susy-get('columns')\n) {\n  @if ($span == 'all') {\n    @return length($columns);\n  }\n\n  @return $span;\n}\n\n\n\n// Normalize Columns\n// -----------------\n/// Normalize `column` shorthand for Su.\n/// Su column syntax only allows column lists (e.g. `120px 1 1 1 120px`).\n///\n/// Susy span syntax also allows a unitless `slice` number (e.g `of 5`),\n/// which will be converted to a slice of the context\n/// in normalization.\n///\n/// @group x-normal\n///\n/// @param {list | integer} $columns -\n///   List of available columns,\n///   or unitless integer representing a slice of\n///   the available context.\n/// @param {map | null} $context [null] -\n///   Map of Susy configuration settings to use as global reference,\n///   or `null` to access global settings.\n///\n/// @return {list} -\n///   Columns list value, normalized for Su input.\n///\n/// @throws\n///   when attempting to access a slice of asymmetrical context\n@function susy-normalize-columns(\n  $columns,\n  $context: null\n) {\n  $context: $context or susy-settings();\n\n  @if type-of($columns) == 'list' {\n    @return _susy-flatten($columns);\n  }\n\n  @if (type-of($columns) == 'number') and (unitless($columns)) {\n    $span: $columns;\n    $context: map-get($context, 'columns');\n    $symmetrical: susy-repeat(length($context), nth($context, 1));\n\n    @if ($context == $symmetrical) {\n      @return susy-repeat($span, nth($context, 1));\n    } @else {\n      $actual: 'of `#{$span}`';\n      $columns: 'grid-columns `#{$context}`';\n      @return _susy-error(\n        'context-slice #{$actual} can not be determined based on #{$columns}.',\n        'susy-normalize-columns');\n    }\n  }\n\n  @return $columns;\n}\n\n\n\n// Normalize Spread\n// ----------------\n/// Normalize `spread` shorthand for Su.\n/// Su spread syntax only allows the numbers `-1`, `0`, or `1` –\n/// representing the number of gutters covered\n/// in relation to columns spanned.\n///\n/// Susy spread syntax also allows keywords for each value –\n/// `narrow` for `-1`, `wide` for `0`, or `wider` for `1` –\n/// which will be converted to their respective integers\n/// in normalization.\n///\n/// @group x-normal\n///\n/// @param {0 | 1 | -1 | 'narrow' | 'wide' | 'wider'} $spread -\n///   Spread across adjacent gutters, relative to a column-count —\n///   either `narrow` (-1), `wide` (0), or `wider` (1)\n///\n/// @return {number} -\n///   Numeric value for `$spread`\n@function susy-normalize-spread(\n  $spread\n) {\n  $normal-spread: (\n    'narrow': -1,\n    'wide': 0,\n    'wider': 1,\n  );\n\n  @return map-get($normal-spread, $spread) or $spread;\n}\n\n\n\n// Normalize Location\n// ------------------\n/// Normalize `location` shorthand for Su.\n/// Su location syntax requires the (1-indexed) number for a column.\n///\n/// Susy also allows the `first` and `last` keywords,\n/// where `first` is always `1`,\n/// and `last` is calculated based on span and column values.\n/// Both keywords are normalized into an integer index\n/// in normalization.\n///\n/// @group x-normal\n///\n/// @param {number} $span -\n///   Number of grid-columns to be spanned\n/// @param {integer | 'first' | 'last'} $location -\n///   Starting (1-indexed) column position of a span,\n///   or a named location keyword.\n/// @param {list} $columns -\n///   Already-normalized list of columns in the grid.\n///\n/// @return {integer} -\n///   Numeric value for `$location`\n@function susy-normalize-location(\n  $span,\n  $location,\n  $columns\n) {\n  $count: length($columns);\n  $normal-locations: (\n    'first': 1,\n    'alpha': 1,\n    'last': $count - $span + 1,\n    'omega': $count - $span + 1,\n  );\n\n  @return map-get($normal-locations, $location) or $location;\n}\n"
  },
  {
    "path": "_sass/minimal-mistakes/vendor/susy/susy/_parse.scss",
    "content": "/// Shorthand Syntax Parser\n/// =======================\n/// The syntax parser converts [shorthand syntax][short]\n/// into a map of settings that can be compared/merged with\n/// other config maps and global setting.\n///\n/// [short]: b-api.html\n///\n/// @group x-parser\n\n\n\n// Parse\n// -----\n/// The `parse` function provides all the syntax-sugar in Susy,\n/// converting user shorthand\n/// into a usable map of keys and values\n/// that can be normalized and passed to Su.\n///\n/// @group x-parser\n/// @see $susy\n///\n/// @param {list} $shorthand -\n///   Shorthand expression to define the width of the span,\n///   optionally containing:\n///   - a count, length, or column-list span;\n///   - `at $n`, `first`, or `last` location on asymmetrical grids;\n///   - `narrow`, `wide`, or `wider` for optionally spreading\n///     across adjacent gutters;\n///   - `of $n <spread>` for available grid columns\n///     and spread of the container\n///     (span counts like `of 6` are only valid\n///     in the context of symmetrical grids);\n///   - and `set-gutters $n` to override global gutter settings\n/// @param {bool} $context-only [false] -\n///   Allow the parser to ignore span and span-spread values,\n///   only parsing context and container-spread.\n///   This makes it possible to accept spanless values,\n///   like the `gutters()` syntax.\n///   When parsing context-only,\n///   the `of` indicator is optional.\n///\n/// @return {map} -\n///   Map of span and grid settings\n///   parsed from shorthand input –\n///   including all the properties available globally –\n///   `columns`, `gutters`, `spread`, `container-spread` –\n///   along with the span-specific properties\n///   `span`, and `location`.\n///\n/// @throw\n///   when a shorthand value is not recognized\n@function susy-parse(\n  $shorthand,\n  $context-only: false\n) {\n  $parse-error: 'Unknown shorthand property:';\n  $options: (\n    'first': 'location',\n    'last': 'location',\n    'alpha': 'location',\n    'omega': 'location',\n    'narrow': 'spread',\n    'wide': 'spread',\n    'wider': 'spread',\n  );\n\n  $return: ();\n  $span: null;\n  $columns: null;\n\n  $of: null;\n  $next: false;\n\n  // Allow context-only shorthand, without span\n  @if ($context-only) and (not index($shorthand, 'of')) {\n    @if su-valid-columns($shorthand, 'fail-silent') {\n      $shorthand: 'of' $shorthand;\n    } @else {\n      $shorthand: join('of', $shorthand);\n    }\n  }\n\n  // loop through the shorthand list\n  @for $i from 1 through length($shorthand) {\n    $item: nth($shorthand, $i);\n    $type: type-of($item);\n    $error: false;\n    $details: '[#{$type}] `#{$item}`';\n\n    // if we know what's supposed to be coming next…\n    @if $next {\n\n      // Add to the return map\n      $return: map-merge($return, ($next: $item));\n\n      // Reset next to `false`\n      $next: false;\n\n    } @else { // If we don't know what's supposed to be coming…\n\n      // Keywords…\n      @if ($type == 'string') {\n        // Check the map for keywords…\n        @if map-has-key($options, $item) {\n          $setting: map-get($options, $item);\n\n          // Spread could be on the span or the container…\n          @if ($setting == 'spread') and ($of) {\n            $return: map-merge($return, ('container-spread': $item));\n          } @else {\n            $return: map-merge($return, ($setting: $item));\n          }\n\n        } @else if ($item == 'all') {\n          // `All` is a span shortcut\n          $span: 'all';\n        } @else if ($item == 'at') {\n          // Some keywords setup what's next…\n          $next: 'location';\n        } @else if ($item == 'set-gutters') {\n          $next: 'gutters';\n        } @else if ($item == 'of') {\n          $of: true;\n        } @else {\n          $error: true;\n        }\n\n      } @else if ($type == 'number') or ($type == 'list') { // Numbers & lists…\n\n        @if not ($span or $of) {\n          // We don't have a span, and we're not expecting context…\n          $span: $item;\n        } @else if ($of) and (not $columns) {\n          // We are expecting context…\n          $columns: $item;\n        } @else {\n          $error: true;\n        }\n\n      } @else {\n        $error: true;\n      }\n    }\n\n    @if $error {\n      @return _susy-error('#{$parse-error} #{$details}', 'susy-parse');\n    }\n  }\n\n  // If we have span, merge it in\n  @if $span {\n    $return: map-merge($return, ('span': $span));\n  }\n\n  // If we have columns, merge them in\n  @if $columns {\n    $return: map-merge($return, ('columns': $columns));\n  }\n\n  // Return the map of settings…\n  @return $return;\n}\n"
  },
  {
    "path": "_sass/minimal-mistakes/vendor/susy/susy/_settings.scss",
    "content": "/// Susy3 Configuration\n/// ===================\n/// Susy3 has 4 core settings, in a single settings map.\n/// You'll notice a few differences from Susy2:\n///\n/// **Columns** no longer accept a single number, like `12`,\n/// but use a syntax more similar to the new\n/// CSS [grid-template-columns][columns] –\n/// a list of relative sizes for each column on the grid.\n/// Unitless numbers in Susy act very similar to `fr` units in CSS,\n/// and the `susy-repeat()` function (similar to the css `repeat()`)\n/// helps quickly establish equal-width columns.\n///\n/// [columns]: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns\n///\n/// - `susy-repeat(12)` will create 12 fluid, equal-width columns\n/// - `susy-repeat(6, 120px)` will create 6 equal `120px`-wide columns\n/// - `120px susy-repeat(4) 120px` will create 6 columns,\n///   the first and last are `120px`,\n///   while the middle 4 are equal fractions of the remainder.\n///   Susy will output `calc()` values in order to achieve this.\n///\n/// **Gutters** haven't changed –\n/// a single fraction or explicit width –\n/// but the `calc()` output feature\n/// means you can now use any combination of units and fractions\n/// to create static-gutters on a fluid grid, etc.\n///\n/// **Spread** existed in the Susy2 API as a span option,\n/// and was otherwise handled behind the scenes.\n/// Now we're giving you full control over all spread issues.\n/// You can find a more [detailed explanation of spread on the blog][spread].\n///\n/// [spread]: http://oddbird.net/2017/06/13/susy-spread/\n///\n/// You can access your global settings at any time\n/// with the `susy-settings()` function,\n/// or grab a single setting from the global scope\n/// with `susy-get('columns')`, `susy-get('gutters')` etc.\n///\n/// @group a-config\n/// @link http://oddbird.net/2017/06/13/susy-spread/\n///   Article: Understanding Spread in Susy3\n///\n/// @see $susy\n/// @see susy-settings\n/// @see susy-get\n\n\n\n// Susy\n// ----\n/// The grid is defined in a single map variable,\n/// with four initial properties:\n/// `columns`, `gutters`, `spread` and `container-spread`.\n/// Anything you put in the root `$susy` variable map\n/// will be treated as a global project default.\n/// You can create similar configuration maps\n/// under different variable names,\n/// to override the defaults as-needed.\n///\n/// @group a-config\n/// @type Map\n///\n/// @see $_susy-defaults\n/// @see {function} susy-repeat\n/// @link\n///   https://codepen.io/mirisuzanne/pen/EgmJJp?editors=1100\n///   Spread examples on CodePen\n///\n/// @prop {list} columns -\n///   Columns are described by a list of numbers,\n///   representing the relative width of each column.\n///   The syntax is a simplified version of CSS native\n///   `grid-template-columns`,\n///   expecting a list of grid-column widths.\n///   Unitless numbers create fractional fluid columns\n///   (similar to the CSS-native `fr` unit),\n///   while length values (united numbers)\n///   are used to define static columns.\n///   You can mix-and match units and fractions,\n///   to create a mixed grid.\n///   Susy will generate `calc()` values when necessary,\n///   to make all your units work together.\n///\n///   Use the `susy-repeat($count, $value)` function\n///   to more easily repetative columns,\n///   similar to the CSS-native `repeat()`.\n///\n///   - `susy-repeat(8)`:\n///     an 8-column, symmetrical, fluid grid.\n///     <br />Identical to `(1 1 1 1 1 1 1 1)`.\n///   - `susy-repeat(6, 8em)`:\n///     a 6-column, symmetrical, em-based grid.\n///     <br />Identical to `(8em 8em 8em 8em 8em 8em)`.\n///   - `(300px susy-repeat(4) 300px)`:\n///     a 6-column, asymmetrical, mixed fluid/static grid\n///     using `calc()` output.\n///     <br />Identical to `(300px 1 1 1 1 300px)`.\n///\n///   **NOTE** that `12` is no longer a valid 12-column grid definition,\n///   and you must list all the columns individually\n///   (or by using the `susy-repeat()` function).\n///\n/// @prop {number} gutters -\n///   Gutters are defined as a single width,\n///   or fluid ratio, similar to the native-CSS\n///   `grid-column-gap` syntax.\n///   Similar to columns,\n///   gutters can use any valid CSS length unit,\n///   or unitless numbers to define a relative fraction.\n///\n///   - `0.5`:\n///     a fluid gutter, half the size of a single-fraction column.\n///   - `1em`:\n///     a static gutter, `1em` wide.\n///\n///   Mix static gutters with fluid columns, or vice versa,\n///   and Susy will generate the required `calc()` to make it work.\n///\n/// @prop {string} spread [narrow] -\n///   Spread of an element across adjacent gutters:\n///   either `narrow` (none), `wide` (one), or `wider` (two)\n///\n///   - Both spread settings default to `narrow`,\n///     the most common use-case.\n///     A `narrow` spread only has gutters *between* columns\n///     (one less gutter than columns).\n///     This is how all css-native grids work,\n///     and most margin-based grid systems.\n///   - A `wide` spread includes the same number of gutters as columns,\n///     spanning across a single side-gutter.\n///     This is how most padding-based grid systems often work,\n///     and is also useful for pushing and pulling elements into place.\n///   - The rare `wider` spread includes gutters\n///     on both sides of the column-span\n///     (one more gutters than columns).\n///\n/// @prop {string} container-spread [narrow] -\n///   Spread of a container around adjacent gutters:\n///   either `narrow` (none), `wide` (one), or `wider` (two).\n///   See `spread` property for details.\n///\n/// @since 3.0.0-beta.1 -\n///   `columns` setting no longer accepts numbers\n///   (e.g. `12`) for symmetrical fluid grids,\n///   or the initial `12 x 120px` syntax for\n///   symmetrical fixed-unit grids.\n///   Use `susy-repeat(12)` or `susy-repeat(12, 120px)` instead.\n///\n/// @example scss - default values\n///   // 4 symmetrical, fluid columns\n///   // gutters are 1/4 the size of a column\n///   // elements span 1 less gutter than columns\n///   // containers span 1 less gutter as well\n///   $susy: (\n///     'columns': susy-repeat(4),\n///     'gutters': 0.25,\n///     'spread': 'narrow',\n///     'container-spread': 'narrow',\n///   );\n///\n/// @example scss - inside-static gutters\n///   // 6 symmetrical, fluid columns…\n///   // gutters are static, triggering calc()…\n///   // elements span equal columns & gutters…\n///   // containers span equal columns & gutters…\n///   $susy: (\n///     'columns': susy-repeat(6),\n///     'gutters': 0.5em,\n///     'spread': 'wide',\n///     'container-spread': 'wide',\n///   );\n$susy: () !default;\n\n\n\n// Susy Repeat\n// -----------\n/// Similar to the `repeat(<count>, <value>)` function\n/// that is available in native CSS Grid templates,\n/// the `susy-repeat()` function helps generate repetative layouts\n/// by repeating any value a given number of times.\n/// Where Susy previously allowed `8` as a column definition\n/// for 8 equal columns, you should now use `susy-repeat(8)`.\n///\n/// @group a-config\n///\n/// @param {integer} $count -\n///   The number of repetitions, e.g. `12` for a 12-column grid.\n/// @param {*} $value [1] -\n///   The value to be repeated.\n///   Technically any value can be repeated here,\n///   but the function exists to repeat column-width descriptions:\n///   e.g. the default `1` for single-fraction fluid columns,\n///   `5em` for a static column,\n///   or even `5em 120px` if you are alternating column widths.\n///\n/// @return {list} -\n///   List of repeated values\n///\n/// @example scss\n///   // 12 column grid, with 5em columns\n///   $susy: (\n///     columns: susy-repeat(12, 5em),\n///   );\n///\n/// @example scss\n///   // asymmetrical 5-column grid\n///   $susy: (\n///     columns: 20px susy-repeat(3, 100px) 20px,\n///   );\n///\n///   /* result: #{susy-get('columns')} */\n@function susy-repeat(\n  $count,\n  $value: 1\n) {\n  $return: ();\n\n  @for $i from 1 through $count {\n    $return: join($return, $value);\n  }\n\n  @return $return;\n}\n\n\n\n// Susy Defaults\n// -------------\n/// Configuration map of Susy factory defaults.\n/// Do not override this map directly –\n/// use `$susy` for user and project setting overrides.\n///\n/// @access private\n/// @type Map\n///\n/// @see $susy\n///\n/// @prop {number | list} columns [susy-repeat(4)]\n/// @prop {number} gutters [0.25]\n/// @prop {string} spread ['narrow']\n/// @prop {string} container-spread ['narrow']\n$_susy-defaults: (\n  'columns': susy-repeat(4),\n  'gutters': 0.25,\n  'spread': 'narrow',\n  'container-spread': 'narrow',\n);\n\n\n\n// Susy Settings\n// -------------\n/// Return a combined map of Susy settings,\n/// based on the factory defaults (`$_susy-defaults`),\n/// user-defined project configuration (`$susy`),\n/// and any local overrides required –\n/// such as a configuration map passed into a function.\n///\n/// @group a-config\n///\n/// @param {maps} $overrides… -\n///   Optional map override of global configuration settings.\n///   See `$susy` above for properties.\n///\n/// @return {map} -\n///   Combined map of Susy configuration settings,\n///   in order of specificity:\n///   any `$overrides...`,\n///   then `$susy` project settings,\n///   and finally the `$_susy-defaults`\n///\n/// @example scss - global settings\n///   @each $key, $value in susy-settings() {\n///     /* #{$key}: #{$value} */\n///   }\n///\n/// @example scss - local settings\n///   $local: ('columns': 1 2 3 5 8);\n///\n///   @each $key, $value in susy-settings($local) {\n///     /* #{$key}: #{$value} */\n///   }\n@function susy-settings(\n  $overrides...\n) {\n  $settings: map-merge($_susy-defaults, $susy);\n\n  @each $config in $overrides {\n    $settings: map-merge($settings, $config);\n  }\n\n  @return $settings;\n}\n\n\n\n// Susy Get\n// --------\n/// Return the current global value of any Susy setting\n///\n/// @group a-config\n///\n/// @param {string} $key -\n///   Setting to retrieve from the configuration.\n///\n/// @return {*} -\n///   Value mapped to `$key` in the configuration maps,\n///   in order of specificity:\n///   `$susy`, then `$_susy-defaults`\n///\n/// @example scss -\n///   /* columns: #{susy-get('columns')} */\n///   /* gutters: #{susy-get('gutters')} */\n@function susy-get(\n  $key\n) {\n  $settings: susy-settings();\n\n  @if not map-has-key($settings, $key) {\n    @return _susy-error(\n      'There is no Susy setting called `#{$key}`',\n      'susy-get');\n  }\n\n  @return map-get($settings, $key);\n}\n"
  },
  {
    "path": "_sass/minimal-mistakes/vendor/susy/susy/_su-math.scss",
    "content": "/// Grid Math Engine\n/// ================\n/// The `su` functions give you direct access to the math layer,\n/// without any syntax-sugar like shorthand parsing, and normalization.\n/// If you prefer named arguments, and stripped-down syntax,\n/// you can use these functions directly in your code –\n/// replacing `span`, `gutter`, and `slice`.\n///\n/// These functions are also useful\n/// for building mixins or other extensions to Susy.\n/// Apply the Susy syntax to new mixins and functions,\n/// using our \"Plugin Helpers\",\n/// or write your own syntax and pass the normalized results along\n/// to `su` for compilation.\n///\n/// @group su-math\n///\n/// @see su-span\n/// @see su-gutter\n/// @see su-slice\n/// @ignore _su-sum\n/// @ignore _su-calc-span\n/// @ignore _su-calc-sum\n/// @ignore _su-needs-calc-output\n\n\n\n// Su Span\n// -------\n/// Calculates and returns a CSS-ready span width,\n/// based on normalized span and context data –\n/// a low-level version of `susy-span`,\n/// with all of the logic and none of the syntax sugar.\n///\n/// - Grids defined with unitless numbers will return `%` values.\n/// - Grids defined with comparable units\n///   will return a value in the units provided.\n/// - Grids defined with a mix of units,\n///   or a combination of untiless numbers and unit-lengths,\n///   will return a `calc()` string.\n///\n/// @group su-math\n/// @see susy-span\n///\n/// @param {number | list} $span -\n///   Number or list of grid columns to span\n/// @param {list} $columns -\n///   List of columns available\n/// @param {number} $gutters -\n///   Width of a gutter in column-comparable units\n/// @param {0 | 1 | -1} $spread -\n///   Number of gutters spanned,\n///   relative to `span` count\n/// @param {0 | 1 | -1} $container-spread [$spread] -\n///   Number of gutters spanned,\n///   relative to `columns` count\n/// @param {integer} $location [1] -\n///   Optional position of sub-span among full set of columns\n///\n/// @return {length} -\n///   Relative or static length of a span on the grid\n@function su-span(\n  $span,\n  $columns,\n  $gutters,\n  $spread,\n  $container-spread: $spread,\n  $location: 1\n) {\n  $span: su-valid-span($span);\n  $columns: su-valid-columns($columns);\n  $gutters: su-valid-gutters($gutters);\n  $spread: su-valid-spread($spread);\n\n  @if (type-of($span) == 'number') {\n    @if (not unitless($span)) {\n      @return $span;\n    }\n\n    $location: su-valid-location($span, $location, $columns);\n    $span: su-slice($span, $columns, $location, $validate: false);\n  }\n\n  @if _su-needs-calc-output($span, $columns, $gutters, $spread, not 'validate') {\n    @return _su-calc-span($span, $columns, $gutters, $spread, $container-spread, not 'validate');\n  }\n\n  $span-width: _su-sum($span, $gutters, $spread, $validate: false);\n\n  @if unitless($span-width) {\n    $container-spread: su-valid-spread($container-spread);\n    $container: _su-sum($columns, $gutters, $container-spread, $validate: false);\n    @return percentage($span-width / $container);\n  }\n\n  @return $span-width;\n}\n\n\n\n// Su Gutter\n// ---------\n/// Calculates and returns a CSS-ready gutter width,\n/// based on normalized grid data –\n/// a low-level version of `susy-gutter`,\n/// with all of the logic and none of the syntax sugar.\n///\n/// - Grids defined with unitless numbers will return `%` values.\n/// - Grids defined with comparable units\n///   will return a value in the units provided.\n/// - Grids defined with a mix of units,\n///   or a combination of untiless numbers and unit-lengths,\n///   will return a `calc()` string.\n///\n/// @group su-math\n/// @see susy-gutter\n///\n/// @param {list} $columns -\n///   List of columns in the grid\n/// @param {number} $gutters -\n///   Width of a gutter in column-comparable units\n/// @param {0 | 1 | -1} $container-spread -\n///   Number of gutters spanned,\n///   relative to `columns` count\n///\n/// @return {length} -\n///   Relative or static length of one gutter in a grid\n@function su-gutter(\n  $columns,\n  $gutters,\n  $container-spread\n) {\n  @if (type-of($gutters) == 'number') {\n    @if ($gutters == 0) or (not unitless($gutters)) {\n      @return $gutters;\n    }\n  }\n\n  @if _su-needs-calc-output($gutters, $columns, $gutters, -1, not 'validate') {\n    @return _su-calc-span($gutters, $columns, $gutters, -1, $container-spread, not 'validate');\n  }\n\n  $container: _su-sum($columns, $gutters, $container-spread);\n  @return percentage($gutters / $container);\n}\n\n\n\n// Su Slice\n// --------\n/// Returns a list of columns\n/// based on a given span/location slice of the grid –\n/// a low-level version of `susy-slice`,\n/// with all of the logic and none of the syntax sugar.\n///\n/// @group su-math\n/// @see susy-slice\n///\n/// @param {number} $span -\n///   Number of grid columns to span\n/// @param {list} $columns -\n///   List of columns in the grid\n/// @param {number} $location [1] -\n///   Starting index of a span in the list of columns\n/// @param {bool} $validate [true] -\n///   Check that arguments are valid before proceeding\n///\n/// @return {list} -\n///   Subset list of grid columns, based on span and location\n@function su-slice(\n  $span,\n  $columns,\n  $location: 1,\n  $validate: true\n) {\n  @if $validate {\n    $columns: su-valid-columns($columns);\n    $location: su-valid-location($span, $location, $columns);\n  }\n\n  $floor: floor($span);\n  $sub-columns: ();\n\n  @for $i from $location to ($location + $floor) {\n    $sub-columns: append($sub-columns, nth($columns, $i));\n  }\n\n  @if $floor != $span {\n    $remainder: $span - $floor;\n    $column: $location + $floor;\n    $sub-columns: append($sub-columns, nth($columns, $column) * $remainder);\n  }\n\n  @return $sub-columns;\n}\n\n\n\n// Su Sum\n// ------\n/// Get the total sum of column-units in a layout.\n///\n/// @group su-math\n/// @access private\n///\n/// @param {list} $columns -\n///   List of columns in the grid\n/// @param {number} $gutters -\n///   Width of a gutter in column-comparable units\n/// @param {0 | 1 | -1} $spread -\n///   Number of gutters spanned,\n///   relative to `columns` count\n/// @param {bool} $validate [true] -\n///   Check that arguments are valid before proceeding\n///\n/// @return {number} -\n///   Total sum of column-units in a grid\n@function _su-sum(\n  $columns,\n  $gutters,\n  $spread,\n  $validate: true\n) {\n  @if $validate {\n    $columns: su-valid-span($columns);\n    $gutters: su-valid-gutters($gutters);\n    $spread: su-valid-spread($spread);\n  }\n\n  // Calculate column-sum\n  $column-sum: 0;\n  @each $column in $columns {\n    $column-sum: $column-sum + $column;\n  }\n\n  $gutter-sum: (ceil(length($columns)) + $spread) * $gutters;\n  $total: if(($gutter-sum > 0), $column-sum + $gutter-sum, $column-sum);\n\n  @return $total;\n}\n\n\n\n// Su Calc\n// -------\n/// Return a usable span width as a `calc()` function,\n/// in order to create mixed-unit grids.\n///\n/// @group su-math\n/// @access private\n///\n/// @param {number | list} $span -\n///   Pre-sliced list of grid columns to span\n/// @param {list} $columns -\n///   List of columns available\n/// @param {number} $gutters -\n///   Width of a gutter in column-comparable units\n/// @param {0 | 1 | -1} $spread -\n///   Number of gutters spanned,\n///   relative to `span` count\n/// @param {0 | 1 | -1} $container-spread [$spread] -\n///   Number of gutters spanned,\n///   relative to `columns` count\n/// @param {bool} $validate [true] -\n///   Check that arguments are valid before proceeding\n///\n/// @return {length} -\n///   Relative or static length of a span on the grid\n@function _su-calc-span(\n  $span,\n  $columns,\n  $gutters,\n  $spread,\n  $container-spread: $spread,\n  $validate: true\n) {\n  @if $validate {\n    $span: su-valid-span($span);\n    $columns: su-valid-columns($columns);\n    $gutters: su-valid-gutters($gutters);\n    $spread: su-valid-spread($spread);\n    $container-spread: su-valid-spread($container-spread);\n  }\n\n  // Span and context\n  $span: _su-calc-sum($span, $gutters, $spread, not 'validate');\n  $context: _su-calc-sum($columns, $gutters, $container-spread, not 'validate');\n\n  // Fixed and fluid\n  $fixed-span: map-get($span, 'fixed');\n  $fluid-span: map-get($span, 'fluid');\n  $fixed-context: map-get($context, 'fixed');\n  $fluid-context: map-get($context, 'fluid');\n\n  $calc: '#{$fixed-span}';\n  $fluid-calc: '(100% - #{$fixed-context})';\n\n  // Fluid-values\n  @if (not $fluid-span) {\n    $fluid-calc: null;\n  } @else if ($fluid-span != $fluid-context) {\n    $fluid-span: '* #{$fluid-span}';\n    $fluid-context: if($fluid-context, '/ #{$fluid-context}', '');\n    $fluid-calc: '(#{$fluid-calc $fluid-context $fluid-span})';\n  }\n\n  @if $fluid-calc {\n    $calc: if(($calc != ''), '#{$calc} + ', '');\n    $calc: '#{$calc + $fluid-calc}';\n  }\n\n  @return calc(#{unquote($calc)});\n}\n\n\n\n// Su Calc-Sum\n// -----------\n/// Get the total sum of fixed and fluid column-units\n/// for creating a mixed-unit layout with `calc()` values.\n///\n/// @group su-math\n/// @access private\n///\n/// @param {list} $columns -\n///   List of columns available\n/// @param {number} $gutters -\n///   Width of a gutter in column-comparable units\n/// @param {0 | 1 | -1} $spread -\n///   Number of gutters spanned,\n///   relative to `span` count\n/// @param {bool} $validate [true] -\n///   Check that arguments are valid before proceeding\n///\n/// @return {map} -\n///   Map with `fixed` and `fluid` keys\n///   containing the proper math as strings\n@function _su-calc-sum(\n  $columns,\n  $gutters,\n  $spread,\n  $validate: true\n) {\n  @if $validate {\n    $columns: su-valid-span($columns);\n    $gutters: su-valid-gutters($gutters);\n    $spread: su-valid-spread($spread);\n  }\n\n  $fluid: 0;\n  $fixed: ();\n  $calc: null;\n\n  // Gutters\n  $gutters:  $gutters * (length($columns) + $spread);\n\n  // Columns\n  @each $col in append($columns, $gutters) {\n    @if unitless($col) {\n      $fluid: $fluid + $col;\n    } @else {\n      $fixed: _su-map-add-units($fixed, $col);\n    }\n  }\n\n  // Compile Fixed Units\n  @each $unit, $total in $fixed {\n    @if ($total != (0 * $total)) {\n      $calc: if($calc, '#{$calc} + #{$total}', '#{$total}');\n    }\n  }\n\n  // Calc null or string\n  @if $calc {\n    $calc: if(str-index($calc, '+'), '(#{$calc})', '#{$calc}');\n  }\n\n  // Fluid 0 => null\n  $fluid: if(($fluid == 0), null, $fluid);\n\n\n  // Return map\n  $return: (\n    'fixed': $calc,\n    'fluid': $fluid,\n  );\n\n  @return $return;\n}\n\n\n\n// Needs Calc\n// ----------\n/// Check if `calc()` will be needed in defining a span,\n/// if the necessary units in a grid are not comparable.\n///\n/// @group su-math\n/// @access private\n///\n/// @param {list} $span -\n///   Slice of columns to span\n/// @param {list} $columns -\n///   List of available columns in the grid\n/// @param {number} $gutters -\n///   Width of a gutter\n/// @param {0 | 1 | -1} $spread -\n///   Number of gutters spanned,\n///   relative to `span` count\n/// @param {bool} $validate [true] -\n///   Check that arguments are valid before proceeding\n///\n/// @return {bool} -\n///   `True` when units do not match, and `calc()` will be required\n@function _su-needs-calc-output(\n  $span,\n  $columns,\n  $gutters,\n  $spread,\n  $validate: true\n) {\n  @if $validate {\n    $span: su-valid-span($span);\n    $columns: su-valid-columns($columns);\n    $gutters: su-valid-gutters($gutters);\n  }\n\n  $has-gutter: if((length($span) > 1) or ($spread >= 0), true, false);\n  $check: if($has-gutter, append($span, $gutters), $span);\n  $safe-span: _su-is-comparable($check...);\n\n  @if ($safe-span == 'static') {\n    @return false;\n  } @else if (not $safe-span) {\n    @return true;\n  }\n\n  $safe-fluid: _su-is-comparable($gutters, $columns...);\n\n  @return not $safe-fluid;\n}\n"
  },
  {
    "path": "_sass/minimal-mistakes/vendor/susy/susy/_su-validate.scss",
    "content": "/// Validation\n/// ==========\n/// Each argument to Su has a single canonical syntax.\n/// These validation functions check to ensure\n/// that each argument is valid,\n/// in order to provide useful errors\n/// before attempting to calculate the results/\n///\n/// @group x-validation\n///\n/// @see su-valid-columns\n/// @see su-valid-gutters\n/// @see su-valid-spread\n/// @see su-valid-location\n\n\n\n// Valid Span\n// ----------\n/// Check that the `span` argument\n/// is a number, length, or column-list\n///\n/// @group x-validation\n///\n/// @param {number | list} $span -\n///   Number of columns, or length of span\n///\n/// @return {number | list} -\n///   Validated `$span` number, length, or columns list\n///\n/// @throw\n///   when span value is not a number, or valid column list\n@function su-valid-span(\n  $span\n) {\n  $type: type-of($span);\n  @if ($type == 'number') {\n    @return $span;\n  } @else if ($type == 'list') and su-valid-columns($span, 'silent-failure') {\n    @return $span;\n  }\n\n  $actual: '[#{type-of($span)}] `#{inspect($span)}`';\n  @return _susy-error(\n    '#{$actual} is not a valid number, length, or column-list for $span.',\n    'su-valid-span');\n}\n\n\n\n// Valid Columns\n// -------------\n/// Check that the `columns` argument is a valid\n/// list of column-lengths\n///\n/// @group x-validation\n///\n/// @param {list} $columns -\n///   List of column-lengths\n/// @param {bool} $silent-failure [true] -\n///   Set false to return null on failure\n///\n/// @return {list} -\n///   Validated `$columns` list\n///\n/// @throw\n///   when column value is not a valid list of numbers\n@function su-valid-columns(\n  $columns,\n  $silent-failure: false\n) {\n  @if (type-of($columns) == 'list') {\n    $fail: false;\n\n    @each $col in $columns {\n      @if (type-of($col) != 'number') {\n        $fail: true;\n      }\n    }\n\n    @if not $fail {\n      @return $columns;\n    }\n  }\n\n  // Silent Failure\n  @if $silent-failure {\n    @return null;\n  }\n\n  // Error Message\n  $actual: '[#{type-of($columns)}] `#{inspect($columns)}`';\n\n  @return _susy-error(\n    '#{$actual} is not a valid list of numbers for $columns.',\n    'su-valid-columns');\n}\n\n\n\n// Valid Gutters\n// -------------\n/// Check that the `gutters` argument is a valid number\n///\n/// @group x-validation\n///\n/// @param {number} $gutters -\n///   Width of a gutter\n///\n/// @return {number} -\n///   Validated `$gutters` number\n///\n/// @throw\n///   when gutter value is not a number\n@function su-valid-gutters(\n  $gutters\n) {\n  $type: type-of($gutters);\n\n  @if ($type == 'number') {\n    @return $gutters;\n  }\n\n  $actual: '[#{$type}] `#{inspect($gutters)}`';\n  @return _susy-error(\n    '#{$actual} is not a number or length for $gutters.',\n    'su-valid-gutters');\n}\n\n\n\n// Valid Spread\n// ------------\n/// Check that the `spread` argument is a valid\n/// intiger between `-1` and `1`\n///\n/// @group x-validation\n///\n/// @param {0 | 1 | -1} $spread -\n///   Number of gutters to include in a span,\n///   relative to the number columns\n///\n/// @return {0 | 1 | -1} -\n///   Validated `$spread` number\n///\n/// @throw\n///   when spread value is not a valid spread\n@function su-valid-spread(\n  $spread\n) {\n  @if index(0 1 -1, $spread) {\n    @return $spread;\n  }\n\n  $actual: '[#{type-of($spread)}] `#{inspect($spread)}`';\n  @return _susy-error(\n    '#{$actual} is not a normalized [0 | 1 | -1] value for `$spread`.',\n    'su-valid-spread');\n}\n\n\n\n// Valid Location\n// --------------\n/// Check that the `location` argument is a valid number,\n/// within the scope of available columns\n///\n/// @group x-validation\n///\n/// @param {number} $span -\n///   Number of grid-columns to be spanned\n/// @param {integer | string} $location -\n///   Starting (1-indexed) column-position of that span\n/// @param {list} $columns -\n///   List of available columns in the grid\n///\n/// @return {integer} -\n///   Validated `$location` intiger\n///\n/// @throw\n///   when location value is not a valid index,\n///   given the context and span.\n@function su-valid-location(\n  $span,\n  $location,\n  $columns\n) {\n  $count: length($columns);\n\n  @if $location {\n    @if (type-of($location) != 'number') or (not unitless($location)) {\n      $actual: '[#{type-of($location)}] `#{$location}`';\n      @return _susy-error(\n        '#{$actual} is not a unitless number for $location.',\n        'su-valid-location');\n    } @else if (round($location) != $location) {\n      @return _susy-error(\n        'Location (`#{$location}`) must be a 1-indexed intiger position.',\n        'su-valid-location');\n    } @else if ($location > $count) or ($location < 1) {\n      @return _susy-error(\n        'Position `#{$location}` does not exist in grid `#{$columns}`.',\n        'su-valid-location');\n    } @else if ($location + $span - 1 > $count) {\n      $details: 'grid `#{$columns}` for span `#{$span}` at `#{$location}`';\n      @return _susy-error(\n        'There are not enough columns in #{$details}.',\n        'su-valid-location');\n    }\n  }\n\n  @return $location;\n}\n"
  },
  {
    "path": "_sass/minimal-mistakes/vendor/susy/susy/_syntax-helpers.scss",
    "content": "/// Syntax Utilities for Extending Susy\n/// ===================================\n/// There are many steps involved\n/// when translating between the Susy syntax layer,\n/// and the Su core math.\n/// That entire process can be condensed with these two functions.\n/// For anyone that wants to access the full power of Susy,\n/// and build their own plugins, functions, or mixins –\n/// this is the primary API for compiling user input,\n/// and accessing the core math.\n///\n/// This is the same technique we use internally,\n/// to keep our API layer simple and light-weight.\n/// Every function accepts two arguments,\n/// a \"shorthand\" description of the span or context,\n/// and an optional settings-map to override global defaults.\n///\n/// - Use `susy-compile()` to parse, merge, and normalize\n///   all the user settings into a single map.\n/// - Then use `su-call()` to call one of the core math functions,\n///   with whatever data is needed for that function.\n///\n/// @group plugin-utils\n/// @see susy-compile\n/// @see su-call\n///\n/// @example scss - Susy API `gutter` function\n///   @function susy-gutter(\n///     $context: susy-get('columns'),\n///     $config: ()\n///   ) {\n///     // compile and normalize all user arguments and global settings\n///     $context: susy-compile($context, $config, 'context-only');\n///     // call `su-gutter` with the appropriate data\n///     @return su-call('su-gutter', $context);\n///   }\n///\n/// @example scss - Sample `span` mixin for floated grids\n///   @mixin span(\n///     $span,\n///     $config: ()\n///   ) {\n///     $context: susy-compile($span, $config);\n///     width: su-call('su-span', $context);\n///\n///     @if index($span, 'last') {\n///       float: right;\n///     } @else {\n///       float: left;\n///       margin-right: su-call('su-gutter', $context);\n///     }\n///   }\n\n\n\n// Compile\n// -------\n/// Susy's syntax layer has various moving parts,\n/// with syntax-parsing for the grid/span shorthand,\n/// and normalization for each of the resulting values.\n/// The compile function rolls this all together\n/// in a single call –\n/// for quick access from our internal API functions,\n/// or any additional functions and mixins you add to your project.\n/// Pass user input and configuration maps to the compiler,\n/// and it will hand back a map of values ready for Su.\n/// Combine this with the `su-call` function\n/// to quickly parse, normalize, and process grid calculations.\n///\n/// @group plugin-utils\n/// @see su-call\n///\n/// @param {list | map} $shorthand -\n///   Shorthand expression to define the width of the span,\n///   optionally containing:\n///   - a count, length, or column-list span;\n///   - `at $n`, `first`, or `last` location on asymmetrical grids;\n///   - `narrow`, `wide`, or `wider` for optionally spreading\n///     across adjacent gutters;\n///   - `of $n <spread>` for available grid columns\n///     and spread of the container\n///     (span counts like `of 6` are only valid\n///     in the context of symmetrical grids);\n///   - and `set-gutters $n` to override global gutter settings\n/// @param {map} $config [null] -\n///   Optional map of Susy grid configuration settings\n/// @param {bool} $context-only [false] -\n///   Allow the parser to ignore span and span-spread values,\n///   only parsing context and container-spread\n///\n/// @return {map} -\n///   Parsed and normalized map of settings,\n///   based on global and local configuration,\n///   alongwith shorthad adjustments.\n///\n/// @example scss -\n///   $user-input: 3 wide of susy-repeat(6, 120px) set-gutters 10px;\n///   $grid-data: susy-compile($user-input, $susy);\n///\n///   @each $key, $value in $grid-data {\n///     /* #{$key}: #{$value}, */\n///   }\n@function susy-compile(\n  $short,\n  $config: null,\n  $context-only: false\n) {\n  // Get and normalize config\n  $config: if($config, susy-settings($config), susy-settings());\n  $normal-config: susy-normalize($config);\n\n  // Parse and normalize shorthand\n  @if (type-of($short) != 'map') and (length($short) > 0) {\n    $short: susy-parse($short, $context-only);\n  }\n\n  $normal-short: susy-normalize($short, $normal-config);\n\n  // Merge and return\n  @return map-merge($normal-config, $normal-short);\n}\n\n\n\n// Call\n// ----\n/// The Susy parsing and normalization process\n/// results in a map of configuration settings,\n/// much like the global `$susy` settings map.\n/// In order to pass that information along to Su math functions,\n/// the proper values have to be picked out,\n/// and converted to arguments.\n///\n/// The `su-call` function streamlines that process,\n/// weeding out the unnecessary data,\n/// and passing the rest along to Su in the proper format.\n/// Combine this with `susy-compile` to quickly parse,\n/// normalize, and process grid calculations.\n///\n/// @group plugin-utils\n///\n/// @require su-span\n/// @require su-gutter\n/// @require su-slice\n/// @see susy-compile\n///\n/// @param {'su-span' | 'su-gutter' | 'su-slice'} $name -\n///   Name of the Su math function to call.\n/// @param {map} $config -\n///   Parsed and normalized map of Susy configuration settings\n///   to use for math-function arguments.\n///\n/// @return {*} -\n///   Results of the function being called.\n///\n/// @example scss -\n///   $user-input: 3 wide of susy-repeat(6, 120px) set-gutters 10px;\n///   $grid-data: susy-compile($user-input, $susy);\n///\n///   .su-span {\n///     width: su-call('su-span', $grid-data);\n///   }\n@function su-call(\n  $name,\n  $config\n) {\n  $grid-function-args: (\n    'su-span': ('span', 'columns', 'gutters', 'spread', 'container-spread', 'location'),\n    'su-gutter': ('columns', 'gutters', 'container-spread'),\n    'su-slice': ('span', 'columns', 'location'),\n  );\n\n  $args: map-get($grid-function-args, $name);\n\n  @if not $args {\n    $options: 'Try one of these: #{map-keys($grid-function-args)}';\n    @return _susy-error(\n      '#{$name} is not a public Su function. #{$options}',\n      'su-call');\n  }\n\n  $call: if(function-exists('get-function'), get-function($name), $name);\n  $output: ();\n\n  @each $arg in $args {\n    $value: map-get($config, $arg);\n    $output: if($value, map-merge($output, ($arg: $value)), $output);\n  }\n\n  @return call($call, $output...);\n}\n"
  },
  {
    "path": "_sass/minimal-mistakes/vendor/susy/susy/_unprefix.scss",
    "content": "// Unprefix Susy\n// =============\n\n\n// Span\n// ----\n/// Un-prefixed alias for `susy-span`\n/// (available by default)\n///\n/// @group api\n/// @alias susy-span\n///\n/// @param {list} $span\n/// @param {map} $config [()]\n@function span(\n  $span,\n  $config: ()\n) {\n  @return susy-span($span, $config);\n}\n\n\n// Gutter\n// ------\n/// Un-prefixed alias for `susy-gutter`\n/// (available by default)\n///\n/// @group api\n/// @alias susy-gutter\n///\n/// @param {integer | list} $context [null] -\n/// @param {map} $config [()]\n@function gutter(\n  $context: susy-get('columns'),\n  $config: ()\n) {\n  @return susy-gutter($context, $config);\n}\n\n\n// Slice\n// -----\n/// Un-prefixed alias for `susy-slice`\n/// (available by default)\n///\n/// @group api\n/// @alias susy-slice\n///\n/// @param {list} $span\n/// @param {map} $config [()]\n@function slice(\n  $span,\n  $config: ()\n) {\n  @return susy-slice($span, $config);\n}\n"
  },
  {
    "path": "_sass/minimal-mistakes/vendor/susy/susy/_utilities.scss",
    "content": "// Sass Utilities\n// ==============\n// - Susy Error Output Override [variable]\n// - Susy Error [function]\n\n\n\n// Susy Error Output Override\n// --------------------------\n/// Turn off error output for testing\n/// @group x-utility\n/// @access private\n$_susy-error-output-override: false !default;\n\n\n\n// Susy Error\n// ----------\n/// Optionally return error messages without failing,\n/// as a way to test error cases\n///\n/// @group x-utility\n/// @access private\n///\n/// @param {string} $message -\n///   A useful error message, explaining the problem\n/// @param {string} $source -\n///   The original source of the error for debugging\n/// @param {bool} $override [$_susy-error-output-override] -\n///   Optionally return the error rather than failing\n/// @return {string} -\n///   Combined error with source and message\n/// @throws When `$override == true`\n@function _susy-error(\n  $message,\n  $source,\n  $override: $_susy-error-output-override\n) {\n  @if $override {\n    @return 'ERROR [#{$source}] #{$message}';\n  }\n\n  @error '[#{$source}] #{$message}';\n}\n\n\n// Su Is Comparable\n// ----------------\n/// Check that the units in a grid are comparable\n///\n/// @group x-validation\n/// @access private\n///\n/// @param {numbers} $lengths… -\n///   Arglist of all the number values to compare\n///   (columns, gutters, span, etc)\n///\n/// @return {'fluid' | 'static' | false} -\n///   The type of span (fluid or static) when units match,\n///   or `false` for mismatched units\n@function _su-is-comparable(\n  $lengths...\n) {\n  $first: nth($lengths, 1);\n\n  @if (length($lengths) == 1) {\n    @return if(unitless($first), 'fluid', 'static');\n  }\n\n  @for $i from 2 through length($lengths) {\n    $comp: nth($lengths, $i);\n\n    $fail: not comparable($first, $comp);\n    $fail: $fail or (unitless($first) and not unitless($comp));\n    $fail: $fail or (unitless($comp) and not unitless($first));\n\n    @if $fail {\n      @return false;\n    }\n  }\n\n  @return if(unitless($first), 'fluid', 'static');\n}\n\n\n// Su Map Add Units\n// ----------------\n/// The calc features use a map of units and values\n/// to compile the proper algorythm.\n/// This function adds a new value to any comparable existing unit/value,\n/// or adds a new unit/value pair to the map\n///\n/// @group x-utility\n/// @access private\n///\n/// @param {map} $map -\n///   A map of unit/value pairs, e.g. ('px': 120px)\n/// @param {length} $value -\n///   A new length to be added to the map\n/// @return {map} -\n///   The updated map, with new value added\n///\n/// @example scss -\n///   $map: (0px: 120px);\n///   $map: _su-map-add-units($map, 1in); // add a comparable unit\n///   $map: _su-map-add-units($map, 3vw); // add a new unit\n///\n///   @each $units, $value in $map {\n///     /* #{$units}: #{$value} */\n///   }\n@function _su-map-add-units(\n  $map,\n  $value\n) {\n  $unit: $value * 0;\n  $has: map-get($map, $unit) or 0;\n\n  @if ($has == 0) {\n    @each $try, $could in $map {\n      $match: comparable($try, $value);\n      $unit: if($match, $try, $unit);\n      $has: if($match, $could, $has);\n    }\n  }\n\n  @return map-merge($map, ($unit: $has + $value));\n}\n\n\n// Susy Flatten\n// ------------\n/// Flatten a multidimensional list\n///\n/// @group x-utility\n/// @access private\n///\n/// @param {list} $list -\n///   The list to be flattened\n/// @return {list} -\n///   The flattened list\n///\n/// @example scss -\n///   $list: 120px (30em 30em) 120px;\n///   /* #{_susy-flatten($list)} */\n@function _susy-flatten(\n  $list\n) {\n  $flat: ();\n\n  // Don't iterate over maps\n  @if (type-of($list) == 'map') {\n    @return $list;\n  }\n\n  // Iterate over lists (or single items)\n  @each $item in $list {\n    @if (type-of($item) == 'list') {\n      $item: _susy-flatten($item);\n      $flat: join($flat, $item);\n    } @else {\n      $flat: append($flat, $item);\n    }\n  }\n\n  // Return flattened list\n  @return $flat;\n}\n"
  },
  {
    "path": "_sass/minimal-mistakes.scss",
    "content": "/* Copyright comment */\n@import \"minimal-mistakes/copyright\";\n\n/* Variables */\n@import \"minimal-mistakes/variables\";\n\n/* Mixins and functions */\n@import \"minimal-mistakes/vendor/breakpoint/breakpoint\";\n@include breakpoint-set(\"to ems\", true);\n@import \"minimal-mistakes/vendor/magnific-popup/magnific-popup\"; // Magnific Popup\n@import \"minimal-mistakes/vendor/susy/susy\";\n@import \"minimal-mistakes/mixins\";\n\n/* Core CSS */\n@import \"minimal-mistakes/reset\";\n@import \"minimal-mistakes/base\";\n@import \"minimal-mistakes/forms\";\n@import \"minimal-mistakes/tables\";\n@import \"minimal-mistakes/animations\";\n\n/* Components */\n@import \"minimal-mistakes/buttons\";\n@import \"minimal-mistakes/notices\";\n@import \"minimal-mistakes/masthead\";\n@import \"minimal-mistakes/navigation\";\n@import \"minimal-mistakes/footer\";\n@import \"minimal-mistakes/search\";\n@import \"minimal-mistakes/syntax\";\n\n/* Utility classes */\n@import \"minimal-mistakes/utilities\";\n\n/* Layout specific */\n@import \"minimal-mistakes/page\";\n@import \"minimal-mistakes/archive\";\n@import \"minimal-mistakes/sidebar\";\n@import \"minimal-mistakes/print\";\n"
  },
  {
    "path": "assets/css/main.scss",
    "content": "---\n# Only the main Sass file needs front matter (the dashes are enough)\nsearch: false\n---\n\n@charset \"utf-8\";\n\n@import \"minimal-mistakes/skins/{{ site.minimal_mistakes_skin | default: 'default' }}\"; // skin\n@import \"minimal-mistakes\"; // main partials\n"
  },
  {
    "path": "assets/js/_main.js",
    "content": "/* ==========================================================================\n   jQuery plugin settings and other scripts\n   ========================================================================== */\n\n$(document).ready(function () {\n  // FitVids init\n  $(\"#main\").fitVids();\n\n  // Follow menu drop down\n  $(\".author__urls-wrapper button\").on(\"click\", function () {\n    $(\".author__urls\").toggleClass(\"is--visible\");\n    $(\".author__urls-wrapper\").find(\"button\").toggleClass(\"open\");\n  });\n\n  // Close search screen with Esc key\n  $(document).keyup(function (e) {\n    if (e.keyCode === 27) {\n      if ($(\".initial-content\").hasClass(\"is--hidden\")) {\n        $(\".search-content\").toggleClass(\"is--visible\");\n        $(\".initial-content\").toggleClass(\"is--hidden\");\n      }\n    }\n  });\n\n  // Search toggle\n  $(\".search__toggle\").on(\"click\", function () {\n    $(\".search-content\").toggleClass(\"is--visible\");\n    $(\".initial-content\").toggleClass(\"is--hidden\");\n    // set focus on input\n    setTimeout(function () {\n      $(\".search-content input\").focus();\n    }, 400);\n  });\n\n  // Smooth scrolling\n  var scroll = new SmoothScroll('a[href*=\"#\"]', {\n    offset: 20,\n    speed: 400,\n    speedAsDuration: true,\n    durationMax: 500,\n  });\n\n  // Gumshoe scroll spy init\n  if ($(\"nav.toc\").length > 0) {\n    var spy = new Gumshoe(\"nav.toc a\", {\n      // Active classes\n      navClass: \"active\", // applied to the nav list item\n      contentClass: \"active\", // applied to the content\n\n      // Nested navigation\n      nested: false, // if true, add classes to parents of active link\n      nestedClass: \"active\", // applied to the parent items\n\n      // Offset & reflow\n      offset: 20, // how far from the top of the page to activate a content area\n      reflow: true, // if true, listen for reflows\n\n      // Event support\n      events: true, // if true, emit custom events\n    });\n  }\n\n  // Auto scroll sticky ToC with content\n  const scrollTocToContent = function (event) {\n    var target = event.target;\n    var scrollOptions = { behavior: \"auto\", block: \"nearest\", inline: \"start\" };\n\n    var tocElement = document.querySelector(\"aside.sidebar__right.sticky\");\n    if (!tocElement) return;\n    if (window.getComputedStyle(tocElement).position !== \"sticky\") return;\n\n    if (target.parentElement.classList.contains(\"toc__menu\") && target == target.parentElement.firstElementChild) {\n      // Scroll to top instead\n      document.querySelector(\"nav.toc header\").scrollIntoView(scrollOptions);\n    } else {\n      target.scrollIntoView(scrollOptions);\n    }\n  };\n\n  // Has issues on Firefox, whitelist Chrome for now\n  if (!!window.chrome) {\n    document.addEventListener(\"gumshoeActivate\", scrollTocToContent);\n  }\n\n  // add lightbox class to all image links\n  $(\n    \"a[href$='.jpg'],a[href$='.jpeg'],a[href$='.JPG'],a[href$='.png'],a[href$='.gif'],a[href$='.webp']\"\n  ).has(\"> img\").addClass(\"image-popup\");\n\n  // Magnific-Popup options\n  $(\".image-popup\").magnificPopup({\n    // disableOn: function() {\n    //   if( $(window).width() < 500 ) {\n    //     return false;\n    //   }\n    //   return true;\n    // },\n    type: \"image\",\n    tLoading: \"Loading image #%curr%...\",\n    gallery: {\n      enabled: true,\n      navigateByImgClick: true,\n      preload: [0, 1], // Will preload 0 - before current, and 1 after the current image\n    },\n    image: {\n      tError: '<a href=\"%url%\">Image #%curr%</a> could not be loaded.',\n    },\n    removalDelay: 500, // Delay in milliseconds before popup is removed\n    // Class that is added to body when popup is open.\n    // make it unique to apply your CSS animations just to this exact popup\n    mainClass: \"mfp-zoom-in\",\n    callbacks: {\n      beforeOpen: function () {\n        // just a hack that adds mfp-anim class to markup\n        this.st.image.markup = this.st.image.markup.replace(\n          \"mfp-figure\",\n          \"mfp-figure mfp-with-anim\"\n        );\n      },\n    },\n    closeOnContentClick: true,\n    midClick: true, // allow opening popup on middle mouse click. Always set it to true if you don't provide alternative source.\n  });\n\n  // Add anchors for headings\n  (function () {\n    var pageContentElement = document.querySelector(\".page__content\");\n    if (!pageContentElement) return;\n\n    pageContentElement\n      .querySelectorAll(\"h1, h2, h3, h4, h5, h6\")\n      .forEach(function (element) {\n        var id = element.getAttribute(\"id\");\n        if (id) {\n          var anchor = document.createElement(\"a\");\n          anchor.className = \"header-link\";\n          anchor.href = \"#\" + id;\n          anchor.innerHTML =\n            '<span class=\"sr-only\">Permalink</span><i class=\"fas fa-link\"></i>';\n          anchor.title = \"Permalink\";\n          element.appendChild(anchor);\n        }\n      });\n  })();\n\n  // Add copy button for <pre> blocks\n  var copyText = function (text) {\n    if (document.queryCommandEnabled(\"copy\") && navigator.clipboard) {\n      navigator.clipboard.writeText(text).then(\n        () => true,\n        () => console.error(\"Failed to copy text to clipboard: \" + text)\n      );\n      return true;\n    } else {\n      var isRTL = document.documentElement.getAttribute(\"dir\") === \"rtl\";\n\n      var textarea = document.createElement(\"textarea\");\n      textarea.className = \"clipboard-helper\";\n      textarea.style[isRTL ? \"right\" : \"left\"] = \"-9999px\";\n      // Move element to the same position vertically\n      var yPosition = window.pageYOffset || document.documentElement.scrollTop;\n      textarea.style.top = yPosition + \"px\";\n\n      textarea.setAttribute(\"readonly\", \"\");\n      textarea.value = text;\n      document.body.appendChild(textarea);\n\n      var success = true;\n      try {\n        textarea.select();\n        success = document.execCommand(\"copy\");\n      } catch (e) {\n        success = false;\n      }\n      textarea.parentNode.removeChild(textarea);\n      return success;\n    }\n  };\n\n  var copyButtonEventListener = function (event) {\n    var thisButton = event.target;\n\n    // Locate the <code> element\n    var codeBlock = thisButton.nextElementSibling;\n    while (codeBlock && codeBlock.tagName.toLowerCase() !== \"code\") {\n      codeBlock = codeBlock.nextElementSibling;\n    }\n    if (!codeBlock) {\n      // No <code> found - wtf?\n      console.warn(thisButton);\n      throw new Error(\"No code block found for this button.\");\n    }\n\n    // Skip line numbers if present (i.e. {% highlight lineno %})\n    var realCodeBlock = codeBlock.querySelector(\"td.code, td.rouge-code\");\n    if (realCodeBlock) {\n      codeBlock = realCodeBlock;\n    }\n    var result = copyText(codeBlock.innerText);\n    // Restore the focus to the button\n    thisButton.focus();\n    if (result) {\n      if (thisButton.interval !== null) {\n        clearInterval(thisButton.interval);\n      }\n      thisButton.classList.add('copied');\n      thisButton.interval = setTimeout(function () {\n        thisButton.classList.remove('copied');\n        clearInterval(thisButton.interval);\n        thisButton.interval = null;\n      }, 1500);\n    }\n    return result;\n  };\n\n  if (window.enable_copy_code_button) {\n    document\n      .querySelectorAll(\".page__content pre.highlight > code\")\n      .forEach(function (element, index, parentList) {\n        // Locate the <pre> element\n        var container = element.parentElement;\n        // Sanity check - don't add an extra button if there's already one\n        if (container.firstElementChild.tagName.toLowerCase() !== \"code\") {\n          return;\n        }\n        var copyButton = document.createElement(\"button\");\n        copyButton.title = \"Copy to clipboard\";\n        copyButton.className = \"clipboard-copy-button\";\n        copyButton.innerHTML = '<span class=\"sr-only\">Copy code</span><i class=\"far fa-fw fa-copy\"></i><i class=\"fas fa-fw fa-check copied\"></i>';\n        copyButton.addEventListener(\"click\", copyButtonEventListener);\n        container.prepend(copyButton);\n      });\n  }\n});\n"
  },
  {
    "path": "assets/js/lunr/lunr-en.js",
    "content": "---\nlayout: none\n---\n\nvar idx = lunr(function () {\n  this.field('title')\n  this.field('excerpt')\n  this.field('categories')\n  this.field('tags')\n  this.ref('id')\n\n  this.pipeline.remove(lunr.trimmer)\n\n  for (var item in store) {\n    this.add({\n      title: store[item].title,\n      excerpt: store[item].excerpt,\n      categories: store[item].categories,\n      tags: store[item].tags,\n      id: item\n    })\n  }\n});\n\n$(document).ready(function() {\n  $('input#search').on('keyup', function () {\n    var resultdiv = $('#results');\n    var query = $(this).val().toLowerCase();\n    var result =\n      idx.query(function (q) {\n        query.split(lunr.tokenizer.separator).forEach(function (term) {\n          q.term(term, { boost: 100 })\n          if(query.lastIndexOf(\" \") != query.length-1){\n            q.term(term, {  usePipeline: false, wildcard: lunr.Query.wildcard.TRAILING, boost: 10 })\n          }\n          if (term != \"\"){\n            q.term(term, {  usePipeline: false, editDistance: 1, boost: 1 })\n          }\n        })\n      });\n    resultdiv.empty();\n    resultdiv.prepend('<p class=\"results__found\">'+result.length+' {{ site.data.ui-text[site.locale].results_found | default: \"Result(s) found\" }}</p>');\n    for (var item in result) {\n      var ref = result[item].ref;\n      if(store[ref].teaser){\n        var searchitem =\n          '<div class=\"list__item\">'+\n            '<article class=\"archive__item\" itemscope itemtype=\"https://schema.org/CreativeWork\">'+\n              '<h2 class=\"archive__item-title\" itemprop=\"headline\">'+\n                '<a href=\"'+store[ref].url+'\" rel=\"permalink\">'+store[ref].title+'</a>'+\n              '</h2>'+\n              '<div class=\"archive__item-teaser\">'+\n                '<img src=\"'+store[ref].teaser+'\" alt=\"\">'+\n              '</div>'+\n              '<p class=\"archive__item-excerpt\" itemprop=\"description\">'+store[ref].excerpt.split(\" \").splice(0,20).join(\" \")+'...</p>'+\n            '</article>'+\n          '</div>';\n      }\n      else{\n    \t  var searchitem =\n          '<div class=\"list__item\">'+\n            '<article class=\"archive__item\" itemscope itemtype=\"https://schema.org/CreativeWork\">'+\n              '<h2 class=\"archive__item-title\" itemprop=\"headline\">'+\n                '<a href=\"'+store[ref].url+'\" rel=\"permalink\">'+store[ref].title+'</a>'+\n              '</h2>'+\n              '<p class=\"archive__item-excerpt\" itemprop=\"description\">'+store[ref].excerpt.split(\" \").splice(0,20).join(\" \")+'...</p>'+\n            '</article>'+\n          '</div>';\n      }\n      resultdiv.append(searchitem);\n    }\n  });\n});\n"
  },
  {
    "path": "assets/js/lunr/lunr-gr.js",
    "content": "---\nlayout: none\n---\n\nstep1list = new Array();\nstep1list[\"ΦΑΓΙΑ\"] = \"ΦΑ\";\nstep1list[\"ΦΑΓΙΟΥ\"] = \"ΦΑ\";\nstep1list[\"ΦΑΓΙΩΝ\"] = \"ΦΑ\";\nstep1list[\"ΣΚΑΓΙΑ\"] = \"ΣΚΑ\";\nstep1list[\"ΣΚΑΓΙΟΥ\"] = \"ΣΚΑ\";\nstep1list[\"ΣΚΑΓΙΩΝ\"] = \"ΣΚΑ\";\nstep1list[\"ΟΛΟΓΙΟΥ\"] = \"ΟΛΟ\";\nstep1list[\"ΟΛΟΓΙΑ\"] = \"ΟΛΟ\";\nstep1list[\"ΟΛΟΓΙΩΝ\"] = \"ΟΛΟ\";\nstep1list[\"ΣΟΓΙΟΥ\"] = \"ΣΟ\";\nstep1list[\"ΣΟΓΙΑ\"] = \"ΣΟ\";\nstep1list[\"ΣΟΓΙΩΝ\"] = \"ΣΟ\";\nstep1list[\"ΤΑΤΟΓΙΑ\"] = \"ΤΑΤΟ\";\nstep1list[\"ΤΑΤΟΓΙΟΥ\"] = \"ΤΑΤΟ\";\nstep1list[\"ΤΑΤΟΓΙΩΝ\"] = \"ΤΑΤΟ\";\nstep1list[\"ΚΡΕΑΣ\"] = \"ΚΡΕ\";\nstep1list[\"ΚΡΕΑΤΟΣ\"] = \"ΚΡΕ\";\nstep1list[\"ΚΡΕΑΤΑ\"] = \"ΚΡΕ\";\nstep1list[\"ΚΡΕΑΤΩΝ\"] = \"ΚΡΕ\";\nstep1list[\"ΠΕΡΑΣ\"] = \"ΠΕΡ\";\nstep1list[\"ΠΕΡΑΤΟΣ\"] = \"ΠΕΡ\";\nstep1list[\"ΠΕΡΑΤΑ\"] = \"ΠΕΡ\";\nstep1list[\"ΠΕΡΑΤΩΝ\"] = \"ΠΕΡ\";\nstep1list[\"ΤΕΡΑΣ\"] = \"ΤΕΡ\";\nstep1list[\"ΤΕΡΑΤΟΣ\"] = \"ΤΕΡ\";\nstep1list[\"ΤΕΡΑΤΑ\"] = \"ΤΕΡ\";\nstep1list[\"ΤΕΡΑΤΩΝ\"] = \"ΤΕΡ\";\nstep1list[\"ΦΩΣ\"] = \"ΦΩ\";\nstep1list[\"ΦΩΤΟΣ\"] = \"ΦΩ\";\nstep1list[\"ΦΩΤΑ\"] = \"ΦΩ\";\nstep1list[\"ΦΩΤΩΝ\"] = \"ΦΩ\";\nstep1list[\"ΚΑΘΕΣΤΩΣ\"] = \"ΚΑΘΕΣΤ\";\nstep1list[\"ΚΑΘΕΣΤΩΤΟΣ\"] = \"ΚΑΘΕΣΤ\";\nstep1list[\"ΚΑΘΕΣΤΩΤΑ\"] = \"ΚΑΘΕΣΤ\";\nstep1list[\"ΚΑΘΕΣΤΩΤΩΝ\"] = \"ΚΑΘΕΣΤ\";\nstep1list[\"ΓΕΓΟΝΟΣ\"] = \"ΓΕΓΟΝ\";\nstep1list[\"ΓΕΓΟΝΟΤΟΣ\"] = \"ΓΕΓΟΝ\";\nstep1list[\"ΓΕΓΟΝΟΤΑ\"] = \"ΓΕΓΟΝ\";\nstep1list[\"ΓΕΓΟΝΟΤΩΝ\"] = \"ΓΕΓΟΝ\";\n\nv = \"[ΑΕΗΙΟΥΩ]\";\nv2 = \"[ΑΕΗΙΟΩ]\"\n\nfunction stemWord(w) {\n  var stem;\n  var suffix;\n  var firstch;\n  var origword = w;\n  test1 = new Boolean(true);\n\n  if(w.length < 4) {\n    return w;\n  }\n\n  var re;\n  var re2;\n  var re3;\n  var re4;\n\n  re = /(.*)(ΦΑΓΙΑ|ΦΑΓΙΟΥ|ΦΑΓΙΩΝ|ΣΚΑΓΙΑ|ΣΚΑΓΙΟΥ|ΣΚΑΓΙΩΝ|ΟΛΟΓΙΟΥ|ΟΛΟΓΙΑ|ΟΛΟΓΙΩΝ|ΣΟΓΙΟΥ|ΣΟΓΙΑ|ΣΟΓΙΩΝ|ΤΑΤΟΓΙΑ|ΤΑΤΟΓΙΟΥ|ΤΑΤΟΓΙΩΝ|ΚΡΕΑΣ|ΚΡΕΑΤΟΣ|ΚΡΕΑΤΑ|ΚΡΕΑΤΩΝ|ΠΕΡΑΣ|ΠΕΡΑΤΟΣ|ΠΕΡΑΤΑ|ΠΕΡΑΤΩΝ|ΤΕΡΑΣ|ΤΕΡΑΤΟΣ|ΤΕΡΑΤΑ|ΤΕΡΑΤΩΝ|ΦΩΣ|ΦΩΤΟΣ|ΦΩΤΑ|ΦΩΤΩΝ|ΚΑΘΕΣΤΩΣ|ΚΑΘΕΣΤΩΤΟΣ|ΚΑΘΕΣΤΩΤΑ|ΚΑΘΕΣΤΩΤΩΝ|ΓΕΓΟΝΟΣ|ΓΕΓΟΝΟΤΟΣ|ΓΕΓΟΝΟΤΑ|ΓΕΓΟΝΟΤΩΝ)$/;\n\n  if(re.test(w)) {\n    var fp = re.exec(w);\n    stem = fp[1];\n    suffix = fp[2];\n    w = stem + step1list[suffix];\n    test1 = false;\n  }\n\n  re = /^(.+?)(ΑΔΕΣ|ΑΔΩΝ)$/;\n\n  if(re.test(w)) {\n    var fp = re.exec(w);\n    stem = fp[1];\n    w = stem;\n\n    reg1 = /(ΟΚ|ΜΑΜ|ΜΑΝ|ΜΠΑΜΠ|ΠΑΤΕΡ|ΓΙΑΓΙ|ΝΤΑΝΤ|ΚΥΡ|ΘΕΙ|ΠΕΘΕΡ)$/;\n\n    if(!(reg1.test(w))) {\n      w = w + \"ΑΔ\";\n    }\n  }\n\n  re2 = /^(.+?)(ΕΔΕΣ|ΕΔΩΝ)$/;\n\n  if(re2.test(w)) {\n    var fp = re2.exec(w);\n    stem = fp[1];\n    w = stem;\n\n    exept2 = /(ΟΠ|ΙΠ|ΕΜΠ|ΥΠ|ΓΗΠ|ΔΑΠ|ΚΡΑΣΠ|ΜΙΛ)$/;\n\n    if(exept2.test(w)) {\n      w = w + \"ΕΔ\";\n    }\n  }\n\n  re3 = /^(.+?)(ΟΥΔΕΣ|ΟΥΔΩΝ)$/;\n\n  if(re3.test(w)) {\n    var fp = re3.exec(w);\n    stem = fp[1];\n    w = stem;\n\n    exept3 = /(ΑΡΚ|ΚΑΛΙΑΚ|ΠΕΤΑΛ|ΛΙΧ|ΠΛΕΞ|ΣΚ|Σ|ΦΛ|ΦΡ|ΒΕΛ|ΛΟΥΛ|ΧΝ|ΣΠ|ΤΡΑΓ|ΦΕ)$/;\n\n    if(exept3.test(w)) {\n      w = w + \"ΟΥΔ\";\n    }\n  }\n\n  re4 = /^(.+?)(ΕΩΣ|ΕΩΝ)$/;\n\n  if(re4.test(w)) {\n    var fp = re4.exec(w);\n    stem = fp[1];\n    w = stem;\n    test1 = false;\n\n    exept4 = /^(Θ|Δ|ΕΛ|ΓΑΛ|Ν|Π|ΙΔ|ΠΑΡ)$/;\n\n    if(exept4.test(w)) {\n      w = w + \"Ε\";\n    }\n  }\n\n  re = /^(.+?)(ΙΑ|ΙΟΥ|ΙΩΝ)$/;\n\n  if(re.test(w)) {\n    var fp = re.exec(w);\n    stem = fp[1];\n    w = stem;\n    re2 = new RegExp(v + \"$\");\n    test1 = false;\n\n    if(re2.test(w)) {\n      w = stem + \"Ι\";\n    }\n  }\n\n  re = /^(.+?)(ΙΚΑ|ΙΚΟ|ΙΚΟΥ|ΙΚΩΝ)$/;\n\n  if(re.test(w)) {\n    var fp = re.exec(w);\n    stem = fp[1];\n    w = stem;\n    test1 = false;\n\n    re2 = new RegExp(v + \"$\");\n    exept5 = /^(ΑΛ|ΑΔ|ΕΝΔ|ΑΜΑΝ|ΑΜΜΟΧΑΛ|ΗΘ|ΑΝΗΘ|ΑΝΤΙΔ|ΦΥΣ|ΒΡΩΜ|ΓΕΡ|ΕΞΩΔ|ΚΑΛΠ|ΚΑΛΛΙΝ|ΚΑΤΑΔ|ΜΟΥΛ|ΜΠΑΝ|ΜΠΑΓΙΑΤ|ΜΠΟΛ|ΜΠΟΣ|ΝΙΤ|ΞΙΚ|ΣΥΝΟΜΗΛ|ΠΕΤΣ|ΠΙΤΣ|ΠΙΚΑΝΤ|ΠΛΙΑΤΣ|ΠΟΣΤΕΛΝ|ΠΡΩΤΟΔ|ΣΕΡΤ|ΣΥΝΑΔ|ΤΣΑΜ|ΥΠΟΔ|ΦΙΛΟΝ|ΦΥΛΟΔ|ΧΑΣ)$/;\n\n    if((exept5.test(w)) || (re2.test(w))) {\n      w = w + \"ΙΚ\";\n    }\n  }\n\n  re = /^(.+?)(ΑΜΕ)$/;\n  re2 = /^(.+?)(ΑΓΑΜΕ|ΗΣΑΜΕ|ΟΥΣΑΜΕ|ΗΚΑΜΕ|ΗΘΗΚΑΜΕ)$/;\n  if(w == \"ΑΓΑΜΕ\") {\n    w = \"ΑΓΑΜ\";\n  }\n\n  if(re2.test(w)) {\n    var fp = re2.exec(w);\n    stem = fp[1];\n    w = stem;\n    test1 = false;\n  }\n\n  if(re.test(w)) {\n    var fp = re.exec(w);\n    stem = fp[1];\n    w = stem;\n    test1 = false;\n\n    exept6 = /^(ΑΝΑΠ|ΑΠΟΘ|ΑΠΟΚ|ΑΠΟΣΤ|ΒΟΥΒ|ΞΕΘ|ΟΥΛ|ΠΕΘ|ΠΙΚΡ|ΠΟΤ|ΣΙΧ|Χ)$/;\n\n    if(exept6.test(w)) {\n      w = w + \"ΑΜ\";\n    }\n  }\n\n  re2 = /^(.+?)(ΑΝΕ)$/;\n  re3 = /^(.+?)(ΑΓΑΝΕ|ΗΣΑΝΕ|ΟΥΣΑΝΕ|ΙΟΝΤΑΝΕ|ΙΟΤΑΝΕ|ΙΟΥΝΤΑΝΕ|ΟΝΤΑΝΕ|ΟΤΑΝΕ|ΟΥΝΤΑΝΕ|ΗΚΑΝΕ|ΗΘΗΚΑΝΕ)$/;\n\n  if(re3.test(w)) {\n    var fp = re3.exec(w);\n    stem = fp[1];\n    w = stem;\n    test1 = false;\n\n    re3 = /^(ΤΡ|ΤΣ)$/;\n\n    if(re3.test(w)) {\n      w = w + \"ΑΓΑΝ\";\n    }\n  }\n\n  if(re2.test(w)) {\n    var fp = re2.exec(w);\n    stem = fp[1];\n    w = stem;\n    test1 = false;\n\n    re2 = new RegExp(v2 + \"$\");\n    exept7 = /^(ΒΕΤΕΡ|ΒΟΥΛΚ|ΒΡΑΧΜ|Γ|ΔΡΑΔΟΥΜ|Θ|ΚΑΛΠΟΥΖ|ΚΑΣΤΕΛ|ΚΟΡΜΟΡ|ΛΑΟΠΛ|ΜΩΑΜΕΘ|Μ|ΜΟΥΣΟΥΛΜ|Ν|ΟΥΛ|Π|ΠΕΛΕΚ|ΠΛ|ΠΟΛΙΣ|ΠΟΡΤΟΛ|ΣΑΡΑΚΑΤΣ|ΣΟΥΛΤ|ΤΣΑΡΛΑΤ|ΟΡΦ|ΤΣΙΓΓ|ΤΣΟΠ|ΦΩΤΟΣΤΕΦ|Χ|ΨΥΧΟΠΛ|ΑΓ|ΟΡΦ|ΓΑΛ|ΓΕΡ|ΔΕΚ|ΔΙΠΛ|ΑΜΕΡΙΚΑΝ|ΟΥΡ|ΠΙΘ|ΠΟΥΡΙΤ|Σ|ΖΩΝΤ|ΙΚ|ΚΑΣΤ|ΚΟΠ|ΛΙΧ|ΛΟΥΘΗΡ|ΜΑΙΝΤ|ΜΕΛ|ΣΙΓ|ΣΠ|ΣΤΕΓ|ΤΡΑΓ|ΤΣΑΓ|Φ|ΕΡ|ΑΔΑΠ|ΑΘΙΓΓ|ΑΜΗΧ|ΑΝΙΚ|ΑΝΟΡΓ|ΑΠΗΓ|ΑΠΙΘ|ΑΤΣΙΓΓ|ΒΑΣ|ΒΑΣΚ|ΒΑΘΥΓΑΛ|ΒΙΟΜΗΧ|ΒΡΑΧΥΚ|ΔΙΑΤ|ΔΙΑΦ|ΕΝΟΡΓ|ΘΥΣ|ΚΑΠΝΟΒΙΟΜΗΧ|ΚΑΤΑΓΑΛ|ΚΛΙΒ|ΚΟΙΛΑΡΦ|ΛΙΒ|ΜΕΓΛΟΒΙΟΜΗΧ|ΜΙΚΡΟΒΙΟΜΗΧ|ΝΤΑΒ|ΞΗΡΟΚΛΙΒ|ΟΛΙΓΟΔΑΜ|ΟΛΟΓΑΛ|ΠΕΝΤΑΡΦ|ΠΕΡΗΦ|ΠΕΡΙΤΡ|ΠΛΑΤ|ΠΟΛΥΔΑΠ|ΠΟΛΥΜΗΧ|ΣΤΕΦ|ΤΑΒ|ΤΕΤ|ΥΠΕΡΗΦ|ΥΠΟΚΟΠ|ΧΑΜΗΛΟΔΑΠ|ΨΗΛΟΤΑΒ)$/;\n\n    if((re2.test(w)) || (exept7.test(w))) {\n      w = w + \"ΑΝ\";\n    }\n  }\n\n  re3 = /^(.+?)(ΕΤΕ)$/;\n  re4 = /^(.+?)(ΗΣΕΤΕ)$/;\n\n  if(re4.test(w)) {\n    var fp = re4.exec(w);\n    stem = fp[1];\n    w = stem;\n    test1 = false;\n  }\n\n  if(re3.test(w)) {\n    var fp = re3.exec(w);\n    stem = fp[1];\n    w = stem;\n    test1 = false;\n\n    re3 = new RegExp(v2 + \"$\");\n    exept8 = /(ΟΔ|ΑΙΡ|ΦΟΡ|ΤΑΘ|ΔΙΑΘ|ΣΧ|ΕΝΔ|ΕΥΡ|ΤΙΘ|ΥΠΕΡΘ|ΡΑΘ|ΕΝΘ|ΡΟΘ|ΣΘ|ΠΥΡ|ΑΙΝ|ΣΥΝΔ|ΣΥΝ|ΣΥΝΘ|ΧΩΡ|ΠΟΝ|ΒΡ|ΚΑΘ|ΕΥΘ|ΕΚΘ|ΝΕΤ|ΡΟΝ|ΑΡΚ|ΒΑΡ|ΒΟΛ|ΩΦΕΛ)$/;\n    exept9 = /^(ΑΒΑΡ|ΒΕΝ|ΕΝΑΡ|ΑΒΡ|ΑΔ|ΑΘ|ΑΝ|ΑΠΛ|ΒΑΡΟΝ|ΝΤΡ|ΣΚ|ΚΟΠ|ΜΠΟΡ|ΝΙΦ|ΠΑΓ|ΠΑΡΑΚΑΛ|ΣΕΡΠ|ΣΚΕΛ|ΣΥΡΦ|ΤΟΚ|Υ|Δ|ΕΜ|ΘΑΡΡ|Θ)$/;\n\n    if((re3.test(w)) || (exept8.test(w)) || (exept9.test(w))) {\n      w = w + \"ΕΤ\";\n    }\n  }\n\n  re = /^(.+?)(ΟΝΤΑΣ|ΩΝΤΑΣ)$/;\n\n  if(re.test(w)) {\n    var fp = re.exec(w);\n    stem = fp[1];\n    w = stem;\n    test1 = false;\n\n    exept10 = /^(ΑΡΧ)$/;\n    exept11 = /(ΚΡΕ)$/;\n    if(exept10.test(w)) {\n      w = w + \"ΟΝΤ\";\n    }\n    if(exept11.test(w)) {\n      w = w + \"ΩΝΤ\";\n    }\n  }\n\n  re = /^(.+?)(ΟΜΑΣΤΕ|ΙΟΜΑΣΤΕ)$/;\n\n  if(re.test(w)) {\n    var fp = re.exec(w);\n    stem = fp[1];\n    w = stem;\n    test1 = false;\n\n    exept11 = /^(ΟΝ)$/;\n\n    if(exept11.test(w)) {\n      w = w + \"ΟΜΑΣΤ\";\n    }\n  }\n\n  re = /^(.+?)(ΕΣΤΕ)$/;\n  re2 = /^(.+?)(ΙΕΣΤΕ)$/;\n\n  if(re2.test(w)) {\n    var fp = re2.exec(w);\n    stem = fp[1];\n    w = stem;\n    test1 = false;\n\n    re2 = /^(Π|ΑΠ|ΣΥΜΠ|ΑΣΥΜΠ|ΑΚΑΤΑΠ|ΑΜΕΤΑΜΦ)$/;\n\n    if(re2.test(w)) {\n      w = w + \"ΙΕΣΤ\";\n    }\n  }\n\n  if(re.test(w)) {\n    var fp = re.exec(w);\n    stem = fp[1];\n    w = stem;\n    test1 = false;\n\n    exept12 = /^(ΑΛ|ΑΡ|ΕΚΤΕΛ|Ζ|Μ|Ξ|ΠΑΡΑΚΑΛ|ΑΡ|ΠΡΟ|ΝΙΣ)$/;\n\n    if(exept12.test(w)) {\n      w = w + \"ΕΣΤ\";\n    }\n  }\n\n  re = /^(.+?)(ΗΚΑ|ΗΚΕΣ|ΗΚΕ)$/;\n  re2 = /^(.+?)(ΗΘΗΚΑ|ΗΘΗΚΕΣ|ΗΘΗΚΕ)$/;\n\n  if(re2.test(w)) {\n    var fp = re2.exec(w);\n    stem = fp[1];\n    w = stem;\n    test1 = false;\n  }\n\n  if(re.test(w)) {\n    var fp = re.exec(w);\n    stem = fp[1];\n    w = stem;\n    test1 = false;\n\n    exept13 = /(ΣΚΩΛ|ΣΚΟΥΛ|ΝΑΡΘ|ΣΦ|ΟΘ|ΠΙΘ)$/;\n    exept14 = /^(ΔΙΑΘ|Θ|ΠΑΡΑΚΑΤΑΘ|ΠΡΟΣΘ|ΣΥΝΘ|)$/;\n\n    if((exept13.test(w)) || (exept14.test(w))) {\n      w = w + \"ΗΚ\";\n    }\n  }\n\n  re = /^(.+?)(ΟΥΣΑ|ΟΥΣΕΣ|ΟΥΣΕ)$/;\n\n  if(re.test(w)) {\n    var fp = re.exec(w);\n    stem = fp[1];\n    w = stem;\n    test1 = false;\n\n    exept15 = /^(ΦΑΡΜΑΚ|ΧΑΔ|ΑΓΚ|ΑΝΑΡΡ|ΒΡΟΜ|ΕΚΛΙΠ|ΛΑΜΠΙΔ|ΛΕΧ|Μ|ΠΑΤ|Ρ|Λ|ΜΕΔ|ΜΕΣΑΖ|ΥΠΟΤΕΙΝ|ΑΜ|ΑΙΘ|ΑΝΗΚ|ΔΕΣΠΟΖ|ΕΝΔΙΑΦΕΡ|ΔΕ|ΔΕΥΤΕΡΕΥ|ΚΑΘΑΡΕΥ|ΠΛΕ|ΤΣΑ)$/;\n    exept16 = /(ΠΟΔΑΡ|ΒΛΕΠ|ΠΑΝΤΑΧ|ΦΡΥΔ|ΜΑΝΤΙΛ|ΜΑΛΛ|ΚΥΜΑΤ|ΛΑΧ|ΛΗΓ|ΦΑΓ|ΟΜ|ΠΡΩΤ)$/;\n\n    if((exept15.test(w)) || (exept16.test(w))) {\n      w = w + \"ΟΥΣ\";\n    }\n  }\n\n  re = /^(.+?)(ΑΓΑ|ΑΓΕΣ|ΑΓΕ)$/;\n\n  if(re.test(w)) {\n    var fp = re.exec(w);\n    stem = fp[1];\n    w = stem;\n    test1 = false;\n\n    exept17 = /^(ΨΟΦ|ΝΑΥΛΟΧ)$/;\n    exept20 = /(ΚΟΛΛ)$/;\n    exept18 = /^(ΑΒΑΣΤ|ΠΟΛΥΦ|ΑΔΗΦ|ΠΑΜΦ|Ρ|ΑΣΠ|ΑΦ|ΑΜΑΛ|ΑΜΑΛΛΙ|ΑΝΥΣΤ|ΑΠΕΡ|ΑΣΠΑΡ|ΑΧΑΡ|ΔΕΡΒΕΝ|ΔΡΟΣΟΠ|ΞΕΦ|ΝΕΟΠ|ΝΟΜΟΤ|ΟΛΟΠ|ΟΜΟΤ|ΠΡΟΣΤ|ΠΡΟΣΩΠΟΠ|ΣΥΜΠ|ΣΥΝΤ|Τ|ΥΠΟΤ|ΧΑΡ|ΑΕΙΠ|ΑΙΜΟΣΤ|ΑΝΥΠ|ΑΠΟΤ|ΑΡΤΙΠ|ΔΙΑΤ|ΕΝ|ΕΠΙΤ|ΚΡΟΚΑΛΟΠ|ΣΙΔΗΡΟΠ|Λ|ΝΑΥ|ΟΥΛΑΜ|ΟΥΡ|Π|ΤΡ|Μ)$/;\n    exept19 = /(ΟΦ|ΠΕΛ|ΧΟΡΤ|ΛΛ|ΣΦ|ΡΠ|ΦΡ|ΠΡ|ΛΟΧ|ΣΜΗΝ)$/;\n\n    if(((exept18.test(w)) || (exept19.test(w))) && !((exept17.test(w)) || (exept20.test(w)))) {\n      w = w + \"ΑΓ\";\n    }\n  }\n\n  re = /^(.+?)(ΗΣΕ|ΗΣΟΥ|ΗΣΑ)$/;\n\n  if(re.test(w)) {\n    var fp = re.exec(w);\n    stem = fp[1];\n    w = stem;\n    test1 = false;\n\n    exept21 = /^(Ν|ΧΕΡΣΟΝ|ΔΩΔΕΚΑΝ|ΕΡΗΜΟΝ|ΜΕΓΑΛΟΝ|ΕΠΤΑΝ)$/;\n\n    if(exept21.test(w)) {\n      w = w + \"ΗΣ\";\n    }\n  }\n\n  re = /^(.+?)(ΗΣΤΕ)$/;\n\n  if(re.test(w)) {\n    var fp = re.exec(w);\n    stem = fp[1];\n    w = stem;\n    test1 = false;\n\n    exept22 = /^(ΑΣΒ|ΣΒ|ΑΧΡ|ΧΡ|ΑΠΛ|ΑΕΙΜΝ|ΔΥΣΧΡ|ΕΥΧΡ|ΚΟΙΝΟΧΡ|ΠΑΛΙΜΨ)$/;\n\n    if(exept22.test(w)) {\n      w = w + \"ΗΣΤ\";\n    }\n  }\n\n  re = /^(.+?)(ΟΥΝΕ|ΗΣΟΥΝΕ|ΗΘΟΥΝΕ)$/;\n\n  if(re.test(w)) {\n    var fp = re.exec(w);\n    stem = fp[1];\n    w = stem;\n    test1 = false;\n\n    exept23 = /^(Ν|Ρ|ΣΠΙ|ΣΤΡΑΒΟΜΟΥΤΣ|ΚΑΚΟΜΟΥΤΣ|ΕΞΩΝ)$/;\n\n    if(exept23.test(w)) {\n      w = w + \"ΟΥΝ\";\n    }\n  }\n\n  re = /^(.+?)(ΟΥΜΕ|ΗΣΟΥΜΕ|ΗΘΟΥΜΕ)$/;\n\n  if(re.test(w)) {\n    var fp = re.exec(w);\n    stem = fp[1];\n    w = stem;\n    test1 = false;\n\n    exept24 = /^(ΠΑΡΑΣΟΥΣ|Φ|Χ|ΩΡΙΟΠΛ|ΑΖ|ΑΛΛΟΣΟΥΣ|ΑΣΟΥΣ)$/;\n\n    if(exept24.test(w)) {\n      w = w + \"ΟΥΜ\";\n    }\n  }\n\n  re = /^(.+?)(ΜΑΤΑ|ΜΑΤΩΝ|ΜΑΤΟΣ)$/;\n  re2 = /^(.+?)(Α|ΑΓΑΤΕ|ΑΓΑΝ|ΑΕΙ|ΑΜΑΙ|ΑΝ|ΑΣ|ΑΣΑΙ|ΑΤΑΙ|ΑΩ|Ε|ΕΙ|ΕΙΣ|ΕΙΤΕ|ΕΣΑΙ|ΕΣ|ΕΤΑΙ|Ι|ΙΕΜΑΙ|ΙΕΜΑΣΤΕ|ΙΕΤΑΙ|ΙΕΣΑΙ|ΙΕΣΑΣΤΕ|ΙΟΜΑΣΤΑΝ|ΙΟΜΟΥΝ|ΙΟΜΟΥΝΑ|ΙΟΝΤΑΝ|ΙΟΝΤΟΥΣΑΝ|ΙΟΣΑΣΤΑΝ|ΙΟΣΑΣΤΕ|ΙΟΣΟΥΝ|ΙΟΣΟΥΝΑ|ΙΟΤΑΝ|ΙΟΥΜΑ|ΙΟΥΜΑΣΤΕ|ΙΟΥΝΤΑΙ|ΙΟΥΝΤΑΝ|Η|ΗΔΕΣ|ΗΔΩΝ|ΗΘΕΙ|ΗΘΕΙΣ|ΗΘΕΙΤΕ|ΗΘΗΚΑΤΕ|ΗΘΗΚΑΝ|ΗΘΟΥΝ|ΗΘΩ|ΗΚΑΤΕ|ΗΚΑΝ|ΗΣ|ΗΣΑΝ|ΗΣΑΤΕ|ΗΣΕΙ|ΗΣΕΣ|ΗΣΟΥΝ|ΗΣΩ|Ο|ΟΙ|ΟΜΑΙ|ΟΜΑΣΤΑΝ|ΟΜΟΥΝ|ΟΜΟΥΝΑ|ΟΝΤΑΙ|ΟΝΤΑΝ|ΟΝΤΟΥΣΑΝ|ΟΣ|ΟΣΑΣΤΑΝ|ΟΣΑΣΤΕ|ΟΣΟΥΝ|ΟΣΟΥΝΑ|ΟΤΑΝ|ΟΥ|ΟΥΜΑΙ|ΟΥΜΑΣΤΕ|ΟΥΝ|ΟΥΝΤΑΙ|ΟΥΝΤΑΝ|ΟΥΣ|ΟΥΣΑΝ|ΟΥΣΑΤΕ|Υ|ΥΣ|Ω|ΩΝ)$/;\n\n  if(re.test(w)) {\n    var fp = re.exec(w);\n    stem = fp[1];\n    w = stem + \"ΜΑ\";\n  }\n\n  if((re2.test(w)) && (test1)) {\n    var fp = re2.exec(w);\n    stem = fp[1];\n    w = stem;\n\n  }\n\n  re = /^(.+?)(ΕΣΤΕΡ|ΕΣΤΑΤ|ΟΤΕΡ|ΟΤΑΤ|ΥΤΕΡ|ΥΤΑΤ|ΩΤΕΡ|ΩΤΑΤ)$/;\n\n  if(re.test(w)) {\n    var fp = re.exec(w);\n    stem = fp[1];\n    w = stem;\n  }\n\n  return w;\n};\n\nvar greekStemmer = function (token) {\n  return token.update(function (word) {\n    return stemWord(word);\n  })\n}\n\nvar idx = lunr(function () {\n  this.field('title')\n  this.field('excerpt')\n  this.field('categories')\n  this.field('tags')\n  this.ref('id')\n\n  this.pipeline.remove(lunr.trimmer)\n  this.pipeline.add(greekStemmer)\n  this.pipeline.remove(lunr.stemmer)\n\n  for (var item in store) {\n    this.add({\n      title: store[item].title,\n      excerpt: store[item].excerpt,\n      categories: store[item].categories,\n      tags: store[item].tags,\n      id: item\n    })\n  }\n});\n\n$(document).ready(function() {\n  $('input#search').on('keyup', function () {\n    var resultdiv = $('#results');\n    var query = $(this).val().toLowerCase();\n    var result =\n      idx.query(function (q) {\n        query.split(lunr.tokenizer.separator).forEach(function (term) {\n          q.term(term, { boost: 100 })\n          if(query.lastIndexOf(\" \") != query.length-1){\n            q.term(term, { usePipeline: false, wildcard: lunr.Query.wildcard.TRAILING, boost: 10 })\n          }\n          if (term != \"\"){\n            q.term(term, { usePipeline: false, editDistance: 1, boost: 1 })\n          }\n        })\n      });\n    resultdiv.empty();\n    resultdiv.prepend('<p class=\"results__found\">'+result.length+' {{ site.data.ui-text[site.locale].results_found | default: \"Result(s) found\" }}</p>');\n    for (var item in result) {\n      var ref = result[item].ref;\n      if(store[ref].teaser){\n        var searchitem =\n          '<div class=\"list__item\">'+\n            '<article class=\"archive__item\" itemscope itemtype=\"https://schema.org/CreativeWork\">'+\n              '<h2 class=\"archive__item-title\" itemprop=\"headline\">'+\n                '<a href=\"'+store[ref].url+'\" rel=\"permalink\">'+store[ref].title+'</a>'+\n              '</h2>'+\n              '<div class=\"archive__item-teaser\">'+\n                '<img src=\"'+store[ref].teaser+'\" alt=\"\">'+\n              '</div>'+\n              '<p class=\"archive__item-excerpt\" itemprop=\"description\">'+store[ref].excerpt.split(\" \").splice(0,20).join(\" \")+'...</p>'+\n            '</article>'+\n          '</div>';\n      }\n      else{\n    \t  var searchitem =\n          '<div class=\"list__item\">'+\n            '<article class=\"archive__item\" itemscope itemtype=\"https://schema.org/CreativeWork\">'+\n              '<h2 class=\"archive__item-title\" itemprop=\"headline\">'+\n                '<a href=\"'+store[ref].url+'\" rel=\"permalink\">'+store[ref].title+'</a>'+\n              '</h2>'+\n              '<p class=\"archive__item-excerpt\" itemprop=\"description\">'+store[ref].excerpt.split(\" \").splice(0,20).join(\" \")+'...</p>'+\n            '</article>'+\n          '</div>';\n      }\n      resultdiv.append(searchitem);\n    }\n  });\n});\n"
  },
  {
    "path": "assets/js/lunr/lunr-store.js",
    "content": "---\nlayout: none\n---\n\nvar store = [\n  {%- for c in site.collections -%}\n    {%- if forloop.last -%}\n      {%- assign l = true -%}\n    {%- endif -%}\n    {%- assign docs = c.docs | where_exp:'doc','doc.search != false' -%}\n    {%- for doc in docs -%}\n      {%- if doc.header.teaser -%}\n        {%- capture teaser -%}{{ doc.header.teaser }}{%- endcapture -%}\n      {%- else -%}\n        {%- assign teaser = site.teaser -%}\n      {%- endif -%}\n      {\n        \"title\": {{ doc.title | jsonify }},\n        \"excerpt\":\n          {%- if site.search_full_content == true -%}\n            {{ doc.content | newline_to_br |\n              replace:\"<br />\", \" \" |\n              replace:\"</p>\", \" \" |\n              replace:\"</h1>\", \" \" |\n              replace:\"</h2>\", \" \" |\n              replace:\"</h3>\", \" \" |\n              replace:\"</h4>\", \" \" |\n              replace:\"</h5>\", \" \" |\n              replace:\"</h6>\", \" \"|\n            strip_html | strip_newlines | jsonify }},\n          {%- else -%}\n            {{ doc.content | newline_to_br |\n              replace:\"<br />\", \" \" |\n              replace:\"</p>\", \" \" |\n              replace:\"</h1>\", \" \" |\n              replace:\"</h2>\", \" \" |\n              replace:\"</h3>\", \" \" |\n              replace:\"</h4>\", \" \" |\n              replace:\"</h5>\", \" \" |\n              replace:\"</h6>\", \" \"|\n            strip_html | strip_newlines | truncatewords: 50 | jsonify }},\n          {%- endif -%}\n        \"categories\": {{ doc.categories | jsonify }},\n        \"tags\": {{ doc.tags | jsonify }},\n        \"url\": {{ doc.url | relative_url | jsonify }},\n        \"teaser\": {{ teaser | relative_url | jsonify }}\n      }{%- unless forloop.last and l -%},{%- endunless -%}\n    {%- endfor -%}\n  {%- endfor -%}{%- if site.lunr.search_within_pages -%},\n  {%- assign pages = site.pages | where_exp: 'doc', 'doc.search != false' | where_exp: 'doc', 'doc.title != null' -%}\n  {%- for doc in pages -%}\n    {%- if forloop.last -%}\n      {%- assign l = true -%}\n    {%- endif -%}\n  {\n    \"title\": {{ doc.title | jsonify }},\n    \"excerpt\":\n        {%- if site.search_full_content == true -%}\n          {{ doc.content | newline_to_br |\n            replace:\"<br />\", \" \" |\n            replace:\"</p>\", \" \" |\n            replace:\"</h1>\", \" \" |\n            replace:\"</h2>\", \" \" |\n            replace:\"</h3>\", \" \" |\n            replace:\"</h4>\", \" \" |\n            replace:\"</h5>\", \" \" |\n            replace:\"</h6>\", \" \"|\n          strip_html | strip_newlines | jsonify }},\n        {%- else -%}\n          {{ doc.content | newline_to_br |\n            replace:\"<br />\", \" \" |\n            replace:\"</p>\", \" \" |\n            replace:\"</h1>\", \" \" |\n            replace:\"</h2>\", \" \" |\n            replace:\"</h3>\", \" \" |\n            replace:\"</h4>\", \" \" |\n            replace:\"</h5>\", \" \" |\n            replace:\"</h6>\", \" \"|\n          strip_html | strip_newlines | truncatewords: 50 | jsonify }},\n        {%- endif -%}\n      \"url\": {{ doc.url | absolute_url | jsonify }}\n  }{%- unless forloop.last and l -%},{%- endunless -%}\n  {%- endfor -%}\n{%- endif -%}]\n"
  },
  {
    "path": "assets/js/lunr/lunr.js",
    "content": "/**\n * lunr - http://lunrjs.com - A bit like Solr, but much smaller and not as bright - 2.3.9\n * Copyright (C) 2020 Oliver Nightingale\n * @license MIT\n */\n\n;(function(){\n\n/**\n * A convenience function for configuring and constructing\n * a new lunr Index.\n *\n * A lunr.Builder instance is created and the pipeline setup\n * with a trimmer, stop word filter and stemmer.\n *\n * This builder object is yielded to the configuration function\n * that is passed as a parameter, allowing the list of fields\n * and other builder parameters to be customised.\n *\n * All documents _must_ be added within the passed config function.\n *\n * @example\n * var idx = lunr(function () {\n *   this.field('title')\n *   this.field('body')\n *   this.ref('id')\n *\n *   documents.forEach(function (doc) {\n *     this.add(doc)\n *   }, this)\n * })\n *\n * @see {@link lunr.Builder}\n * @see {@link lunr.Pipeline}\n * @see {@link lunr.trimmer}\n * @see {@link lunr.stopWordFilter}\n * @see {@link lunr.stemmer}\n * @namespace {function} lunr\n */\nvar lunr = function (config) {\n  var builder = new lunr.Builder\n\n  builder.pipeline.add(\n    lunr.trimmer,\n    lunr.stopWordFilter,\n    lunr.stemmer\n  )\n\n  builder.searchPipeline.add(\n    lunr.stemmer\n  )\n\n  config.call(builder, builder)\n  return builder.build()\n}\n\nlunr.version = \"2.3.9\"\n/*!\n * lunr.utils\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * A namespace containing utils for the rest of the lunr library\n * @namespace lunr.utils\n */\nlunr.utils = {}\n\n/**\n * Print a warning message to the console.\n *\n * @param {String} message The message to be printed.\n * @memberOf lunr.utils\n * @function\n */\nlunr.utils.warn = (function (global) {\n  /* eslint-disable no-console */\n  return function (message) {\n    if (global.console && console.warn) {\n      console.warn(message)\n    }\n  }\n  /* eslint-enable no-console */\n})(this)\n\n/**\n * Convert an object to a string.\n *\n * In the case of `null` and `undefined` the function returns\n * the empty string, in all other cases the result of calling\n * `toString` on the passed object is returned.\n *\n * @param {Any} obj The object to convert to a string.\n * @return {String} string representation of the passed object.\n * @memberOf lunr.utils\n */\nlunr.utils.asString = function (obj) {\n  if (obj === void 0 || obj === null) {\n    return \"\"\n  } else {\n    return obj.toString()\n  }\n}\n\n/**\n * Clones an object.\n *\n * Will create a copy of an existing object such that any mutations\n * on the copy cannot affect the original.\n *\n * Only shallow objects are supported, passing a nested object to this\n * function will cause a TypeError.\n *\n * Objects with primitives, and arrays of primitives are supported.\n *\n * @param {Object} obj The object to clone.\n * @return {Object} a clone of the passed object.\n * @throws {TypeError} when a nested object is passed.\n * @memberOf Utils\n */\nlunr.utils.clone = function (obj) {\n  if (obj === null || obj === undefined) {\n    return obj\n  }\n\n  var clone = Object.create(null),\n      keys = Object.keys(obj)\n\n  for (var i = 0; i < keys.length; i++) {\n    var key = keys[i],\n        val = obj[key]\n\n    if (Array.isArray(val)) {\n      clone[key] = val.slice()\n      continue\n    }\n\n    if (typeof val === 'string' ||\n        typeof val === 'number' ||\n        typeof val === 'boolean') {\n      clone[key] = val\n      continue\n    }\n\n    throw new TypeError(\"clone is not deep and does not support nested objects\")\n  }\n\n  return clone\n}\nlunr.FieldRef = function (docRef, fieldName, stringValue) {\n  this.docRef = docRef\n  this.fieldName = fieldName\n  this._stringValue = stringValue\n}\n\nlunr.FieldRef.joiner = \"/\"\n\nlunr.FieldRef.fromString = function (s) {\n  var n = s.indexOf(lunr.FieldRef.joiner)\n\n  if (n === -1) {\n    throw \"malformed field ref string\"\n  }\n\n  var fieldRef = s.slice(0, n),\n      docRef = s.slice(n + 1)\n\n  return new lunr.FieldRef (docRef, fieldRef, s)\n}\n\nlunr.FieldRef.prototype.toString = function () {\n  if (this._stringValue == undefined) {\n    this._stringValue = this.fieldName + lunr.FieldRef.joiner + this.docRef\n  }\n\n  return this._stringValue\n}\n/*!\n * lunr.Set\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * A lunr set.\n *\n * @constructor\n */\nlunr.Set = function (elements) {\n  this.elements = Object.create(null)\n\n  if (elements) {\n    this.length = elements.length\n\n    for (var i = 0; i < this.length; i++) {\n      this.elements[elements[i]] = true\n    }\n  } else {\n    this.length = 0\n  }\n}\n\n/**\n * A complete set that contains all elements.\n *\n * @static\n * @readonly\n * @type {lunr.Set}\n */\nlunr.Set.complete = {\n  intersect: function (other) {\n    return other\n  },\n\n  union: function () {\n    return this\n  },\n\n  contains: function () {\n    return true\n  }\n}\n\n/**\n * An empty set that contains no elements.\n *\n * @static\n * @readonly\n * @type {lunr.Set}\n */\nlunr.Set.empty = {\n  intersect: function () {\n    return this\n  },\n\n  union: function (other) {\n    return other\n  },\n\n  contains: function () {\n    return false\n  }\n}\n\n/**\n * Returns true if this set contains the specified object.\n *\n * @param {object} object - Object whose presence in this set is to be tested.\n * @returns {boolean} - True if this set contains the specified object.\n */\nlunr.Set.prototype.contains = function (object) {\n  return !!this.elements[object]\n}\n\n/**\n * Returns a new set containing only the elements that are present in both\n * this set and the specified set.\n *\n * @param {lunr.Set} other - set to intersect with this set.\n * @returns {lunr.Set} a new set that is the intersection of this and the specified set.\n */\n\nlunr.Set.prototype.intersect = function (other) {\n  var a, b, elements, intersection = []\n\n  if (other === lunr.Set.complete) {\n    return this\n  }\n\n  if (other === lunr.Set.empty) {\n    return other\n  }\n\n  if (this.length < other.length) {\n    a = this\n    b = other\n  } else {\n    a = other\n    b = this\n  }\n\n  elements = Object.keys(a.elements)\n\n  for (var i = 0; i < elements.length; i++) {\n    var element = elements[i]\n    if (element in b.elements) {\n      intersection.push(element)\n    }\n  }\n\n  return new lunr.Set (intersection)\n}\n\n/**\n * Returns a new set combining the elements of this and the specified set.\n *\n * @param {lunr.Set} other - set to union with this set.\n * @return {lunr.Set} a new set that is the union of this and the specified set.\n */\n\nlunr.Set.prototype.union = function (other) {\n  if (other === lunr.Set.complete) {\n    return lunr.Set.complete\n  }\n\n  if (other === lunr.Set.empty) {\n    return this\n  }\n\n  return new lunr.Set(Object.keys(this.elements).concat(Object.keys(other.elements)))\n}\n/**\n * A function to calculate the inverse document frequency for\n * a posting. This is shared between the builder and the index\n *\n * @private\n * @param {object} posting - The posting for a given term\n * @param {number} documentCount - The total number of documents.\n */\nlunr.idf = function (posting, documentCount) {\n  var documentsWithTerm = 0\n\n  for (var fieldName in posting) {\n    if (fieldName == '_index') continue // Ignore the term index, its not a field\n    documentsWithTerm += Object.keys(posting[fieldName]).length\n  }\n\n  var x = (documentCount - documentsWithTerm + 0.5) / (documentsWithTerm + 0.5)\n\n  return Math.log(1 + Math.abs(x))\n}\n\n/**\n * A token wraps a string representation of a token\n * as it is passed through the text processing pipeline.\n *\n * @constructor\n * @param {string} [str=''] - The string token being wrapped.\n * @param {object} [metadata={}] - Metadata associated with this token.\n */\nlunr.Token = function (str, metadata) {\n  this.str = str || \"\"\n  this.metadata = metadata || {}\n}\n\n/**\n * Returns the token string that is being wrapped by this object.\n *\n * @returns {string}\n */\nlunr.Token.prototype.toString = function () {\n  return this.str\n}\n\n/**\n * A token update function is used when updating or optionally\n * when cloning a token.\n *\n * @callback lunr.Token~updateFunction\n * @param {string} str - The string representation of the token.\n * @param {Object} metadata - All metadata associated with this token.\n */\n\n/**\n * Applies the given function to the wrapped string token.\n *\n * @example\n * token.update(function (str, metadata) {\n *   return str.toUpperCase()\n * })\n *\n * @param {lunr.Token~updateFunction} fn - A function to apply to the token string.\n * @returns {lunr.Token}\n */\nlunr.Token.prototype.update = function (fn) {\n  this.str = fn(this.str, this.metadata)\n  return this\n}\n\n/**\n * Creates a clone of this token. Optionally a function can be\n * applied to the cloned token.\n *\n * @param {lunr.Token~updateFunction} [fn] - An optional function to apply to the cloned token.\n * @returns {lunr.Token}\n */\nlunr.Token.prototype.clone = function (fn) {\n  fn = fn || function (s) { return s }\n  return new lunr.Token (fn(this.str, this.metadata), this.metadata)\n}\n/*!\n * lunr.tokenizer\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * A function for splitting a string into tokens ready to be inserted into\n * the search index. Uses `lunr.tokenizer.separator` to split strings, change\n * the value of this property to change how strings are split into tokens.\n *\n * This tokenizer will convert its parameter to a string by calling `toString` and\n * then will split this string on the character in `lunr.tokenizer.separator`.\n * Arrays will have their elements converted to strings and wrapped in a lunr.Token.\n *\n * Optional metadata can be passed to the tokenizer, this metadata will be cloned and\n * added as metadata to every token that is created from the object to be tokenized.\n *\n * @static\n * @param {?(string|object|object[])} obj - The object to convert into tokens\n * @param {?object} metadata - Optional metadata to associate with every token\n * @returns {lunr.Token[]}\n * @see {@link lunr.Pipeline}\n */\nlunr.tokenizer = function (obj, metadata) {\n  if (obj == null || obj == undefined) {\n    return []\n  }\n\n  if (Array.isArray(obj)) {\n    return obj.map(function (t) {\n      return new lunr.Token(\n        lunr.utils.asString(t).toLowerCase(),\n        lunr.utils.clone(metadata)\n      )\n    })\n  }\n\n  var str = obj.toString().toLowerCase(),\n      len = str.length,\n      tokens = []\n\n  for (var sliceEnd = 0, sliceStart = 0; sliceEnd <= len; sliceEnd++) {\n    var char = str.charAt(sliceEnd),\n        sliceLength = sliceEnd - sliceStart\n\n    if ((char.match(lunr.tokenizer.separator) || sliceEnd == len)) {\n\n      if (sliceLength > 0) {\n        var tokenMetadata = lunr.utils.clone(metadata) || {}\n        tokenMetadata[\"position\"] = [sliceStart, sliceLength]\n        tokenMetadata[\"index\"] = tokens.length\n\n        tokens.push(\n          new lunr.Token (\n            str.slice(sliceStart, sliceEnd),\n            tokenMetadata\n          )\n        )\n      }\n\n      sliceStart = sliceEnd + 1\n    }\n\n  }\n\n  return tokens\n}\n\n/**\n * The separator used to split a string into tokens. Override this property to change the behaviour of\n * `lunr.tokenizer` behaviour when tokenizing strings. By default this splits on whitespace and hyphens.\n *\n * @static\n * @see lunr.tokenizer\n */\nlunr.tokenizer.separator = /[\\s\\-]+/\n/*!\n * lunr.Pipeline\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * lunr.Pipelines maintain an ordered list of functions to be applied to all\n * tokens in documents entering the search index and queries being ran against\n * the index.\n *\n * An instance of lunr.Index created with the lunr shortcut will contain a\n * pipeline with a stop word filter and an English language stemmer. Extra\n * functions can be added before or after either of these functions or these\n * default functions can be removed.\n *\n * When run the pipeline will call each function in turn, passing a token, the\n * index of that token in the original list of all tokens and finally a list of\n * all the original tokens.\n *\n * The output of functions in the pipeline will be passed to the next function\n * in the pipeline. To exclude a token from entering the index the function\n * should return undefined, the rest of the pipeline will not be called with\n * this token.\n *\n * For serialisation of pipelines to work, all functions used in an instance of\n * a pipeline should be registered with lunr.Pipeline. Registered functions can\n * then be loaded. If trying to load a serialised pipeline that uses functions\n * that are not registered an error will be thrown.\n *\n * If not planning on serialising the pipeline then registering pipeline functions\n * is not necessary.\n *\n * @constructor\n */\nlunr.Pipeline = function () {\n  this._stack = []\n}\n\nlunr.Pipeline.registeredFunctions = Object.create(null)\n\n/**\n * A pipeline function maps lunr.Token to lunr.Token. A lunr.Token contains the token\n * string as well as all known metadata. A pipeline function can mutate the token string\n * or mutate (or add) metadata for a given token.\n *\n * A pipeline function can indicate that the passed token should be discarded by returning\n * null, undefined or an empty string. This token will not be passed to any downstream pipeline\n * functions and will not be added to the index.\n *\n * Multiple tokens can be returned by returning an array of tokens. Each token will be passed\n * to any downstream pipeline functions and all will returned tokens will be added to the index.\n *\n * Any number of pipeline functions may be chained together using a lunr.Pipeline.\n *\n * @interface lunr.PipelineFunction\n * @param {lunr.Token} token - A token from the document being processed.\n * @param {number} i - The index of this token in the complete list of tokens for this document/field.\n * @param {lunr.Token[]} tokens - All tokens for this document/field.\n * @returns {(?lunr.Token|lunr.Token[])}\n */\n\n/**\n * Register a function with the pipeline.\n *\n * Functions that are used in the pipeline should be registered if the pipeline\n * needs to be serialised, or a serialised pipeline needs to be loaded.\n *\n * Registering a function does not add it to a pipeline, functions must still be\n * added to instances of the pipeline for them to be used when running a pipeline.\n *\n * @param {lunr.PipelineFunction} fn - The function to check for.\n * @param {String} label - The label to register this function with\n */\nlunr.Pipeline.registerFunction = function (fn, label) {\n  if (label in this.registeredFunctions) {\n    lunr.utils.warn('Overwriting existing registered function: ' + label)\n  }\n\n  fn.label = label\n  lunr.Pipeline.registeredFunctions[fn.label] = fn\n}\n\n/**\n * Warns if the function is not registered as a Pipeline function.\n *\n * @param {lunr.PipelineFunction} fn - The function to check for.\n * @private\n */\nlunr.Pipeline.warnIfFunctionNotRegistered = function (fn) {\n  var isRegistered = fn.label && (fn.label in this.registeredFunctions)\n\n  if (!isRegistered) {\n    lunr.utils.warn('Function is not registered with pipeline. This may cause problems when serialising the index.\\n', fn)\n  }\n}\n\n/**\n * Loads a previously serialised pipeline.\n *\n * All functions to be loaded must already be registered with lunr.Pipeline.\n * If any function from the serialised data has not been registered then an\n * error will be thrown.\n *\n * @param {Object} serialised - The serialised pipeline to load.\n * @returns {lunr.Pipeline}\n */\nlunr.Pipeline.load = function (serialised) {\n  var pipeline = new lunr.Pipeline\n\n  serialised.forEach(function (fnName) {\n    var fn = lunr.Pipeline.registeredFunctions[fnName]\n\n    if (fn) {\n      pipeline.add(fn)\n    } else {\n      throw new Error('Cannot load unregistered function: ' + fnName)\n    }\n  })\n\n  return pipeline\n}\n\n/**\n * Adds new functions to the end of the pipeline.\n *\n * Logs a warning if the function has not been registered.\n *\n * @param {lunr.PipelineFunction[]} functions - Any number of functions to add to the pipeline.\n */\nlunr.Pipeline.prototype.add = function () {\n  var fns = Array.prototype.slice.call(arguments)\n\n  fns.forEach(function (fn) {\n    lunr.Pipeline.warnIfFunctionNotRegistered(fn)\n    this._stack.push(fn)\n  }, this)\n}\n\n/**\n * Adds a single function after a function that already exists in the\n * pipeline.\n *\n * Logs a warning if the function has not been registered.\n *\n * @param {lunr.PipelineFunction} existingFn - A function that already exists in the pipeline.\n * @param {lunr.PipelineFunction} newFn - The new function to add to the pipeline.\n */\nlunr.Pipeline.prototype.after = function (existingFn, newFn) {\n  lunr.Pipeline.warnIfFunctionNotRegistered(newFn)\n\n  var pos = this._stack.indexOf(existingFn)\n  if (pos == -1) {\n    throw new Error('Cannot find existingFn')\n  }\n\n  pos = pos + 1\n  this._stack.splice(pos, 0, newFn)\n}\n\n/**\n * Adds a single function before a function that already exists in the\n * pipeline.\n *\n * Logs a warning if the function has not been registered.\n *\n * @param {lunr.PipelineFunction} existingFn - A function that already exists in the pipeline.\n * @param {lunr.PipelineFunction} newFn - The new function to add to the pipeline.\n */\nlunr.Pipeline.prototype.before = function (existingFn, newFn) {\n  lunr.Pipeline.warnIfFunctionNotRegistered(newFn)\n\n  var pos = this._stack.indexOf(existingFn)\n  if (pos == -1) {\n    throw new Error('Cannot find existingFn')\n  }\n\n  this._stack.splice(pos, 0, newFn)\n}\n\n/**\n * Removes a function from the pipeline.\n *\n * @param {lunr.PipelineFunction} fn The function to remove from the pipeline.\n */\nlunr.Pipeline.prototype.remove = function (fn) {\n  var pos = this._stack.indexOf(fn)\n  if (pos == -1) {\n    return\n  }\n\n  this._stack.splice(pos, 1)\n}\n\n/**\n * Runs the current list of functions that make up the pipeline against the\n * passed tokens.\n *\n * @param {Array} tokens The tokens to run through the pipeline.\n * @returns {Array}\n */\nlunr.Pipeline.prototype.run = function (tokens) {\n  var stackLength = this._stack.length\n\n  for (var i = 0; i < stackLength; i++) {\n    var fn = this._stack[i]\n    var memo = []\n\n    for (var j = 0; j < tokens.length; j++) {\n      var result = fn(tokens[j], j, tokens)\n\n      if (result === null || result === void 0 || result === '') continue\n\n      if (Array.isArray(result)) {\n        for (var k = 0; k < result.length; k++) {\n          memo.push(result[k])\n        }\n      } else {\n        memo.push(result)\n      }\n    }\n\n    tokens = memo\n  }\n\n  return tokens\n}\n\n/**\n * Convenience method for passing a string through a pipeline and getting\n * strings out. This method takes care of wrapping the passed string in a\n * token and mapping the resulting tokens back to strings.\n *\n * @param {string} str - The string to pass through the pipeline.\n * @param {?object} metadata - Optional metadata to associate with the token\n * passed to the pipeline.\n * @returns {string[]}\n */\nlunr.Pipeline.prototype.runString = function (str, metadata) {\n  var token = new lunr.Token (str, metadata)\n\n  return this.run([token]).map(function (t) {\n    return t.toString()\n  })\n}\n\n/**\n * Resets the pipeline by removing any existing processors.\n *\n */\nlunr.Pipeline.prototype.reset = function () {\n  this._stack = []\n}\n\n/**\n * Returns a representation of the pipeline ready for serialisation.\n *\n * Logs a warning if the function has not been registered.\n *\n * @returns {Array}\n */\nlunr.Pipeline.prototype.toJSON = function () {\n  return this._stack.map(function (fn) {\n    lunr.Pipeline.warnIfFunctionNotRegistered(fn)\n\n    return fn.label\n  })\n}\n/*!\n * lunr.Vector\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * A vector is used to construct the vector space of documents and queries. These\n * vectors support operations to determine the similarity between two documents or\n * a document and a query.\n *\n * Normally no parameters are required for initializing a vector, but in the case of\n * loading a previously dumped vector the raw elements can be provided to the constructor.\n *\n * For performance reasons vectors are implemented with a flat array, where an elements\n * index is immediately followed by its value. E.g. [index, value, index, value]. This\n * allows the underlying array to be as sparse as possible and still offer decent\n * performance when being used for vector calculations.\n *\n * @constructor\n * @param {Number[]} [elements] - The flat list of element index and element value pairs.\n */\nlunr.Vector = function (elements) {\n  this._magnitude = 0\n  this.elements = elements || []\n}\n\n\n/**\n * Calculates the position within the vector to insert a given index.\n *\n * This is used internally by insert and upsert. If there are duplicate indexes then\n * the position is returned as if the value for that index were to be updated, but it\n * is the callers responsibility to check whether there is a duplicate at that index\n *\n * @param {Number} insertIdx - The index at which the element should be inserted.\n * @returns {Number}\n */\nlunr.Vector.prototype.positionForIndex = function (index) {\n  // For an empty vector the tuple can be inserted at the beginning\n  if (this.elements.length == 0) {\n    return 0\n  }\n\n  var start = 0,\n      end = this.elements.length / 2,\n      sliceLength = end - start,\n      pivotPoint = Math.floor(sliceLength / 2),\n      pivotIndex = this.elements[pivotPoint * 2]\n\n  while (sliceLength > 1) {\n    if (pivotIndex < index) {\n      start = pivotPoint\n    }\n\n    if (pivotIndex > index) {\n      end = pivotPoint\n    }\n\n    if (pivotIndex == index) {\n      break\n    }\n\n    sliceLength = end - start\n    pivotPoint = start + Math.floor(sliceLength / 2)\n    pivotIndex = this.elements[pivotPoint * 2]\n  }\n\n  if (pivotIndex == index) {\n    return pivotPoint * 2\n  }\n\n  if (pivotIndex > index) {\n    return pivotPoint * 2\n  }\n\n  if (pivotIndex < index) {\n    return (pivotPoint + 1) * 2\n  }\n}\n\n/**\n * Inserts an element at an index within the vector.\n *\n * Does not allow duplicates, will throw an error if there is already an entry\n * for this index.\n *\n * @param {Number} insertIdx - The index at which the element should be inserted.\n * @param {Number} val - The value to be inserted into the vector.\n */\nlunr.Vector.prototype.insert = function (insertIdx, val) {\n  this.upsert(insertIdx, val, function () {\n    throw \"duplicate index\"\n  })\n}\n\n/**\n * Inserts or updates an existing index within the vector.\n *\n * @param {Number} insertIdx - The index at which the element should be inserted.\n * @param {Number} val - The value to be inserted into the vector.\n * @param {function} fn - A function that is called for updates, the existing value and the\n * requested value are passed as arguments\n */\nlunr.Vector.prototype.upsert = function (insertIdx, val, fn) {\n  this._magnitude = 0\n  var position = this.positionForIndex(insertIdx)\n\n  if (this.elements[position] == insertIdx) {\n    this.elements[position + 1] = fn(this.elements[position + 1], val)\n  } else {\n    this.elements.splice(position, 0, insertIdx, val)\n  }\n}\n\n/**\n * Calculates the magnitude of this vector.\n *\n * @returns {Number}\n */\nlunr.Vector.prototype.magnitude = function () {\n  if (this._magnitude) return this._magnitude\n\n  var sumOfSquares = 0,\n      elementsLength = this.elements.length\n\n  for (var i = 1; i < elementsLength; i += 2) {\n    var val = this.elements[i]\n    sumOfSquares += val * val\n  }\n\n  return this._magnitude = Math.sqrt(sumOfSquares)\n}\n\n/**\n * Calculates the dot product of this vector and another vector.\n *\n * @param {lunr.Vector} otherVector - The vector to compute the dot product with.\n * @returns {Number}\n */\nlunr.Vector.prototype.dot = function (otherVector) {\n  var dotProduct = 0,\n      a = this.elements, b = otherVector.elements,\n      aLen = a.length, bLen = b.length,\n      aVal = 0, bVal = 0,\n      i = 0, j = 0\n\n  while (i < aLen && j < bLen) {\n    aVal = a[i], bVal = b[j]\n    if (aVal < bVal) {\n      i += 2\n    } else if (aVal > bVal) {\n      j += 2\n    } else if (aVal == bVal) {\n      dotProduct += a[i + 1] * b[j + 1]\n      i += 2\n      j += 2\n    }\n  }\n\n  return dotProduct\n}\n\n/**\n * Calculates the similarity between this vector and another vector.\n *\n * @param {lunr.Vector} otherVector - The other vector to calculate the\n * similarity with.\n * @returns {Number}\n */\nlunr.Vector.prototype.similarity = function (otherVector) {\n  return this.dot(otherVector) / this.magnitude() || 0\n}\n\n/**\n * Converts the vector to an array of the elements within the vector.\n *\n * @returns {Number[]}\n */\nlunr.Vector.prototype.toArray = function () {\n  var output = new Array (this.elements.length / 2)\n\n  for (var i = 1, j = 0; i < this.elements.length; i += 2, j++) {\n    output[j] = this.elements[i]\n  }\n\n  return output\n}\n\n/**\n * A JSON serializable representation of the vector.\n *\n * @returns {Number[]}\n */\nlunr.Vector.prototype.toJSON = function () {\n  return this.elements\n}\n/* eslint-disable */\n/*!\n * lunr.stemmer\n * Copyright (C) 2020 Oliver Nightingale\n * Includes code from - http://tartarus.org/~martin/PorterStemmer/js.txt\n */\n\n/**\n * lunr.stemmer is an english language stemmer, this is a JavaScript\n * implementation of the PorterStemmer taken from http://tartarus.org/~martin\n *\n * @static\n * @implements {lunr.PipelineFunction}\n * @param {lunr.Token} token - The string to stem\n * @returns {lunr.Token}\n * @see {@link lunr.Pipeline}\n * @function\n */\nlunr.stemmer = (function(){\n  var step2list = {\n      \"ational\" : \"ate\",\n      \"tional\" : \"tion\",\n      \"enci\" : \"ence\",\n      \"anci\" : \"ance\",\n      \"izer\" : \"ize\",\n      \"bli\" : \"ble\",\n      \"alli\" : \"al\",\n      \"entli\" : \"ent\",\n      \"eli\" : \"e\",\n      \"ousli\" : \"ous\",\n      \"ization\" : \"ize\",\n      \"ation\" : \"ate\",\n      \"ator\" : \"ate\",\n      \"alism\" : \"al\",\n      \"iveness\" : \"ive\",\n      \"fulness\" : \"ful\",\n      \"ousness\" : \"ous\",\n      \"aliti\" : \"al\",\n      \"iviti\" : \"ive\",\n      \"biliti\" : \"ble\",\n      \"logi\" : \"log\"\n    },\n\n    step3list = {\n      \"icate\" : \"ic\",\n      \"ative\" : \"\",\n      \"alize\" : \"al\",\n      \"iciti\" : \"ic\",\n      \"ical\" : \"ic\",\n      \"ful\" : \"\",\n      \"ness\" : \"\"\n    },\n\n    c = \"[^aeiou]\",          // consonant\n    v = \"[aeiouy]\",          // vowel\n    C = c + \"[^aeiouy]*\",    // consonant sequence\n    V = v + \"[aeiou]*\",      // vowel sequence\n\n    mgr0 = \"^(\" + C + \")?\" + V + C,               // [C]VC... is m>0\n    meq1 = \"^(\" + C + \")?\" + V + C + \"(\" + V + \")?$\",  // [C]VC[V] is m=1\n    mgr1 = \"^(\" + C + \")?\" + V + C + V + C,       // [C]VCVC... is m>1\n    s_v = \"^(\" + C + \")?\" + v;                   // vowel in stem\n\n  var re_mgr0 = new RegExp(mgr0);\n  var re_mgr1 = new RegExp(mgr1);\n  var re_meq1 = new RegExp(meq1);\n  var re_s_v = new RegExp(s_v);\n\n  var re_1a = /^(.+?)(ss|i)es$/;\n  var re2_1a = /^(.+?)([^s])s$/;\n  var re_1b = /^(.+?)eed$/;\n  var re2_1b = /^(.+?)(ed|ing)$/;\n  var re_1b_2 = /.$/;\n  var re2_1b_2 = /(at|bl|iz)$/;\n  var re3_1b_2 = new RegExp(\"([^aeiouylsz])\\\\1$\");\n  var re4_1b_2 = new RegExp(\"^\" + C + v + \"[^aeiouwxy]$\");\n\n  var re_1c = /^(.+?[^aeiou])y$/;\n  var re_2 = /^(.+?)(ational|tional|enci|anci|izer|bli|alli|entli|eli|ousli|ization|ation|ator|alism|iveness|fulness|ousness|aliti|iviti|biliti|logi)$/;\n\n  var re_3 = /^(.+?)(icate|ative|alize|iciti|ical|ful|ness)$/;\n\n  var re_4 = /^(.+?)(al|ance|ence|er|ic|able|ible|ant|ement|ment|ent|ou|ism|ate|iti|ous|ive|ize)$/;\n  var re2_4 = /^(.+?)(s|t)(ion)$/;\n\n  var re_5 = /^(.+?)e$/;\n  var re_5_1 = /ll$/;\n  var re3_5 = new RegExp(\"^\" + C + v + \"[^aeiouwxy]$\");\n\n  var porterStemmer = function porterStemmer(w) {\n    var stem,\n      suffix,\n      firstch,\n      re,\n      re2,\n      re3,\n      re4;\n\n    if (w.length < 3) { return w; }\n\n    firstch = w.substr(0,1);\n    if (firstch == \"y\") {\n      w = firstch.toUpperCase() + w.substr(1);\n    }\n\n    // Step 1a\n    re = re_1a\n    re2 = re2_1a;\n\n    if (re.test(w)) { w = w.replace(re,\"$1$2\"); }\n    else if (re2.test(w)) { w = w.replace(re2,\"$1$2\"); }\n\n    // Step 1b\n    re = re_1b;\n    re2 = re2_1b;\n    if (re.test(w)) {\n      var fp = re.exec(w);\n      re = re_mgr0;\n      if (re.test(fp[1])) {\n        re = re_1b_2;\n        w = w.replace(re,\"\");\n      }\n    } else if (re2.test(w)) {\n      var fp = re2.exec(w);\n      stem = fp[1];\n      re2 = re_s_v;\n      if (re2.test(stem)) {\n        w = stem;\n        re2 = re2_1b_2;\n        re3 = re3_1b_2;\n        re4 = re4_1b_2;\n        if (re2.test(w)) { w = w + \"e\"; }\n        else if (re3.test(w)) { re = re_1b_2; w = w.replace(re,\"\"); }\n        else if (re4.test(w)) { w = w + \"e\"; }\n      }\n    }\n\n    // Step 1c - replace suffix y or Y by i if preceded by a non-vowel which is not the first letter of the word (so cry -> cri, by -> by, say -> say)\n    re = re_1c;\n    if (re.test(w)) {\n      var fp = re.exec(w);\n      stem = fp[1];\n      w = stem + \"i\";\n    }\n\n    // Step 2\n    re = re_2;\n    if (re.test(w)) {\n      var fp = re.exec(w);\n      stem = fp[1];\n      suffix = fp[2];\n      re = re_mgr0;\n      if (re.test(stem)) {\n        w = stem + step2list[suffix];\n      }\n    }\n\n    // Step 3\n    re = re_3;\n    if (re.test(w)) {\n      var fp = re.exec(w);\n      stem = fp[1];\n      suffix = fp[2];\n      re = re_mgr0;\n      if (re.test(stem)) {\n        w = stem + step3list[suffix];\n      }\n    }\n\n    // Step 4\n    re = re_4;\n    re2 = re2_4;\n    if (re.test(w)) {\n      var fp = re.exec(w);\n      stem = fp[1];\n      re = re_mgr1;\n      if (re.test(stem)) {\n        w = stem;\n      }\n    } else if (re2.test(w)) {\n      var fp = re2.exec(w);\n      stem = fp[1] + fp[2];\n      re2 = re_mgr1;\n      if (re2.test(stem)) {\n        w = stem;\n      }\n    }\n\n    // Step 5\n    re = re_5;\n    if (re.test(w)) {\n      var fp = re.exec(w);\n      stem = fp[1];\n      re = re_mgr1;\n      re2 = re_meq1;\n      re3 = re3_5;\n      if (re.test(stem) || (re2.test(stem) && !(re3.test(stem)))) {\n        w = stem;\n      }\n    }\n\n    re = re_5_1;\n    re2 = re_mgr1;\n    if (re.test(w) && re2.test(w)) {\n      re = re_1b_2;\n      w = w.replace(re,\"\");\n    }\n\n    // and turn initial Y back to y\n\n    if (firstch == \"y\") {\n      w = firstch.toLowerCase() + w.substr(1);\n    }\n\n    return w;\n  };\n\n  return function (token) {\n    return token.update(porterStemmer);\n  }\n})();\n\nlunr.Pipeline.registerFunction(lunr.stemmer, 'stemmer')\n/*!\n * lunr.stopWordFilter\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * lunr.generateStopWordFilter builds a stopWordFilter function from the provided\n * list of stop words.\n *\n * The built in lunr.stopWordFilter is built using this generator and can be used\n * to generate custom stopWordFilters for applications or non English languages.\n *\n * @function\n * @param {Array} token The token to pass through the filter\n * @returns {lunr.PipelineFunction}\n * @see lunr.Pipeline\n * @see lunr.stopWordFilter\n */\nlunr.generateStopWordFilter = function (stopWords) {\n  var words = stopWords.reduce(function (memo, stopWord) {\n    memo[stopWord] = stopWord\n    return memo\n  }, {})\n\n  return function (token) {\n    if (token && words[token.toString()] !== token.toString()) return token\n  }\n}\n\n/**\n * lunr.stopWordFilter is an English language stop word list filter, any words\n * contained in the list will not be passed through the filter.\n *\n * This is intended to be used in the Pipeline. If the token does not pass the\n * filter then undefined will be returned.\n *\n * @function\n * @implements {lunr.PipelineFunction}\n * @params {lunr.Token} token - A token to check for being a stop word.\n * @returns {lunr.Token}\n * @see {@link lunr.Pipeline}\n */\nlunr.stopWordFilter = lunr.generateStopWordFilter([\n  'a',\n  'able',\n  'about',\n  'across',\n  'after',\n  'all',\n  'almost',\n  'also',\n  'am',\n  'among',\n  'an',\n  'and',\n  'any',\n  'are',\n  'as',\n  'at',\n  'be',\n  'because',\n  'been',\n  'but',\n  'by',\n  'can',\n  'cannot',\n  'could',\n  'dear',\n  'did',\n  'do',\n  'does',\n  'either',\n  'else',\n  'ever',\n  'every',\n  'for',\n  'from',\n  'get',\n  'got',\n  'had',\n  'has',\n  'have',\n  'he',\n  'her',\n  'hers',\n  'him',\n  'his',\n  'how',\n  'however',\n  'i',\n  'if',\n  'in',\n  'into',\n  'is',\n  'it',\n  'its',\n  'just',\n  'least',\n  'let',\n  'like',\n  'likely',\n  'may',\n  'me',\n  'might',\n  'most',\n  'must',\n  'my',\n  'neither',\n  'no',\n  'nor',\n  'not',\n  'of',\n  'off',\n  'often',\n  'on',\n  'only',\n  'or',\n  'other',\n  'our',\n  'own',\n  'rather',\n  'said',\n  'say',\n  'says',\n  'she',\n  'should',\n  'since',\n  'so',\n  'some',\n  'than',\n  'that',\n  'the',\n  'their',\n  'them',\n  'then',\n  'there',\n  'these',\n  'they',\n  'this',\n  'tis',\n  'to',\n  'too',\n  'twas',\n  'us',\n  'wants',\n  'was',\n  'we',\n  'were',\n  'what',\n  'when',\n  'where',\n  'which',\n  'while',\n  'who',\n  'whom',\n  'why',\n  'will',\n  'with',\n  'would',\n  'yet',\n  'you',\n  'your'\n])\n\nlunr.Pipeline.registerFunction(lunr.stopWordFilter, 'stopWordFilter')\n/*!\n * lunr.trimmer\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * lunr.trimmer is a pipeline function for trimming non word\n * characters from the beginning and end of tokens before they\n * enter the index.\n *\n * This implementation may not work correctly for non latin\n * characters and should either be removed or adapted for use\n * with languages with non-latin characters.\n *\n * @static\n * @implements {lunr.PipelineFunction}\n * @param {lunr.Token} token The token to pass through the filter\n * @returns {lunr.Token}\n * @see lunr.Pipeline\n */\nlunr.trimmer = function (token) {\n  return token.update(function (s) {\n    return s.replace(/^\\W+/, '').replace(/\\W+$/, '')\n  })\n}\n\nlunr.Pipeline.registerFunction(lunr.trimmer, 'trimmer')\n/*!\n * lunr.TokenSet\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * A token set is used to store the unique list of all tokens\n * within an index. Token sets are also used to represent an\n * incoming query to the index, this query token set and index\n * token set are then intersected to find which tokens to look\n * up in the inverted index.\n *\n * A token set can hold multiple tokens, as in the case of the\n * index token set, or it can hold a single token as in the\n * case of a simple query token set.\n *\n * Additionally token sets are used to perform wildcard matching.\n * Leading, contained and trailing wildcards are supported, and\n * from this edit distance matching can also be provided.\n *\n * Token sets are implemented as a minimal finite state automata,\n * where both common prefixes and suffixes are shared between tokens.\n * This helps to reduce the space used for storing the token set.\n *\n * @constructor\n */\nlunr.TokenSet = function () {\n  this.final = false\n  this.edges = {}\n  this.id = lunr.TokenSet._nextId\n  lunr.TokenSet._nextId += 1\n}\n\n/**\n * Keeps track of the next, auto increment, identifier to assign\n * to a new tokenSet.\n *\n * TokenSets require a unique identifier to be correctly minimised.\n *\n * @private\n */\nlunr.TokenSet._nextId = 1\n\n/**\n * Creates a TokenSet instance from the given sorted array of words.\n *\n * @param {String[]} arr - A sorted array of strings to create the set from.\n * @returns {lunr.TokenSet}\n * @throws Will throw an error if the input array is not sorted.\n */\nlunr.TokenSet.fromArray = function (arr) {\n  var builder = new lunr.TokenSet.Builder\n\n  for (var i = 0, len = arr.length; i < len; i++) {\n    builder.insert(arr[i])\n  }\n\n  builder.finish()\n  return builder.root\n}\n\n/**\n * Creates a token set from a query clause.\n *\n * @private\n * @param {Object} clause - A single clause from lunr.Query.\n * @param {string} clause.term - The query clause term.\n * @param {number} [clause.editDistance] - The optional edit distance for the term.\n * @returns {lunr.TokenSet}\n */\nlunr.TokenSet.fromClause = function (clause) {\n  if ('editDistance' in clause) {\n    return lunr.TokenSet.fromFuzzyString(clause.term, clause.editDistance)\n  } else {\n    return lunr.TokenSet.fromString(clause.term)\n  }\n}\n\n/**\n * Creates a token set representing a single string with a specified\n * edit distance.\n *\n * Insertions, deletions, substitutions and transpositions are each\n * treated as an edit distance of 1.\n *\n * Increasing the allowed edit distance will have a dramatic impact\n * on the performance of both creating and intersecting these TokenSets.\n * It is advised to keep the edit distance less than 3.\n *\n * @param {string} str - The string to create the token set from.\n * @param {number} editDistance - The allowed edit distance to match.\n * @returns {lunr.Vector}\n */\nlunr.TokenSet.fromFuzzyString = function (str, editDistance) {\n  var root = new lunr.TokenSet\n\n  var stack = [{\n    node: root,\n    editsRemaining: editDistance,\n    str: str\n  }]\n\n  while (stack.length) {\n    var frame = stack.pop()\n\n    // no edit\n    if (frame.str.length > 0) {\n      var char = frame.str.charAt(0),\n          noEditNode\n\n      if (char in frame.node.edges) {\n        noEditNode = frame.node.edges[char]\n      } else {\n        noEditNode = new lunr.TokenSet\n        frame.node.edges[char] = noEditNode\n      }\n\n      if (frame.str.length == 1) {\n        noEditNode.final = true\n      }\n\n      stack.push({\n        node: noEditNode,\n        editsRemaining: frame.editsRemaining,\n        str: frame.str.slice(1)\n      })\n    }\n\n    if (frame.editsRemaining == 0) {\n      continue\n    }\n\n    // insertion\n    if (\"*\" in frame.node.edges) {\n      var insertionNode = frame.node.edges[\"*\"]\n    } else {\n      var insertionNode = new lunr.TokenSet\n      frame.node.edges[\"*\"] = insertionNode\n    }\n\n    if (frame.str.length == 0) {\n      insertionNode.final = true\n    }\n\n    stack.push({\n      node: insertionNode,\n      editsRemaining: frame.editsRemaining - 1,\n      str: frame.str\n    })\n\n    // deletion\n    // can only do a deletion if we have enough edits remaining\n    // and if there are characters left to delete in the string\n    if (frame.str.length > 1) {\n      stack.push({\n        node: frame.node,\n        editsRemaining: frame.editsRemaining - 1,\n        str: frame.str.slice(1)\n      })\n    }\n\n    // deletion\n    // just removing the last character from the str\n    if (frame.str.length == 1) {\n      frame.node.final = true\n    }\n\n    // substitution\n    // can only do a substitution if we have enough edits remaining\n    // and if there are characters left to substitute\n    if (frame.str.length >= 1) {\n      if (\"*\" in frame.node.edges) {\n        var substitutionNode = frame.node.edges[\"*\"]\n      } else {\n        var substitutionNode = new lunr.TokenSet\n        frame.node.edges[\"*\"] = substitutionNode\n      }\n\n      if (frame.str.length == 1) {\n        substitutionNode.final = true\n      }\n\n      stack.push({\n        node: substitutionNode,\n        editsRemaining: frame.editsRemaining - 1,\n        str: frame.str.slice(1)\n      })\n    }\n\n    // transposition\n    // can only do a transposition if there are edits remaining\n    // and there are enough characters to transpose\n    if (frame.str.length > 1) {\n      var charA = frame.str.charAt(0),\n          charB = frame.str.charAt(1),\n          transposeNode\n\n      if (charB in frame.node.edges) {\n        transposeNode = frame.node.edges[charB]\n      } else {\n        transposeNode = new lunr.TokenSet\n        frame.node.edges[charB] = transposeNode\n      }\n\n      if (frame.str.length == 1) {\n        transposeNode.final = true\n      }\n\n      stack.push({\n        node: transposeNode,\n        editsRemaining: frame.editsRemaining - 1,\n        str: charA + frame.str.slice(2)\n      })\n    }\n  }\n\n  return root\n}\n\n/**\n * Creates a TokenSet from a string.\n *\n * The string may contain one or more wildcard characters (*)\n * that will allow wildcard matching when intersecting with\n * another TokenSet.\n *\n * @param {string} str - The string to create a TokenSet from.\n * @returns {lunr.TokenSet}\n */\nlunr.TokenSet.fromString = function (str) {\n  var node = new lunr.TokenSet,\n      root = node\n\n  /*\n   * Iterates through all characters within the passed string\n   * appending a node for each character.\n   *\n   * When a wildcard character is found then a self\n   * referencing edge is introduced to continually match\n   * any number of any characters.\n   */\n  for (var i = 0, len = str.length; i < len; i++) {\n    var char = str[i],\n        final = (i == len - 1)\n\n    if (char == \"*\") {\n      node.edges[char] = node\n      node.final = final\n\n    } else {\n      var next = new lunr.TokenSet\n      next.final = final\n\n      node.edges[char] = next\n      node = next\n    }\n  }\n\n  return root\n}\n\n/**\n * Converts this TokenSet into an array of strings\n * contained within the TokenSet.\n *\n * This is not intended to be used on a TokenSet that\n * contains wildcards, in these cases the results are\n * undefined and are likely to cause an infinite loop.\n *\n * @returns {string[]}\n */\nlunr.TokenSet.prototype.toArray = function () {\n  var words = []\n\n  var stack = [{\n    prefix: \"\",\n    node: this\n  }]\n\n  while (stack.length) {\n    var frame = stack.pop(),\n        edges = Object.keys(frame.node.edges),\n        len = edges.length\n\n    if (frame.node.final) {\n      /* In Safari, at this point the prefix is sometimes corrupted, see:\n       * https://github.com/olivernn/lunr.js/issues/279 Calling any\n       * String.prototype method forces Safari to \"cast\" this string to what\n       * it's supposed to be, fixing the bug. */\n      frame.prefix.charAt(0)\n      words.push(frame.prefix)\n    }\n\n    for (var i = 0; i < len; i++) {\n      var edge = edges[i]\n\n      stack.push({\n        prefix: frame.prefix.concat(edge),\n        node: frame.node.edges[edge]\n      })\n    }\n  }\n\n  return words\n}\n\n/**\n * Generates a string representation of a TokenSet.\n *\n * This is intended to allow TokenSets to be used as keys\n * in objects, largely to aid the construction and minimisation\n * of a TokenSet. As such it is not designed to be a human\n * friendly representation of the TokenSet.\n *\n * @returns {string}\n */\nlunr.TokenSet.prototype.toString = function () {\n  // NOTE: Using Object.keys here as this.edges is very likely\n  // to enter 'hash-mode' with many keys being added\n  //\n  // avoiding a for-in loop here as it leads to the function\n  // being de-optimised (at least in V8). From some simple\n  // benchmarks the performance is comparable, but allowing\n  // V8 to optimize may mean easy performance wins in the future.\n\n  if (this._str) {\n    return this._str\n  }\n\n  var str = this.final ? '1' : '0',\n      labels = Object.keys(this.edges).sort(),\n      len = labels.length\n\n  for (var i = 0; i < len; i++) {\n    var label = labels[i],\n        node = this.edges[label]\n\n    str = str + label + node.id\n  }\n\n  return str\n}\n\n/**\n * Returns a new TokenSet that is the intersection of\n * this TokenSet and the passed TokenSet.\n *\n * This intersection will take into account any wildcards\n * contained within the TokenSet.\n *\n * @param {lunr.TokenSet} b - An other TokenSet to intersect with.\n * @returns {lunr.TokenSet}\n */\nlunr.TokenSet.prototype.intersect = function (b) {\n  var output = new lunr.TokenSet,\n      frame = undefined\n\n  var stack = [{\n    qNode: b,\n    output: output,\n    node: this\n  }]\n\n  while (stack.length) {\n    frame = stack.pop()\n\n    // NOTE: As with the #toString method, we are using\n    // Object.keys and a for loop instead of a for-in loop\n    // as both of these objects enter 'hash' mode, causing\n    // the function to be de-optimised in V8\n    var qEdges = Object.keys(frame.qNode.edges),\n        qLen = qEdges.length,\n        nEdges = Object.keys(frame.node.edges),\n        nLen = nEdges.length\n\n    for (var q = 0; q < qLen; q++) {\n      var qEdge = qEdges[q]\n\n      for (var n = 0; n < nLen; n++) {\n        var nEdge = nEdges[n]\n\n        if (nEdge == qEdge || qEdge == '*') {\n          var node = frame.node.edges[nEdge],\n              qNode = frame.qNode.edges[qEdge],\n              final = node.final && qNode.final,\n              next = undefined\n\n          if (nEdge in frame.output.edges) {\n            // an edge already exists for this character\n            // no need to create a new node, just set the finality\n            // bit unless this node is already final\n            next = frame.output.edges[nEdge]\n            next.final = next.final || final\n\n          } else {\n            // no edge exists yet, must create one\n            // set the finality bit and insert it\n            // into the output\n            next = new lunr.TokenSet\n            next.final = final\n            frame.output.edges[nEdge] = next\n          }\n\n          stack.push({\n            qNode: qNode,\n            output: next,\n            node: node\n          })\n        }\n      }\n    }\n  }\n\n  return output\n}\nlunr.TokenSet.Builder = function () {\n  this.previousWord = \"\"\n  this.root = new lunr.TokenSet\n  this.uncheckedNodes = []\n  this.minimizedNodes = {}\n}\n\nlunr.TokenSet.Builder.prototype.insert = function (word) {\n  var node,\n      commonPrefix = 0\n\n  if (word < this.previousWord) {\n    throw new Error (\"Out of order word insertion\")\n  }\n\n  for (var i = 0; i < word.length && i < this.previousWord.length; i++) {\n    if (word[i] != this.previousWord[i]) break\n    commonPrefix++\n  }\n\n  this.minimize(commonPrefix)\n\n  if (this.uncheckedNodes.length == 0) {\n    node = this.root\n  } else {\n    node = this.uncheckedNodes[this.uncheckedNodes.length - 1].child\n  }\n\n  for (var i = commonPrefix; i < word.length; i++) {\n    var nextNode = new lunr.TokenSet,\n        char = word[i]\n\n    node.edges[char] = nextNode\n\n    this.uncheckedNodes.push({\n      parent: node,\n      char: char,\n      child: nextNode\n    })\n\n    node = nextNode\n  }\n\n  node.final = true\n  this.previousWord = word\n}\n\nlunr.TokenSet.Builder.prototype.finish = function () {\n  this.minimize(0)\n}\n\nlunr.TokenSet.Builder.prototype.minimize = function (downTo) {\n  for (var i = this.uncheckedNodes.length - 1; i >= downTo; i--) {\n    var node = this.uncheckedNodes[i],\n        childKey = node.child.toString()\n\n    if (childKey in this.minimizedNodes) {\n      node.parent.edges[node.char] = this.minimizedNodes[childKey]\n    } else {\n      // Cache the key for this node since\n      // we know it can't change anymore\n      node.child._str = childKey\n\n      this.minimizedNodes[childKey] = node.child\n    }\n\n    this.uncheckedNodes.pop()\n  }\n}\n/*!\n * lunr.Index\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * An index contains the built index of all documents and provides a query interface\n * to the index.\n *\n * Usually instances of lunr.Index will not be created using this constructor, instead\n * lunr.Builder should be used to construct new indexes, or lunr.Index.load should be\n * used to load previously built and serialized indexes.\n *\n * @constructor\n * @param {Object} attrs - The attributes of the built search index.\n * @param {Object} attrs.invertedIndex - An index of term/field to document reference.\n * @param {Object<string, lunr.Vector>} attrs.fieldVectors - Field vectors\n * @param {lunr.TokenSet} attrs.tokenSet - An set of all corpus tokens.\n * @param {string[]} attrs.fields - The names of indexed document fields.\n * @param {lunr.Pipeline} attrs.pipeline - The pipeline to use for search terms.\n */\nlunr.Index = function (attrs) {\n  this.invertedIndex = attrs.invertedIndex\n  this.fieldVectors = attrs.fieldVectors\n  this.tokenSet = attrs.tokenSet\n  this.fields = attrs.fields\n  this.pipeline = attrs.pipeline\n}\n\n/**\n * A result contains details of a document matching a search query.\n * @typedef {Object} lunr.Index~Result\n * @property {string} ref - The reference of the document this result represents.\n * @property {number} score - A number between 0 and 1 representing how similar this document is to the query.\n * @property {lunr.MatchData} matchData - Contains metadata about this match including which term(s) caused the match.\n */\n\n/**\n * Although lunr provides the ability to create queries using lunr.Query, it also provides a simple\n * query language which itself is parsed into an instance of lunr.Query.\n *\n * For programmatically building queries it is advised to directly use lunr.Query, the query language\n * is best used for human entered text rather than program generated text.\n *\n * At its simplest queries can just be a single term, e.g. `hello`, multiple terms are also supported\n * and will be combined with OR, e.g `hello world` will match documents that contain either 'hello'\n * or 'world', though those that contain both will rank higher in the results.\n *\n * Wildcards can be included in terms to match one or more unspecified characters, these wildcards can\n * be inserted anywhere within the term, and more than one wildcard can exist in a single term. Adding\n * wildcards will increase the number of documents that will be found but can also have a negative\n * impact on query performance, especially with wildcards at the beginning of a term.\n *\n * Terms can be restricted to specific fields, e.g. `title:hello`, only documents with the term\n * hello in the title field will match this query. Using a field not present in the index will lead\n * to an error being thrown.\n *\n * Modifiers can also be added to terms, lunr supports edit distance and boost modifiers on terms. A term\n * boost will make documents matching that term score higher, e.g. `foo^5`. Edit distance is also supported\n * to provide fuzzy matching, e.g. 'hello~2' will match documents with hello with an edit distance of 2.\n * Avoid large values for edit distance to improve query performance.\n *\n * Each term also supports a presence modifier. By default a term's presence in document is optional, however\n * this can be changed to either required or prohibited. For a term's presence to be required in a document the\n * term should be prefixed with a '+', e.g. `+foo bar` is a search for documents that must contain 'foo' and\n * optionally contain 'bar'. Conversely a leading '-' sets the terms presence to prohibited, i.e. it must not\n * appear in a document, e.g. `-foo bar` is a search for documents that do not contain 'foo' but may contain 'bar'.\n *\n * To escape special characters the backslash character '\\' can be used, this allows searches to include\n * characters that would normally be considered modifiers, e.g. `foo\\~2` will search for a term \"foo~2\" instead\n * of attempting to apply a boost of 2 to the search term \"foo\".\n *\n * @typedef {string} lunr.Index~QueryString\n * @example <caption>Simple single term query</caption>\n * hello\n * @example <caption>Multiple term query</caption>\n * hello world\n * @example <caption>term scoped to a field</caption>\n * title:hello\n * @example <caption>term with a boost of 10</caption>\n * hello^10\n * @example <caption>term with an edit distance of 2</caption>\n * hello~2\n * @example <caption>terms with presence modifiers</caption>\n * -foo +bar baz\n */\n\n/**\n * Performs a search against the index using lunr query syntax.\n *\n * Results will be returned sorted by their score, the most relevant results\n * will be returned first.  For details on how the score is calculated, please see\n * the {@link https://lunrjs.com/guides/searching.html#scoring|guide}.\n *\n * For more programmatic querying use lunr.Index#query.\n *\n * @param {lunr.Index~QueryString} queryString - A string containing a lunr query.\n * @throws {lunr.QueryParseError} If the passed query string cannot be parsed.\n * @returns {lunr.Index~Result[]}\n */\nlunr.Index.prototype.search = function (queryString) {\n  return this.query(function (query) {\n    var parser = new lunr.QueryParser(queryString, query)\n    parser.parse()\n  })\n}\n\n/**\n * A query builder callback provides a query object to be used to express\n * the query to perform on the index.\n *\n * @callback lunr.Index~queryBuilder\n * @param {lunr.Query} query - The query object to build up.\n * @this lunr.Query\n */\n\n/**\n * Performs a query against the index using the yielded lunr.Query object.\n *\n * If performing programmatic queries against the index, this method is preferred\n * over lunr.Index#search so as to avoid the additional query parsing overhead.\n *\n * A query object is yielded to the supplied function which should be used to\n * express the query to be run against the index.\n *\n * Note that although this function takes a callback parameter it is _not_ an\n * asynchronous operation, the callback is just yielded a query object to be\n * customized.\n *\n * @param {lunr.Index~queryBuilder} fn - A function that is used to build the query.\n * @returns {lunr.Index~Result[]}\n */\nlunr.Index.prototype.query = function (fn) {\n  // for each query clause\n  // * process terms\n  // * expand terms from token set\n  // * find matching documents and metadata\n  // * get document vectors\n  // * score documents\n\n  var query = new lunr.Query(this.fields),\n      matchingFields = Object.create(null),\n      queryVectors = Object.create(null),\n      termFieldCache = Object.create(null),\n      requiredMatches = Object.create(null),\n      prohibitedMatches = Object.create(null)\n\n  /*\n   * To support field level boosts a query vector is created per\n   * field. An empty vector is eagerly created to support negated\n   * queries.\n   */\n  for (var i = 0; i < this.fields.length; i++) {\n    queryVectors[this.fields[i]] = new lunr.Vector\n  }\n\n  fn.call(query, query)\n\n  for (var i = 0; i < query.clauses.length; i++) {\n    /*\n     * Unless the pipeline has been disabled for this term, which is\n     * the case for terms with wildcards, we need to pass the clause\n     * term through the search pipeline. A pipeline returns an array\n     * of processed terms. Pipeline functions may expand the passed\n     * term, which means we may end up performing multiple index lookups\n     * for a single query term.\n     */\n    var clause = query.clauses[i],\n        terms = null,\n        clauseMatches = lunr.Set.empty\n\n    if (clause.usePipeline) {\n      terms = this.pipeline.runString(clause.term, {\n        fields: clause.fields\n      })\n    } else {\n      terms = [clause.term]\n    }\n\n    for (var m = 0; m < terms.length; m++) {\n      var term = terms[m]\n\n      /*\n       * Each term returned from the pipeline needs to use the same query\n       * clause object, e.g. the same boost and or edit distance. The\n       * simplest way to do this is to re-use the clause object but mutate\n       * its term property.\n       */\n      clause.term = term\n\n      /*\n       * From the term in the clause we create a token set which will then\n       * be used to intersect the indexes token set to get a list of terms\n       * to lookup in the inverted index\n       */\n      var termTokenSet = lunr.TokenSet.fromClause(clause),\n          expandedTerms = this.tokenSet.intersect(termTokenSet).toArray()\n\n      /*\n       * If a term marked as required does not exist in the tokenSet it is\n       * impossible for the search to return any matches. We set all the field\n       * scoped required matches set to empty and stop examining any further\n       * clauses.\n       */\n      if (expandedTerms.length === 0 && clause.presence === lunr.Query.presence.REQUIRED) {\n        for (var k = 0; k < clause.fields.length; k++) {\n          var field = clause.fields[k]\n          requiredMatches[field] = lunr.Set.empty\n        }\n\n        break\n      }\n\n      for (var j = 0; j < expandedTerms.length; j++) {\n        /*\n         * For each term get the posting and termIndex, this is required for\n         * building the query vector.\n         */\n        var expandedTerm = expandedTerms[j],\n            posting = this.invertedIndex[expandedTerm],\n            termIndex = posting._index\n\n        for (var k = 0; k < clause.fields.length; k++) {\n          /*\n           * For each field that this query term is scoped by (by default\n           * all fields are in scope) we need to get all the document refs\n           * that have this term in that field.\n           *\n           * The posting is the entry in the invertedIndex for the matching\n           * term from above.\n           */\n          var field = clause.fields[k],\n              fieldPosting = posting[field],\n              matchingDocumentRefs = Object.keys(fieldPosting),\n              termField = expandedTerm + \"/\" + field,\n              matchingDocumentsSet = new lunr.Set(matchingDocumentRefs)\n\n          /*\n           * if the presence of this term is required ensure that the matching\n           * documents are added to the set of required matches for this clause.\n           *\n           */\n          if (clause.presence == lunr.Query.presence.REQUIRED) {\n            clauseMatches = clauseMatches.union(matchingDocumentsSet)\n\n            if (requiredMatches[field] === undefined) {\n              requiredMatches[field] = lunr.Set.complete\n            }\n          }\n\n          /*\n           * if the presence of this term is prohibited ensure that the matching\n           * documents are added to the set of prohibited matches for this field,\n           * creating that set if it does not yet exist.\n           */\n          if (clause.presence == lunr.Query.presence.PROHIBITED) {\n            if (prohibitedMatches[field] === undefined) {\n              prohibitedMatches[field] = lunr.Set.empty\n            }\n\n            prohibitedMatches[field] = prohibitedMatches[field].union(matchingDocumentsSet)\n\n            /*\n             * Prohibited matches should not be part of the query vector used for\n             * similarity scoring and no metadata should be extracted so we continue\n             * to the next field\n             */\n            continue\n          }\n\n          /*\n           * The query field vector is populated using the termIndex found for\n           * the term and a unit value with the appropriate boost applied.\n           * Using upsert because there could already be an entry in the vector\n           * for the term we are working with. In that case we just add the scores\n           * together.\n           */\n          queryVectors[field].upsert(termIndex, clause.boost, function (a, b) { return a + b })\n\n          /**\n           * If we've already seen this term, field combo then we've already collected\n           * the matching documents and metadata, no need to go through all that again\n           */\n          if (termFieldCache[termField]) {\n            continue\n          }\n\n          for (var l = 0; l < matchingDocumentRefs.length; l++) {\n            /*\n             * All metadata for this term/field/document triple\n             * are then extracted and collected into an instance\n             * of lunr.MatchData ready to be returned in the query\n             * results\n             */\n            var matchingDocumentRef = matchingDocumentRefs[l],\n                matchingFieldRef = new lunr.FieldRef (matchingDocumentRef, field),\n                metadata = fieldPosting[matchingDocumentRef],\n                fieldMatch\n\n            if ((fieldMatch = matchingFields[matchingFieldRef]) === undefined) {\n              matchingFields[matchingFieldRef] = new lunr.MatchData (expandedTerm, field, metadata)\n            } else {\n              fieldMatch.add(expandedTerm, field, metadata)\n            }\n\n          }\n\n          termFieldCache[termField] = true\n        }\n      }\n    }\n\n    /**\n     * If the presence was required we need to update the requiredMatches field sets.\n     * We do this after all fields for the term have collected their matches because\n     * the clause terms presence is required in _any_ of the fields not _all_ of the\n     * fields.\n     */\n    if (clause.presence === lunr.Query.presence.REQUIRED) {\n      for (var k = 0; k < clause.fields.length; k++) {\n        var field = clause.fields[k]\n        requiredMatches[field] = requiredMatches[field].intersect(clauseMatches)\n      }\n    }\n  }\n\n  /**\n   * Need to combine the field scoped required and prohibited\n   * matching documents into a global set of required and prohibited\n   * matches\n   */\n  var allRequiredMatches = lunr.Set.complete,\n      allProhibitedMatches = lunr.Set.empty\n\n  for (var i = 0; i < this.fields.length; i++) {\n    var field = this.fields[i]\n\n    if (requiredMatches[field]) {\n      allRequiredMatches = allRequiredMatches.intersect(requiredMatches[field])\n    }\n\n    if (prohibitedMatches[field]) {\n      allProhibitedMatches = allProhibitedMatches.union(prohibitedMatches[field])\n    }\n  }\n\n  var matchingFieldRefs = Object.keys(matchingFields),\n      results = [],\n      matches = Object.create(null)\n\n  /*\n   * If the query is negated (contains only prohibited terms)\n   * we need to get _all_ fieldRefs currently existing in the\n   * index. This is only done when we know that the query is\n   * entirely prohibited terms to avoid any cost of getting all\n   * fieldRefs unnecessarily.\n   *\n   * Additionally, blank MatchData must be created to correctly\n   * populate the results.\n   */\n  if (query.isNegated()) {\n    matchingFieldRefs = Object.keys(this.fieldVectors)\n\n    for (var i = 0; i < matchingFieldRefs.length; i++) {\n      var matchingFieldRef = matchingFieldRefs[i]\n      var fieldRef = lunr.FieldRef.fromString(matchingFieldRef)\n      matchingFields[matchingFieldRef] = new lunr.MatchData\n    }\n  }\n\n  for (var i = 0; i < matchingFieldRefs.length; i++) {\n    /*\n     * Currently we have document fields that match the query, but we\n     * need to return documents. The matchData and scores are combined\n     * from multiple fields belonging to the same document.\n     *\n     * Scores are calculated by field, using the query vectors created\n     * above, and combined into a final document score using addition.\n     */\n    var fieldRef = lunr.FieldRef.fromString(matchingFieldRefs[i]),\n        docRef = fieldRef.docRef\n\n    if (!allRequiredMatches.contains(docRef)) {\n      continue\n    }\n\n    if (allProhibitedMatches.contains(docRef)) {\n      continue\n    }\n\n    var fieldVector = this.fieldVectors[fieldRef],\n        score = queryVectors[fieldRef.fieldName].similarity(fieldVector),\n        docMatch\n\n    if ((docMatch = matches[docRef]) !== undefined) {\n      docMatch.score += score\n      docMatch.matchData.combine(matchingFields[fieldRef])\n    } else {\n      var match = {\n        ref: docRef,\n        score: score,\n        matchData: matchingFields[fieldRef]\n      }\n      matches[docRef] = match\n      results.push(match)\n    }\n  }\n\n  /*\n   * Sort the results objects by score, highest first.\n   */\n  return results.sort(function (a, b) {\n    return b.score - a.score\n  })\n}\n\n/**\n * Prepares the index for JSON serialization.\n *\n * The schema for this JSON blob will be described in a\n * separate JSON schema file.\n *\n * @returns {Object}\n */\nlunr.Index.prototype.toJSON = function () {\n  var invertedIndex = Object.keys(this.invertedIndex)\n    .sort()\n    .map(function (term) {\n      return [term, this.invertedIndex[term]]\n    }, this)\n\n  var fieldVectors = Object.keys(this.fieldVectors)\n    .map(function (ref) {\n      return [ref, this.fieldVectors[ref].toJSON()]\n    }, this)\n\n  return {\n    version: lunr.version,\n    fields: this.fields,\n    fieldVectors: fieldVectors,\n    invertedIndex: invertedIndex,\n    pipeline: this.pipeline.toJSON()\n  }\n}\n\n/**\n * Loads a previously serialized lunr.Index\n *\n * @param {Object} serializedIndex - A previously serialized lunr.Index\n * @returns {lunr.Index}\n */\nlunr.Index.load = function (serializedIndex) {\n  var attrs = {},\n      fieldVectors = {},\n      serializedVectors = serializedIndex.fieldVectors,\n      invertedIndex = Object.create(null),\n      serializedInvertedIndex = serializedIndex.invertedIndex,\n      tokenSetBuilder = new lunr.TokenSet.Builder,\n      pipeline = lunr.Pipeline.load(serializedIndex.pipeline)\n\n  if (serializedIndex.version != lunr.version) {\n    lunr.utils.warn(\"Version mismatch when loading serialised index. Current version of lunr '\" + lunr.version + \"' does not match serialized index '\" + serializedIndex.version + \"'\")\n  }\n\n  for (var i = 0; i < serializedVectors.length; i++) {\n    var tuple = serializedVectors[i],\n        ref = tuple[0],\n        elements = tuple[1]\n\n    fieldVectors[ref] = new lunr.Vector(elements)\n  }\n\n  for (var i = 0; i < serializedInvertedIndex.length; i++) {\n    var tuple = serializedInvertedIndex[i],\n        term = tuple[0],\n        posting = tuple[1]\n\n    tokenSetBuilder.insert(term)\n    invertedIndex[term] = posting\n  }\n\n  tokenSetBuilder.finish()\n\n  attrs.fields = serializedIndex.fields\n\n  attrs.fieldVectors = fieldVectors\n  attrs.invertedIndex = invertedIndex\n  attrs.tokenSet = tokenSetBuilder.root\n  attrs.pipeline = pipeline\n\n  return new lunr.Index(attrs)\n}\n/*!\n * lunr.Builder\n * Copyright (C) 2020 Oliver Nightingale\n */\n\n/**\n * lunr.Builder performs indexing on a set of documents and\n * returns instances of lunr.Index ready for querying.\n *\n * All configuration of the index is done via the builder, the\n * fields to index, the document reference, the text processing\n * pipeline and document scoring parameters are all set on the\n * builder before indexing.\n *\n * @constructor\n * @property {string} _ref - Internal reference to the document reference field.\n * @property {string[]} _fields - Internal reference to the document fields to index.\n * @property {object} invertedIndex - The inverted index maps terms to document fields.\n * @property {object} documentTermFrequencies - Keeps track of document term frequencies.\n * @property {object} documentLengths - Keeps track of the length of documents added to the index.\n * @property {lunr.tokenizer} tokenizer - Function for splitting strings into tokens for indexing.\n * @property {lunr.Pipeline} pipeline - The pipeline performs text processing on tokens before indexing.\n * @property {lunr.Pipeline} searchPipeline - A pipeline for processing search terms before querying the index.\n * @property {number} documentCount - Keeps track of the total number of documents indexed.\n * @property {number} _b - A parameter to control field length normalization, setting this to 0 disabled normalization, 1 fully normalizes field lengths, the default value is 0.75.\n * @property {number} _k1 - A parameter to control how quickly an increase in term frequency results in term frequency saturation, the default value is 1.2.\n * @property {number} termIndex - A counter incremented for each unique term, used to identify a terms position in the vector space.\n * @property {array} metadataWhitelist - A list of metadata keys that have been whitelisted for entry in the index.\n */\nlunr.Builder = function () {\n  this._ref = \"id\"\n  this._fields = Object.create(null)\n  this._documents = Object.create(null)\n  this.invertedIndex = Object.create(null)\n  this.fieldTermFrequencies = {}\n  this.fieldLengths = {}\n  this.tokenizer = lunr.tokenizer\n  this.pipeline = new lunr.Pipeline\n  this.searchPipeline = new lunr.Pipeline\n  this.documentCount = 0\n  this._b = 0.75\n  this._k1 = 1.2\n  this.termIndex = 0\n  this.metadataWhitelist = []\n}\n\n/**\n * Sets the document field used as the document reference. Every document must have this field.\n * The type of this field in the document should be a string, if it is not a string it will be\n * coerced into a string by calling toString.\n *\n * The default ref is 'id'.\n *\n * The ref should _not_ be changed during indexing, it should be set before any documents are\n * added to the index. Changing it during indexing can lead to inconsistent results.\n *\n * @param {string} ref - The name of the reference field in the document.\n */\nlunr.Builder.prototype.ref = function (ref) {\n  this._ref = ref\n}\n\n/**\n * A function that is used to extract a field from a document.\n *\n * Lunr expects a field to be at the top level of a document, if however the field\n * is deeply nested within a document an extractor function can be used to extract\n * the right field for indexing.\n *\n * @callback fieldExtractor\n * @param {object} doc - The document being added to the index.\n * @returns {?(string|object|object[])} obj - The object that will be indexed for this field.\n * @example <caption>Extracting a nested field</caption>\n * function (doc) { return doc.nested.field }\n */\n\n/**\n * Adds a field to the list of document fields that will be indexed. Every document being\n * indexed should have this field. Null values for this field in indexed documents will\n * not cause errors but will limit the chance of that document being retrieved by searches.\n *\n * All fields should be added before adding documents to the index. Adding fields after\n * a document has been indexed will have no effect on already indexed documents.\n *\n * Fields can be boosted at build time. This allows terms within that field to have more\n * importance when ranking search results. Use a field boost to specify that matches within\n * one field are more important than other fields.\n *\n * @param {string} fieldName - The name of a field to index in all documents.\n * @param {object} attributes - Optional attributes associated with this field.\n * @param {number} [attributes.boost=1] - Boost applied to all terms within this field.\n * @param {fieldExtractor} [attributes.extractor] - Function to extract a field from a document.\n * @throws {RangeError} fieldName cannot contain unsupported characters '/'\n */\nlunr.Builder.prototype.field = function (fieldName, attributes) {\n  if (/\\//.test(fieldName)) {\n    throw new RangeError (\"Field '\" + fieldName + \"' contains illegal character '/'\")\n  }\n\n  this._fields[fieldName] = attributes || {}\n}\n\n/**\n * A parameter to tune the amount of field length normalisation that is applied when\n * calculating relevance scores. A value of 0 will completely disable any normalisation\n * and a value of 1 will fully normalise field lengths. The default is 0.75. Values of b\n * will be clamped to the range 0 - 1.\n *\n * @param {number} number - The value to set for this tuning parameter.\n */\nlunr.Builder.prototype.b = function (number) {\n  if (number < 0) {\n    this._b = 0\n  } else if (number > 1) {\n    this._b = 1\n  } else {\n    this._b = number\n  }\n}\n\n/**\n * A parameter that controls the speed at which a rise in term frequency results in term\n * frequency saturation. The default value is 1.2. Setting this to a higher value will give\n * slower saturation levels, a lower value will result in quicker saturation.\n *\n * @param {number} number - The value to set for this tuning parameter.\n */\nlunr.Builder.prototype.k1 = function (number) {\n  this._k1 = number\n}\n\n/**\n * Adds a document to the index.\n *\n * Before adding fields to the index the index should have been fully setup, with the document\n * ref and all fields to index already having been specified.\n *\n * The document must have a field name as specified by the ref (by default this is 'id') and\n * it should have all fields defined for indexing, though null or undefined values will not\n * cause errors.\n *\n * Entire documents can be boosted at build time. Applying a boost to a document indicates that\n * this document should rank higher in search results than other documents.\n *\n * @param {object} doc - The document to add to the index.\n * @param {object} attributes - Optional attributes associated with this document.\n * @param {number} [attributes.boost=1] - Boost applied to all terms within this document.\n */\nlunr.Builder.prototype.add = function (doc, attributes) {\n  var docRef = doc[this._ref],\n      fields = Object.keys(this._fields)\n\n  this._documents[docRef] = attributes || {}\n  this.documentCount += 1\n\n  for (var i = 0; i < fields.length; i++) {\n    var fieldName = fields[i],\n        extractor = this._fields[fieldName].extractor,\n        field = extractor ? extractor(doc) : doc[fieldName],\n        tokens = this.tokenizer(field, {\n          fields: [fieldName]\n        }),\n        terms = this.pipeline.run(tokens),\n        fieldRef = new lunr.FieldRef (docRef, fieldName),\n        fieldTerms = Object.create(null)\n\n    this.fieldTermFrequencies[fieldRef] = fieldTerms\n    this.fieldLengths[fieldRef] = 0\n\n    // store the length of this field for this document\n    this.fieldLengths[fieldRef] += terms.length\n\n    // calculate term frequencies for this field\n    for (var j = 0; j < terms.length; j++) {\n      var term = terms[j]\n\n      if (fieldTerms[term] == undefined) {\n        fieldTerms[term] = 0\n      }\n\n      fieldTerms[term] += 1\n\n      // add to inverted index\n      // create an initial posting if one doesn't exist\n      if (this.invertedIndex[term] == undefined) {\n        var posting = Object.create(null)\n        posting[\"_index\"] = this.termIndex\n        this.termIndex += 1\n\n        for (var k = 0; k < fields.length; k++) {\n          posting[fields[k]] = Object.create(null)\n        }\n\n        this.invertedIndex[term] = posting\n      }\n\n      // add an entry for this term/fieldName/docRef to the invertedIndex\n      if (this.invertedIndex[term][fieldName][docRef] == undefined) {\n        this.invertedIndex[term][fieldName][docRef] = Object.create(null)\n      }\n\n      // store all whitelisted metadata about this token in the\n      // inverted index\n      for (var l = 0; l < this.metadataWhitelist.length; l++) {\n        var metadataKey = this.metadataWhitelist[l],\n            metadata = term.metadata[metadataKey]\n\n        if (this.invertedIndex[term][fieldName][docRef][metadataKey] == undefined) {\n          this.invertedIndex[term][fieldName][docRef][metadataKey] = []\n        }\n\n        this.invertedIndex[term][fieldName][docRef][metadataKey].push(metadata)\n      }\n    }\n\n  }\n}\n\n/**\n * Calculates the average document length for this index\n *\n * @private\n */\nlunr.Builder.prototype.calculateAverageFieldLengths = function () {\n\n  var fieldRefs = Object.keys(this.fieldLengths),\n      numberOfFields = fieldRefs.length,\n      accumulator = {},\n      documentsWithField = {}\n\n  for (var i = 0; i < numberOfFields; i++) {\n    var fieldRef = lunr.FieldRef.fromString(fieldRefs[i]),\n        field = fieldRef.fieldName\n\n    documentsWithField[field] || (documentsWithField[field] = 0)\n    documentsWithField[field] += 1\n\n    accumulator[field] || (accumulator[field] = 0)\n    accumulator[field] += this.fieldLengths[fieldRef]\n  }\n\n  var fields = Object.keys(this._fields)\n\n  for (var i = 0; i < fields.length; i++) {\n    var fieldName = fields[i]\n    accumulator[fieldName] = accumulator[fieldName] / documentsWithField[fieldName]\n  }\n\n  this.averageFieldLength = accumulator\n}\n\n/**\n * Builds a vector space model of every document using lunr.Vector\n *\n * @private\n */\nlunr.Builder.prototype.createFieldVectors = function () {\n  var fieldVectors = {},\n      fieldRefs = Object.keys(this.fieldTermFrequencies),\n      fieldRefsLength = fieldRefs.length,\n      termIdfCache = Object.create(null)\n\n  for (var i = 0; i < fieldRefsLength; i++) {\n    var fieldRef = lunr.FieldRef.fromString(fieldRefs[i]),\n        fieldName = fieldRef.fieldName,\n        fieldLength = this.fieldLengths[fieldRef],\n        fieldVector = new lunr.Vector,\n        termFrequencies = this.fieldTermFrequencies[fieldRef],\n        terms = Object.keys(termFrequencies),\n        termsLength = terms.length\n\n\n    var fieldBoost = this._fields[fieldName].boost || 1,\n        docBoost = this._documents[fieldRef.docRef].boost || 1\n\n    for (var j = 0; j < termsLength; j++) {\n      var term = terms[j],\n          tf = termFrequencies[term],\n          termIndex = this.invertedIndex[term]._index,\n          idf, score, scoreWithPrecision\n\n      if (termIdfCache[term] === undefined) {\n        idf = lunr.idf(this.invertedIndex[term], this.documentCount)\n        termIdfCache[term] = idf\n      } else {\n        idf = termIdfCache[term]\n      }\n\n      score = idf * ((this._k1 + 1) * tf) / (this._k1 * (1 - this._b + this._b * (fieldLength / this.averageFieldLength[fieldName])) + tf)\n      score *= fieldBoost\n      score *= docBoost\n      scoreWithPrecision = Math.round(score * 1000) / 1000\n      // Converts 1.23456789 to 1.234.\n      // Reducing the precision so that the vectors take up less\n      // space when serialised. Doing it now so that they behave\n      // the same before and after serialisation. Also, this is\n      // the fastest approach to reducing a number's precision in\n      // JavaScript.\n\n      fieldVector.insert(termIndex, scoreWithPrecision)\n    }\n\n    fieldVectors[fieldRef] = fieldVector\n  }\n\n  this.fieldVectors = fieldVectors\n}\n\n/**\n * Creates a token set of all tokens in the index using lunr.TokenSet\n *\n * @private\n */\nlunr.Builder.prototype.createTokenSet = function () {\n  this.tokenSet = lunr.TokenSet.fromArray(\n    Object.keys(this.invertedIndex).sort()\n  )\n}\n\n/**\n * Builds the index, creating an instance of lunr.Index.\n *\n * This completes the indexing process and should only be called\n * once all documents have been added to the index.\n *\n * @returns {lunr.Index}\n */\nlunr.Builder.prototype.build = function () {\n  this.calculateAverageFieldLengths()\n  this.createFieldVectors()\n  this.createTokenSet()\n\n  return new lunr.Index({\n    invertedIndex: this.invertedIndex,\n    fieldVectors: this.fieldVectors,\n    tokenSet: this.tokenSet,\n    fields: Object.keys(this._fields),\n    pipeline: this.searchPipeline\n  })\n}\n\n/**\n * Applies a plugin to the index builder.\n *\n * A plugin is a function that is called with the index builder as its context.\n * Plugins can be used to customise or extend the behaviour of the index\n * in some way. A plugin is just a function, that encapsulated the custom\n * behaviour that should be applied when building the index.\n *\n * The plugin function will be called with the index builder as its argument, additional\n * arguments can also be passed when calling use. The function will be called\n * with the index builder as its context.\n *\n * @param {Function} plugin The plugin to apply.\n */\nlunr.Builder.prototype.use = function (fn) {\n  var args = Array.prototype.slice.call(arguments, 1)\n  args.unshift(this)\n  fn.apply(this, args)\n}\n/**\n * Contains and collects metadata about a matching document.\n * A single instance of lunr.MatchData is returned as part of every\n * lunr.Index~Result.\n *\n * @constructor\n * @param {string} term - The term this match data is associated with\n * @param {string} field - The field in which the term was found\n * @param {object} metadata - The metadata recorded about this term in this field\n * @property {object} metadata - A cloned collection of metadata associated with this document.\n * @see {@link lunr.Index~Result}\n */\nlunr.MatchData = function (term, field, metadata) {\n  var clonedMetadata = Object.create(null),\n      metadataKeys = Object.keys(metadata || {})\n\n  // Cloning the metadata to prevent the original\n  // being mutated during match data combination.\n  // Metadata is kept in an array within the inverted\n  // index so cloning the data can be done with\n  // Array#slice\n  for (var i = 0; i < metadataKeys.length; i++) {\n    var key = metadataKeys[i]\n    clonedMetadata[key] = metadata[key].slice()\n  }\n\n  this.metadata = Object.create(null)\n\n  if (term !== undefined) {\n    this.metadata[term] = Object.create(null)\n    this.metadata[term][field] = clonedMetadata\n  }\n}\n\n/**\n * An instance of lunr.MatchData will be created for every term that matches a\n * document. However only one instance is required in a lunr.Index~Result. This\n * method combines metadata from another instance of lunr.MatchData with this\n * objects metadata.\n *\n * @param {lunr.MatchData} otherMatchData - Another instance of match data to merge with this one.\n * @see {@link lunr.Index~Result}\n */\nlunr.MatchData.prototype.combine = function (otherMatchData) {\n  var terms = Object.keys(otherMatchData.metadata)\n\n  for (var i = 0; i < terms.length; i++) {\n    var term = terms[i],\n        fields = Object.keys(otherMatchData.metadata[term])\n\n    if (this.metadata[term] == undefined) {\n      this.metadata[term] = Object.create(null)\n    }\n\n    for (var j = 0; j < fields.length; j++) {\n      var field = fields[j],\n          keys = Object.keys(otherMatchData.metadata[term][field])\n\n      if (this.metadata[term][field] == undefined) {\n        this.metadata[term][field] = Object.create(null)\n      }\n\n      for (var k = 0; k < keys.length; k++) {\n        var key = keys[k]\n\n        if (this.metadata[term][field][key] == undefined) {\n          this.metadata[term][field][key] = otherMatchData.metadata[term][field][key]\n        } else {\n          this.metadata[term][field][key] = this.metadata[term][field][key].concat(otherMatchData.metadata[term][field][key])\n        }\n\n      }\n    }\n  }\n}\n\n/**\n * Add metadata for a term/field pair to this instance of match data.\n *\n * @param {string} term - The term this match data is associated with\n * @param {string} field - The field in which the term was found\n * @param {object} metadata - The metadata recorded about this term in this field\n */\nlunr.MatchData.prototype.add = function (term, field, metadata) {\n  if (!(term in this.metadata)) {\n    this.metadata[term] = Object.create(null)\n    this.metadata[term][field] = metadata\n    return\n  }\n\n  if (!(field in this.metadata[term])) {\n    this.metadata[term][field] = metadata\n    return\n  }\n\n  var metadataKeys = Object.keys(metadata)\n\n  for (var i = 0; i < metadataKeys.length; i++) {\n    var key = metadataKeys[i]\n\n    if (key in this.metadata[term][field]) {\n      this.metadata[term][field][key] = this.metadata[term][field][key].concat(metadata[key])\n    } else {\n      this.metadata[term][field][key] = metadata[key]\n    }\n  }\n}\n/**\n * A lunr.Query provides a programmatic way of defining queries to be performed\n * against a {@link lunr.Index}.\n *\n * Prefer constructing a lunr.Query using the {@link lunr.Index#query} method\n * so the query object is pre-initialized with the right index fields.\n *\n * @constructor\n * @property {lunr.Query~Clause[]} clauses - An array of query clauses.\n * @property {string[]} allFields - An array of all available fields in a lunr.Index.\n */\nlunr.Query = function (allFields) {\n  this.clauses = []\n  this.allFields = allFields\n}\n\n/**\n * Constants for indicating what kind of automatic wildcard insertion will be used when constructing a query clause.\n *\n * This allows wildcards to be added to the beginning and end of a term without having to manually do any string\n * concatenation.\n *\n * The wildcard constants can be bitwise combined to select both leading and trailing wildcards.\n *\n * @constant\n * @default\n * @property {number} wildcard.NONE - The term will have no wildcards inserted, this is the default behaviour\n * @property {number} wildcard.LEADING - Prepend the term with a wildcard, unless a leading wildcard already exists\n * @property {number} wildcard.TRAILING - Append a wildcard to the term, unless a trailing wildcard already exists\n * @see lunr.Query~Clause\n * @see lunr.Query#clause\n * @see lunr.Query#term\n * @example <caption>query term with trailing wildcard</caption>\n * query.term('foo', { wildcard: lunr.Query.wildcard.TRAILING })\n * @example <caption>query term with leading and trailing wildcard</caption>\n * query.term('foo', {\n *   wildcard: lunr.Query.wildcard.LEADING | lunr.Query.wildcard.TRAILING\n * })\n */\n\nlunr.Query.wildcard = new String (\"*\")\nlunr.Query.wildcard.NONE = 0\nlunr.Query.wildcard.LEADING = 1\nlunr.Query.wildcard.TRAILING = 2\n\n/**\n * Constants for indicating what kind of presence a term must have in matching documents.\n *\n * @constant\n * @enum {number}\n * @see lunr.Query~Clause\n * @see lunr.Query#clause\n * @see lunr.Query#term\n * @example <caption>query term with required presence</caption>\n * query.term('foo', { presence: lunr.Query.presence.REQUIRED })\n */\nlunr.Query.presence = {\n  /**\n   * Term's presence in a document is optional, this is the default value.\n   */\n  OPTIONAL: 1,\n\n  /**\n   * Term's presence in a document is required, documents that do not contain\n   * this term will not be returned.\n   */\n  REQUIRED: 2,\n\n  /**\n   * Term's presence in a document is prohibited, documents that do contain\n   * this term will not be returned.\n   */\n  PROHIBITED: 3\n}\n\n/**\n * A single clause in a {@link lunr.Query} contains a term and details on how to\n * match that term against a {@link lunr.Index}.\n *\n * @typedef {Object} lunr.Query~Clause\n * @property {string[]} fields - The fields in an index this clause should be matched against.\n * @property {number} [boost=1] - Any boost that should be applied when matching this clause.\n * @property {number} [editDistance] - Whether the term should have fuzzy matching applied, and how fuzzy the match should be.\n * @property {boolean} [usePipeline] - Whether the term should be passed through the search pipeline.\n * @property {number} [wildcard=lunr.Query.wildcard.NONE] - Whether the term should have wildcards appended or prepended.\n * @property {number} [presence=lunr.Query.presence.OPTIONAL] - The terms presence in any matching documents.\n */\n\n/**\n * Adds a {@link lunr.Query~Clause} to this query.\n *\n * Unless the clause contains the fields to be matched all fields will be matched. In addition\n * a default boost of 1 is applied to the clause.\n *\n * @param {lunr.Query~Clause} clause - The clause to add to this query.\n * @see lunr.Query~Clause\n * @returns {lunr.Query}\n */\nlunr.Query.prototype.clause = function (clause) {\n  if (!('fields' in clause)) {\n    clause.fields = this.allFields\n  }\n\n  if (!('boost' in clause)) {\n    clause.boost = 1\n  }\n\n  if (!('usePipeline' in clause)) {\n    clause.usePipeline = true\n  }\n\n  if (!('wildcard' in clause)) {\n    clause.wildcard = lunr.Query.wildcard.NONE\n  }\n\n  if ((clause.wildcard & lunr.Query.wildcard.LEADING) && (clause.term.charAt(0) != lunr.Query.wildcard)) {\n    clause.term = \"*\" + clause.term\n  }\n\n  if ((clause.wildcard & lunr.Query.wildcard.TRAILING) && (clause.term.slice(-1) != lunr.Query.wildcard)) {\n    clause.term = \"\" + clause.term + \"*\"\n  }\n\n  if (!('presence' in clause)) {\n    clause.presence = lunr.Query.presence.OPTIONAL\n  }\n\n  this.clauses.push(clause)\n\n  return this\n}\n\n/**\n * A negated query is one in which every clause has a presence of\n * prohibited. These queries require some special processing to return\n * the expected results.\n *\n * @returns boolean\n */\nlunr.Query.prototype.isNegated = function () {\n  for (var i = 0; i < this.clauses.length; i++) {\n    if (this.clauses[i].presence != lunr.Query.presence.PROHIBITED) {\n      return false\n    }\n  }\n\n  return true\n}\n\n/**\n * Adds a term to the current query, under the covers this will create a {@link lunr.Query~Clause}\n * to the list of clauses that make up this query.\n *\n * The term is used as is, i.e. no tokenization will be performed by this method. Instead conversion\n * to a token or token-like string should be done before calling this method.\n *\n * The term will be converted to a string by calling `toString`. Multiple terms can be passed as an\n * array, each term in the array will share the same options.\n *\n * @param {object|object[]} term - The term(s) to add to the query.\n * @param {object} [options] - Any additional properties to add to the query clause.\n * @returns {lunr.Query}\n * @see lunr.Query#clause\n * @see lunr.Query~Clause\n * @example <caption>adding a single term to a query</caption>\n * query.term(\"foo\")\n * @example <caption>adding a single term to a query and specifying search fields, term boost and automatic trailing wildcard</caption>\n * query.term(\"foo\", {\n *   fields: [\"title\"],\n *   boost: 10,\n *   wildcard: lunr.Query.wildcard.TRAILING\n * })\n * @example <caption>using lunr.tokenizer to convert a string to tokens before using them as terms</caption>\n * query.term(lunr.tokenizer(\"foo bar\"))\n */\nlunr.Query.prototype.term = function (term, options) {\n  if (Array.isArray(term)) {\n    term.forEach(function (t) { this.term(t, lunr.utils.clone(options)) }, this)\n    return this\n  }\n\n  var clause = options || {}\n  clause.term = term.toString()\n\n  this.clause(clause)\n\n  return this\n}\nlunr.QueryParseError = function (message, start, end) {\n  this.name = \"QueryParseError\"\n  this.message = message\n  this.start = start\n  this.end = end\n}\n\nlunr.QueryParseError.prototype = new Error\nlunr.QueryLexer = function (str) {\n  this.lexemes = []\n  this.str = str\n  this.length = str.length\n  this.pos = 0\n  this.start = 0\n  this.escapeCharPositions = []\n}\n\nlunr.QueryLexer.prototype.run = function () {\n  var state = lunr.QueryLexer.lexText\n\n  while (state) {\n    state = state(this)\n  }\n}\n\nlunr.QueryLexer.prototype.sliceString = function () {\n  var subSlices = [],\n      sliceStart = this.start,\n      sliceEnd = this.pos\n\n  for (var i = 0; i < this.escapeCharPositions.length; i++) {\n    sliceEnd = this.escapeCharPositions[i]\n    subSlices.push(this.str.slice(sliceStart, sliceEnd))\n    sliceStart = sliceEnd + 1\n  }\n\n  subSlices.push(this.str.slice(sliceStart, this.pos))\n  this.escapeCharPositions.length = 0\n\n  return subSlices.join('')\n}\n\nlunr.QueryLexer.prototype.emit = function (type) {\n  this.lexemes.push({\n    type: type,\n    str: this.sliceString(),\n    start: this.start,\n    end: this.pos\n  })\n\n  this.start = this.pos\n}\n\nlunr.QueryLexer.prototype.escapeCharacter = function () {\n  this.escapeCharPositions.push(this.pos - 1)\n  this.pos += 1\n}\n\nlunr.QueryLexer.prototype.next = function () {\n  if (this.pos >= this.length) {\n    return lunr.QueryLexer.EOS\n  }\n\n  var char = this.str.charAt(this.pos)\n  this.pos += 1\n  return char\n}\n\nlunr.QueryLexer.prototype.width = function () {\n  return this.pos - this.start\n}\n\nlunr.QueryLexer.prototype.ignore = function () {\n  if (this.start == this.pos) {\n    this.pos += 1\n  }\n\n  this.start = this.pos\n}\n\nlunr.QueryLexer.prototype.backup = function () {\n  this.pos -= 1\n}\n\nlunr.QueryLexer.prototype.acceptDigitRun = function () {\n  var char, charCode\n\n  do {\n    char = this.next()\n    charCode = char.charCodeAt(0)\n  } while (charCode > 47 && charCode < 58)\n\n  if (char != lunr.QueryLexer.EOS) {\n    this.backup()\n  }\n}\n\nlunr.QueryLexer.prototype.more = function () {\n  return this.pos < this.length\n}\n\nlunr.QueryLexer.EOS = 'EOS'\nlunr.QueryLexer.FIELD = 'FIELD'\nlunr.QueryLexer.TERM = 'TERM'\nlunr.QueryLexer.EDIT_DISTANCE = 'EDIT_DISTANCE'\nlunr.QueryLexer.BOOST = 'BOOST'\nlunr.QueryLexer.PRESENCE = 'PRESENCE'\n\nlunr.QueryLexer.lexField = function (lexer) {\n  lexer.backup()\n  lexer.emit(lunr.QueryLexer.FIELD)\n  lexer.ignore()\n  return lunr.QueryLexer.lexText\n}\n\nlunr.QueryLexer.lexTerm = function (lexer) {\n  if (lexer.width() > 1) {\n    lexer.backup()\n    lexer.emit(lunr.QueryLexer.TERM)\n  }\n\n  lexer.ignore()\n\n  if (lexer.more()) {\n    return lunr.QueryLexer.lexText\n  }\n}\n\nlunr.QueryLexer.lexEditDistance = function (lexer) {\n  lexer.ignore()\n  lexer.acceptDigitRun()\n  lexer.emit(lunr.QueryLexer.EDIT_DISTANCE)\n  return lunr.QueryLexer.lexText\n}\n\nlunr.QueryLexer.lexBoost = function (lexer) {\n  lexer.ignore()\n  lexer.acceptDigitRun()\n  lexer.emit(lunr.QueryLexer.BOOST)\n  return lunr.QueryLexer.lexText\n}\n\nlunr.QueryLexer.lexEOS = function (lexer) {\n  if (lexer.width() > 0) {\n    lexer.emit(lunr.QueryLexer.TERM)\n  }\n}\n\n// This matches the separator used when tokenising fields\n// within a document. These should match otherwise it is\n// not possible to search for some tokens within a document.\n//\n// It is possible for the user to change the separator on the\n// tokenizer so it _might_ clash with any other of the special\n// characters already used within the search string, e.g. :.\n//\n// This means that it is possible to change the separator in\n// such a way that makes some words unsearchable using a search\n// string.\nlunr.QueryLexer.termSeparator = lunr.tokenizer.separator\n\nlunr.QueryLexer.lexText = function (lexer) {\n  while (true) {\n    var char = lexer.next()\n\n    if (char == lunr.QueryLexer.EOS) {\n      return lunr.QueryLexer.lexEOS\n    }\n\n    // Escape character is '\\'\n    if (char.charCodeAt(0) == 92) {\n      lexer.escapeCharacter()\n      continue\n    }\n\n    if (char == \":\") {\n      return lunr.QueryLexer.lexField\n    }\n\n    if (char == \"~\") {\n      lexer.backup()\n      if (lexer.width() > 0) {\n        lexer.emit(lunr.QueryLexer.TERM)\n      }\n      return lunr.QueryLexer.lexEditDistance\n    }\n\n    if (char == \"^\") {\n      lexer.backup()\n      if (lexer.width() > 0) {\n        lexer.emit(lunr.QueryLexer.TERM)\n      }\n      return lunr.QueryLexer.lexBoost\n    }\n\n    // \"+\" indicates term presence is required\n    // checking for length to ensure that only\n    // leading \"+\" are considered\n    if (char == \"+\" && lexer.width() === 1) {\n      lexer.emit(lunr.QueryLexer.PRESENCE)\n      return lunr.QueryLexer.lexText\n    }\n\n    // \"-\" indicates term presence is prohibited\n    // checking for length to ensure that only\n    // leading \"-\" are considered\n    if (char == \"-\" && lexer.width() === 1) {\n      lexer.emit(lunr.QueryLexer.PRESENCE)\n      return lunr.QueryLexer.lexText\n    }\n\n    if (char.match(lunr.QueryLexer.termSeparator)) {\n      return lunr.QueryLexer.lexTerm\n    }\n  }\n}\n\nlunr.QueryParser = function (str, query) {\n  this.lexer = new lunr.QueryLexer (str)\n  this.query = query\n  this.currentClause = {}\n  this.lexemeIdx = 0\n}\n\nlunr.QueryParser.prototype.parse = function () {\n  this.lexer.run()\n  this.lexemes = this.lexer.lexemes\n\n  var state = lunr.QueryParser.parseClause\n\n  while (state) {\n    state = state(this)\n  }\n\n  return this.query\n}\n\nlunr.QueryParser.prototype.peekLexeme = function () {\n  return this.lexemes[this.lexemeIdx]\n}\n\nlunr.QueryParser.prototype.consumeLexeme = function () {\n  var lexeme = this.peekLexeme()\n  this.lexemeIdx += 1\n  return lexeme\n}\n\nlunr.QueryParser.prototype.nextClause = function () {\n  var completedClause = this.currentClause\n  this.query.clause(completedClause)\n  this.currentClause = {}\n}\n\nlunr.QueryParser.parseClause = function (parser) {\n  var lexeme = parser.peekLexeme()\n\n  if (lexeme == undefined) {\n    return\n  }\n\n  switch (lexeme.type) {\n    case lunr.QueryLexer.PRESENCE:\n      return lunr.QueryParser.parsePresence\n    case lunr.QueryLexer.FIELD:\n      return lunr.QueryParser.parseField\n    case lunr.QueryLexer.TERM:\n      return lunr.QueryParser.parseTerm\n    default:\n      var errorMessage = \"expected either a field or a term, found \" + lexeme.type\n\n      if (lexeme.str.length >= 1) {\n        errorMessage += \" with value '\" + lexeme.str + \"'\"\n      }\n\n      throw new lunr.QueryParseError (errorMessage, lexeme.start, lexeme.end)\n  }\n}\n\nlunr.QueryParser.parsePresence = function (parser) {\n  var lexeme = parser.consumeLexeme()\n\n  if (lexeme == undefined) {\n    return\n  }\n\n  switch (lexeme.str) {\n    case \"-\":\n      parser.currentClause.presence = lunr.Query.presence.PROHIBITED\n      break\n    case \"+\":\n      parser.currentClause.presence = lunr.Query.presence.REQUIRED\n      break\n    default:\n      var errorMessage = \"unrecognised presence operator'\" + lexeme.str + \"'\"\n      throw new lunr.QueryParseError (errorMessage, lexeme.start, lexeme.end)\n  }\n\n  var nextLexeme = parser.peekLexeme()\n\n  if (nextLexeme == undefined) {\n    var errorMessage = \"expecting term or field, found nothing\"\n    throw new lunr.QueryParseError (errorMessage, lexeme.start, lexeme.end)\n  }\n\n  switch (nextLexeme.type) {\n    case lunr.QueryLexer.FIELD:\n      return lunr.QueryParser.parseField\n    case lunr.QueryLexer.TERM:\n      return lunr.QueryParser.parseTerm\n    default:\n      var errorMessage = \"expecting term or field, found '\" + nextLexeme.type + \"'\"\n      throw new lunr.QueryParseError (errorMessage, nextLexeme.start, nextLexeme.end)\n  }\n}\n\nlunr.QueryParser.parseField = function (parser) {\n  var lexeme = parser.consumeLexeme()\n\n  if (lexeme == undefined) {\n    return\n  }\n\n  if (parser.query.allFields.indexOf(lexeme.str) == -1) {\n    var possibleFields = parser.query.allFields.map(function (f) { return \"'\" + f + \"'\" }).join(', '),\n        errorMessage = \"unrecognised field '\" + lexeme.str + \"', possible fields: \" + possibleFields\n\n    throw new lunr.QueryParseError (errorMessage, lexeme.start, lexeme.end)\n  }\n\n  parser.currentClause.fields = [lexeme.str]\n\n  var nextLexeme = parser.peekLexeme()\n\n  if (nextLexeme == undefined) {\n    var errorMessage = \"expecting term, found nothing\"\n    throw new lunr.QueryParseError (errorMessage, lexeme.start, lexeme.end)\n  }\n\n  switch (nextLexeme.type) {\n    case lunr.QueryLexer.TERM:\n      return lunr.QueryParser.parseTerm\n    default:\n      var errorMessage = \"expecting term, found '\" + nextLexeme.type + \"'\"\n      throw new lunr.QueryParseError (errorMessage, nextLexeme.start, nextLexeme.end)\n  }\n}\n\nlunr.QueryParser.parseTerm = function (parser) {\n  var lexeme = parser.consumeLexeme()\n\n  if (lexeme == undefined) {\n    return\n  }\n\n  parser.currentClause.term = lexeme.str.toLowerCase()\n\n  if (lexeme.str.indexOf(\"*\") != -1) {\n    parser.currentClause.usePipeline = false\n  }\n\n  var nextLexeme = parser.peekLexeme()\n\n  if (nextLexeme == undefined) {\n    parser.nextClause()\n    return\n  }\n\n  switch (nextLexeme.type) {\n    case lunr.QueryLexer.TERM:\n      parser.nextClause()\n      return lunr.QueryParser.parseTerm\n    case lunr.QueryLexer.FIELD:\n      parser.nextClause()\n      return lunr.QueryParser.parseField\n    case lunr.QueryLexer.EDIT_DISTANCE:\n      return lunr.QueryParser.parseEditDistance\n    case lunr.QueryLexer.BOOST:\n      return lunr.QueryParser.parseBoost\n    case lunr.QueryLexer.PRESENCE:\n      parser.nextClause()\n      return lunr.QueryParser.parsePresence\n    default:\n      var errorMessage = \"Unexpected lexeme type '\" + nextLexeme.type + \"'\"\n      throw new lunr.QueryParseError (errorMessage, nextLexeme.start, nextLexeme.end)\n  }\n}\n\nlunr.QueryParser.parseEditDistance = function (parser) {\n  var lexeme = parser.consumeLexeme()\n\n  if (lexeme == undefined) {\n    return\n  }\n\n  var editDistance = parseInt(lexeme.str, 10)\n\n  if (isNaN(editDistance)) {\n    var errorMessage = \"edit distance must be numeric\"\n    throw new lunr.QueryParseError (errorMessage, lexeme.start, lexeme.end)\n  }\n\n  parser.currentClause.editDistance = editDistance\n\n  var nextLexeme = parser.peekLexeme()\n\n  if (nextLexeme == undefined) {\n    parser.nextClause()\n    return\n  }\n\n  switch (nextLexeme.type) {\n    case lunr.QueryLexer.TERM:\n      parser.nextClause()\n      return lunr.QueryParser.parseTerm\n    case lunr.QueryLexer.FIELD:\n      parser.nextClause()\n      return lunr.QueryParser.parseField\n    case lunr.QueryLexer.EDIT_DISTANCE:\n      return lunr.QueryParser.parseEditDistance\n    case lunr.QueryLexer.BOOST:\n      return lunr.QueryParser.parseBoost\n    case lunr.QueryLexer.PRESENCE:\n      parser.nextClause()\n      return lunr.QueryParser.parsePresence\n    default:\n      var errorMessage = \"Unexpected lexeme type '\" + nextLexeme.type + \"'\"\n      throw new lunr.QueryParseError (errorMessage, nextLexeme.start, nextLexeme.end)\n  }\n}\n\nlunr.QueryParser.parseBoost = function (parser) {\n  var lexeme = parser.consumeLexeme()\n\n  if (lexeme == undefined) {\n    return\n  }\n\n  var boost = parseInt(lexeme.str, 10)\n\n  if (isNaN(boost)) {\n    var errorMessage = \"boost must be numeric\"\n    throw new lunr.QueryParseError (errorMessage, lexeme.start, lexeme.end)\n  }\n\n  parser.currentClause.boost = boost\n\n  var nextLexeme = parser.peekLexeme()\n\n  if (nextLexeme == undefined) {\n    parser.nextClause()\n    return\n  }\n\n  switch (nextLexeme.type) {\n    case lunr.QueryLexer.TERM:\n      parser.nextClause()\n      return lunr.QueryParser.parseTerm\n    case lunr.QueryLexer.FIELD:\n      parser.nextClause()\n      return lunr.QueryParser.parseField\n    case lunr.QueryLexer.EDIT_DISTANCE:\n      return lunr.QueryParser.parseEditDistance\n    case lunr.QueryLexer.BOOST:\n      return lunr.QueryParser.parseBoost\n    case lunr.QueryLexer.PRESENCE:\n      parser.nextClause()\n      return lunr.QueryParser.parsePresence\n    default:\n      var errorMessage = \"Unexpected lexeme type '\" + nextLexeme.type + \"'\"\n      throw new lunr.QueryParseError (errorMessage, nextLexeme.start, nextLexeme.end)\n  }\n}\n\n  /**\n   * export the module via AMD, CommonJS or as a browser global\n   * Export code from https://github.com/umdjs/umd/blob/master/returnExports.js\n   */\n  ;(function (root, factory) {\n    if (typeof define === 'function' && define.amd) {\n      // AMD. Register as an anonymous module.\n      define(factory)\n    } else if (typeof exports === 'object') {\n      /**\n       * Node. Does not work with strict CommonJS, but\n       * only CommonJS-like enviroments that support module.exports,\n       * like Node.\n       */\n      module.exports = factory()\n    } else {\n      // Browser globals (root is window)\n      root.lunr = factory()\n    }\n  }(this, function () {\n    /**\n     * Just return a value to define the module export.\n     * This example returns an object, but the module\n     * can return a function as the exported value.\n     */\n    return lunr\n  }))\n})();\n"
  },
  {
    "path": "assets/js/plugins/gumshoe.js",
    "content": "/*!\n * gumshoejs v5.1.1\n * A simple, framework-agnostic scrollspy script.\n * (c) 2019 Chris Ferdinandi\n * MIT License\n * http://github.com/cferdinandi/gumshoe\n */\n\n(function (root, factory) {\n\tif ( typeof define === 'function' && define.amd ) {\n\t\tdefine([], (function () {\n\t\t\treturn factory(root);\n\t\t}));\n\t} else if ( typeof exports === 'object' ) {\n\t\tmodule.exports = factory(root);\n\t} else {\n\t\troot.Gumshoe = factory(root);\n\t}\n})(typeof global !== 'undefined' ? global : typeof window !== 'undefined' ? window : this, (function (window) {\n\n\t'use strict';\n\n\t//\n\t// Defaults\n\t//\n\n\tvar defaults = {\n\n\t\t// Active classes\n\t\tnavClass: 'active',\n\t\tcontentClass: 'active',\n\n\t\t// Nested navigation\n\t\tnested: false,\n\t\tnestedClass: 'active',\n\n\t\t// Offset & reflow\n\t\toffset: 0,\n\t\treflow: false,\n\n\t\t// Event support\n\t\tevents: true\n\n\t};\n\n\n\t//\n\t// Methods\n\t//\n\n\t/**\n\t * Merge two or more objects together.\n\t * @param   {Object}   objects  The objects to merge together\n\t * @returns {Object}            Merged values of defaults and options\n\t */\n\tvar extend = function () {\n\t\tvar merged = {};\n\t\tArray.prototype.forEach.call(arguments, (function (obj) {\n\t\t\tfor (var key in obj) {\n\t\t\t\tif (!obj.hasOwnProperty(key)) return;\n\t\t\t\tmerged[key] = obj[key];\n\t\t\t}\n\t\t}));\n\t\treturn merged;\n\t};\n\n\t/**\n\t * Emit a custom event\n\t * @param  {String} type   The event type\n\t * @param  {Node}   elem   The element to attach the event to\n\t * @param  {Object} detail Any details to pass along with the event\n\t */\n\tvar emitEvent = function (type, elem, detail) {\n\n\t\t// Make sure events are enabled\n\t\tif (!detail.settings.events) return;\n\n\t\t// Create a new event\n\t\tvar event = new CustomEvent(type, {\n\t\t\tbubbles: true,\n\t\t\tcancelable: true,\n\t\t\tdetail: detail\n\t\t});\n\n\t\t// Dispatch the event\n\t\telem.dispatchEvent(event);\n\n\t};\n\n\t/**\n\t * Get an element's distance from the top of the Document.\n\t * @param  {Node} elem The element\n\t * @return {Number}    Distance from the top in pixels\n\t */\n\tvar getOffsetTop = function (elem) {\n\t\tvar location = 0;\n\t\tif (elem.offsetParent) {\n\t\t\twhile (elem) {\n\t\t\t\tlocation += elem.offsetTop;\n\t\t\t\telem = elem.offsetParent;\n\t\t\t}\n\t\t}\n\t\treturn location >= 0 ? location : 0;\n\t};\n\n\t/**\n\t * Sort content from first to last in the DOM\n\t * @param  {Array} contents The content areas\n\t */\n\tvar sortContents = function (contents) {\n\t\tif(contents) {\n\t\t\tcontents.sort((function (item1, item2) {\n\t\t\t\tvar offset1 = getOffsetTop(item1.content);\n\t\t\t\tvar offset2 = getOffsetTop(item2.content);\n\t\t\t\tif (offset1 < offset2) return -1;\n\t\t\t\treturn 1;\n\t\t\t}));\n\t\t}\n\t};\n\n\t/**\n\t * Get the offset to use for calculating position\n\t * @param  {Object} settings The settings for this instantiation\n\t * @return {Float}           The number of pixels to offset the calculations\n\t */\n\tvar getOffset = function (settings) {\n\n\t\t// if the offset is a function run it\n\t\tif (typeof settings.offset === 'function') {\n\t\t\treturn parseFloat(settings.offset());\n\t\t}\n\n\t\t// Otherwise, return it as-is\n\t\treturn parseFloat(settings.offset);\n\n\t};\n\n\t/**\n\t * Get the document element's height\n\t * @private\n\t * @returns {Number}\n\t */\n\tvar getDocumentHeight = function () {\n\t\treturn Math.max(\n\t\t\tdocument.body.scrollHeight, document.documentElement.scrollHeight,\n\t\t\tdocument.body.offsetHeight, document.documentElement.offsetHeight,\n\t\t\tdocument.body.clientHeight, document.documentElement.clientHeight\n\t\t);\n\t};\n\n\t/**\n\t * Determine if an element is in view\n\t * @param  {Node}    elem     The element\n\t * @param  {Object}  settings The settings for this instantiation\n\t * @param  {Boolean} bottom   If true, check if element is above bottom of viewport instead\n\t * @return {Boolean}          Returns true if element is in the viewport\n\t */\n\tvar isInView = function (elem, settings, bottom) {\n\t\tvar bounds = elem.getBoundingClientRect();\n\t\tvar offset = getOffset(settings);\n\t\tif (bottom) {\n\t\t\treturn parseInt(bounds.bottom, 10) < (window.innerHeight || document.documentElement.clientHeight);\n\t\t}\n\t\treturn parseInt(bounds.top, 10) <= offset;\n\t};\n\n\t/**\n\t * Check if at the bottom of the viewport\n\t * @return {Boolean} If true, page is at the bottom of the viewport\n\t */\n\tvar isAtBottom = function () {\n\t\tif (window.innerHeight + window.pageYOffset >= getDocumentHeight()) return true;\n\t\treturn false;\n\t};\n\n\t/**\n\t * Check if the last item should be used (even if not at the top of the page)\n\t * @param  {Object} item     The last item\n\t * @param  {Object} settings The settings for this instantiation\n\t * @return {Boolean}         If true, use the last item\n\t */\n\tvar useLastItem = function (item, settings) {\n\t\tif (isAtBottom() && isInView(item.content, settings, true)) return true;\n\t\treturn false;\n\t};\n\n\t/**\n\t * Get the active content\n\t * @param  {Array}  contents The content areas\n\t * @param  {Object} settings The settings for this instantiation\n\t * @return {Object}          The content area and matching navigation link\n\t */\n\tvar getActive = function (contents, settings) {\n\t\tvar last = contents[contents.length-1];\n\t\tif (useLastItem(last, settings)) return last;\n\t\tfor (var i = contents.length - 1; i >= 0; i--) {\n\t\t\tif (isInView(contents[i].content, settings)) return contents[i];\n\t\t}\n\t};\n\n\t/**\n\t * Deactivate parent navs in a nested navigation\n\t * @param  {Node}   nav      The starting navigation element\n\t * @param  {Object} settings The settings for this instantiation\n\t */\n\tvar deactivateNested = function (nav, settings) {\n\n\t\t// If nesting isn't activated, bail\n\t\tif (!settings.nested) return;\n\n\t\t// Get the parent navigation\n\t\tvar li = nav.parentNode.closest('li');\n\t\tif (!li) return;\n\n\t\t// Remove the active class\n\t\tli.classList.remove(settings.nestedClass);\n\n\t\t// Apply recursively to any parent navigation elements\n\t\tdeactivateNested(li, settings);\n\n\t};\n\n\t/**\n\t * Deactivate a nav and content area\n\t * @param  {Object} items    The nav item and content to deactivate\n\t * @param  {Object} settings The settings for this instantiation\n\t */\n\tvar deactivate = function (items, settings) {\n\n\t\t// Make sure their are items to deactivate\n\t\tif (!items) return;\n\n\t\t// Get the parent list item\n\t\tvar li = items.nav.closest('li');\n\t\tif (!li) return;\n\n\t\t// Remove the active class from the nav and content\n\t\tli.classList.remove(settings.navClass);\n\t\titems.content.classList.remove(settings.contentClass);\n\n\t\t// Deactivate any parent navs in a nested navigation\n\t\tdeactivateNested(li, settings);\n\n\t\t// Emit a custom event\n\t\temitEvent('gumshoeDeactivate', li, {\n\t\t\tlink: items.nav,\n\t\t\tcontent: items.content,\n\t\t\tsettings: settings\n\t\t});\n\n\t};\n\n\n\t/**\n\t * Activate parent navs in a nested navigation\n\t * @param  {Node}   nav      The starting navigation element\n\t * @param  {Object} settings The settings for this instantiation\n\t */\n\tvar activateNested = function (nav, settings) {\n\n\t\t// If nesting isn't activated, bail\n\t\tif (!settings.nested) return;\n\n\t\t// Get the parent navigation\n\t\tvar li = nav.parentNode.closest('li');\n\t\tif (!li) return;\n\n\t\t// Add the active class\n\t\tli.classList.add(settings.nestedClass);\n\n\t\t// Apply recursively to any parent navigation elements\n\t\tactivateNested(li, settings);\n\n\t};\n\n\t/**\n\t * Activate a nav and content area\n\t * @param  {Object} items    The nav item and content to activate\n\t * @param  {Object} settings The settings for this instantiation\n\t */\n\tvar activate = function (items, settings) {\n\n\t\t// Make sure their are items to activate\n\t\tif (!items) return;\n\n\t\t// Get the parent list item\n\t\tvar li = items.nav.closest('li');\n\t\tif (!li) return;\n\n\t\t// Add the active class to the nav and content\n\t\tli.classList.add(settings.navClass);\n\t\titems.content.classList.add(settings.contentClass);\n\n\t\t// Activate any parent navs in a nested navigation\n\t\tactivateNested(li, settings);\n\n\t\t// Emit a custom event\n\t\temitEvent('gumshoeActivate', li, {\n\t\t\tlink: items.nav,\n\t\t\tcontent: items.content,\n\t\t\tsettings: settings\n\t\t});\n\n\t};\n\n\t/**\n\t * Create the Constructor object\n\t * @param {String} selector The selector to use for navigation items\n\t * @param {Object} options  User options and settings\n\t */\n\tvar Constructor = function (selector, options) {\n\n\t\t//\n\t\t// Variables\n\t\t//\n\n\t\tvar publicAPIs = {};\n\t\tvar navItems, contents, current, timeout, settings;\n\n\n\t\t//\n\t\t// Methods\n\t\t//\n\n\t\t/**\n\t\t * Set variables from DOM elements\n\t\t */\n\t\tpublicAPIs.setup = function () {\n\n\t\t\t// Get all nav items\n\t\t\tnavItems = document.querySelectorAll(selector);\n\n\t\t\t// Create contents array\n\t\t\tcontents = [];\n\n\t\t\t// Loop through each item, get it's matching content, and push to the array\n\t\t\tArray.prototype.forEach.call(navItems, (function (item) {\n\n\t\t\t\t// Get the content for the nav item\n\t\t\t\tvar content = document.getElementById(decodeURIComponent(item.hash.substr(1)));\n\t\t\t\tif (!content) return;\n\n\t\t\t\t// Push to the contents array\n\t\t\t\tcontents.push({\n\t\t\t\t\tnav: item,\n\t\t\t\t\tcontent: content\n\t\t\t\t});\n\n\t\t\t}));\n\n\t\t\t// Sort contents by the order they appear in the DOM\n\t\t\tsortContents(contents);\n\n\t\t};\n\n\t\t/**\n\t\t * Detect which content is currently active\n\t\t */\n\t\tpublicAPIs.detect = function () {\n\n\t\t\t// Get the active content\n\t\t\tvar active = getActive(contents, settings);\n\n\t\t\t// if there's no active content, deactivate and bail\n\t\t\tif (!active) {\n\t\t\t\tif (current) {\n\t\t\t\t\tdeactivate(current, settings);\n\t\t\t\t\tcurrent = null;\n\t\t\t\t}\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// If the active content is the one currently active, do nothing\n\t\t\tif (current && active.content === current.content) return;\n\n\t\t\t// Deactivate the current content and activate the new content\n\t\t\tdeactivate(current, settings);\n\t\t\tactivate(active, settings);\n\n\t\t\t// Update the currently active content\n\t\t\tcurrent = active;\n\n\t\t};\n\n\t\t/**\n\t\t * Detect the active content on scroll\n\t\t * Debounced for performance\n\t\t */\n\t\tvar scrollHandler = function (event) {\n\n\t\t\t// If there's a timer, cancel it\n\t\t\tif (timeout) {\n\t\t\t\twindow.cancelAnimationFrame(timeout);\n\t\t\t}\n\n\t\t\t// Setup debounce callback\n\t\t\ttimeout = window.requestAnimationFrame(publicAPIs.detect);\n\n\t\t};\n\n\t\t/**\n\t\t * Update content sorting on resize\n\t\t * Debounced for performance\n\t\t */\n\t\tvar resizeHandler = function (event) {\n\n\t\t\t// If there's a timer, cancel it\n\t\t\tif (timeout) {\n\t\t\t\twindow.cancelAnimationFrame(timeout);\n\t\t\t}\n\n\t\t\t// Setup debounce callback\n\t\t\ttimeout = window.requestAnimationFrame((function () {\n\t\t\t\tsortContents(contents);\n\t\t\t\tpublicAPIs.detect();\n\t\t\t}));\n\n\t\t};\n\n\t\t/**\n\t\t * Destroy the current instantiation\n\t\t */\n\t\tpublicAPIs.destroy = function () {\n\n\t\t\t// Undo DOM changes\n\t\t\tif (current) {\n\t\t\t\tdeactivate(current, settings);\n\t\t\t}\n\n\t\t\t// Remove event listeners\n\t\t\twindow.removeEventListener('scroll', scrollHandler, false);\n\t\t\tif (settings.reflow) {\n\t\t\t\twindow.removeEventListener('resize', resizeHandler, false);\n\t\t\t}\n\n\t\t\t// Reset variables\n\t\t\tcontents = null;\n\t\t\tnavItems = null;\n\t\t\tcurrent = null;\n\t\t\ttimeout = null;\n\t\t\tsettings = null;\n\n\t\t};\n\n\t\t/**\n\t\t * Initialize the current instantiation\n\t\t */\n\t\tvar init = function () {\n\n\t\t\t// Merge user options into defaults\n\t\t\tsettings = extend(defaults, options || {});\n\n\t\t\t// Setup variables based on the current DOM\n\t\t\tpublicAPIs.setup();\n\n\t\t\t// Find the currently active content\n\t\t\tpublicAPIs.detect();\n\n\t\t\t// Setup event listeners\n\t\t\twindow.addEventListener('scroll', scrollHandler, false);\n\t\t\tif (settings.reflow) {\n\t\t\t\twindow.addEventListener('resize', resizeHandler, false);\n\t\t\t}\n\n\t\t};\n\n\n\t\t//\n\t\t// Initialize and return the public APIs\n\t\t//\n\n\t\tinit();\n\t\treturn publicAPIs;\n\n\t};\n\n\n\t//\n\t// Return the Constructor\n\t//\n\n\treturn Constructor;\n\n}));"
  },
  {
    "path": "assets/js/plugins/jquery.ba-throttle-debounce.js",
    "content": "/*!\n * jQuery throttle / debounce - v1.1 - 3/7/2010\n * http://benalman.com/projects/jquery-throttle-debounce-plugin/\n * \n * Copyright (c) 2010 \"Cowboy\" Ben Alman\n * Dual licensed under the MIT and GPL licenses.\n * http://benalman.com/about/license/\n */\n\n// Script: jQuery throttle / debounce: Sometimes, less is more!\n//\n// *Version: 1.1, Last updated: 3/7/2010*\n// \n// Project Home - http://benalman.com/projects/jquery-throttle-debounce-plugin/\n// GitHub       - http://github.com/cowboy/jquery-throttle-debounce/\n// Source       - http://github.com/cowboy/jquery-throttle-debounce/raw/master/jquery.ba-throttle-debounce.js\n// (Minified)   - http://github.com/cowboy/jquery-throttle-debounce/raw/master/jquery.ba-throttle-debounce.min.js (0.7kb)\n// \n// About: License\n// \n// Copyright (c) 2010 \"Cowboy\" Ben Alman,\n// Dual licensed under the MIT and GPL licenses.\n// http://benalman.com/about/license/\n// \n// About: Examples\n// \n// These working examples, complete with fully commented code, illustrate a few\n// ways in which this plugin can be used.\n// \n// Throttle - http://benalman.com/code/projects/jquery-throttle-debounce/examples/throttle/\n// Debounce - http://benalman.com/code/projects/jquery-throttle-debounce/examples/debounce/\n// \n// About: Support and Testing\n// \n// Information about what version or versions of jQuery this plugin has been\n// tested with, what browsers it has been tested in, and where the unit tests\n// reside (so you can test it yourself).\n// \n// jQuery Versions - none, 1.3.2, 1.4.2\n// Browsers Tested - Internet Explorer 6-8, Firefox 2-3.6, Safari 3-4, Chrome 4-5, Opera 9.6-10.1.\n// Unit Tests      - http://benalman.com/code/projects/jquery-throttle-debounce/unit/\n// \n// About: Release History\n// \n// 1.1 - (3/7/2010) Fixed a bug in <jQuery.throttle> where trailing callbacks\n//       executed later than they should. Reworked a fair amount of internal\n//       logic as well.\n// 1.0 - (3/6/2010) Initial release as a stand-alone project. Migrated over\n//       from jquery-misc repo v0.4 to jquery-throttle repo v1.0, added the\n//       no_trailing throttle parameter and debounce functionality.\n// \n// Topic: Note for non-jQuery users\n// \n// jQuery isn't actually required for this plugin, because nothing internal\n// uses any jQuery methods or properties. jQuery is just used as a namespace\n// under which these methods can exist.\n// \n// Since jQuery isn't actually required for this plugin, if jQuery doesn't exist\n// when this plugin is loaded, the method described below will be created in\n// the `Cowboy` namespace. Usage will be exactly the same, but instead of\n// $.method() or jQuery.method(), you'll need to use Cowboy.method().\n\n(function(window,undefined){\n  '$:nomunge'; // Used by YUI compressor.\n  \n  // Since jQuery really isn't required for this plugin, use `jQuery` as the\n  // namespace only if it already exists, otherwise use the `Cowboy` namespace,\n  // creating it if necessary.\n  var $ = window.jQuery || window.Cowboy || ( window.Cowboy = {} ),\n    \n    // Internal method reference.\n    jq_throttle;\n  \n  // Method: jQuery.throttle\n  // \n  // Throttle execution of a function. Especially useful for rate limiting\n  // execution of handlers on events like resize and scroll. If you want to\n  // rate-limit execution of a function to a single time, see the\n  // <jQuery.debounce> method.\n  // \n  // In this visualization, | is a throttled-function call and X is the actual\n  // callback execution:\n  // \n  // > Throttled with `no_trailing` specified as false or unspecified:\n  // > ||||||||||||||||||||||||| (pause) |||||||||||||||||||||||||\n  // > X    X    X    X    X    X        X    X    X    X    X    X\n  // > \n  // > Throttled with `no_trailing` specified as true:\n  // > ||||||||||||||||||||||||| (pause) |||||||||||||||||||||||||\n  // > X    X    X    X    X             X    X    X    X    X\n  // \n  // Usage:\n  // \n  // > var throttled = jQuery.throttle( delay, [ no_trailing, ] callback );\n  // > \n  // > jQuery('selector').bind( 'someevent', throttled );\n  // > jQuery('selector').unbind( 'someevent', throttled );\n  // \n  // This also works in jQuery 1.4+:\n  // \n  // > jQuery('selector').bind( 'someevent', jQuery.throttle( delay, [ no_trailing, ] callback ) );\n  // > jQuery('selector').unbind( 'someevent', callback );\n  // \n  // Arguments:\n  // \n  //  delay - (Number) A zero-or-greater delay in milliseconds. For event\n  //    callbacks, values around 100 or 250 (or even higher) are most useful.\n  //  no_trailing - (Boolean) Optional, defaults to false. If no_trailing is\n  //    true, callback will only execute every `delay` milliseconds while the\n  //    throttled-function is being called. If no_trailing is false or\n  //    unspecified, callback will be executed one final time after the last\n  //    throttled-function call. (After the throttled-function has not been\n  //    called for `delay` milliseconds, the internal counter is reset)\n  //  callback - (Function) A function to be executed after delay milliseconds.\n  //    The `this` context and all arguments are passed through, as-is, to\n  //    `callback` when the throttled-function is executed.\n  // \n  // Returns:\n  // \n  //  (Function) A new, throttled, function.\n  \n  $.throttle = jq_throttle = function( delay, no_trailing, callback, debounce_mode ) {\n    // After wrapper has stopped being called, this timeout ensures that\n    // `callback` is executed at the proper times in `throttle` and `end`\n    // debounce modes.\n    var timeout_id,\n      \n      // Keep track of the last time `callback` was executed.\n      last_exec = 0;\n    \n    // `no_trailing` defaults to falsy.\n    if ( typeof no_trailing !== 'boolean' ) {\n      debounce_mode = callback;\n      callback = no_trailing;\n      no_trailing = undefined;\n    }\n    \n    // The `wrapper` function encapsulates all of the throttling / debouncing\n    // functionality and when executed will limit the rate at which `callback`\n    // is executed.\n    function wrapper() {\n      var that = this,\n        elapsed = +new Date() - last_exec,\n        args = arguments;\n      \n      // Execute `callback` and update the `last_exec` timestamp.\n      function exec() {\n        last_exec = +new Date();\n        callback.apply( that, args );\n      };\n      \n      // If `debounce_mode` is true (at_begin) this is used to clear the flag\n      // to allow future `callback` executions.\n      function clear() {\n        timeout_id = undefined;\n      };\n      \n      if ( debounce_mode && !timeout_id ) {\n        // Since `wrapper` is being called for the first time and\n        // `debounce_mode` is true (at_begin), execute `callback`.\n        exec();\n      }\n      \n      // Clear any existing timeout.\n      timeout_id && clearTimeout( timeout_id );\n      \n      if ( debounce_mode === undefined && elapsed > delay ) {\n        // In throttle mode, if `delay` time has been exceeded, execute\n        // `callback`.\n        exec();\n        \n      } else if ( no_trailing !== true ) {\n        // In trailing throttle mode, since `delay` time has not been\n        // exceeded, schedule `callback` to execute `delay` ms after most\n        // recent execution.\n        // \n        // If `debounce_mode` is true (at_begin), schedule `clear` to execute\n        // after `delay` ms.\n        // \n        // If `debounce_mode` is false (at end), schedule `callback` to\n        // execute after `delay` ms.\n        timeout_id = setTimeout( debounce_mode ? clear : exec, debounce_mode === undefined ? delay - elapsed : delay );\n      }\n    };\n    \n    // Set the guid of `wrapper` function to the same of original callback, so\n    // it can be removed in jQuery 1.4+ .unbind or .die by using the original\n    // callback as a reference.\n    if ( $.guid ) {\n      wrapper.guid = callback.guid = callback.guid || $.guid++;\n    }\n    \n    // Return the wrapper function.\n    return wrapper;\n  };\n  \n  // Method: jQuery.debounce\n  // \n  // Debounce execution of a function. Debouncing, unlike throttling,\n  // guarantees that a function is only executed a single time, either at the\n  // very beginning of a series of calls, or at the very end. If you want to\n  // simply rate-limit execution of a function, see the <jQuery.throttle>\n  // method.\n  // \n  // In this visualization, | is a debounced-function call and X is the actual\n  // callback execution:\n  // \n  // > Debounced with `at_begin` specified as false or unspecified:\n  // > ||||||||||||||||||||||||| (pause) |||||||||||||||||||||||||\n  // >                          X                                 X\n  // > \n  // > Debounced with `at_begin` specified as true:\n  // > ||||||||||||||||||||||||| (pause) |||||||||||||||||||||||||\n  // > X                                 X\n  // \n  // Usage:\n  // \n  // > var debounced = jQuery.debounce( delay, [ at_begin, ] callback );\n  // > \n  // > jQuery('selector').bind( 'someevent', debounced );\n  // > jQuery('selector').unbind( 'someevent', debounced );\n  // \n  // This also works in jQuery 1.4+:\n  // \n  // > jQuery('selector').bind( 'someevent', jQuery.debounce( delay, [ at_begin, ] callback ) );\n  // > jQuery('selector').unbind( 'someevent', callback );\n  // \n  // Arguments:\n  // \n  //  delay - (Number) A zero-or-greater delay in milliseconds. For event\n  //    callbacks, values around 100 or 250 (or even higher) are most useful.\n  //  at_begin - (Boolean) Optional, defaults to false. If at_begin is false or\n  //    unspecified, callback will only be executed `delay` milliseconds after\n  //    the last debounced-function call. If at_begin is true, callback will be\n  //    executed only at the first debounced-function call. (After the\n  //    throttled-function has not been called for `delay` milliseconds, the\n  //    internal counter is reset)\n  //  callback - (Function) A function to be executed after delay milliseconds.\n  //    The `this` context and all arguments are passed through, as-is, to\n  //    `callback` when the debounced-function is executed.\n  // \n  // Returns:\n  // \n  //  (Function) A new, debounced, function.\n  \n  $.debounce = function( delay, at_begin, callback ) {\n    return callback === undefined\n      ? jq_throttle( delay, at_begin, false )\n      : jq_throttle( delay, callback, at_begin !== false );\n  };\n  \n})(this);\n"
  },
  {
    "path": "assets/js/plugins/jquery.fitvids.js",
    "content": "/*jshint browser:true */\n/*!\n* FitVids 1.1\n*\n* Copyright 2013, Chris Coyier - http://css-tricks.com + Dave Rupert - http://daverupert.com\n* Credit to Thierry Koblentz - http://www.alistapart.com/articles/creating-intrinsic-ratios-for-video/\n* Released under the WTFPL license - http://sam.zoy.org/wtfpl/\n*\n*/\n\n;(function( $ ){\n\n  'use strict';\n\n  $.fn.fitVids = function( options ) {\n    var settings = {\n      customSelector: null,\n      ignore: null\n    };\n\n    if(!document.getElementById('fit-vids-style')) {\n      // appendStyles: https://github.com/toddmotto/fluidvids/blob/master/dist/fluidvids.js\n      var head = document.head || document.getElementsByTagName('head')[0];\n      var css = '.fluid-width-video-wrapper{width:100%;position:relative;padding:0;}.fluid-width-video-wrapper iframe,.fluid-width-video-wrapper object,.fluid-width-video-wrapper embed {position:absolute;top:0;left:0;width:100%;height:100%;}';\n      var div = document.createElement(\"div\");\n      div.innerHTML = '<p>x</p><style id=\"fit-vids-style\">' + css + '</style>';\n      head.appendChild(div.childNodes[1]);\n    }\n\n    if ( options ) {\n      $.extend( settings, options );\n    }\n\n    return this.each(function(){\n      var selectors = [\n        'iframe[src*=\"player.vimeo.com\"]',\n        'iframe[src*=\"youtube.com\"]',\n        'iframe[src*=\"youtube-nocookie.com\"]',\n        'iframe[src*=\"kickstarter.com\"][src*=\"video.html\"]',\n        'object',\n        'embed'\n      ];\n\n      if (settings.customSelector) {\n        selectors.push(settings.customSelector);\n      }\n\n      var ignoreList = '.fitvidsignore';\n\n      if(settings.ignore) {\n        ignoreList = ignoreList + ', ' + settings.ignore;\n      }\n\n      var $allVideos = $(this).find(selectors.join(','));\n      $allVideos = $allVideos.not('object object'); // SwfObj conflict patch\n      $allVideos = $allVideos.not(ignoreList); // Disable FitVids on this video.\n\n      $allVideos.each(function(count){\n        var $this = $(this);\n        if($this.parents(ignoreList).length > 0) {\n          return; // Disable FitVids on this video.\n        }\n        if (this.tagName.toLowerCase() === 'embed' && $this.parent('object').length || $this.parent('.fluid-width-video-wrapper').length) { return; }\n        if ((!$this.css('height') && !$this.css('width')) && (isNaN($this.attr('height')) || isNaN($this.attr('width'))))\n        {\n          $this.attr('height', 9);\n          $this.attr('width', 16);\n        }\n        var height = ( this.tagName.toLowerCase() === 'object' || ($this.attr('height') && !isNaN(parseInt($this.attr('height'), 10))) ) ? parseInt($this.attr('height'), 10) : $this.height(),\n            width = !isNaN(parseInt($this.attr('width'), 10)) ? parseInt($this.attr('width'), 10) : $this.width(),\n            aspectRatio = height / width;\n        if(!$this.attr('id')){\n          var videoID = 'fitvid' + count;\n          $this.attr('id', videoID);\n        }\n        $this.wrap('<div class=\"fluid-width-video-wrapper\"></div>').parent('.fluid-width-video-wrapper').css('padding-top', (aspectRatio * 100)+'%');\n        $this.removeAttr('height').removeAttr('width');\n      });\n    });\n  };\n// Works with either jQuery or Zepto\n})( window.jQuery || window.Zepto );"
  },
  {
    "path": "assets/js/plugins/jquery.greedy-navigation.js",
    "content": "/*\nGreedyNav.js - https://github.com/lukejacksonn/GreedyNav\nLicensed under the MIT license - http://opensource.org/licenses/MIT\nCopyright (c) 2015 Luke Jackson http://lukejacksonn.com\n*/\n\n$(function() {\n\n  var $btn = $(\"nav.greedy-nav .greedy-nav__toggle\");\n  var $vlinks = $(\"nav.greedy-nav .visible-links\");\n  var $hlinks = $(\"nav.greedy-nav .hidden-links\");\n  var $nav = $(\"nav.greedy-nav\");\n  var $logo = $('nav.greedy-nav .site-logo');\n  var $logoImg = $('nav.greedy-nav .site-logo img');\n  var $title = $(\"nav.greedy-nav .site-title\");\n  var $search = $('nav.greedy-nav button.search__toggle');\n\n  var numOfItems, totalSpace, closingTime, breakWidths;\n\n  // This function measures both hidden and visible links and sets the navbar breakpoints\n  // This is called the first time the script runs and everytime the \"check()\" function detects a change of window width that reached a different CSS width breakpoint, which affects the size of navbar Items\n  // Please note that \"CSS width breakpoints\" (which are only 4) !== \"navbar breakpoints\" (which are as many as the number of items on the navbar)\n  function measureLinks(){\n    numOfItems = 0;\n    totalSpace = 0;\n    closingTime = 1000;\n    breakWidths = [];\n\n    // Adds the width of a navItem in order to create breakpoints for the navbar\n    function addWidth(i, w) {\n      totalSpace += w;\n      numOfItems += 1;\n      breakWidths.push(totalSpace);\n    }\n\n    // Measures the width of hidden links by making a temporary clone of them and positioning under visible links\n    function hiddenWidth(obj){\n      var clone = obj.clone();\n      clone.css(\"visibility\",\"hidden\");\n      $vlinks.append(clone);\n      addWidth(0, clone.outerWidth());\n      clone.remove();\n    }\n    // Measure both visible and hidden links widths\n    $vlinks.children().outerWidth(addWidth);\n    $hlinks.children().each(function(){hiddenWidth($(this))});\n  }\n  // Get initial state\n  measureLinks();\n\n  var winWidth = $( window ).width();\n  // Set the last measured CSS width breakpoint: 0: <768px, 1: <1024px, 2: < 1280px, 3: >= 1280px.\n  var lastBreakpoint = winWidth < 768 ? 0 : winWidth < 1024 ? 1 : winWidth < 1280 ? 2 : 3;\n\n  var availableSpace, numOfVisibleItems, requiredSpace, timer;\n\n  function check() {\n\n    winWidth = $( window ).width();\n    // Set the current CSS width breakpoint: 0: <768px, 1: <1024px, 2: < 1280px, 3: >= 1280px.\n    var curBreakpoint = winWidth < 768 ? 0 : winWidth < 1024 ? 1 : winWidth < 1280 ? 2 : 3;\n    // If current breakpoint is different from last measured breakpoint, measureLinks again\n    if(curBreakpoint !== lastBreakpoint) measureLinks();\n    // Set the last measured CSS width breakpoint with the current breakpoint\n    lastBreakpoint = curBreakpoint;\n\n    // Get instant state\n    numOfVisibleItems = $vlinks.children().length;\n    // Decrease the width of visible elements from the nav innerWidth to find out the available space for navItems\n    availableSpace = /* nav */ $nav.innerWidth()\n                   - /* logo */ ($logo.length !== 0 ? $logo.outerWidth(true) : 0)\n                   - /* title */ $title.outerWidth(true)\n                   - /* search */ ($search.length !== 0 ? $search.outerWidth(true) : 0)\n                   - /* toggle */ (numOfVisibleItems !== breakWidths.length ? $btn.outerWidth(true) : 0);\n    requiredSpace = breakWidths[numOfVisibleItems - 1];\n\n    // There is not enought space\n    if (requiredSpace > availableSpace) {\n      $vlinks.children().last().prependTo($hlinks);\n      numOfVisibleItems -= 1;\n      check();\n      // There is more than enough space. If only one element is hidden, add the toggle width to the available space\n    } else if (availableSpace + (numOfVisibleItems === breakWidths.length - 1?$btn.outerWidth(true):0) > breakWidths[numOfVisibleItems]) {\n      $hlinks.children().first().appendTo($vlinks);\n      numOfVisibleItems += 1;\n      check();\n    }\n    // Update the button accordingly\n    $btn.attr(\"count\", numOfItems - numOfVisibleItems);\n    if (numOfVisibleItems === numOfItems) {\n      $btn.addClass('hidden');\n    } else $btn.removeClass('hidden');\n  }\n\n  // Window listeners\n  $(window).resize(function() {\n    check();\n  });\n\n  $btn.on('click', function() {\n    $hlinks.toggleClass('hidden');\n    $(this).toggleClass('close');\n    clearTimeout(timer);\n  });\n\n  $hlinks.on(\"click\", function () {\n    // Hide the hidden links & remove the overlay when one is clicked.\n    $hlinks.addClass(\"hidden\");\n    $btn.removeClass(\"close\");\n  }).on('mouseleave', function() {\n    // Mouse has left, start the timer\n    timer = setTimeout(function() {\n      $hlinks.addClass('hidden');\n      $('.greedy-nav__toggle').removeClass('close');\n    }, closingTime);\n  }).on('mouseenter', function() {\n    // Mouse is back, cancel the timer\n    clearTimeout(timer);\n  })\n\n  // check if page has a logo\n  if($logoImg.length !== 0){\n    // check if logo is not loaded\n    if(!($logoImg[0].complete || $logoImg[0].naturalWidth !== 0)){\n      // if logo is not loaded wait for logo to load or fail to check\n      $logoImg.one(\"load error\", check);\n    // if logo is already loaded just check\n    } else check();\n  // if page does not have a logo just check\n  } else check();\n\n});\n"
  },
  {
    "path": "assets/js/plugins/jquery.magnific-popup.js",
    "content": "/*! Magnific Popup - v1.1.0 - 2016-02-20\n* http://dimsemenov.com/plugins/magnific-popup/\n* Copyright (c) 2016 Dmitry Semenov; */\n;(function (factory) {\n  if (typeof define === 'function' && define.amd) {\n   // AMD. Register as an anonymous module.\n   define(['jquery'], factory);\n   } else if (typeof exports === 'object') {\n   // Node/CommonJS\n   factory(require('jquery'));\n   } else {\n   // Browser globals\n   factory(window.jQuery || window.Zepto);\n   }\n   }(function($) {\n\n  /*>>core*/\n  /**\n   *\n   * Magnific Popup Core JS file\n   *\n   */\n\n\n  /**\n   * Private static constants\n   */\n  var CLOSE_EVENT = 'Close',\n    BEFORE_CLOSE_EVENT = 'BeforeClose',\n    AFTER_CLOSE_EVENT = 'AfterClose',\n    BEFORE_APPEND_EVENT = 'BeforeAppend',\n    MARKUP_PARSE_EVENT = 'MarkupParse',\n    OPEN_EVENT = 'Open',\n    CHANGE_EVENT = 'Change',\n    NS = 'mfp',\n    EVENT_NS = '.' + NS,\n    READY_CLASS = 'mfp-ready',\n    REMOVING_CLASS = 'mfp-removing',\n    PREVENT_CLOSE_CLASS = 'mfp-prevent-close';\n\n\n  /**\n   * Private vars\n   */\n  /*jshint -W079 */\n  var mfp, // As we have only one instance of MagnificPopup object, we define it locally to not to use 'this'\n    MagnificPopup = function(){},\n    _isJQ = !!(window.jQuery),\n    _prevStatus,\n    _window = $(window),\n    _document,\n    _prevContentType,\n    _wrapClasses,\n    _currPopupType;\n\n\n  /**\n   * Private functions\n   */\n  var _mfpOn = function(name, f) {\n      mfp.ev.on(NS + name + EVENT_NS, f);\n    },\n    _getEl = function(className, appendTo, html, raw) {\n      var el = document.createElement('div');\n      el.className = 'mfp-'+className;\n      if(html) {\n        el.innerHTML = html;\n      }\n      if(!raw) {\n        el = $(el);\n        if(appendTo) {\n          el.appendTo(appendTo);\n        }\n      } else if(appendTo) {\n        appendTo.appendChild(el);\n      }\n      return el;\n    },\n    _mfpTrigger = function(e, data) {\n      mfp.ev.triggerHandler(NS + e, data);\n\n      if(mfp.st.callbacks) {\n        // converts \"mfpEventName\" to \"eventName\" callback and triggers it if it's present\n        e = e.charAt(0).toLowerCase() + e.slice(1);\n        if(mfp.st.callbacks[e]) {\n          mfp.st.callbacks[e].apply(mfp, $.isArray(data) ? data : [data]);\n        }\n      }\n    },\n    _getCloseBtn = function(type) {\n      if(type !== _currPopupType || !mfp.currTemplate.closeBtn) {\n        mfp.currTemplate.closeBtn = $( mfp.st.closeMarkup.replace('%title%', mfp.st.tClose ) );\n        _currPopupType = type;\n      }\n      return mfp.currTemplate.closeBtn;\n    },\n    // Initialize Magnific Popup only when called at least once\n    _checkInstance = function() {\n      if(!$.magnificPopup.instance) {\n        /*jshint -W020 */\n        mfp = new MagnificPopup();\n        mfp.init();\n        $.magnificPopup.instance = mfp;\n      }\n    },\n    // CSS transition detection, http://stackoverflow.com/questions/7264899/detect-css-transitions-using-javascript-and-without-modernizr\n    supportsTransitions = function() {\n      var s = document.createElement('p').style, // 's' for style. better to create an element if body yet to exist\n        v = ['ms','O','Moz','Webkit']; // 'v' for vendor\n\n      if( s['transition'] !== undefined ) {\n        return true;\n      }\n\n      while( v.length ) {\n        if( v.pop() + 'Transition' in s ) {\n          return true;\n        }\n      }\n\n      return false;\n    };\n\n\n\n  /**\n   * Public functions\n   */\n  MagnificPopup.prototype = {\n\n    constructor: MagnificPopup,\n\n    /**\n     * Initializes Magnific Popup plugin.\n     * This function is triggered only once when $.fn.magnificPopup or $.magnificPopup is executed\n     */\n    init: function() {\n      var appVersion = navigator.appVersion;\n      mfp.isLowIE = mfp.isIE8 = document.all && !document.addEventListener;\n      mfp.isAndroid = (/android/gi).test(appVersion);\n      mfp.isIOS = (/iphone|ipad|ipod/gi).test(appVersion);\n      mfp.supportsTransition = supportsTransitions();\n\n      // We disable fixed positioned lightbox on devices that don't handle it nicely.\n      // If you know a better way of detecting this - let me know.\n      mfp.probablyMobile = (mfp.isAndroid || mfp.isIOS || /(Opera Mini)|Kindle|webOS|BlackBerry|(Opera Mobi)|(Windows Phone)|IEMobile/i.test(navigator.userAgent) );\n      _document = $(document);\n\n      mfp.popupsCache = {};\n    },\n\n    /**\n     * Opens popup\n     * @param  data [description]\n     */\n    open: function(data) {\n\n      var i;\n\n      if(data.isObj === false) {\n        // convert jQuery collection to array to avoid conflicts later\n        mfp.items = data.items.toArray();\n\n        mfp.index = 0;\n        var items = data.items,\n          item;\n        for(i = 0; i < items.length; i++) {\n          item = items[i];\n          if(item.parsed) {\n            item = item.el[0];\n          }\n          if(item === data.el[0]) {\n            mfp.index = i;\n            break;\n          }\n        }\n      } else {\n        mfp.items = $.isArray(data.items) ? data.items : [data.items];\n        mfp.index = data.index || 0;\n      }\n\n      // if popup is already opened - we just update the content\n      if(mfp.isOpen) {\n        mfp.updateItemHTML();\n        return;\n      }\n\n      mfp.types = [];\n      _wrapClasses = '';\n      if(data.mainEl && data.mainEl.length) {\n        mfp.ev = data.mainEl.eq(0);\n      } else {\n        mfp.ev = _document;\n      }\n\n      if(data.key) {\n        if(!mfp.popupsCache[data.key]) {\n          mfp.popupsCache[data.key] = {};\n        }\n        mfp.currTemplate = mfp.popupsCache[data.key];\n      } else {\n        mfp.currTemplate = {};\n      }\n\n\n\n      mfp.st = $.extend(true, {}, $.magnificPopup.defaults, data );\n      mfp.fixedContentPos = mfp.st.fixedContentPos === 'auto' ? !mfp.probablyMobile : mfp.st.fixedContentPos;\n\n      if(mfp.st.modal) {\n        mfp.st.closeOnContentClick = false;\n        mfp.st.closeOnBgClick = false;\n        mfp.st.showCloseBtn = false;\n        mfp.st.enableEscapeKey = false;\n      }\n\n\n      // Building markup\n      // main containers are created only once\n      if(!mfp.bgOverlay) {\n\n        // Dark overlay\n        mfp.bgOverlay = _getEl('bg').on('click'+EVENT_NS, function() {\n          mfp.close();\n        });\n\n        mfp.wrap = _getEl('wrap').attr('tabindex', -1).on('click'+EVENT_NS, function(e) {\n          if(mfp._checkIfClose(e.target)) {\n            mfp.close();\n          }\n        });\n\n        mfp.container = _getEl('container', mfp.wrap);\n      }\n\n      mfp.contentContainer = _getEl('content');\n      if(mfp.st.preloader) {\n        mfp.preloader = _getEl('preloader', mfp.container, mfp.st.tLoading);\n      }\n\n\n      // Initializing modules\n      var modules = $.magnificPopup.modules;\n      for(i = 0; i < modules.length; i++) {\n        var n = modules[i];\n        n = n.charAt(0).toUpperCase() + n.slice(1);\n        mfp['init'+n].call(mfp);\n      }\n      _mfpTrigger('BeforeOpen');\n\n\n      if(mfp.st.showCloseBtn) {\n        // Close button\n        if(!mfp.st.closeBtnInside) {\n          mfp.wrap.append( _getCloseBtn() );\n        } else {\n          _mfpOn(MARKUP_PARSE_EVENT, function(e, template, values, item) {\n            values.close_replaceWith = _getCloseBtn(item.type);\n          });\n          _wrapClasses += ' mfp-close-btn-in';\n        }\n      }\n\n      if(mfp.st.alignTop) {\n        _wrapClasses += ' mfp-align-top';\n      }\n\n\n\n      if(mfp.fixedContentPos) {\n        mfp.wrap.css({\n          overflow: mfp.st.overflowY,\n          overflowX: 'hidden',\n          overflowY: mfp.st.overflowY\n        });\n      } else {\n        mfp.wrap.css({\n          top: _window.scrollTop(),\n          position: 'absolute'\n        });\n      }\n      if( mfp.st.fixedBgPos === false || (mfp.st.fixedBgPos === 'auto' && !mfp.fixedContentPos) ) {\n        mfp.bgOverlay.css({\n          height: _document.height(),\n          position: 'absolute'\n        });\n      }\n\n\n\n      if(mfp.st.enableEscapeKey) {\n        // Close on ESC key\n        _document.on('keyup' + EVENT_NS, function(e) {\n          if(e.keyCode === 27) {\n            mfp.close();\n          }\n        });\n      }\n\n      _window.on('resize' + EVENT_NS, function() {\n        mfp.updateSize();\n      });\n\n\n      if(!mfp.st.closeOnContentClick) {\n        _wrapClasses += ' mfp-auto-cursor';\n      }\n\n      if(_wrapClasses)\n        mfp.wrap.addClass(_wrapClasses);\n\n\n      // this triggers recalculation of layout, so we get it once to not to trigger twice\n      var windowHeight = mfp.wH = _window.height();\n\n\n      var windowStyles = {};\n\n      if( mfp.fixedContentPos ) {\n              if(mfp._hasScrollBar(windowHeight)){\n                  var s = mfp._getScrollbarSize();\n                  if(s) {\n                      windowStyles.marginRight = s;\n                  }\n              }\n          }\n\n      if(mfp.fixedContentPos) {\n        if(!mfp.isIE7) {\n          windowStyles.overflow = 'hidden';\n        } else {\n          // ie7 double-scroll bug\n          $('body, html').css('overflow', 'hidden');\n        }\n      }\n\n\n\n      var classesToadd = mfp.st.mainClass;\n      if(mfp.isIE7) {\n        classesToadd += ' mfp-ie7';\n      }\n      if(classesToadd) {\n        mfp._addClassToMFP( classesToadd );\n      }\n\n      // add content\n      mfp.updateItemHTML();\n\n      _mfpTrigger('BuildControls');\n\n      // remove scrollbar, add margin e.t.c\n      $('html').css(windowStyles);\n\n      // add everything to DOM\n      mfp.bgOverlay.add(mfp.wrap).prependTo( mfp.st.prependTo || $(document.body) );\n\n      // Save last focused element\n      mfp._lastFocusedEl = document.activeElement;\n\n      // Wait for next cycle to allow CSS transition\n      setTimeout(function() {\n\n        if(mfp.content) {\n          mfp._addClassToMFP(READY_CLASS);\n          mfp._setFocus();\n        } else {\n          // if content is not defined (not loaded e.t.c) we add class only for BG\n          mfp.bgOverlay.addClass(READY_CLASS);\n        }\n\n        // Trap the focus in popup\n        _document.on('focusin' + EVENT_NS, mfp._onFocusIn);\n\n      }, 16);\n\n      mfp.isOpen = true;\n      mfp.updateSize(windowHeight);\n      _mfpTrigger(OPEN_EVENT);\n\n      return data;\n    },\n\n    /**\n     * Closes the popup\n     */\n    close: function() {\n      if(!mfp.isOpen) return;\n      _mfpTrigger(BEFORE_CLOSE_EVENT);\n\n      mfp.isOpen = false;\n      // for CSS3 animation\n      if(mfp.st.removalDelay && !mfp.isLowIE && mfp.supportsTransition )  {\n        mfp._addClassToMFP(REMOVING_CLASS);\n        setTimeout(function() {\n          mfp._close();\n        }, mfp.st.removalDelay);\n      } else {\n        mfp._close();\n      }\n    },\n\n    /**\n     * Helper for close() function\n     */\n    _close: function() {\n      _mfpTrigger(CLOSE_EVENT);\n\n      var classesToRemove = REMOVING_CLASS + ' ' + READY_CLASS + ' ';\n\n      mfp.bgOverlay.detach();\n      mfp.wrap.detach();\n      mfp.container.empty();\n\n      if(mfp.st.mainClass) {\n        classesToRemove += mfp.st.mainClass + ' ';\n      }\n\n      mfp._removeClassFromMFP(classesToRemove);\n\n      if(mfp.fixedContentPos) {\n        var windowStyles = {marginRight: ''};\n        if(mfp.isIE7) {\n          $('body, html').css('overflow', '');\n        } else {\n          windowStyles.overflow = '';\n        }\n        $('html').css(windowStyles);\n      }\n\n      _document.off('keyup' + EVENT_NS + ' focusin' + EVENT_NS);\n      mfp.ev.off(EVENT_NS);\n\n      // clean up DOM elements that aren't removed\n      mfp.wrap.attr('class', 'mfp-wrap').removeAttr('style');\n      mfp.bgOverlay.attr('class', 'mfp-bg');\n      mfp.container.attr('class', 'mfp-container');\n\n      // remove close button from target element\n      if(mfp.st.showCloseBtn &&\n      (!mfp.st.closeBtnInside || mfp.currTemplate[mfp.currItem.type] === true)) {\n        if(mfp.currTemplate.closeBtn)\n          mfp.currTemplate.closeBtn.detach();\n      }\n\n\n      if(mfp.st.autoFocusLast && mfp._lastFocusedEl) {\n        $(mfp._lastFocusedEl).focus(); // put tab focus back\n      }\n      mfp.currItem = null;\n      mfp.content = null;\n      mfp.currTemplate = null;\n      mfp.prevHeight = 0;\n\n      _mfpTrigger(AFTER_CLOSE_EVENT);\n    },\n\n    updateSize: function(winHeight) {\n\n      if(mfp.isIOS) {\n        // fixes iOS nav bars https://github.com/dimsemenov/Magnific-Popup/issues/2\n        var zoomLevel = document.documentElement.clientWidth / window.innerWidth;\n        var height = window.innerHeight * zoomLevel;\n        mfp.wrap.css('height', height);\n        mfp.wH = height;\n      } else {\n        mfp.wH = winHeight || _window.height();\n      }\n      // Fixes #84: popup incorrectly positioned with position:relative on body\n      if(!mfp.fixedContentPos) {\n        mfp.wrap.css('height', mfp.wH);\n      }\n\n      _mfpTrigger('Resize');\n\n    },\n\n    /**\n     * Set content of popup based on current index\n     */\n    updateItemHTML: function() {\n      var item = mfp.items[mfp.index];\n\n      // Detach and perform modifications\n      mfp.contentContainer.detach();\n\n      if(mfp.content)\n        mfp.content.detach();\n\n      if(!item.parsed) {\n        item = mfp.parseEl( mfp.index );\n      }\n\n      var type = item.type;\n\n      _mfpTrigger('BeforeChange', [mfp.currItem ? mfp.currItem.type : '', type]);\n      // BeforeChange event works like so:\n      // _mfpOn('BeforeChange', function(e, prevType, newType) { });\n\n      mfp.currItem = item;\n\n      if(!mfp.currTemplate[type]) {\n        var markup = mfp.st[type] ? mfp.st[type].markup : false;\n\n        // allows to modify markup\n        _mfpTrigger('FirstMarkupParse', markup);\n\n        if(markup) {\n          mfp.currTemplate[type] = $(markup);\n        } else {\n          // if there is no markup found we just define that template is parsed\n          mfp.currTemplate[type] = true;\n        }\n      }\n\n      if(_prevContentType && _prevContentType !== item.type) {\n        mfp.container.removeClass('mfp-'+_prevContentType+'-holder');\n      }\n\n      var newContent = mfp['get' + type.charAt(0).toUpperCase() + type.slice(1)](item, mfp.currTemplate[type]);\n      mfp.appendContent(newContent, type);\n\n      item.preloaded = true;\n\n      _mfpTrigger(CHANGE_EVENT, item);\n      _prevContentType = item.type;\n\n      // Append container back after its content changed\n      mfp.container.prepend(mfp.contentContainer);\n\n      _mfpTrigger('AfterChange');\n    },\n\n\n    /**\n     * Set HTML content of popup\n     */\n    appendContent: function(newContent, type) {\n      mfp.content = newContent;\n\n      if(newContent) {\n        if(mfp.st.showCloseBtn && mfp.st.closeBtnInside &&\n          mfp.currTemplate[type] === true) {\n          // if there is no markup, we just append close button element inside\n          if(!mfp.content.find('.mfp-close').length) {\n            mfp.content.append(_getCloseBtn());\n          }\n        } else {\n          mfp.content = newContent;\n        }\n      } else {\n        mfp.content = '';\n      }\n\n      _mfpTrigger(BEFORE_APPEND_EVENT);\n      mfp.container.addClass('mfp-'+type+'-holder');\n\n      mfp.contentContainer.append(mfp.content);\n    },\n\n\n    /**\n     * Creates Magnific Popup data object based on given data\n     * @param  {int} index Index of item to parse\n     */\n    parseEl: function(index) {\n      var item = mfp.items[index],\n        type;\n\n      if(item.tagName) {\n        item = { el: $(item) };\n      } else {\n        type = item.type;\n        item = { data: item, src: item.src };\n      }\n\n      if(item.el) {\n        var types = mfp.types;\n\n        // check for 'mfp-TYPE' class\n        for(var i = 0; i < types.length; i++) {\n          if( item.el.hasClass('mfp-'+types[i]) ) {\n            type = types[i];\n            break;\n          }\n        }\n\n        item.src = item.el.attr('data-mfp-src');\n        if(!item.src) {\n          item.src = item.el.attr('href');\n        }\n      }\n\n      item.type = type || mfp.st.type || 'inline';\n      item.index = index;\n      item.parsed = true;\n      mfp.items[index] = item;\n      _mfpTrigger('ElementParse', item);\n\n      return mfp.items[index];\n    },\n\n\n    /**\n     * Initializes single popup or a group of popups\n     */\n    addGroup: function(el, options) {\n      var eHandler = function(e) {\n        e.mfpEl = this;\n        mfp._openClick(e, el, options);\n      };\n\n      if(!options) {\n        options = {};\n      }\n\n      var eName = 'click.magnificPopup';\n      options.mainEl = el;\n\n      if(options.items) {\n        options.isObj = true;\n        el.off(eName).on(eName, eHandler);\n      } else {\n        options.isObj = false;\n        if(options.delegate) {\n          el.off(eName).on(eName, options.delegate , eHandler);\n        } else {\n          options.items = el;\n          el.off(eName).on(eName, eHandler);\n        }\n      }\n    },\n    _openClick: function(e, el, options) {\n      var midClick = options.midClick !== undefined ? options.midClick : $.magnificPopup.defaults.midClick;\n\n\n      if(!midClick && ( e.which === 2 || e.ctrlKey || e.metaKey || e.altKey || e.shiftKey ) ) {\n        return;\n      }\n\n      var disableOn = options.disableOn !== undefined ? options.disableOn : $.magnificPopup.defaults.disableOn;\n\n      if(disableOn) {\n        if($.isFunction(disableOn)) {\n          if( !disableOn.call(mfp) ) {\n            return true;\n          }\n        } else { // else it's number\n          if( _window.width() < disableOn ) {\n            return true;\n          }\n        }\n      }\n\n      if(e.type) {\n        e.preventDefault();\n\n        // This will prevent popup from closing if element is inside and popup is already opened\n        if(mfp.isOpen) {\n          e.stopPropagation();\n        }\n      }\n\n      options.el = $(e.mfpEl);\n      if(options.delegate) {\n        options.items = el.find(options.delegate);\n      }\n      mfp.open(options);\n    },\n\n\n    /**\n     * Updates text on preloader\n     */\n    updateStatus: function(status, text) {\n\n      if(mfp.preloader) {\n        if(_prevStatus !== status) {\n          mfp.container.removeClass('mfp-s-'+_prevStatus);\n        }\n\n        if(!text && status === 'loading') {\n          text = mfp.st.tLoading;\n        }\n\n        var data = {\n          status: status,\n          text: text\n        };\n        // allows to modify status\n        _mfpTrigger('UpdateStatus', data);\n\n        status = data.status;\n        text = data.text;\n\n        mfp.preloader.html(text);\n\n        mfp.preloader.find('a').on('click', function(e) {\n          e.stopImmediatePropagation();\n        });\n\n        mfp.container.addClass('mfp-s-'+status);\n        _prevStatus = status;\n      }\n    },\n\n\n    /*\n      \"Private\" helpers that aren't private at all\n     */\n    // Check to close popup or not\n    // \"target\" is an element that was clicked\n    _checkIfClose: function(target) {\n\n      if($(target).hasClass(PREVENT_CLOSE_CLASS)) {\n        return;\n      }\n\n      var closeOnContent = mfp.st.closeOnContentClick;\n      var closeOnBg = mfp.st.closeOnBgClick;\n\n      if(closeOnContent && closeOnBg) {\n        return true;\n      } else {\n\n        // We close the popup if click is on close button or on preloader. Or if there is no content.\n        if(!mfp.content || $(target).hasClass('mfp-close') || (mfp.preloader && target === mfp.preloader[0]) ) {\n          return true;\n        }\n\n        // if click is outside the content\n        if(  (target !== mfp.content[0] && !$.contains(mfp.content[0], target))  ) {\n          if(closeOnBg) {\n            // last check, if the clicked element is in DOM, (in case it's removed onclick)\n            if( $.contains(document, target) ) {\n              return true;\n            }\n          }\n        } else if(closeOnContent) {\n          return true;\n        }\n\n      }\n      return false;\n    },\n    _addClassToMFP: function(cName) {\n      mfp.bgOverlay.addClass(cName);\n      mfp.wrap.addClass(cName);\n    },\n    _removeClassFromMFP: function(cName) {\n      this.bgOverlay.removeClass(cName);\n      mfp.wrap.removeClass(cName);\n    },\n    _hasScrollBar: function(winHeight) {\n      return (  (mfp.isIE7 ? _document.height() : document.body.scrollHeight) > (winHeight || _window.height()) );\n    },\n    _setFocus: function() {\n      (mfp.st.focus ? mfp.content.find(mfp.st.focus).eq(0) : mfp.wrap).focus();\n    },\n    _onFocusIn: function(e) {\n      if( e.target !== mfp.wrap[0] && !$.contains(mfp.wrap[0], e.target) ) {\n        mfp._setFocus();\n        return false;\n      }\n    },\n    _parseMarkup: function(template, values, item) {\n      var arr;\n      if(item.data) {\n        values = $.extend(item.data, values);\n      }\n      _mfpTrigger(MARKUP_PARSE_EVENT, [template, values, item] );\n\n      $.each(values, function(key, value) {\n        if(value === undefined || value === false) {\n          return true;\n        }\n        arr = key.split('_');\n        if(arr.length > 1) {\n          var el = template.find(EVENT_NS + '-'+arr[0]);\n\n          if(el.length > 0) {\n            var attr = arr[1];\n            if(attr === 'replaceWith') {\n              if(el[0] !== value[0]) {\n                el.replaceWith(value);\n              }\n            } else if(attr === 'img') {\n              if(el.is('img')) {\n                el.attr('src', value);\n              } else {\n                el.replaceWith( $('<img>').attr('src', value).attr('class', el.attr('class')) );\n              }\n            } else {\n              el.attr(arr[1], value);\n            }\n          }\n\n        } else {\n          template.find(EVENT_NS + '-'+key).html(value);\n        }\n      });\n    },\n\n    _getScrollbarSize: function() {\n      // thx David\n      if(mfp.scrollbarSize === undefined) {\n        var scrollDiv = document.createElement(\"div\");\n        scrollDiv.style.cssText = 'width: 99px; height: 99px; overflow: scroll; position: absolute; top: -9999px;';\n        document.body.appendChild(scrollDiv);\n        mfp.scrollbarSize = scrollDiv.offsetWidth - scrollDiv.clientWidth;\n        document.body.removeChild(scrollDiv);\n      }\n      return mfp.scrollbarSize;\n    }\n\n  }; /* MagnificPopup core prototype end */\n\n\n\n\n  /**\n   * Public static functions\n   */\n  $.magnificPopup = {\n    instance: null,\n    proto: MagnificPopup.prototype,\n    modules: [],\n\n    open: function(options, index) {\n      _checkInstance();\n\n      if(!options) {\n        options = {};\n      } else {\n        options = $.extend(true, {}, options);\n      }\n\n      options.isObj = true;\n      options.index = index || 0;\n      return this.instance.open(options);\n    },\n\n    close: function() {\n      return $.magnificPopup.instance && $.magnificPopup.instance.close();\n    },\n\n    registerModule: function(name, module) {\n      if(module.options) {\n        $.magnificPopup.defaults[name] = module.options;\n      }\n      $.extend(this.proto, module.proto);\n      this.modules.push(name);\n    },\n\n    defaults: {\n\n      // Info about options is in docs:\n      // http://dimsemenov.com/plugins/magnific-popup/documentation.html#options\n\n      disableOn: 0,\n\n      key: null,\n\n      midClick: false,\n\n      mainClass: '',\n\n      preloader: true,\n\n      focus: '', // CSS selector of input to focus after popup is opened\n\n      closeOnContentClick: false,\n\n      closeOnBgClick: true,\n\n      closeBtnInside: true,\n\n      showCloseBtn: true,\n\n      enableEscapeKey: true,\n\n      modal: false,\n\n      alignTop: false,\n\n      removalDelay: 0,\n\n      prependTo: null,\n\n      fixedContentPos: 'auto',\n\n      fixedBgPos: 'auto',\n\n      overflowY: 'auto',\n\n      closeMarkup: '<button title=\"%title%\" type=\"button\" class=\"mfp-close\">&#215;</button>',\n\n      tClose: 'Close (Esc)',\n\n      tLoading: 'Loading...',\n\n      autoFocusLast: true\n\n    }\n  };\n\n\n\n  $.fn.magnificPopup = function(options) {\n    _checkInstance();\n\n    var jqEl = $(this);\n\n    // We call some API method of first param is a string\n    if (typeof options === \"string\" ) {\n\n      if(options === 'open') {\n        var items,\n          itemOpts = _isJQ ? jqEl.data('magnificPopup') : jqEl[0].magnificPopup,\n          index = parseInt(arguments[1], 10) || 0;\n\n        if(itemOpts.items) {\n          items = itemOpts.items[index];\n        } else {\n          items = jqEl;\n          if(itemOpts.delegate) {\n            items = items.find(itemOpts.delegate);\n          }\n          items = items.eq( index );\n        }\n        mfp._openClick({mfpEl:items}, jqEl, itemOpts);\n      } else {\n        if(mfp.isOpen)\n          mfp[options].apply(mfp, Array.prototype.slice.call(arguments, 1));\n      }\n\n    } else {\n      // clone options obj\n      options = $.extend(true, {}, options);\n\n      /*\n       * As Zepto doesn't support .data() method for objects\n       * and it works only in normal browsers\n       * we assign \"options\" object directly to the DOM element. FTW!\n       */\n      if(_isJQ) {\n        jqEl.data('magnificPopup', options);\n      } else {\n        jqEl[0].magnificPopup = options;\n      }\n\n      mfp.addGroup(jqEl, options);\n\n    }\n    return jqEl;\n  };\n\n  /*>>core*/\n\n  /*>>inline*/\n\n  var INLINE_NS = 'inline',\n    _hiddenClass,\n    _inlinePlaceholder,\n    _lastInlineElement,\n    _putInlineElementsBack = function() {\n      if(_lastInlineElement) {\n        _inlinePlaceholder.after( _lastInlineElement.addClass(_hiddenClass) ).detach();\n        _lastInlineElement = null;\n      }\n    };\n\n  $.magnificPopup.registerModule(INLINE_NS, {\n    options: {\n      hiddenClass: 'hide', // will be appended with `mfp-` prefix\n      markup: '',\n      tNotFound: 'Content not found'\n    },\n    proto: {\n\n      initInline: function() {\n        mfp.types.push(INLINE_NS);\n\n        _mfpOn(CLOSE_EVENT+'.'+INLINE_NS, function() {\n          _putInlineElementsBack();\n        });\n      },\n\n      getInline: function(item, template) {\n\n        _putInlineElementsBack();\n\n        if(item.src) {\n          var inlineSt = mfp.st.inline,\n            el = $(item.src);\n\n          if(el.length) {\n\n            // If target element has parent - we replace it with placeholder and put it back after popup is closed\n            var parent = el[0].parentNode;\n            if(parent && parent.tagName) {\n              if(!_inlinePlaceholder) {\n                _hiddenClass = inlineSt.hiddenClass;\n                _inlinePlaceholder = _getEl(_hiddenClass);\n                _hiddenClass = 'mfp-'+_hiddenClass;\n              }\n              // replace target inline element with placeholder\n              _lastInlineElement = el.after(_inlinePlaceholder).detach().removeClass(_hiddenClass);\n            }\n\n            mfp.updateStatus('ready');\n          } else {\n            mfp.updateStatus('error', inlineSt.tNotFound);\n            el = $('<div>');\n          }\n\n          item.inlineElement = el;\n          return el;\n        }\n\n        mfp.updateStatus('ready');\n        mfp._parseMarkup(template, {}, item);\n        return template;\n      }\n    }\n  });\n\n  /*>>inline*/\n\n  /*>>ajax*/\n  var AJAX_NS = 'ajax',\n    _ajaxCur,\n    _removeAjaxCursor = function() {\n      if(_ajaxCur) {\n        $(document.body).removeClass(_ajaxCur);\n      }\n    },\n    _destroyAjaxRequest = function() {\n      _removeAjaxCursor();\n      if(mfp.req) {\n        mfp.req.abort();\n      }\n    };\n\n  $.magnificPopup.registerModule(AJAX_NS, {\n\n    options: {\n      settings: null,\n      cursor: 'mfp-ajax-cur',\n      tError: '<a href=\"%url%\">The content</a> could not be loaded.'\n    },\n\n    proto: {\n      initAjax: function() {\n        mfp.types.push(AJAX_NS);\n        _ajaxCur = mfp.st.ajax.cursor;\n\n        _mfpOn(CLOSE_EVENT+'.'+AJAX_NS, _destroyAjaxRequest);\n        _mfpOn('BeforeChange.' + AJAX_NS, _destroyAjaxRequest);\n      },\n      getAjax: function(item) {\n\n        if(_ajaxCur) {\n          $(document.body).addClass(_ajaxCur);\n        }\n\n        mfp.updateStatus('loading');\n\n        var opts = $.extend({\n          url: item.src,\n          success: function(data, textStatus, jqXHR) {\n            var temp = {\n              data:data,\n              xhr:jqXHR\n            };\n\n            _mfpTrigger('ParseAjax', temp);\n\n            mfp.appendContent( $(temp.data), AJAX_NS );\n\n            item.finished = true;\n\n            _removeAjaxCursor();\n\n            mfp._setFocus();\n\n            setTimeout(function() {\n              mfp.wrap.addClass(READY_CLASS);\n            }, 16);\n\n            mfp.updateStatus('ready');\n\n            _mfpTrigger('AjaxContentAdded');\n          },\n          error: function() {\n            _removeAjaxCursor();\n            item.finished = item.loadError = true;\n            mfp.updateStatus('error', mfp.st.ajax.tError.replace('%url%', item.src));\n          }\n        }, mfp.st.ajax.settings);\n\n        mfp.req = $.ajax(opts);\n\n        return '';\n      }\n    }\n  });\n\n  /*>>ajax*/\n\n  /*>>image*/\n  var _imgInterval,\n    _getTitle = function(item) {\n      if(item.data && item.data.title !== undefined)\n        return item.data.title;\n\n      var src = mfp.st.image.titleSrc;\n\n      if(src) {\n        if($.isFunction(src)) {\n          return src.call(mfp, item);\n        } else if(item.el) {\n          return item.el.attr(src) || '';\n        }\n      }\n      return '';\n    };\n\n  $.magnificPopup.registerModule('image', {\n\n    options: {\n      markup: '<div class=\"mfp-figure\">'+\n            '<div class=\"mfp-close\"></div>'+\n            '<figure>'+\n              '<div class=\"mfp-img\"></div>'+\n              '<figcaption>'+\n                '<div class=\"mfp-bottom-bar\">'+\n                  '<div class=\"mfp-title\"></div>'+\n                  '<div class=\"mfp-counter\"></div>'+\n                '</div>'+\n              '</figcaption>'+\n            '</figure>'+\n          '</div>',\n      cursor: 'mfp-zoom-out-cur',\n      titleSrc: 'title',\n      verticalFit: true,\n      tError: '<a href=\"%url%\">The image</a> could not be loaded.'\n    },\n\n    proto: {\n      initImage: function() {\n        var imgSt = mfp.st.image,\n          ns = '.image';\n\n        mfp.types.push('image');\n\n        _mfpOn(OPEN_EVENT+ns, function() {\n          if(mfp.currItem.type === 'image' && imgSt.cursor) {\n            $(document.body).addClass(imgSt.cursor);\n          }\n        });\n\n        _mfpOn(CLOSE_EVENT+ns, function() {\n          if(imgSt.cursor) {\n            $(document.body).removeClass(imgSt.cursor);\n          }\n          _window.off('resize' + EVENT_NS);\n        });\n\n        _mfpOn('Resize'+ns, mfp.resizeImage);\n        if(mfp.isLowIE) {\n          _mfpOn('AfterChange', mfp.resizeImage);\n        }\n      },\n      resizeImage: function() {\n        var item = mfp.currItem;\n        if(!item || !item.img) return;\n\n        if(mfp.st.image.verticalFit) {\n          var decr = 0;\n          // fix box-sizing in ie7/8\n          if(mfp.isLowIE) {\n            decr = parseInt(item.img.css('padding-top'), 10) + parseInt(item.img.css('padding-bottom'),10);\n          }\n          item.img.css('max-height', mfp.wH-decr);\n        }\n      },\n      _onImageHasSize: function(item) {\n        if(item.img) {\n\n          item.hasSize = true;\n\n          if(_imgInterval) {\n            clearInterval(_imgInterval);\n          }\n\n          item.isCheckingImgSize = false;\n\n          _mfpTrigger('ImageHasSize', item);\n\n          if(item.imgHidden) {\n            if(mfp.content)\n              mfp.content.removeClass('mfp-loading');\n\n            item.imgHidden = false;\n          }\n\n        }\n      },\n\n      /**\n       * Function that loops until the image has size to display elements that rely on it asap\n       */\n      findImageSize: function(item) {\n\n        var counter = 0,\n          img = item.img[0],\n          mfpSetInterval = function(delay) {\n\n            if(_imgInterval) {\n              clearInterval(_imgInterval);\n            }\n            // decelerating interval that checks for size of an image\n            _imgInterval = setInterval(function() {\n              if(img.naturalWidth > 0) {\n                mfp._onImageHasSize(item);\n                return;\n              }\n\n              if(counter > 200) {\n                clearInterval(_imgInterval);\n              }\n\n              counter++;\n              if(counter === 3) {\n                mfpSetInterval(10);\n              } else if(counter === 40) {\n                mfpSetInterval(50);\n              } else if(counter === 100) {\n                mfpSetInterval(500);\n              }\n            }, delay);\n          };\n\n        mfpSetInterval(1);\n      },\n\n      getImage: function(item, template) {\n\n        var guard = 0,\n\n          // image load complete handler\n          onLoadComplete = function() {\n            if(item) {\n              if (item.img[0].complete) {\n                item.img.off('.mfploader');\n\n                if(item === mfp.currItem){\n                  mfp._onImageHasSize(item);\n\n                  mfp.updateStatus('ready');\n                }\n\n                item.hasSize = true;\n                item.loaded = true;\n\n                _mfpTrigger('ImageLoadComplete');\n\n              }\n              else {\n                // if image complete check fails 200 times (20 sec), we assume that there was an error.\n                guard++;\n                if(guard < 200) {\n                  setTimeout(onLoadComplete,100);\n                } else {\n                  onLoadError();\n                }\n              }\n            }\n          },\n\n          // image error handler\n          onLoadError = function() {\n            if(item) {\n              item.img.off('.mfploader');\n              if(item === mfp.currItem){\n                mfp._onImageHasSize(item);\n                mfp.updateStatus('error', imgSt.tError.replace('%url%', item.src) );\n              }\n\n              item.hasSize = true;\n              item.loaded = true;\n              item.loadError = true;\n            }\n          },\n          imgSt = mfp.st.image;\n\n\n        var el = template.find('.mfp-img');\n        if(el.length) {\n          var img = document.createElement('img');\n          img.className = 'mfp-img';\n          if(item.el && item.el.find('img').length) {\n            img.alt = item.el.find('img').attr('alt');\n          }\n          item.img = $(img).on('load.mfploader', onLoadComplete).on('error.mfploader', onLoadError);\n          img.src = item.src;\n\n          // without clone() \"error\" event is not firing when IMG is replaced by new IMG\n          // TODO: find a way to avoid such cloning\n          if(el.is('img')) {\n            item.img = item.img.clone();\n          }\n\n          img = item.img[0];\n          if(img.naturalWidth > 0) {\n            item.hasSize = true;\n          } else if(!img.width) {\n            item.hasSize = false;\n          }\n        }\n\n        mfp._parseMarkup(template, {\n          title: _getTitle(item),\n          img_replaceWith: item.img\n        }, item);\n\n        mfp.resizeImage();\n\n        if(item.hasSize) {\n          if(_imgInterval) clearInterval(_imgInterval);\n\n          if(item.loadError) {\n            template.addClass('mfp-loading');\n            mfp.updateStatus('error', imgSt.tError.replace('%url%', item.src) );\n          } else {\n            template.removeClass('mfp-loading');\n            mfp.updateStatus('ready');\n          }\n          return template;\n        }\n\n        mfp.updateStatus('loading');\n        item.loading = true;\n\n        if(!item.hasSize) {\n          item.imgHidden = true;\n          template.addClass('mfp-loading');\n          mfp.findImageSize(item);\n        }\n\n        return template;\n      }\n    }\n  });\n\n  /*>>image*/\n\n  /*>>zoom*/\n  var hasMozTransform,\n    getHasMozTransform = function() {\n      if(hasMozTransform === undefined) {\n        hasMozTransform = document.createElement('p').style.MozTransform !== undefined;\n      }\n      return hasMozTransform;\n    };\n\n  $.magnificPopup.registerModule('zoom', {\n\n    options: {\n      enabled: false,\n      easing: 'ease-in-out',\n      duration: 300,\n      opener: function(element) {\n        return element.is('img') ? element : element.find('img');\n      }\n    },\n\n    proto: {\n\n      initZoom: function() {\n        var zoomSt = mfp.st.zoom,\n          ns = '.zoom',\n          image;\n\n        if(!zoomSt.enabled || !mfp.supportsTransition) {\n          return;\n        }\n\n        var duration = zoomSt.duration,\n          getElToAnimate = function(image) {\n            var newImg = image.clone().removeAttr('style').removeAttr('class').addClass('mfp-animated-image'),\n              transition = 'all '+(zoomSt.duration/1000)+'s ' + zoomSt.easing,\n              cssObj = {\n                position: 'fixed',\n                zIndex: 9999,\n                left: 0,\n                top: 0,\n                '-webkit-backface-visibility': 'hidden'\n              },\n              t = 'transition';\n\n            cssObj['-webkit-'+t] = cssObj['-moz-'+t] = cssObj['-o-'+t] = cssObj[t] = transition;\n\n            newImg.css(cssObj);\n            return newImg;\n          },\n          showMainContent = function() {\n            mfp.content.css('visibility', 'visible');\n          },\n          openTimeout,\n          animatedImg;\n\n        _mfpOn('BuildControls'+ns, function() {\n          if(mfp._allowZoom()) {\n\n            clearTimeout(openTimeout);\n            mfp.content.css('visibility', 'hidden');\n\n            // Basically, all code below does is clones existing image, puts in on top of the current one and animated it\n\n            image = mfp._getItemToZoom();\n\n            if(!image) {\n              showMainContent();\n              return;\n            }\n\n            animatedImg = getElToAnimate(image);\n\n            animatedImg.css( mfp._getOffset() );\n\n            mfp.wrap.append(animatedImg);\n\n            openTimeout = setTimeout(function() {\n              animatedImg.css( mfp._getOffset( true ) );\n              openTimeout = setTimeout(function() {\n\n                showMainContent();\n\n                setTimeout(function() {\n                  animatedImg.remove();\n                  image = animatedImg = null;\n                  _mfpTrigger('ZoomAnimationEnded');\n                }, 16); // avoid blink when switching images\n\n              }, duration); // this timeout equals animation duration\n\n            }, 16); // by adding this timeout we avoid short glitch at the beginning of animation\n\n\n            // Lots of timeouts...\n          }\n        });\n        _mfpOn(BEFORE_CLOSE_EVENT+ns, function() {\n          if(mfp._allowZoom()) {\n\n            clearTimeout(openTimeout);\n\n            mfp.st.removalDelay = duration;\n\n            if(!image) {\n              image = mfp._getItemToZoom();\n              if(!image) {\n                return;\n              }\n              animatedImg = getElToAnimate(image);\n            }\n\n            animatedImg.css( mfp._getOffset(true) );\n            mfp.wrap.append(animatedImg);\n            mfp.content.css('visibility', 'hidden');\n\n            setTimeout(function() {\n              animatedImg.css( mfp._getOffset() );\n            }, 16);\n          }\n\n        });\n\n        _mfpOn(CLOSE_EVENT+ns, function() {\n          if(mfp._allowZoom()) {\n            showMainContent();\n            if(animatedImg) {\n              animatedImg.remove();\n            }\n            image = null;\n          }\n        });\n      },\n\n      _allowZoom: function() {\n        return mfp.currItem.type === 'image';\n      },\n\n      _getItemToZoom: function() {\n        if(mfp.currItem.hasSize) {\n          return mfp.currItem.img;\n        } else {\n          return false;\n        }\n      },\n\n      // Get element postion relative to viewport\n      _getOffset: function(isLarge) {\n        var el;\n        if(isLarge) {\n          el = mfp.currItem.img;\n        } else {\n          el = mfp.st.zoom.opener(mfp.currItem.el || mfp.currItem);\n        }\n\n        var offset = el.offset();\n        var paddingTop = parseInt(el.css('padding-top'),10);\n        var paddingBottom = parseInt(el.css('padding-bottom'),10);\n        offset.top -= ( $(window).scrollTop() - paddingTop );\n\n\n        /*\n\n        Animating left + top + width/height looks glitchy in Firefox, but perfect in Chrome. And vice-versa.\n\n         */\n        var obj = {\n          width: el.width(),\n          // fix Zepto height+padding issue\n          height: (_isJQ ? el.innerHeight() : el[0].offsetHeight) - paddingBottom - paddingTop\n        };\n\n        // I hate to do this, but there is no another option\n        if( getHasMozTransform() ) {\n          obj['-moz-transform'] = obj['transform'] = 'translate(' + offset.left + 'px,' + offset.top + 'px)';\n        } else {\n          obj.left = offset.left;\n          obj.top = offset.top;\n        }\n        return obj;\n      }\n\n    }\n  });\n\n\n\n  /*>>zoom*/\n\n  /*>>iframe*/\n\n  var IFRAME_NS = 'iframe',\n    _emptyPage = '//about:blank',\n\n    _fixIframeBugs = function(isShowing) {\n      if(mfp.currTemplate[IFRAME_NS]) {\n        var el = mfp.currTemplate[IFRAME_NS].find('iframe');\n        if(el.length) {\n          // reset src after the popup is closed to avoid \"video keeps playing after popup is closed\" bug\n          if(!isShowing) {\n            el[0].src = _emptyPage;\n          }\n\n          // IE8 black screen bug fix\n          if(mfp.isIE8) {\n            el.css('display', isShowing ? 'block' : 'none');\n          }\n        }\n      }\n    };\n\n  $.magnificPopup.registerModule(IFRAME_NS, {\n\n    options: {\n      markup: '<div class=\"mfp-iframe-scaler\">'+\n            '<div class=\"mfp-close\"></div>'+\n            '<iframe class=\"mfp-iframe\" src=\"//about:blank\" frameborder=\"0\" allowfullscreen></iframe>'+\n          '</div>',\n\n      srcAction: 'iframe_src',\n\n      // we don't care and support only one default type of URL by default\n      patterns: {\n        youtube: {\n          index: 'youtube.com',\n          id: 'v=',\n          src: '//www.youtube.com/embed/%id%?autoplay=1'\n        },\n        vimeo: {\n          index: 'vimeo.com/',\n          id: '/',\n          src: '//player.vimeo.com/video/%id%?autoplay=1'\n        },\n        gmaps: {\n          index: '//maps.google.',\n          src: '%id%&output=embed'\n        }\n      }\n    },\n\n    proto: {\n      initIframe: function() {\n        mfp.types.push(IFRAME_NS);\n\n        _mfpOn('BeforeChange', function(e, prevType, newType) {\n          if(prevType !== newType) {\n            if(prevType === IFRAME_NS) {\n              _fixIframeBugs(); // iframe if removed\n            } else if(newType === IFRAME_NS) {\n              _fixIframeBugs(true); // iframe is showing\n            }\n          }// else {\n            // iframe source is switched, don't do anything\n          //}\n        });\n\n        _mfpOn(CLOSE_EVENT + '.' + IFRAME_NS, function() {\n          _fixIframeBugs();\n        });\n      },\n\n      getIframe: function(item, template) {\n        var embedSrc = item.src;\n        var iframeSt = mfp.st.iframe;\n\n        $.each(iframeSt.patterns, function() {\n          if(embedSrc.indexOf( this.index ) > -1) {\n            if(this.id) {\n              if(typeof this.id === 'string') {\n                embedSrc = embedSrc.substr(embedSrc.lastIndexOf(this.id)+this.id.length, embedSrc.length);\n              } else {\n                embedSrc = this.id.call( this, embedSrc );\n              }\n            }\n            embedSrc = this.src.replace('%id%', embedSrc );\n            return false; // break;\n          }\n        });\n\n        var dataObj = {};\n        if(iframeSt.srcAction) {\n          dataObj[iframeSt.srcAction] = embedSrc;\n        }\n        mfp._parseMarkup(template, dataObj, item);\n\n        mfp.updateStatus('ready');\n\n        return template;\n      }\n    }\n  });\n\n\n\n  /*>>iframe*/\n\n  /*>>gallery*/\n  /**\n   * Get looped index depending on number of slides\n   */\n  var _getLoopedId = function(index) {\n      var numSlides = mfp.items.length;\n      if(index > numSlides - 1) {\n        return index - numSlides;\n      } else  if(index < 0) {\n        return numSlides + index;\n      }\n      return index;\n    },\n    _replaceCurrTotal = function(text, curr, total) {\n      return text.replace(/%curr%/gi, curr + 1).replace(/%total%/gi, total);\n    };\n\n  $.magnificPopup.registerModule('gallery', {\n\n    options: {\n      enabled: false,\n      arrowMarkup: '<button title=\"%title%\" type=\"button\" class=\"mfp-arrow mfp-arrow-%dir%\"></button>',\n      preload: [0,2],\n      navigateByImgClick: true,\n      arrows: true,\n\n      tPrev: 'Previous (Left arrow key)',\n      tNext: 'Next (Right arrow key)',\n      tCounter: '%curr% of %total%'\n    },\n\n    proto: {\n      initGallery: function() {\n\n        var gSt = mfp.st.gallery,\n          ns = '.mfp-gallery';\n\n        mfp.direction = true; // true - next, false - prev\n\n        if(!gSt || !gSt.enabled ) return false;\n\n        _wrapClasses += ' mfp-gallery';\n\n        _mfpOn(OPEN_EVENT+ns, function() {\n\n          if(gSt.navigateByImgClick) {\n            mfp.wrap.on('click'+ns, '.mfp-img', function() {\n              if(mfp.items.length > 1) {\n                mfp.next();\n                return false;\n              }\n            });\n          }\n\n          _document.on('keydown'+ns, function(e) {\n            if (e.keyCode === 37) {\n              mfp.prev();\n            } else if (e.keyCode === 39) {\n              mfp.next();\n            }\n          });\n        });\n\n        _mfpOn('UpdateStatus'+ns, function(e, data) {\n          if(data.text) {\n            data.text = _replaceCurrTotal(data.text, mfp.currItem.index, mfp.items.length);\n          }\n        });\n\n        _mfpOn(MARKUP_PARSE_EVENT+ns, function(e, element, values, item) {\n          var l = mfp.items.length;\n          values.counter = l > 1 ? _replaceCurrTotal(gSt.tCounter, item.index, l) : '';\n        });\n\n        _mfpOn('BuildControls' + ns, function() {\n          if(mfp.items.length > 1 && gSt.arrows && !mfp.arrowLeft) {\n            var markup = gSt.arrowMarkup,\n              arrowLeft = mfp.arrowLeft = $( markup.replace(/%title%/gi, gSt.tPrev).replace(/%dir%/gi, 'left') ).addClass(PREVENT_CLOSE_CLASS),\n              arrowRight = mfp.arrowRight = $( markup.replace(/%title%/gi, gSt.tNext).replace(/%dir%/gi, 'right') ).addClass(PREVENT_CLOSE_CLASS);\n\n            arrowLeft.click(function() {\n              mfp.prev();\n            });\n            arrowRight.click(function() {\n              mfp.next();\n            });\n\n            mfp.container.append(arrowLeft.add(arrowRight));\n          }\n        });\n\n        _mfpOn(CHANGE_EVENT+ns, function() {\n          if(mfp._preloadTimeout) clearTimeout(mfp._preloadTimeout);\n\n          mfp._preloadTimeout = setTimeout(function() {\n            mfp.preloadNearbyImages();\n            mfp._preloadTimeout = null;\n          }, 16);\n        });\n\n\n        _mfpOn(CLOSE_EVENT+ns, function() {\n          _document.off(ns);\n          mfp.wrap.off('click'+ns);\n          mfp.arrowRight = mfp.arrowLeft = null;\n        });\n\n      },\n      next: function() {\n        mfp.direction = true;\n        mfp.index = _getLoopedId(mfp.index + 1);\n        mfp.updateItemHTML();\n      },\n      prev: function() {\n        mfp.direction = false;\n        mfp.index = _getLoopedId(mfp.index - 1);\n        mfp.updateItemHTML();\n      },\n      goTo: function(newIndex) {\n        mfp.direction = (newIndex >= mfp.index);\n        mfp.index = newIndex;\n        mfp.updateItemHTML();\n      },\n      preloadNearbyImages: function() {\n        var p = mfp.st.gallery.preload,\n          preloadBefore = Math.min(p[0], mfp.items.length),\n          preloadAfter = Math.min(p[1], mfp.items.length),\n          i;\n\n        for(i = 1; i <= (mfp.direction ? preloadAfter : preloadBefore); i++) {\n          mfp._preloadItem(mfp.index+i);\n        }\n        for(i = 1; i <= (mfp.direction ? preloadBefore : preloadAfter); i++) {\n          mfp._preloadItem(mfp.index-i);\n        }\n      },\n      _preloadItem: function(index) {\n        index = _getLoopedId(index);\n\n        if(mfp.items[index].preloaded) {\n          return;\n        }\n\n        var item = mfp.items[index];\n        if(!item.parsed) {\n          item = mfp.parseEl( index );\n        }\n\n        _mfpTrigger('LazyLoad', item);\n\n        if(item.type === 'image') {\n          item.img = $('<img class=\"mfp-img\" />').on('load.mfploader', function() {\n            item.hasSize = true;\n          }).on('error.mfploader', function() {\n            item.hasSize = true;\n            item.loadError = true;\n            _mfpTrigger('LazyLoadError', item);\n          }).attr('src', item.src);\n        }\n\n\n        item.preloaded = true;\n      }\n    }\n  });\n\n  /*>>gallery*/\n\n  /*>>retina*/\n\n  var RETINA_NS = 'retina';\n\n  $.magnificPopup.registerModule(RETINA_NS, {\n    options: {\n      replaceSrc: function(item) {\n        return item.src.replace(/\\.\\w+$/, function(m) { return '@2x' + m; });\n      },\n      ratio: 1 // Function or number.  Set to 1 to disable.\n    },\n    proto: {\n      initRetina: function() {\n        if(window.devicePixelRatio > 1) {\n\n          var st = mfp.st.retina,\n            ratio = st.ratio;\n\n          ratio = !isNaN(ratio) ? ratio : ratio();\n\n          if(ratio > 1) {\n            _mfpOn('ImageHasSize' + '.' + RETINA_NS, function(e, item) {\n              item.img.css({\n                'max-width': item.img[0].naturalWidth / ratio,\n                'width': '100%'\n              });\n            });\n            _mfpOn('ElementParse' + '.' + RETINA_NS, function(e, item) {\n              item.src = st.replaceSrc(item, ratio);\n            });\n          }\n        }\n\n      }\n    }\n  });\n\n  /*>>retina*/\n   _checkInstance(); }));"
  },
  {
    "path": "assets/js/plugins/smooth-scroll.js",
    "content": "/*!\n * smooth-scroll v16.1.2\n * Animate scrolling to anchor links\n * (c) 2020 Chris Ferdinandi\n * MIT License\n * http://github.com/cferdinandi/smooth-scroll\n */\n\n(function (root, factory) {\n\tif (typeof define === 'function' && define.amd) {\n\t\tdefine([], (function () {\n\t\t\treturn factory(root);\n\t\t}));\n\t} else if (typeof exports === 'object') {\n\t\tmodule.exports = factory(root);\n\t} else {\n\t\troot.SmoothScroll = factory(root);\n\t}\n})(typeof global !== 'undefined' ? global : typeof window !== 'undefined' ? window : this, (function (window) {\n\n\t'use strict';\n\n\t//\n\t// Default settings\n\t//\n\n\tvar defaults = {\n\n\t\t// Selectors\n\t\tignore: '[data-scroll-ignore]',\n\t\theader: null,\n\t\ttopOnEmptyHash: true,\n\n\t\t// Speed & Duration\n\t\tspeed: 500,\n\t\tspeedAsDuration: false,\n\t\tdurationMax: null,\n\t\tdurationMin: null,\n\t\tclip: true,\n\t\toffset: 0,\n\n\t\t// Easing\n\t\teasing: 'easeInOutCubic',\n\t\tcustomEasing: null,\n\n\t\t// History\n\t\tupdateURL: true,\n\t\tpopstate: true,\n\n\t\t// Custom Events\n\t\temitEvents: true\n\n\t};\n\n\n\t//\n\t// Utility Methods\n\t//\n\n\t/**\n\t * Check if browser supports required methods\n\t * @return {Boolean} Returns true if all required methods are supported\n\t */\n\tvar supports = function () {\n\t\treturn (\n\t\t\t'querySelector' in document &&\n\t\t\t'addEventListener' in window &&\n\t\t\t'requestAnimationFrame' in window &&\n\t\t\t'closest' in window.Element.prototype\n\t\t);\n\t};\n\n\t/**\n\t * Merge two or more objects together.\n\t * @param   {Object}   objects  The objects to merge together\n\t * @returns {Object}            Merged values of defaults and options\n\t */\n\tvar extend = function () {\n\t\tvar merged = {};\n\t\tArray.prototype.forEach.call(arguments, (function (obj) {\n\t\t\tfor (var key in obj) {\n\t\t\t\tif (!obj.hasOwnProperty(key)) return;\n\t\t\t\tmerged[key] = obj[key];\n\t\t\t}\n\t\t}));\n\t\treturn merged;\n\t};\n\n\t/**\n\t * Check to see if user prefers reduced motion\n\t * @param  {Object} settings Script settings\n\t */\n\tvar reduceMotion = function () {\n\t\tif ('matchMedia' in window && window.matchMedia('(prefers-reduced-motion)').matches) {\n\t\t\treturn true;\n\t\t}\n\t\treturn false;\n\t};\n\n\t/**\n\t * Get the height of an element.\n\t * @param  {Node} elem The element to get the height of\n\t * @return {Number}    The element's height in pixels\n\t */\n\tvar getHeight = function (elem) {\n\t\treturn parseInt(window.getComputedStyle(elem).height, 10);\n\t};\n\n\t/**\n\t * Escape special characters for use with querySelector\n\t * @author Mathias Bynens\n\t * @link https://github.com/mathiasbynens/CSS.escape\n\t * @param {String} id The anchor ID to escape\n\t */\n\tvar escapeCharacters = function (id) {\n\n\t\t// Remove leading hash\n\t\tif (id.charAt(0) === '#') {\n\t\t\tid = id.substr(1);\n\t\t}\n\n\t\tvar string = String(id);\n\t\tvar length = string.length;\n\t\tvar index = -1;\n\t\tvar codeUnit;\n\t\tvar result = '';\n\t\tvar firstCodeUnit = string.charCodeAt(0);\n\t\twhile (++index < length) {\n\t\t\tcodeUnit = string.charCodeAt(index);\n\t\t\t// Note: there’s no need to special-case astral symbols, surrogate\n\t\t\t// pairs, or lone surrogates.\n\n\t\t\t// If the character is NULL (U+0000), then throw an\n\t\t\t// `InvalidCharacterError` exception and terminate these steps.\n\t\t\tif (codeUnit === 0x0000) {\n\t\t\t\tthrow new InvalidCharacterError(\n\t\t\t\t\t'Invalid character: the input contains U+0000.'\n\t\t\t\t);\n\t\t\t}\n\n\t\t\tif (\n\t\t\t\t// If the character is in the range [\\1-\\1F] (U+0001 to U+001F) or is\n\t\t\t\t// U+007F, […]\n\t\t\t\t(codeUnit >= 0x0001 && codeUnit <= 0x001F) || codeUnit == 0x007F ||\n\t\t\t\t// If the character is the first character and is in the range [0-9]\n\t\t\t\t// (U+0030 to U+0039), […]\n\t\t\t\t(index === 0 && codeUnit >= 0x0030 && codeUnit <= 0x0039) ||\n\t\t\t\t// If the character is the second character and is in the range [0-9]\n\t\t\t\t// (U+0030 to U+0039) and the first character is a `-` (U+002D), […]\n\t\t\t\t(\n\t\t\t\t\tindex === 1 &&\n\t\t\t\t\tcodeUnit >= 0x0030 && codeUnit <= 0x0039 &&\n\t\t\t\t\tfirstCodeUnit === 0x002D\n\t\t\t\t)\n\t\t\t) {\n\t\t\t\t// http://dev.w3.org/csswg/cssom/#escape-a-character-as-code-point\n\t\t\t\tresult += '\\\\' + codeUnit.toString(16) + ' ';\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\t// If the character is not handled by one of the above rules and is\n\t\t\t// greater than or equal to U+0080, is `-` (U+002D) or `_` (U+005F), or\n\t\t\t// is in one of the ranges [0-9] (U+0030 to U+0039), [A-Z] (U+0041 to\n\t\t\t// U+005A), or [a-z] (U+0061 to U+007A), […]\n\t\t\tif (\n\t\t\t\tcodeUnit >= 0x0080 ||\n\t\t\t\tcodeUnit === 0x002D ||\n\t\t\t\tcodeUnit === 0x005F ||\n\t\t\t\tcodeUnit >= 0x0030 && codeUnit <= 0x0039 ||\n\t\t\t\tcodeUnit >= 0x0041 && codeUnit <= 0x005A ||\n\t\t\t\tcodeUnit >= 0x0061 && codeUnit <= 0x007A\n\t\t\t) {\n\t\t\t\t// the character itself\n\t\t\t\tresult += string.charAt(index);\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\t// Otherwise, the escaped character.\n\t\t\t// http://dev.w3.org/csswg/cssom/#escape-a-character\n\t\t\tresult += '\\\\' + string.charAt(index);\n\n\t\t}\n\n\t\t// Return sanitized hash\n\t\treturn '#' + result;\n\n\t};\n\n\t/**\n\t * Calculate the easing pattern\n\t * @link https://gist.github.com/gre/1650294\n\t * @param {String} type Easing pattern\n\t * @param {Number} time Time animation should take to complete\n\t * @returns {Number}\n\t */\n\tvar easingPattern = function (settings, time) {\n\t\tvar pattern;\n\n\t\t// Default Easing Patterns\n\t\tif (settings.easing === 'easeInQuad') pattern = time * time; // accelerating from zero velocity\n\t\tif (settings.easing === 'easeOutQuad') pattern = time * (2 - time); // decelerating to zero velocity\n\t\tif (settings.easing === 'easeInOutQuad') pattern = time < 0.5 ? 2 * time * time : -1 + (4 - 2 * time) * time; // acceleration until halfway, then deceleration\n\t\tif (settings.easing === 'easeInCubic') pattern = time * time * time; // accelerating from zero velocity\n\t\tif (settings.easing === 'easeOutCubic') pattern = (--time) * time * time + 1; // decelerating to zero velocity\n\t\tif (settings.easing === 'easeInOutCubic') pattern = time < 0.5 ? 4 * time * time * time : (time - 1) * (2 * time - 2) * (2 * time - 2) + 1; // acceleration until halfway, then deceleration\n\t\tif (settings.easing === 'easeInQuart') pattern = time * time * time * time; // accelerating from zero velocity\n\t\tif (settings.easing === 'easeOutQuart') pattern = 1 - (--time) * time * time * time; // decelerating to zero velocity\n\t\tif (settings.easing === 'easeInOutQuart') pattern = time < 0.5 ? 8 * time * time * time * time : 1 - 8 * (--time) * time * time * time; // acceleration until halfway, then deceleration\n\t\tif (settings.easing === 'easeInQuint') pattern = time * time * time * time * time; // accelerating from zero velocity\n\t\tif (settings.easing === 'easeOutQuint') pattern = 1 + (--time) * time * time * time * time; // decelerating to zero velocity\n\t\tif (settings.easing === 'easeInOutQuint') pattern = time < 0.5 ? 16 * time * time * time * time * time : 1 + 16 * (--time) * time * time * time * time; // acceleration until halfway, then deceleration\n\n\t\t// Custom Easing Patterns\n\t\tif (!!settings.customEasing) pattern = settings.customEasing(time);\n\n\t\treturn pattern || time; // no easing, no acceleration\n\t};\n\n\t/**\n\t * Determine the document's height\n\t * @returns {Number}\n\t */\n\tvar getDocumentHeight = function () {\n\t\treturn Math.max(\n\t\t\tdocument.body.scrollHeight, document.documentElement.scrollHeight,\n\t\t\tdocument.body.offsetHeight, document.documentElement.offsetHeight,\n\t\t\tdocument.body.clientHeight, document.documentElement.clientHeight\n\t\t);\n\t};\n\n\t/**\n\t * Calculate how far to scroll\n\t * Clip support added by robjtede - https://github.com/cferdinandi/smooth-scroll/issues/405\n\t * @param {Element} anchor       The anchor element to scroll to\n\t * @param {Number}  headerHeight Height of a fixed header, if any\n\t * @param {Number}  offset       Number of pixels by which to offset scroll\n\t * @param {Boolean} clip         If true, adjust scroll distance to prevent abrupt stops near the bottom of the page\n\t * @returns {Number}\n\t */\n\tvar getEndLocation = function (anchor, headerHeight, offset, clip) {\n\t\tvar location = 0;\n\t\tif (anchor.offsetParent) {\n\t\t\tdo {\n\t\t\t\tlocation += anchor.offsetTop;\n\t\t\t\tanchor = anchor.offsetParent;\n\t\t\t} while (anchor);\n\t\t}\n\t\tlocation = Math.max(location - headerHeight - offset, 0);\n\t\tif (clip) {\n\t\t\tlocation = Math.min(location, getDocumentHeight() - window.innerHeight);\n\t\t}\n \t\treturn location;\n\t};\n\n\t/**\n\t * Get the height of the fixed header\n\t * @param  {Node}   header The header\n\t * @return {Number}        The height of the header\n\t */\n\tvar getHeaderHeight = function (header) {\n\t\treturn !header ? 0 : (getHeight(header) + header.offsetTop);\n\t};\n\n\t/**\n\t * Calculate the speed to use for the animation\n\t * @param  {Number} distance The distance to travel\n\t * @param  {Object} settings The plugin settings\n\t * @return {Number}          How fast to animate\n\t */\n\tvar getSpeed = function (distance, settings) {\n\t\tvar speed = settings.speedAsDuration ? settings.speed : Math.abs(distance / 1000 * settings.speed);\n\t\tif (settings.durationMax && speed > settings.durationMax) return settings.durationMax;\n\t\tif (settings.durationMin && speed < settings.durationMin) return settings.durationMin;\n\t\treturn parseInt(speed, 10);\n\t};\n\n\tvar setHistory = function (options) {\n\n\t\t// Make sure this should run\n\t\tif (!history.replaceState || !options.updateURL || history.state) return;\n\n\t\t// Get the hash to use\n\t\tvar hash = window.location.hash;\n\t\thash = hash ? hash : '';\n\n\t\t// Set a default history\n\t\thistory.replaceState(\n\t\t\t{\n\t\t\t\tsmoothScroll: JSON.stringify(options),\n\t\t\t\tanchor: hash ? hash : window.pageYOffset\n\t\t\t},\n\t\t\tdocument.title,\n\t\t\thash ? hash : window.location.href\n\t\t);\n\n\t};\n\n\t/**\n\t * Update the URL\n\t * @param  {Node}    anchor  The anchor that was scrolled to\n\t * @param  {Boolean} isNum   If true, anchor is a number\n\t * @param  {Object}  options Settings for Smooth Scroll\n\t */\n\tvar updateURL = function (anchor, isNum, options) {\n\n\t\t// Bail if the anchor is a number\n\t\tif (isNum) return;\n\n\t\t// Verify that pushState is supported and the updateURL option is enabled\n\t\tif (!history.pushState || !options.updateURL) return;\n\n\t\t// Update URL\n\t\thistory.pushState(\n\t\t\t{\n\t\t\t\tsmoothScroll: JSON.stringify(options),\n\t\t\t\tanchor: anchor.id\n\t\t\t},\n\t\t\tdocument.title,\n\t\t\tanchor === document.documentElement ? '#top' : '#' + anchor.id\n\t\t);\n\n\t};\n\n\t/**\n\t * Bring the anchored element into focus\n\t * @param {Node}     anchor      The anchor element\n\t * @param {Number}   endLocation The end location to scroll to\n\t * @param {Boolean}  isNum       If true, scroll is to a position rather than an element\n\t */\n\tvar adjustFocus = function (anchor, endLocation, isNum) {\n\n\t\t// Is scrolling to top of page, blur\n\t\tif (anchor === 0) {\n\t\t\tdocument.body.focus();\n\t\t}\n\n\t\t// Don't run if scrolling to a number on the page\n\t\tif (isNum) return;\n\n\t\t// Otherwise, bring anchor element into focus\n\t\tanchor.focus();\n\t\tif (document.activeElement !== anchor) {\n\t\t\tanchor.setAttribute('tabindex', '-1');\n\t\t\tanchor.focus();\n\t\t\tanchor.style.outline = 'none';\n\t\t}\n\t\twindow.scrollTo(0 , endLocation);\n\n\t};\n\n\t/**\n\t * Emit a custom event\n\t * @param  {String} type    The event type\n\t * @param  {Object} options The settings object\n\t * @param  {Node}   anchor  The anchor element\n\t * @param  {Node}   toggle  The toggle element\n\t */\n\tvar emitEvent = function (type, options, anchor, toggle) {\n\t\tif (!options.emitEvents || typeof window.CustomEvent !== 'function') return;\n\t\tvar event = new CustomEvent(type, {\n\t\t\tbubbles: true,\n\t\t\tdetail: {\n\t\t\t\tanchor: anchor,\n\t\t\t\ttoggle: toggle\n\t\t\t}\n\t\t});\n\t\tdocument.dispatchEvent(event);\n\t};\n\n\n\t//\n\t// SmoothScroll Constructor\n\t//\n\n\tvar SmoothScroll = function (selector, options) {\n\n\t\t//\n\t\t// Variables\n\t\t//\n\n\t\tvar smoothScroll = {}; // Object for public APIs\n\t\tvar settings, anchor, toggle, fixedHeader, eventTimeout, animationInterval;\n\n\n\t\t//\n\t\t// Methods\n\t\t//\n\n\t\t/**\n\t\t * Cancel a scroll-in-progress\n\t\t */\n\t\tsmoothScroll.cancelScroll = function (noEvent) {\n\t\t\tcancelAnimationFrame(animationInterval);\n\t\t\tanimationInterval = null;\n\t\t\tif (noEvent) return;\n\t\t\temitEvent('scrollCancel', settings);\n\t\t};\n\n\t\t/**\n\t\t * Start/stop the scrolling animation\n\t\t * @param {Node|Number} anchor  The element or position to scroll to\n\t\t * @param {Element}     toggle  The element that toggled the scroll event\n\t\t * @param {Object}      options\n\t\t */\n\t\tsmoothScroll.animateScroll = function (anchor, toggle, options) {\n\n\t\t\t// Cancel any in progress scrolls\n\t\t\tsmoothScroll.cancelScroll();\n\n\t\t\t// Local settings\n\t\t\tvar _settings = extend(settings || defaults, options || {}); // Merge user options with defaults\n\n\t\t\t// Selectors and variables\n\t\t\tvar isNum = Object.prototype.toString.call(anchor) === '[object Number]' ? true : false;\n\t\t\tvar anchorElem = isNum || !anchor.tagName ? null : anchor;\n\t\t\tif (!isNum && !anchorElem) return;\n\t\t\tvar startLocation = window.pageYOffset; // Current location on the page\n\t\t\tif (_settings.header && !fixedHeader) {\n\t\t\t\t// Get the fixed header if not already set\n\t\t\t\tfixedHeader = document.querySelector(_settings.header);\n\t\t\t}\n\t\t\tvar headerHeight = getHeaderHeight(fixedHeader);\n\t\t\tvar endLocation = isNum ? anchor : getEndLocation(anchorElem, headerHeight, parseInt((typeof _settings.offset === 'function' ? _settings.offset(anchor, toggle) : _settings.offset), 10), _settings.clip); // Location to scroll to\n\t\t\tvar distance = endLocation - startLocation; // distance to travel\n\t\t\tvar documentHeight = getDocumentHeight();\n\t\t\tvar timeLapsed = 0;\n\t\t\tvar speed = getSpeed(distance, _settings);\n\t\t\tvar start, percentage, position;\n\n\t\t\t/**\n\t\t\t * Stop the scroll animation when it reaches its target (or the bottom/top of page)\n\t\t\t * @param {Number} position Current position on the page\n\t\t\t * @param {Number} endLocation Scroll to location\n\t\t\t * @param {Number} animationInterval How much to scroll on this loop\n\t\t\t */\n\t\t\tvar stopAnimateScroll = function (position, endLocation) {\n\n\t\t\t\t// Get the current location\n\t\t\t\tvar currentLocation = window.pageYOffset;\n\n\t\t\t\t// Check if the end location has been reached yet (or we've hit the end of the document)\n\t\t\t\tif (position == endLocation || currentLocation == endLocation || ((startLocation < endLocation && window.innerHeight + currentLocation) >= documentHeight)) {\n\n\t\t\t\t\t// Clear the animation timer\n\t\t\t\t\tsmoothScroll.cancelScroll(true);\n\n\t\t\t\t\t// Bring the anchored element into focus\n\t\t\t\t\tadjustFocus(anchor, endLocation, isNum);\n\n\t\t\t\t\t// Emit a custom event\n\t\t\t\t\temitEvent('scrollStop', _settings, anchor, toggle);\n\n\t\t\t\t\t// Reset start\n\t\t\t\t\tstart = null;\n\t\t\t\t\tanimationInterval = null;\n\n\t\t\t\t\treturn true;\n\n\t\t\t\t}\n\t\t\t};\n\n\t\t\t/**\n\t\t\t * Loop scrolling animation\n\t\t\t */\n\t\t\tvar loopAnimateScroll = function (timestamp) {\n\t\t\t\tif (!start) { start = timestamp; }\n\t\t\t\ttimeLapsed += timestamp - start;\n\t\t\t\tpercentage = speed === 0 ? 0 : (timeLapsed / speed);\n\t\t\t\tpercentage = (percentage > 1) ? 1 : percentage;\n\t\t\t\tposition = startLocation + (distance * easingPattern(_settings, percentage));\n\t\t\t\twindow.scrollTo(0, Math.floor(position));\n\t\t\t\tif (!stopAnimateScroll(position, endLocation)) {\n\t\t\t\t\tanimationInterval = window.requestAnimationFrame(loopAnimateScroll);\n\t\t\t\t\tstart = timestamp;\n\t\t\t\t}\n\t\t\t};\n\n\t\t\t/**\n\t\t\t * Reset position to fix weird iOS bug\n\t\t\t * @link https://github.com/cferdinandi/smooth-scroll/issues/45\n\t\t\t */\n\t\t\tif (window.pageYOffset === 0) {\n\t\t\t\twindow.scrollTo(0, 0);\n\t\t\t}\n\n\t\t\t// Update the URL\n\t\t\tupdateURL(anchor, isNum, _settings);\n\n\t\t\t// If the user prefers reduced motion, jump to location\n\t\t\tif (reduceMotion()) {\n\t\t\t\twindow.scrollTo(0, Math.floor(endLocation));\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// Emit a custom event\n\t\t\temitEvent('scrollStart', _settings, anchor, toggle);\n\n\t\t\t// Start scrolling animation\n\t\t\tsmoothScroll.cancelScroll(true);\n\t\t\twindow.requestAnimationFrame(loopAnimateScroll);\n\n\t\t};\n\n\t\t/**\n\t\t * If smooth scroll element clicked, animate scroll\n\t\t */\n\t\tvar clickHandler = function (event) {\n\n\t\t\t// Don't run if event was canceled but still bubbled up\n\t\t\t// By @mgreter - https://github.com/cferdinandi/smooth-scroll/pull/462/\n\t\t\tif (event.defaultPrevented) return;\n\n\t\t\t// Don't run if right-click or command/control + click or shift + click\n\t\t\tif (event.button !== 0 || event.metaKey || event.ctrlKey || event.shiftKey) return;\n\n\t\t\t// Check if event.target has closest() method\n\t\t\t// By @totegi - https://github.com/cferdinandi/smooth-scroll/pull/401/\n\t\t\tif (!('closest' in event.target)) return;\n\n\t\t\t// Check if a smooth scroll link was clicked\n\t\t\ttoggle = event.target.closest(selector);\n\t\t\tif (!toggle || toggle.tagName.toLowerCase() !== 'a' || event.target.closest(settings.ignore)) return;\n\n\t\t\t// Only run if link is an anchor and points to the current page\n\t\t\tif (toggle.hostname !== window.location.hostname || toggle.pathname !== window.location.pathname || !/#/.test(toggle.href)) return;\n\n\t\t\t// Get an escaped version of the hash\n\t\t\tvar hash;\n\t\t\ttry {\n\t\t\t\thash = escapeCharacters(decodeURIComponent(toggle.hash));\n\t\t\t} catch(e) {\n\t\t\t\thash = escapeCharacters(toggle.hash);\n\t\t\t}\n\n\t\t\t// Get the anchored element\n\t\t\tvar anchor;\n\t\t\tif (hash === '#') {\n\t\t\t\tif (!settings.topOnEmptyHash) return;\n\t\t\t\tanchor = document.documentElement;\n\t\t\t} else {\n\t\t\t\tanchor = document.querySelector(hash);\n\t\t\t}\n\t\t\tanchor = !anchor && hash === '#top' ? document.documentElement : anchor;\n\n\t\t\t// If anchored element exists, scroll to it\n\t\t\tif (!anchor) return;\n\t\t\tevent.preventDefault();\n\t\t\tsetHistory(settings);\n\t\t\tsmoothScroll.animateScroll(anchor, toggle);\n\n\t\t};\n\n\t\t/**\n\t\t * Animate scroll on popstate events\n\t\t */\n\t\tvar popstateHandler = function (event) {\n\n\t\t\t// Stop if history.state doesn't exist (ex. if clicking on a broken anchor link).\n\t\t\t// fixes `Cannot read property 'smoothScroll' of null` error getting thrown.\n\t\t\tif (history.state === null) return;\n\n\t\t\t// Only run if state is a popstate record for this instantiation\n\t\t\tif (!history.state.smoothScroll || history.state.smoothScroll !== JSON.stringify(settings)) return;\n\n\t\t\t// Only run if state includes an anchor\n\n\t\t\t// if (!history.state.anchor && history.state.anchor !== 0) return;\n\n\t\t\t// Get the anchor\n\t\t\tvar anchor = history.state.anchor;\n\t\t\tif (typeof anchor === 'string' && anchor) {\n\t\t\t\tanchor = document.querySelector(escapeCharacters(history.state.anchor));\n\t\t\t\tif (!anchor) return;\n\t\t\t}\n\n\t\t\t// Animate scroll to anchor link\n\t\t\tsmoothScroll.animateScroll(anchor, null, {updateURL: false});\n\n\t\t};\n\n\t\t/**\n\t\t * Destroy the current initialization.\n\t\t */\n\t\tsmoothScroll.destroy = function () {\n\n\t\t\t// If plugin isn't already initialized, stop\n\t\t\tif (!settings) return;\n\n\t\t\t// Remove event listeners\n\t\t\tdocument.removeEventListener('click', clickHandler, false);\n\t\t\twindow.removeEventListener('popstate', popstateHandler, false);\n\n\t\t\t// Cancel any scrolls-in-progress\n\t\t\tsmoothScroll.cancelScroll();\n\n\t\t\t// Reset variables\n\t\t\tsettings = null;\n\t\t\tanchor = null;\n\t\t\ttoggle = null;\n\t\t\tfixedHeader = null;\n\t\t\teventTimeout = null;\n\t\t\tanimationInterval = null;\n\n\t\t};\n\n\t\t/**\n\t\t * Initialize Smooth Scroll\n\t\t * @param {Object} options User settings\n\t\t */\n\t\tvar init = function () {\n\n\t\t\t// feature test\n\t\t\tif (!supports()) throw 'Smooth Scroll: This browser does not support the required JavaScript methods and browser APIs.';\n\n\t\t\t// Destroy any existing initializations\n\t\t\tsmoothScroll.destroy();\n\n\t\t\t// Selectors and variables\n\t\t\tsettings = extend(defaults, options || {}); // Merge user options with defaults\n\t\t\tfixedHeader = settings.header ? document.querySelector(settings.header) : null; // Get the fixed header\n\n\t\t\t// When a toggle is clicked, run the click handler\n\t\t\tdocument.addEventListener('click', clickHandler, false);\n\n\t\t\t// If updateURL and popState are enabled, listen for pop events\n\t\t\tif (settings.updateURL && settings.popstate) {\n\t\t\t\twindow.addEventListener('popstate', popstateHandler, false);\n\t\t\t}\n\n\t\t};\n\n\n\t\t//\n\t\t// Initialize plugin\n\t\t//\n\n\t\tinit();\n\n\n\t\t//\n\t\t// Public APIs\n\t\t//\n\n\t\treturn smoothScroll;\n\n\t};\n\n\treturn SmoothScroll;\n\n}));\n"
  },
  {
    "path": "assets/js/vendor/jquery/jquery-3.6.0.js",
    "content": "/*!\n * jQuery JavaScript Library v3.6.0\n * https://jquery.com/\n *\n * Includes Sizzle.js\n * https://sizzlejs.com/\n *\n * Copyright OpenJS Foundation and other contributors\n * Released under the MIT license\n * https://jquery.org/license\n *\n * Date: 2021-03-02T17:08Z\n */\n( function( global, factory ) {\n\n\t\"use strict\";\n\n\tif ( typeof module === \"object\" && typeof module.exports === \"object\" ) {\n\n\t\t// For CommonJS and CommonJS-like environments where a proper `window`\n\t\t// is present, execute the factory and get jQuery.\n\t\t// For environments that do not have a `window` with a `document`\n\t\t// (such as Node.js), expose a factory as module.exports.\n\t\t// This accentuates the need for the creation of a real `window`.\n\t\t// e.g. var jQuery = require(\"jquery\")(window);\n\t\t// See ticket #14549 for more info.\n\t\tmodule.exports = global.document ?\n\t\t\tfactory( global, true ) :\n\t\t\tfunction( w ) {\n\t\t\t\tif ( !w.document ) {\n\t\t\t\t\tthrow new Error( \"jQuery requires a window with a document\" );\n\t\t\t\t}\n\t\t\t\treturn factory( w );\n\t\t\t};\n\t} else {\n\t\tfactory( global );\n\t}\n\n// Pass this if window is not defined yet\n} )( typeof window !== \"undefined\" ? window : this, function( window, noGlobal ) {\n\n// Edge <= 12 - 13+, Firefox <=18 - 45+, IE 10 - 11, Safari 5.1 - 9+, iOS 6 - 9.1\n// throw exceptions when non-strict code (e.g., ASP.NET 4.5) accesses strict mode\n// arguments.callee.caller (trac-13335). But as of jQuery 3.0 (2016), strict mode should be common\n// enough that all such attempts are guarded in a try block.\n\"use strict\";\n\nvar arr = [];\n\nvar getProto = Object.getPrototypeOf;\n\nvar slice = arr.slice;\n\nvar flat = arr.flat ? function( array ) {\n\treturn arr.flat.call( array );\n} : function( array ) {\n\treturn arr.concat.apply( [], array );\n};\n\n\nvar push = arr.push;\n\nvar indexOf = arr.indexOf;\n\nvar class2type = {};\n\nvar toString = class2type.toString;\n\nvar hasOwn = class2type.hasOwnProperty;\n\nvar fnToString = hasOwn.toString;\n\nvar ObjectFunctionString = fnToString.call( Object );\n\nvar support = {};\n\nvar isFunction = function isFunction( obj ) {\n\n\t\t// Support: Chrome <=57, Firefox <=52\n\t\t// In some browsers, typeof returns \"function\" for HTML <object> elements\n\t\t// (i.e., `typeof document.createElement( \"object\" ) === \"function\"`).\n\t\t// We don't want to classify *any* DOM node as a function.\n\t\t// Support: QtWeb <=3.8.5, WebKit <=534.34, wkhtmltopdf tool <=0.12.5\n\t\t// Plus for old WebKit, typeof returns \"function\" for HTML collections\n\t\t// (e.g., `typeof document.getElementsByTagName(\"div\") === \"function\"`). (gh-4756)\n\t\treturn typeof obj === \"function\" && typeof obj.nodeType !== \"number\" &&\n\t\t\ttypeof obj.item !== \"function\";\n\t};\n\n\nvar isWindow = function isWindow( obj ) {\n\t\treturn obj != null && obj === obj.window;\n\t};\n\n\nvar document = window.document;\n\n\n\n\tvar preservedScriptAttributes = {\n\t\ttype: true,\n\t\tsrc: true,\n\t\tnonce: true,\n\t\tnoModule: true\n\t};\n\n\tfunction DOMEval( code, node, doc ) {\n\t\tdoc = doc || document;\n\n\t\tvar i, val,\n\t\t\tscript = doc.createElement( \"script\" );\n\n\t\tscript.text = code;\n\t\tif ( node ) {\n\t\t\tfor ( i in preservedScriptAttributes ) {\n\n\t\t\t\t// Support: Firefox 64+, Edge 18+\n\t\t\t\t// Some browsers don't support the \"nonce\" property on scripts.\n\t\t\t\t// On the other hand, just using `getAttribute` is not enough as\n\t\t\t\t// the `nonce` attribute is reset to an empty string whenever it\n\t\t\t\t// becomes browsing-context connected.\n\t\t\t\t// See https://github.com/whatwg/html/issues/2369\n\t\t\t\t// See https://html.spec.whatwg.org/#nonce-attributes\n\t\t\t\t// The `node.getAttribute` check was added for the sake of\n\t\t\t\t// `jQuery.globalEval` so that it can fake a nonce-containing node\n\t\t\t\t// via an object.\n\t\t\t\tval = node[ i ] || node.getAttribute && node.getAttribute( i );\n\t\t\t\tif ( val ) {\n\t\t\t\t\tscript.setAttribute( i, val );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tdoc.head.appendChild( script ).parentNode.removeChild( script );\n\t}\n\n\nfunction toType( obj ) {\n\tif ( obj == null ) {\n\t\treturn obj + \"\";\n\t}\n\n\t// Support: Android <=2.3 only (functionish RegExp)\n\treturn typeof obj === \"object\" || typeof obj === \"function\" ?\n\t\tclass2type[ toString.call( obj ) ] || \"object\" :\n\t\ttypeof obj;\n}\n/* global Symbol */\n// Defining this global in .eslintrc.json would create a danger of using the global\n// unguarded in another place, it seems safer to define global only for this module\n\n\n\nvar\n\tversion = \"3.6.0\",\n\n\t// Define a local copy of jQuery\n\tjQuery = function( selector, context ) {\n\n\t\t// The jQuery object is actually just the init constructor 'enhanced'\n\t\t// Need init if jQuery is called (just allow error to be thrown if not included)\n\t\treturn new jQuery.fn.init( selector, context );\n\t};\n\njQuery.fn = jQuery.prototype = {\n\n\t// The current version of jQuery being used\n\tjquery: version,\n\n\tconstructor: jQuery,\n\n\t// The default length of a jQuery object is 0\n\tlength: 0,\n\n\ttoArray: function() {\n\t\treturn slice.call( this );\n\t},\n\n\t// Get the Nth element in the matched element set OR\n\t// Get the whole matched element set as a clean array\n\tget: function( num ) {\n\n\t\t// Return all the elements in a clean array\n\t\tif ( num == null ) {\n\t\t\treturn slice.call( this );\n\t\t}\n\n\t\t// Return just the one element from the set\n\t\treturn num < 0 ? this[ num + this.length ] : this[ num ];\n\t},\n\n\t// Take an array of elements and push it onto the stack\n\t// (returning the new matched element set)\n\tpushStack: function( elems ) {\n\n\t\t// Build a new jQuery matched element set\n\t\tvar ret = jQuery.merge( this.constructor(), elems );\n\n\t\t// Add the old object onto the stack (as a reference)\n\t\tret.prevObject = this;\n\n\t\t// Return the newly-formed element set\n\t\treturn ret;\n\t},\n\n\t// Execute a callback for every element in the matched set.\n\teach: function( callback ) {\n\t\treturn jQuery.each( this, callback );\n\t},\n\n\tmap: function( callback ) {\n\t\treturn this.pushStack( jQuery.map( this, function( elem, i ) {\n\t\t\treturn callback.call( elem, i, elem );\n\t\t} ) );\n\t},\n\n\tslice: function() {\n\t\treturn this.pushStack( slice.apply( this, arguments ) );\n\t},\n\n\tfirst: function() {\n\t\treturn this.eq( 0 );\n\t},\n\n\tlast: function() {\n\t\treturn this.eq( -1 );\n\t},\n\n\teven: function() {\n\t\treturn this.pushStack( jQuery.grep( this, function( _elem, i ) {\n\t\t\treturn ( i + 1 ) % 2;\n\t\t} ) );\n\t},\n\n\todd: function() {\n\t\treturn this.pushStack( jQuery.grep( this, function( _elem, i ) {\n\t\t\treturn i % 2;\n\t\t} ) );\n\t},\n\n\teq: function( i ) {\n\t\tvar len = this.length,\n\t\t\tj = +i + ( i < 0 ? len : 0 );\n\t\treturn this.pushStack( j >= 0 && j < len ? [ this[ j ] ] : [] );\n\t},\n\n\tend: function() {\n\t\treturn this.prevObject || this.constructor();\n\t},\n\n\t// For internal use only.\n\t// Behaves like an Array's method, not like a jQuery method.\n\tpush: push,\n\tsort: arr.sort,\n\tsplice: arr.splice\n};\n\njQuery.extend = jQuery.fn.extend = function() {\n\tvar options, name, src, copy, copyIsArray, clone,\n\t\ttarget = arguments[ 0 ] || {},\n\t\ti = 1,\n\t\tlength = arguments.length,\n\t\tdeep = false;\n\n\t// Handle a deep copy situation\n\tif ( typeof target === \"boolean\" ) {\n\t\tdeep = target;\n\n\t\t// Skip the boolean and the target\n\t\ttarget = arguments[ i ] || {};\n\t\ti++;\n\t}\n\n\t// Handle case when target is a string or something (possible in deep copy)\n\tif ( typeof target !== \"object\" && !isFunction( target ) ) {\n\t\ttarget = {};\n\t}\n\n\t// Extend jQuery itself if only one argument is passed\n\tif ( i === length ) {\n\t\ttarget = this;\n\t\ti--;\n\t}\n\n\tfor ( ; i < length; i++ ) {\n\n\t\t// Only deal with non-null/undefined values\n\t\tif ( ( options = arguments[ i ] ) != null ) {\n\n\t\t\t// Extend the base object\n\t\t\tfor ( name in options ) {\n\t\t\t\tcopy = options[ name ];\n\n\t\t\t\t// Prevent Object.prototype pollution\n\t\t\t\t// Prevent never-ending loop\n\t\t\t\tif ( name === \"__proto__\" || target === copy ) {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\n\t\t\t\t// Recurse if we're merging plain objects or arrays\n\t\t\t\tif ( deep && copy && ( jQuery.isPlainObject( copy ) ||\n\t\t\t\t\t( copyIsArray = Array.isArray( copy ) ) ) ) {\n\t\t\t\t\tsrc = target[ name ];\n\n\t\t\t\t\t// Ensure proper type for the source value\n\t\t\t\t\tif ( copyIsArray && !Array.isArray( src ) ) {\n\t\t\t\t\t\tclone = [];\n\t\t\t\t\t} else if ( !copyIsArray && !jQuery.isPlainObject( src ) ) {\n\t\t\t\t\t\tclone = {};\n\t\t\t\t\t} else {\n\t\t\t\t\t\tclone = src;\n\t\t\t\t\t}\n\t\t\t\t\tcopyIsArray = false;\n\n\t\t\t\t\t// Never move original objects, clone them\n\t\t\t\t\ttarget[ name ] = jQuery.extend( deep, clone, copy );\n\n\t\t\t\t// Don't bring in undefined values\n\t\t\t\t} else if ( copy !== undefined ) {\n\t\t\t\t\ttarget[ name ] = copy;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// Return the modified object\n\treturn target;\n};\n\njQuery.extend( {\n\n\t// Unique for each copy of jQuery on the page\n\texpando: \"jQuery\" + ( version + Math.random() ).replace( /\\D/g, \"\" ),\n\n\t// Assume jQuery is ready without the ready module\n\tisReady: true,\n\n\terror: function( msg ) {\n\t\tthrow new Error( msg );\n\t},\n\n\tnoop: function() {},\n\n\tisPlainObject: function( obj ) {\n\t\tvar proto, Ctor;\n\n\t\t// Detect obvious negatives\n\t\t// Use toString instead of jQuery.type to catch host objects\n\t\tif ( !obj || toString.call( obj ) !== \"[object Object]\" ) {\n\t\t\treturn false;\n\t\t}\n\n\t\tproto = getProto( obj );\n\n\t\t// Objects with no prototype (e.g., `Object.create( null )`) are plain\n\t\tif ( !proto ) {\n\t\t\treturn true;\n\t\t}\n\n\t\t// Objects with prototype are plain iff they were constructed by a global Object function\n\t\tCtor = hasOwn.call( proto, \"constructor\" ) && proto.constructor;\n\t\treturn typeof Ctor === \"function\" && fnToString.call( Ctor ) === ObjectFunctionString;\n\t},\n\n\tisEmptyObject: function( obj ) {\n\t\tvar name;\n\n\t\tfor ( name in obj ) {\n\t\t\treturn false;\n\t\t}\n\t\treturn true;\n\t},\n\n\t// Evaluates a script in a provided context; falls back to the global one\n\t// if not specified.\n\tglobalEval: function( code, options, doc ) {\n\t\tDOMEval( code, { nonce: options && options.nonce }, doc );\n\t},\n\n\teach: function( obj, callback ) {\n\t\tvar length, i = 0;\n\n\t\tif ( isArrayLike( obj ) ) {\n\t\t\tlength = obj.length;\n\t\t\tfor ( ; i < length; i++ ) {\n\t\t\t\tif ( callback.call( obj[ i ], i, obj[ i ] ) === false ) {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\tfor ( i in obj ) {\n\t\t\t\tif ( callback.call( obj[ i ], i, obj[ i ] ) === false ) {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn obj;\n\t},\n\n\t// results is for internal usage only\n\tmakeArray: function( arr, results ) {\n\t\tvar ret = results || [];\n\n\t\tif ( arr != null ) {\n\t\t\tif ( isArrayLike( Object( arr ) ) ) {\n\t\t\t\tjQuery.merge( ret,\n\t\t\t\t\ttypeof arr === \"string\" ?\n\t\t\t\t\t\t[ arr ] : arr\n\t\t\t\t);\n\t\t\t} else {\n\t\t\t\tpush.call( ret, arr );\n\t\t\t}\n\t\t}\n\n\t\treturn ret;\n\t},\n\n\tinArray: function( elem, arr, i ) {\n\t\treturn arr == null ? -1 : indexOf.call( arr, elem, i );\n\t},\n\n\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t// push.apply(_, arraylike) throws on ancient WebKit\n\tmerge: function( first, second ) {\n\t\tvar len = +second.length,\n\t\t\tj = 0,\n\t\t\ti = first.length;\n\n\t\tfor ( ; j < len; j++ ) {\n\t\t\tfirst[ i++ ] = second[ j ];\n\t\t}\n\n\t\tfirst.length = i;\n\n\t\treturn first;\n\t},\n\n\tgrep: function( elems, callback, invert ) {\n\t\tvar callbackInverse,\n\t\t\tmatches = [],\n\t\t\ti = 0,\n\t\t\tlength = elems.length,\n\t\t\tcallbackExpect = !invert;\n\n\t\t// Go through the array, only saving the items\n\t\t// that pass the validator function\n\t\tfor ( ; i < length; i++ ) {\n\t\t\tcallbackInverse = !callback( elems[ i ], i );\n\t\t\tif ( callbackInverse !== callbackExpect ) {\n\t\t\t\tmatches.push( elems[ i ] );\n\t\t\t}\n\t\t}\n\n\t\treturn matches;\n\t},\n\n\t// arg is for internal usage only\n\tmap: function( elems, callback, arg ) {\n\t\tvar length, value,\n\t\t\ti = 0,\n\t\t\tret = [];\n\n\t\t// Go through the array, translating each of the items to their new values\n\t\tif ( isArrayLike( elems ) ) {\n\t\t\tlength = elems.length;\n\t\t\tfor ( ; i < length; i++ ) {\n\t\t\t\tvalue = callback( elems[ i ], i, arg );\n\n\t\t\t\tif ( value != null ) {\n\t\t\t\t\tret.push( value );\n\t\t\t\t}\n\t\t\t}\n\n\t\t// Go through every key on the object,\n\t\t} else {\n\t\t\tfor ( i in elems ) {\n\t\t\t\tvalue = callback( elems[ i ], i, arg );\n\n\t\t\t\tif ( value != null ) {\n\t\t\t\t\tret.push( value );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Flatten any nested arrays\n\t\treturn flat( ret );\n\t},\n\n\t// A global GUID counter for objects\n\tguid: 1,\n\n\t// jQuery.support is not used in Core but other projects attach their\n\t// properties to it so it needs to exist.\n\tsupport: support\n} );\n\nif ( typeof Symbol === \"function\" ) {\n\tjQuery.fn[ Symbol.iterator ] = arr[ Symbol.iterator ];\n}\n\n// Populate the class2type map\njQuery.each( \"Boolean Number String Function Array Date RegExp Object Error Symbol\".split( \" \" ),\n\tfunction( _i, name ) {\n\t\tclass2type[ \"[object \" + name + \"]\" ] = name.toLowerCase();\n\t} );\n\nfunction isArrayLike( obj ) {\n\n\t// Support: real iOS 8.2 only (not reproducible in simulator)\n\t// `in` check used to prevent JIT error (gh-2145)\n\t// hasOwn isn't used here due to false negatives\n\t// regarding Nodelist length in IE\n\tvar length = !!obj && \"length\" in obj && obj.length,\n\t\ttype = toType( obj );\n\n\tif ( isFunction( obj ) || isWindow( obj ) ) {\n\t\treturn false;\n\t}\n\n\treturn type === \"array\" || length === 0 ||\n\t\ttypeof length === \"number\" && length > 0 && ( length - 1 ) in obj;\n}\nvar Sizzle =\n/*!\n * Sizzle CSS Selector Engine v2.3.6\n * https://sizzlejs.com/\n *\n * Copyright JS Foundation and other contributors\n * Released under the MIT license\n * https://js.foundation/\n *\n * Date: 2021-02-16\n */\n( function( window ) {\nvar i,\n\tsupport,\n\tExpr,\n\tgetText,\n\tisXML,\n\ttokenize,\n\tcompile,\n\tselect,\n\toutermostContext,\n\tsortInput,\n\thasDuplicate,\n\n\t// Local document vars\n\tsetDocument,\n\tdocument,\n\tdocElem,\n\tdocumentIsHTML,\n\trbuggyQSA,\n\trbuggyMatches,\n\tmatches,\n\tcontains,\n\n\t// Instance-specific data\n\texpando = \"sizzle\" + 1 * new Date(),\n\tpreferredDoc = window.document,\n\tdirruns = 0,\n\tdone = 0,\n\tclassCache = createCache(),\n\ttokenCache = createCache(),\n\tcompilerCache = createCache(),\n\tnonnativeSelectorCache = createCache(),\n\tsortOrder = function( a, b ) {\n\t\tif ( a === b ) {\n\t\t\thasDuplicate = true;\n\t\t}\n\t\treturn 0;\n\t},\n\n\t// Instance methods\n\thasOwn = ( {} ).hasOwnProperty,\n\tarr = [],\n\tpop = arr.pop,\n\tpushNative = arr.push,\n\tpush = arr.push,\n\tslice = arr.slice,\n\n\t// Use a stripped-down indexOf as it's faster than native\n\t// https://jsperf.com/thor-indexof-vs-for/5\n\tindexOf = function( list, elem ) {\n\t\tvar i = 0,\n\t\t\tlen = list.length;\n\t\tfor ( ; i < len; i++ ) {\n\t\t\tif ( list[ i ] === elem ) {\n\t\t\t\treturn i;\n\t\t\t}\n\t\t}\n\t\treturn -1;\n\t},\n\n\tbooleans = \"checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|\" +\n\t\t\"ismap|loop|multiple|open|readonly|required|scoped\",\n\n\t// Regular expressions\n\n\t// http://www.w3.org/TR/css3-selectors/#whitespace\n\twhitespace = \"[\\\\x20\\\\t\\\\r\\\\n\\\\f]\",\n\n\t// https://www.w3.org/TR/css-syntax-3/#ident-token-diagram\n\tidentifier = \"(?:\\\\\\\\[\\\\da-fA-F]{1,6}\" + whitespace +\n\t\t\"?|\\\\\\\\[^\\\\r\\\\n\\\\f]|[\\\\w-]|[^\\0-\\\\x7f])+\",\n\n\t// Attribute selectors: http://www.w3.org/TR/selectors/#attribute-selectors\n\tattributes = \"\\\\[\" + whitespace + \"*(\" + identifier + \")(?:\" + whitespace +\n\n\t\t// Operator (capture 2)\n\t\t\"*([*^$|!~]?=)\" + whitespace +\n\n\t\t// \"Attribute values must be CSS identifiers [capture 5]\n\t\t// or strings [capture 3 or capture 4]\"\n\t\t\"*(?:'((?:\\\\\\\\.|[^\\\\\\\\'])*)'|\\\"((?:\\\\\\\\.|[^\\\\\\\\\\\"])*)\\\"|(\" + identifier + \"))|)\" +\n\t\twhitespace + \"*\\\\]\",\n\n\tpseudos = \":(\" + identifier + \")(?:\\\\((\" +\n\n\t\t// To reduce the number of selectors needing tokenize in the preFilter, prefer arguments:\n\t\t// 1. quoted (capture 3; capture 4 or capture 5)\n\t\t\"('((?:\\\\\\\\.|[^\\\\\\\\'])*)'|\\\"((?:\\\\\\\\.|[^\\\\\\\\\\\"])*)\\\")|\" +\n\n\t\t// 2. simple (capture 6)\n\t\t\"((?:\\\\\\\\.|[^\\\\\\\\()[\\\\]]|\" + attributes + \")*)|\" +\n\n\t\t// 3. anything else (capture 2)\n\t\t\".*\" +\n\t\t\")\\\\)|)\",\n\n\t// Leading and non-escaped trailing whitespace, capturing some non-whitespace characters preceding the latter\n\trwhitespace = new RegExp( whitespace + \"+\", \"g\" ),\n\trtrim = new RegExp( \"^\" + whitespace + \"+|((?:^|[^\\\\\\\\])(?:\\\\\\\\.)*)\" +\n\t\twhitespace + \"+$\", \"g\" ),\n\n\trcomma = new RegExp( \"^\" + whitespace + \"*,\" + whitespace + \"*\" ),\n\trcombinators = new RegExp( \"^\" + whitespace + \"*([>+~]|\" + whitespace + \")\" + whitespace +\n\t\t\"*\" ),\n\trdescend = new RegExp( whitespace + \"|>\" ),\n\n\trpseudo = new RegExp( pseudos ),\n\tridentifier = new RegExp( \"^\" + identifier + \"$\" ),\n\n\tmatchExpr = {\n\t\t\"ID\": new RegExp( \"^#(\" + identifier + \")\" ),\n\t\t\"CLASS\": new RegExp( \"^\\\\.(\" + identifier + \")\" ),\n\t\t\"TAG\": new RegExp( \"^(\" + identifier + \"|[*])\" ),\n\t\t\"ATTR\": new RegExp( \"^\" + attributes ),\n\t\t\"PSEUDO\": new RegExp( \"^\" + pseudos ),\n\t\t\"CHILD\": new RegExp( \"^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\\\(\" +\n\t\t\twhitespace + \"*(even|odd|(([+-]|)(\\\\d*)n|)\" + whitespace + \"*(?:([+-]|)\" +\n\t\t\twhitespace + \"*(\\\\d+)|))\" + whitespace + \"*\\\\)|)\", \"i\" ),\n\t\t\"bool\": new RegExp( \"^(?:\" + booleans + \")$\", \"i\" ),\n\n\t\t// For use in libraries implementing .is()\n\t\t// We use this for POS matching in `select`\n\t\t\"needsContext\": new RegExp( \"^\" + whitespace +\n\t\t\t\"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\\\(\" + whitespace +\n\t\t\t\"*((?:-\\\\d)?\\\\d*)\" + whitespace + \"*\\\\)|)(?=[^-]|$)\", \"i\" )\n\t},\n\n\trhtml = /HTML$/i,\n\trinputs = /^(?:input|select|textarea|button)$/i,\n\trheader = /^h\\d$/i,\n\n\trnative = /^[^{]+\\{\\s*\\[native \\w/,\n\n\t// Easily-parseable/retrievable ID or TAG or CLASS selectors\n\trquickExpr = /^(?:#([\\w-]+)|(\\w+)|\\.([\\w-]+))$/,\n\n\trsibling = /[+~]/,\n\n\t// CSS escapes\n\t// http://www.w3.org/TR/CSS21/syndata.html#escaped-characters\n\trunescape = new RegExp( \"\\\\\\\\[\\\\da-fA-F]{1,6}\" + whitespace + \"?|\\\\\\\\([^\\\\r\\\\n\\\\f])\", \"g\" ),\n\tfunescape = function( escape, nonHex ) {\n\t\tvar high = \"0x\" + escape.slice( 1 ) - 0x10000;\n\n\t\treturn nonHex ?\n\n\t\t\t// Strip the backslash prefix from a non-hex escape sequence\n\t\t\tnonHex :\n\n\t\t\t// Replace a hexadecimal escape sequence with the encoded Unicode code point\n\t\t\t// Support: IE <=11+\n\t\t\t// For values outside the Basic Multilingual Plane (BMP), manually construct a\n\t\t\t// surrogate pair\n\t\t\thigh < 0 ?\n\t\t\t\tString.fromCharCode( high + 0x10000 ) :\n\t\t\t\tString.fromCharCode( high >> 10 | 0xD800, high & 0x3FF | 0xDC00 );\n\t},\n\n\t// CSS string/identifier serialization\n\t// https://drafts.csswg.org/cssom/#common-serializing-idioms\n\trcssescape = /([\\0-\\x1f\\x7f]|^-?\\d)|^-$|[^\\0-\\x1f\\x7f-\\uFFFF\\w-]/g,\n\tfcssescape = function( ch, asCodePoint ) {\n\t\tif ( asCodePoint ) {\n\n\t\t\t// U+0000 NULL becomes U+FFFD REPLACEMENT CHARACTER\n\t\t\tif ( ch === \"\\0\" ) {\n\t\t\t\treturn \"\\uFFFD\";\n\t\t\t}\n\n\t\t\t// Control characters and (dependent upon position) numbers get escaped as code points\n\t\t\treturn ch.slice( 0, -1 ) + \"\\\\\" +\n\t\t\t\tch.charCodeAt( ch.length - 1 ).toString( 16 ) + \" \";\n\t\t}\n\n\t\t// Other potentially-special ASCII characters get backslash-escaped\n\t\treturn \"\\\\\" + ch;\n\t},\n\n\t// Used for iframes\n\t// See setDocument()\n\t// Removing the function wrapper causes a \"Permission Denied\"\n\t// error in IE\n\tunloadHandler = function() {\n\t\tsetDocument();\n\t},\n\n\tinDisabledFieldset = addCombinator(\n\t\tfunction( elem ) {\n\t\t\treturn elem.disabled === true && elem.nodeName.toLowerCase() === \"fieldset\";\n\t\t},\n\t\t{ dir: \"parentNode\", next: \"legend\" }\n\t);\n\n// Optimize for push.apply( _, NodeList )\ntry {\n\tpush.apply(\n\t\t( arr = slice.call( preferredDoc.childNodes ) ),\n\t\tpreferredDoc.childNodes\n\t);\n\n\t// Support: Android<4.0\n\t// Detect silently failing push.apply\n\t// eslint-disable-next-line no-unused-expressions\n\tarr[ preferredDoc.childNodes.length ].nodeType;\n} catch ( e ) {\n\tpush = { apply: arr.length ?\n\n\t\t// Leverage slice if possible\n\t\tfunction( target, els ) {\n\t\t\tpushNative.apply( target, slice.call( els ) );\n\t\t} :\n\n\t\t// Support: IE<9\n\t\t// Otherwise append directly\n\t\tfunction( target, els ) {\n\t\t\tvar j = target.length,\n\t\t\t\ti = 0;\n\n\t\t\t// Can't trust NodeList.length\n\t\t\twhile ( ( target[ j++ ] = els[ i++ ] ) ) {}\n\t\t\ttarget.length = j - 1;\n\t\t}\n\t};\n}\n\nfunction Sizzle( selector, context, results, seed ) {\n\tvar m, i, elem, nid, match, groups, newSelector,\n\t\tnewContext = context && context.ownerDocument,\n\n\t\t// nodeType defaults to 9, since context defaults to document\n\t\tnodeType = context ? context.nodeType : 9;\n\n\tresults = results || [];\n\n\t// Return early from calls with invalid selector or context\n\tif ( typeof selector !== \"string\" || !selector ||\n\t\tnodeType !== 1 && nodeType !== 9 && nodeType !== 11 ) {\n\n\t\treturn results;\n\t}\n\n\t// Try to shortcut find operations (as opposed to filters) in HTML documents\n\tif ( !seed ) {\n\t\tsetDocument( context );\n\t\tcontext = context || document;\n\n\t\tif ( documentIsHTML ) {\n\n\t\t\t// If the selector is sufficiently simple, try using a \"get*By*\" DOM method\n\t\t\t// (excepting DocumentFragment context, where the methods don't exist)\n\t\t\tif ( nodeType !== 11 && ( match = rquickExpr.exec( selector ) ) ) {\n\n\t\t\t\t// ID selector\n\t\t\t\tif ( ( m = match[ 1 ] ) ) {\n\n\t\t\t\t\t// Document context\n\t\t\t\t\tif ( nodeType === 9 ) {\n\t\t\t\t\t\tif ( ( elem = context.getElementById( m ) ) ) {\n\n\t\t\t\t\t\t\t// Support: IE, Opera, Webkit\n\t\t\t\t\t\t\t// TODO: identify versions\n\t\t\t\t\t\t\t// getElementById can match elements by name instead of ID\n\t\t\t\t\t\t\tif ( elem.id === m ) {\n\t\t\t\t\t\t\t\tresults.push( elem );\n\t\t\t\t\t\t\t\treturn results;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\treturn results;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t// Element context\n\t\t\t\t\t} else {\n\n\t\t\t\t\t\t// Support: IE, Opera, Webkit\n\t\t\t\t\t\t// TODO: identify versions\n\t\t\t\t\t\t// getElementById can match elements by name instead of ID\n\t\t\t\t\t\tif ( newContext && ( elem = newContext.getElementById( m ) ) &&\n\t\t\t\t\t\t\tcontains( context, elem ) &&\n\t\t\t\t\t\t\telem.id === m ) {\n\n\t\t\t\t\t\t\tresults.push( elem );\n\t\t\t\t\t\t\treturn results;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t// Type selector\n\t\t\t\t} else if ( match[ 2 ] ) {\n\t\t\t\t\tpush.apply( results, context.getElementsByTagName( selector ) );\n\t\t\t\t\treturn results;\n\n\t\t\t\t// Class selector\n\t\t\t\t} else if ( ( m = match[ 3 ] ) && support.getElementsByClassName &&\n\t\t\t\t\tcontext.getElementsByClassName ) {\n\n\t\t\t\t\tpush.apply( results, context.getElementsByClassName( m ) );\n\t\t\t\t\treturn results;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Take advantage of querySelectorAll\n\t\t\tif ( support.qsa &&\n\t\t\t\t!nonnativeSelectorCache[ selector + \" \" ] &&\n\t\t\t\t( !rbuggyQSA || !rbuggyQSA.test( selector ) ) &&\n\n\t\t\t\t// Support: IE 8 only\n\t\t\t\t// Exclude object elements\n\t\t\t\t( nodeType !== 1 || context.nodeName.toLowerCase() !== \"object\" ) ) {\n\n\t\t\t\tnewSelector = selector;\n\t\t\t\tnewContext = context;\n\n\t\t\t\t// qSA considers elements outside a scoping root when evaluating child or\n\t\t\t\t// descendant combinators, which is not what we want.\n\t\t\t\t// In such cases, we work around the behavior by prefixing every selector in the\n\t\t\t\t// list with an ID selector referencing the scope context.\n\t\t\t\t// The technique has to be used as well when a leading combinator is used\n\t\t\t\t// as such selectors are not recognized by querySelectorAll.\n\t\t\t\t// Thanks to Andrew Dupont for this technique.\n\t\t\t\tif ( nodeType === 1 &&\n\t\t\t\t\t( rdescend.test( selector ) || rcombinators.test( selector ) ) ) {\n\n\t\t\t\t\t// Expand context for sibling selectors\n\t\t\t\t\tnewContext = rsibling.test( selector ) && testContext( context.parentNode ) ||\n\t\t\t\t\t\tcontext;\n\n\t\t\t\t\t// We can use :scope instead of the ID hack if the browser\n\t\t\t\t\t// supports it & if we're not changing the context.\n\t\t\t\t\tif ( newContext !== context || !support.scope ) {\n\n\t\t\t\t\t\t// Capture the context ID, setting it first if necessary\n\t\t\t\t\t\tif ( ( nid = context.getAttribute( \"id\" ) ) ) {\n\t\t\t\t\t\t\tnid = nid.replace( rcssescape, fcssescape );\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tcontext.setAttribute( \"id\", ( nid = expando ) );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Prefix every selector in the list\n\t\t\t\t\tgroups = tokenize( selector );\n\t\t\t\t\ti = groups.length;\n\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\tgroups[ i ] = ( nid ? \"#\" + nid : \":scope\" ) + \" \" +\n\t\t\t\t\t\t\ttoSelector( groups[ i ] );\n\t\t\t\t\t}\n\t\t\t\t\tnewSelector = groups.join( \",\" );\n\t\t\t\t}\n\n\t\t\t\ttry {\n\t\t\t\t\tpush.apply( results,\n\t\t\t\t\t\tnewContext.querySelectorAll( newSelector )\n\t\t\t\t\t);\n\t\t\t\t\treturn results;\n\t\t\t\t} catch ( qsaError ) {\n\t\t\t\t\tnonnativeSelectorCache( selector, true );\n\t\t\t\t} finally {\n\t\t\t\t\tif ( nid === expando ) {\n\t\t\t\t\t\tcontext.removeAttribute( \"id\" );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// All others\n\treturn select( selector.replace( rtrim, \"$1\" ), context, results, seed );\n}\n\n/**\n * Create key-value caches of limited size\n * @returns {function(string, object)} Returns the Object data after storing it on itself with\n *\tproperty name the (space-suffixed) string and (if the cache is larger than Expr.cacheLength)\n *\tdeleting the oldest entry\n */\nfunction createCache() {\n\tvar keys = [];\n\n\tfunction cache( key, value ) {\n\n\t\t// Use (key + \" \") to avoid collision with native prototype properties (see Issue #157)\n\t\tif ( keys.push( key + \" \" ) > Expr.cacheLength ) {\n\n\t\t\t// Only keep the most recent entries\n\t\t\tdelete cache[ keys.shift() ];\n\t\t}\n\t\treturn ( cache[ key + \" \" ] = value );\n\t}\n\treturn cache;\n}\n\n/**\n * Mark a function for special use by Sizzle\n * @param {Function} fn The function to mark\n */\nfunction markFunction( fn ) {\n\tfn[ expando ] = true;\n\treturn fn;\n}\n\n/**\n * Support testing using an element\n * @param {Function} fn Passed the created element and returns a boolean result\n */\nfunction assert( fn ) {\n\tvar el = document.createElement( \"fieldset\" );\n\n\ttry {\n\t\treturn !!fn( el );\n\t} catch ( e ) {\n\t\treturn false;\n\t} finally {\n\n\t\t// Remove from its parent by default\n\t\tif ( el.parentNode ) {\n\t\t\tel.parentNode.removeChild( el );\n\t\t}\n\n\t\t// release memory in IE\n\t\tel = null;\n\t}\n}\n\n/**\n * Adds the same handler for all of the specified attrs\n * @param {String} attrs Pipe-separated list of attributes\n * @param {Function} handler The method that will be applied\n */\nfunction addHandle( attrs, handler ) {\n\tvar arr = attrs.split( \"|\" ),\n\t\ti = arr.length;\n\n\twhile ( i-- ) {\n\t\tExpr.attrHandle[ arr[ i ] ] = handler;\n\t}\n}\n\n/**\n * Checks document order of two siblings\n * @param {Element} a\n * @param {Element} b\n * @returns {Number} Returns less than 0 if a precedes b, greater than 0 if a follows b\n */\nfunction siblingCheck( a, b ) {\n\tvar cur = b && a,\n\t\tdiff = cur && a.nodeType === 1 && b.nodeType === 1 &&\n\t\t\ta.sourceIndex - b.sourceIndex;\n\n\t// Use IE sourceIndex if available on both nodes\n\tif ( diff ) {\n\t\treturn diff;\n\t}\n\n\t// Check if b follows a\n\tif ( cur ) {\n\t\twhile ( ( cur = cur.nextSibling ) ) {\n\t\t\tif ( cur === b ) {\n\t\t\t\treturn -1;\n\t\t\t}\n\t\t}\n\t}\n\n\treturn a ? 1 : -1;\n}\n\n/**\n * Returns a function to use in pseudos for input types\n * @param {String} type\n */\nfunction createInputPseudo( type ) {\n\treturn function( elem ) {\n\t\tvar name = elem.nodeName.toLowerCase();\n\t\treturn name === \"input\" && elem.type === type;\n\t};\n}\n\n/**\n * Returns a function to use in pseudos for buttons\n * @param {String} type\n */\nfunction createButtonPseudo( type ) {\n\treturn function( elem ) {\n\t\tvar name = elem.nodeName.toLowerCase();\n\t\treturn ( name === \"input\" || name === \"button\" ) && elem.type === type;\n\t};\n}\n\n/**\n * Returns a function to use in pseudos for :enabled/:disabled\n * @param {Boolean} disabled true for :disabled; false for :enabled\n */\nfunction createDisabledPseudo( disabled ) {\n\n\t// Known :disabled false positives: fieldset[disabled] > legend:nth-of-type(n+2) :can-disable\n\treturn function( elem ) {\n\n\t\t// Only certain elements can match :enabled or :disabled\n\t\t// https://html.spec.whatwg.org/multipage/scripting.html#selector-enabled\n\t\t// https://html.spec.whatwg.org/multipage/scripting.html#selector-disabled\n\t\tif ( \"form\" in elem ) {\n\n\t\t\t// Check for inherited disabledness on relevant non-disabled elements:\n\t\t\t// * listed form-associated elements in a disabled fieldset\n\t\t\t//   https://html.spec.whatwg.org/multipage/forms.html#category-listed\n\t\t\t//   https://html.spec.whatwg.org/multipage/forms.html#concept-fe-disabled\n\t\t\t// * option elements in a disabled optgroup\n\t\t\t//   https://html.spec.whatwg.org/multipage/forms.html#concept-option-disabled\n\t\t\t// All such elements have a \"form\" property.\n\t\t\tif ( elem.parentNode && elem.disabled === false ) {\n\n\t\t\t\t// Option elements defer to a parent optgroup if present\n\t\t\t\tif ( \"label\" in elem ) {\n\t\t\t\t\tif ( \"label\" in elem.parentNode ) {\n\t\t\t\t\t\treturn elem.parentNode.disabled === disabled;\n\t\t\t\t\t} else {\n\t\t\t\t\t\treturn elem.disabled === disabled;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Support: IE 6 - 11\n\t\t\t\t// Use the isDisabled shortcut property to check for disabled fieldset ancestors\n\t\t\t\treturn elem.isDisabled === disabled ||\n\n\t\t\t\t\t// Where there is no isDisabled, check manually\n\t\t\t\t\t/* jshint -W018 */\n\t\t\t\t\telem.isDisabled !== !disabled &&\n\t\t\t\t\tinDisabledFieldset( elem ) === disabled;\n\t\t\t}\n\n\t\t\treturn elem.disabled === disabled;\n\n\t\t// Try to winnow out elements that can't be disabled before trusting the disabled property.\n\t\t// Some victims get caught in our net (label, legend, menu, track), but it shouldn't\n\t\t// even exist on them, let alone have a boolean value.\n\t\t} else if ( \"label\" in elem ) {\n\t\t\treturn elem.disabled === disabled;\n\t\t}\n\n\t\t// Remaining elements are neither :enabled nor :disabled\n\t\treturn false;\n\t};\n}\n\n/**\n * Returns a function to use in pseudos for positionals\n * @param {Function} fn\n */\nfunction createPositionalPseudo( fn ) {\n\treturn markFunction( function( argument ) {\n\t\targument = +argument;\n\t\treturn markFunction( function( seed, matches ) {\n\t\t\tvar j,\n\t\t\t\tmatchIndexes = fn( [], seed.length, argument ),\n\t\t\t\ti = matchIndexes.length;\n\n\t\t\t// Match elements found at the specified indexes\n\t\t\twhile ( i-- ) {\n\t\t\t\tif ( seed[ ( j = matchIndexes[ i ] ) ] ) {\n\t\t\t\t\tseed[ j ] = !( matches[ j ] = seed[ j ] );\n\t\t\t\t}\n\t\t\t}\n\t\t} );\n\t} );\n}\n\n/**\n * Checks a node for validity as a Sizzle context\n * @param {Element|Object=} context\n * @returns {Element|Object|Boolean} The input node if acceptable, otherwise a falsy value\n */\nfunction testContext( context ) {\n\treturn context && typeof context.getElementsByTagName !== \"undefined\" && context;\n}\n\n// Expose support vars for convenience\nsupport = Sizzle.support = {};\n\n/**\n * Detects XML nodes\n * @param {Element|Object} elem An element or a document\n * @returns {Boolean} True iff elem is a non-HTML XML node\n */\nisXML = Sizzle.isXML = function( elem ) {\n\tvar namespace = elem && elem.namespaceURI,\n\t\tdocElem = elem && ( elem.ownerDocument || elem ).documentElement;\n\n\t// Support: IE <=8\n\t// Assume HTML when documentElement doesn't yet exist, such as inside loading iframes\n\t// https://bugs.jquery.com/ticket/4833\n\treturn !rhtml.test( namespace || docElem && docElem.nodeName || \"HTML\" );\n};\n\n/**\n * Sets document-related variables once based on the current document\n * @param {Element|Object} [doc] An element or document object to use to set the document\n * @returns {Object} Returns the current document\n */\nsetDocument = Sizzle.setDocument = function( node ) {\n\tvar hasCompare, subWindow,\n\t\tdoc = node ? node.ownerDocument || node : preferredDoc;\n\n\t// Return early if doc is invalid or already selected\n\t// Support: IE 11+, Edge 17 - 18+\n\t// IE/Edge sometimes throw a \"Permission denied\" error when strict-comparing\n\t// two documents; shallow comparisons work.\n\t// eslint-disable-next-line eqeqeq\n\tif ( doc == document || doc.nodeType !== 9 || !doc.documentElement ) {\n\t\treturn document;\n\t}\n\n\t// Update global variables\n\tdocument = doc;\n\tdocElem = document.documentElement;\n\tdocumentIsHTML = !isXML( document );\n\n\t// Support: IE 9 - 11+, Edge 12 - 18+\n\t// Accessing iframe documents after unload throws \"permission denied\" errors (jQuery #13936)\n\t// Support: IE 11+, Edge 17 - 18+\n\t// IE/Edge sometimes throw a \"Permission denied\" error when strict-comparing\n\t// two documents; shallow comparisons work.\n\t// eslint-disable-next-line eqeqeq\n\tif ( preferredDoc != document &&\n\t\t( subWindow = document.defaultView ) && subWindow.top !== subWindow ) {\n\n\t\t// Support: IE 11, Edge\n\t\tif ( subWindow.addEventListener ) {\n\t\t\tsubWindow.addEventListener( \"unload\", unloadHandler, false );\n\n\t\t// Support: IE 9 - 10 only\n\t\t} else if ( subWindow.attachEvent ) {\n\t\t\tsubWindow.attachEvent( \"onunload\", unloadHandler );\n\t\t}\n\t}\n\n\t// Support: IE 8 - 11+, Edge 12 - 18+, Chrome <=16 - 25 only, Firefox <=3.6 - 31 only,\n\t// Safari 4 - 5 only, Opera <=11.6 - 12.x only\n\t// IE/Edge & older browsers don't support the :scope pseudo-class.\n\t// Support: Safari 6.0 only\n\t// Safari 6.0 supports :scope but it's an alias of :root there.\n\tsupport.scope = assert( function( el ) {\n\t\tdocElem.appendChild( el ).appendChild( document.createElement( \"div\" ) );\n\t\treturn typeof el.querySelectorAll !== \"undefined\" &&\n\t\t\t!el.querySelectorAll( \":scope fieldset div\" ).length;\n\t} );\n\n\t/* Attributes\n\t---------------------------------------------------------------------- */\n\n\t// Support: IE<8\n\t// Verify that getAttribute really returns attributes and not properties\n\t// (excepting IE8 booleans)\n\tsupport.attributes = assert( function( el ) {\n\t\tel.className = \"i\";\n\t\treturn !el.getAttribute( \"className\" );\n\t} );\n\n\t/* getElement(s)By*\n\t---------------------------------------------------------------------- */\n\n\t// Check if getElementsByTagName(\"*\") returns only elements\n\tsupport.getElementsByTagName = assert( function( el ) {\n\t\tel.appendChild( document.createComment( \"\" ) );\n\t\treturn !el.getElementsByTagName( \"*\" ).length;\n\t} );\n\n\t// Support: IE<9\n\tsupport.getElementsByClassName = rnative.test( document.getElementsByClassName );\n\n\t// Support: IE<10\n\t// Check if getElementById returns elements by name\n\t// The broken getElementById methods don't pick up programmatically-set names,\n\t// so use a roundabout getElementsByName test\n\tsupport.getById = assert( function( el ) {\n\t\tdocElem.appendChild( el ).id = expando;\n\t\treturn !document.getElementsByName || !document.getElementsByName( expando ).length;\n\t} );\n\n\t// ID filter and find\n\tif ( support.getById ) {\n\t\tExpr.filter[ \"ID\" ] = function( id ) {\n\t\t\tvar attrId = id.replace( runescape, funescape );\n\t\t\treturn function( elem ) {\n\t\t\t\treturn elem.getAttribute( \"id\" ) === attrId;\n\t\t\t};\n\t\t};\n\t\tExpr.find[ \"ID\" ] = function( id, context ) {\n\t\t\tif ( typeof context.getElementById !== \"undefined\" && documentIsHTML ) {\n\t\t\t\tvar elem = context.getElementById( id );\n\t\t\t\treturn elem ? [ elem ] : [];\n\t\t\t}\n\t\t};\n\t} else {\n\t\tExpr.filter[ \"ID\" ] =  function( id ) {\n\t\t\tvar attrId = id.replace( runescape, funescape );\n\t\t\treturn function( elem ) {\n\t\t\t\tvar node = typeof elem.getAttributeNode !== \"undefined\" &&\n\t\t\t\t\telem.getAttributeNode( \"id\" );\n\t\t\t\treturn node && node.value === attrId;\n\t\t\t};\n\t\t};\n\n\t\t// Support: IE 6 - 7 only\n\t\t// getElementById is not reliable as a find shortcut\n\t\tExpr.find[ \"ID\" ] = function( id, context ) {\n\t\t\tif ( typeof context.getElementById !== \"undefined\" && documentIsHTML ) {\n\t\t\t\tvar node, i, elems,\n\t\t\t\t\telem = context.getElementById( id );\n\n\t\t\t\tif ( elem ) {\n\n\t\t\t\t\t// Verify the id attribute\n\t\t\t\t\tnode = elem.getAttributeNode( \"id\" );\n\t\t\t\t\tif ( node && node.value === id ) {\n\t\t\t\t\t\treturn [ elem ];\n\t\t\t\t\t}\n\n\t\t\t\t\t// Fall back on getElementsByName\n\t\t\t\t\telems = context.getElementsByName( id );\n\t\t\t\t\ti = 0;\n\t\t\t\t\twhile ( ( elem = elems[ i++ ] ) ) {\n\t\t\t\t\t\tnode = elem.getAttributeNode( \"id\" );\n\t\t\t\t\t\tif ( node && node.value === id ) {\n\t\t\t\t\t\t\treturn [ elem ];\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\treturn [];\n\t\t\t}\n\t\t};\n\t}\n\n\t// Tag\n\tExpr.find[ \"TAG\" ] = support.getElementsByTagName ?\n\t\tfunction( tag, context ) {\n\t\t\tif ( typeof context.getElementsByTagName !== \"undefined\" ) {\n\t\t\t\treturn context.getElementsByTagName( tag );\n\n\t\t\t// DocumentFragment nodes don't have gEBTN\n\t\t\t} else if ( support.qsa ) {\n\t\t\t\treturn context.querySelectorAll( tag );\n\t\t\t}\n\t\t} :\n\n\t\tfunction( tag, context ) {\n\t\t\tvar elem,\n\t\t\t\ttmp = [],\n\t\t\t\ti = 0,\n\n\t\t\t\t// By happy coincidence, a (broken) gEBTN appears on DocumentFragment nodes too\n\t\t\t\tresults = context.getElementsByTagName( tag );\n\n\t\t\t// Filter out possible comments\n\t\t\tif ( tag === \"*\" ) {\n\t\t\t\twhile ( ( elem = results[ i++ ] ) ) {\n\t\t\t\t\tif ( elem.nodeType === 1 ) {\n\t\t\t\t\t\ttmp.push( elem );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\treturn tmp;\n\t\t\t}\n\t\t\treturn results;\n\t\t};\n\n\t// Class\n\tExpr.find[ \"CLASS\" ] = support.getElementsByClassName && function( className, context ) {\n\t\tif ( typeof context.getElementsByClassName !== \"undefined\" && documentIsHTML ) {\n\t\t\treturn context.getElementsByClassName( className );\n\t\t}\n\t};\n\n\t/* QSA/matchesSelector\n\t---------------------------------------------------------------------- */\n\n\t// QSA and matchesSelector support\n\n\t// matchesSelector(:active) reports false when true (IE9/Opera 11.5)\n\trbuggyMatches = [];\n\n\t// qSa(:focus) reports false when true (Chrome 21)\n\t// We allow this because of a bug in IE8/9 that throws an error\n\t// whenever `document.activeElement` is accessed on an iframe\n\t// So, we allow :focus to pass through QSA all the time to avoid the IE error\n\t// See https://bugs.jquery.com/ticket/13378\n\trbuggyQSA = [];\n\n\tif ( ( support.qsa = rnative.test( document.querySelectorAll ) ) ) {\n\n\t\t// Build QSA regex\n\t\t// Regex strategy adopted from Diego Perini\n\t\tassert( function( el ) {\n\n\t\t\tvar input;\n\n\t\t\t// Select is set to empty string on purpose\n\t\t\t// This is to test IE's treatment of not explicitly\n\t\t\t// setting a boolean content attribute,\n\t\t\t// since its presence should be enough\n\t\t\t// https://bugs.jquery.com/ticket/12359\n\t\t\tdocElem.appendChild( el ).innerHTML = \"<a id='\" + expando + \"'></a>\" +\n\t\t\t\t\"<select id='\" + expando + \"-\\r\\\\' msallowcapture=''>\" +\n\t\t\t\t\"<option selected=''></option></select>\";\n\n\t\t\t// Support: IE8, Opera 11-12.16\n\t\t\t// Nothing should be selected when empty strings follow ^= or $= or *=\n\t\t\t// The test attribute must be unknown in Opera but \"safe\" for WinRT\n\t\t\t// https://msdn.microsoft.com/en-us/library/ie/hh465388.aspx#attribute_section\n\t\t\tif ( el.querySelectorAll( \"[msallowcapture^='']\" ).length ) {\n\t\t\t\trbuggyQSA.push( \"[*^$]=\" + whitespace + \"*(?:''|\\\"\\\")\" );\n\t\t\t}\n\n\t\t\t// Support: IE8\n\t\t\t// Boolean attributes and \"value\" are not treated correctly\n\t\t\tif ( !el.querySelectorAll( \"[selected]\" ).length ) {\n\t\t\t\trbuggyQSA.push( \"\\\\[\" + whitespace + \"*(?:value|\" + booleans + \")\" );\n\t\t\t}\n\n\t\t\t// Support: Chrome<29, Android<4.4, Safari<7.0+, iOS<7.0+, PhantomJS<1.9.8+\n\t\t\tif ( !el.querySelectorAll( \"[id~=\" + expando + \"-]\" ).length ) {\n\t\t\t\trbuggyQSA.push( \"~=\" );\n\t\t\t}\n\n\t\t\t// Support: IE 11+, Edge 15 - 18+\n\t\t\t// IE 11/Edge don't find elements on a `[name='']` query in some cases.\n\t\t\t// Adding a temporary attribute to the document before the selection works\n\t\t\t// around the issue.\n\t\t\t// Interestingly, IE 10 & older don't seem to have the issue.\n\t\t\tinput = document.createElement( \"input\" );\n\t\t\tinput.setAttribute( \"name\", \"\" );\n\t\t\tel.appendChild( input );\n\t\t\tif ( !el.querySelectorAll( \"[name='']\" ).length ) {\n\t\t\t\trbuggyQSA.push( \"\\\\[\" + whitespace + \"*name\" + whitespace + \"*=\" +\n\t\t\t\t\twhitespace + \"*(?:''|\\\"\\\")\" );\n\t\t\t}\n\n\t\t\t// Webkit/Opera - :checked should return selected option elements\n\t\t\t// http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked\n\t\t\t// IE8 throws error here and will not see later tests\n\t\t\tif ( !el.querySelectorAll( \":checked\" ).length ) {\n\t\t\t\trbuggyQSA.push( \":checked\" );\n\t\t\t}\n\n\t\t\t// Support: Safari 8+, iOS 8+\n\t\t\t// https://bugs.webkit.org/show_bug.cgi?id=136851\n\t\t\t// In-page `selector#id sibling-combinator selector` fails\n\t\t\tif ( !el.querySelectorAll( \"a#\" + expando + \"+*\" ).length ) {\n\t\t\t\trbuggyQSA.push( \".#.+[+~]\" );\n\t\t\t}\n\n\t\t\t// Support: Firefox <=3.6 - 5 only\n\t\t\t// Old Firefox doesn't throw on a badly-escaped identifier.\n\t\t\tel.querySelectorAll( \"\\\\\\f\" );\n\t\t\trbuggyQSA.push( \"[\\\\r\\\\n\\\\f]\" );\n\t\t} );\n\n\t\tassert( function( el ) {\n\t\t\tel.innerHTML = \"<a href='' disabled='disabled'></a>\" +\n\t\t\t\t\"<select disabled='disabled'><option/></select>\";\n\n\t\t\t// Support: Windows 8 Native Apps\n\t\t\t// The type and name attributes are restricted during .innerHTML assignment\n\t\t\tvar input = document.createElement( \"input\" );\n\t\t\tinput.setAttribute( \"type\", \"hidden\" );\n\t\t\tel.appendChild( input ).setAttribute( \"name\", \"D\" );\n\n\t\t\t// Support: IE8\n\t\t\t// Enforce case-sensitivity of name attribute\n\t\t\tif ( el.querySelectorAll( \"[name=d]\" ).length ) {\n\t\t\t\trbuggyQSA.push( \"name\" + whitespace + \"*[*^$|!~]?=\" );\n\t\t\t}\n\n\t\t\t// FF 3.5 - :enabled/:disabled and hidden elements (hidden elements are still enabled)\n\t\t\t// IE8 throws error here and will not see later tests\n\t\t\tif ( el.querySelectorAll( \":enabled\" ).length !== 2 ) {\n\t\t\t\trbuggyQSA.push( \":enabled\", \":disabled\" );\n\t\t\t}\n\n\t\t\t// Support: IE9-11+\n\t\t\t// IE's :disabled selector does not pick up the children of disabled fieldsets\n\t\t\tdocElem.appendChild( el ).disabled = true;\n\t\t\tif ( el.querySelectorAll( \":disabled\" ).length !== 2 ) {\n\t\t\t\trbuggyQSA.push( \":enabled\", \":disabled\" );\n\t\t\t}\n\n\t\t\t// Support: Opera 10 - 11 only\n\t\t\t// Opera 10-11 does not throw on post-comma invalid pseudos\n\t\t\tel.querySelectorAll( \"*,:x\" );\n\t\t\trbuggyQSA.push( \",.*:\" );\n\t\t} );\n\t}\n\n\tif ( ( support.matchesSelector = rnative.test( ( matches = docElem.matches ||\n\t\tdocElem.webkitMatchesSelector ||\n\t\tdocElem.mozMatchesSelector ||\n\t\tdocElem.oMatchesSelector ||\n\t\tdocElem.msMatchesSelector ) ) ) ) {\n\n\t\tassert( function( el ) {\n\n\t\t\t// Check to see if it's possible to do matchesSelector\n\t\t\t// on a disconnected node (IE 9)\n\t\t\tsupport.disconnectedMatch = matches.call( el, \"*\" );\n\n\t\t\t// This should fail with an exception\n\t\t\t// Gecko does not error, returns false instead\n\t\t\tmatches.call( el, \"[s!='']:x\" );\n\t\t\trbuggyMatches.push( \"!=\", pseudos );\n\t\t} );\n\t}\n\n\trbuggyQSA = rbuggyQSA.length && new RegExp( rbuggyQSA.join( \"|\" ) );\n\trbuggyMatches = rbuggyMatches.length && new RegExp( rbuggyMatches.join( \"|\" ) );\n\n\t/* Contains\n\t---------------------------------------------------------------------- */\n\thasCompare = rnative.test( docElem.compareDocumentPosition );\n\n\t// Element contains another\n\t// Purposefully self-exclusive\n\t// As in, an element does not contain itself\n\tcontains = hasCompare || rnative.test( docElem.contains ) ?\n\t\tfunction( a, b ) {\n\t\t\tvar adown = a.nodeType === 9 ? a.documentElement : a,\n\t\t\t\tbup = b && b.parentNode;\n\t\t\treturn a === bup || !!( bup && bup.nodeType === 1 && (\n\t\t\t\tadown.contains ?\n\t\t\t\t\tadown.contains( bup ) :\n\t\t\t\t\ta.compareDocumentPosition && a.compareDocumentPosition( bup ) & 16\n\t\t\t) );\n\t\t} :\n\t\tfunction( a, b ) {\n\t\t\tif ( b ) {\n\t\t\t\twhile ( ( b = b.parentNode ) ) {\n\t\t\t\t\tif ( b === a ) {\n\t\t\t\t\t\treturn true;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn false;\n\t\t};\n\n\t/* Sorting\n\t---------------------------------------------------------------------- */\n\n\t// Document order sorting\n\tsortOrder = hasCompare ?\n\tfunction( a, b ) {\n\n\t\t// Flag for duplicate removal\n\t\tif ( a === b ) {\n\t\t\thasDuplicate = true;\n\t\t\treturn 0;\n\t\t}\n\n\t\t// Sort on method existence if only one input has compareDocumentPosition\n\t\tvar compare = !a.compareDocumentPosition - !b.compareDocumentPosition;\n\t\tif ( compare ) {\n\t\t\treturn compare;\n\t\t}\n\n\t\t// Calculate position if both inputs belong to the same document\n\t\t// Support: IE 11+, Edge 17 - 18+\n\t\t// IE/Edge sometimes throw a \"Permission denied\" error when strict-comparing\n\t\t// two documents; shallow comparisons work.\n\t\t// eslint-disable-next-line eqeqeq\n\t\tcompare = ( a.ownerDocument || a ) == ( b.ownerDocument || b ) ?\n\t\t\ta.compareDocumentPosition( b ) :\n\n\t\t\t// Otherwise we know they are disconnected\n\t\t\t1;\n\n\t\t// Disconnected nodes\n\t\tif ( compare & 1 ||\n\t\t\t( !support.sortDetached && b.compareDocumentPosition( a ) === compare ) ) {\n\n\t\t\t// Choose the first element that is related to our preferred document\n\t\t\t// Support: IE 11+, Edge 17 - 18+\n\t\t\t// IE/Edge sometimes throw a \"Permission denied\" error when strict-comparing\n\t\t\t// two documents; shallow comparisons work.\n\t\t\t// eslint-disable-next-line eqeqeq\n\t\t\tif ( a == document || a.ownerDocument == preferredDoc &&\n\t\t\t\tcontains( preferredDoc, a ) ) {\n\t\t\t\treturn -1;\n\t\t\t}\n\n\t\t\t// Support: IE 11+, Edge 17 - 18+\n\t\t\t// IE/Edge sometimes throw a \"Permission denied\" error when strict-comparing\n\t\t\t// two documents; shallow comparisons work.\n\t\t\t// eslint-disable-next-line eqeqeq\n\t\t\tif ( b == document || b.ownerDocument == preferredDoc &&\n\t\t\t\tcontains( preferredDoc, b ) ) {\n\t\t\t\treturn 1;\n\t\t\t}\n\n\t\t\t// Maintain original order\n\t\t\treturn sortInput ?\n\t\t\t\t( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) :\n\t\t\t\t0;\n\t\t}\n\n\t\treturn compare & 4 ? -1 : 1;\n\t} :\n\tfunction( a, b ) {\n\n\t\t// Exit early if the nodes are identical\n\t\tif ( a === b ) {\n\t\t\thasDuplicate = true;\n\t\t\treturn 0;\n\t\t}\n\n\t\tvar cur,\n\t\t\ti = 0,\n\t\t\taup = a.parentNode,\n\t\t\tbup = b.parentNode,\n\t\t\tap = [ a ],\n\t\t\tbp = [ b ];\n\n\t\t// Parentless nodes are either documents or disconnected\n\t\tif ( !aup || !bup ) {\n\n\t\t\t// Support: IE 11+, Edge 17 - 18+\n\t\t\t// IE/Edge sometimes throw a \"Permission denied\" error when strict-comparing\n\t\t\t// two documents; shallow comparisons work.\n\t\t\t/* eslint-disable eqeqeq */\n\t\t\treturn a == document ? -1 :\n\t\t\t\tb == document ? 1 :\n\t\t\t\t/* eslint-enable eqeqeq */\n\t\t\t\taup ? -1 :\n\t\t\t\tbup ? 1 :\n\t\t\t\tsortInput ?\n\t\t\t\t( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) :\n\t\t\t\t0;\n\n\t\t// If the nodes are siblings, we can do a quick check\n\t\t} else if ( aup === bup ) {\n\t\t\treturn siblingCheck( a, b );\n\t\t}\n\n\t\t// Otherwise we need full lists of their ancestors for comparison\n\t\tcur = a;\n\t\twhile ( ( cur = cur.parentNode ) ) {\n\t\t\tap.unshift( cur );\n\t\t}\n\t\tcur = b;\n\t\twhile ( ( cur = cur.parentNode ) ) {\n\t\t\tbp.unshift( cur );\n\t\t}\n\n\t\t// Walk down the tree looking for a discrepancy\n\t\twhile ( ap[ i ] === bp[ i ] ) {\n\t\t\ti++;\n\t\t}\n\n\t\treturn i ?\n\n\t\t\t// Do a sibling check if the nodes have a common ancestor\n\t\t\tsiblingCheck( ap[ i ], bp[ i ] ) :\n\n\t\t\t// Otherwise nodes in our document sort first\n\t\t\t// Support: IE 11+, Edge 17 - 18+\n\t\t\t// IE/Edge sometimes throw a \"Permission denied\" error when strict-comparing\n\t\t\t// two documents; shallow comparisons work.\n\t\t\t/* eslint-disable eqeqeq */\n\t\t\tap[ i ] == preferredDoc ? -1 :\n\t\t\tbp[ i ] == preferredDoc ? 1 :\n\t\t\t/* eslint-enable eqeqeq */\n\t\t\t0;\n\t};\n\n\treturn document;\n};\n\nSizzle.matches = function( expr, elements ) {\n\treturn Sizzle( expr, null, null, elements );\n};\n\nSizzle.matchesSelector = function( elem, expr ) {\n\tsetDocument( elem );\n\n\tif ( support.matchesSelector && documentIsHTML &&\n\t\t!nonnativeSelectorCache[ expr + \" \" ] &&\n\t\t( !rbuggyMatches || !rbuggyMatches.test( expr ) ) &&\n\t\t( !rbuggyQSA     || !rbuggyQSA.test( expr ) ) ) {\n\n\t\ttry {\n\t\t\tvar ret = matches.call( elem, expr );\n\n\t\t\t// IE 9's matchesSelector returns false on disconnected nodes\n\t\t\tif ( ret || support.disconnectedMatch ||\n\n\t\t\t\t// As well, disconnected nodes are said to be in a document\n\t\t\t\t// fragment in IE 9\n\t\t\t\telem.document && elem.document.nodeType !== 11 ) {\n\t\t\t\treturn ret;\n\t\t\t}\n\t\t} catch ( e ) {\n\t\t\tnonnativeSelectorCache( expr, true );\n\t\t}\n\t}\n\n\treturn Sizzle( expr, document, null, [ elem ] ).length > 0;\n};\n\nSizzle.contains = function( context, elem ) {\n\n\t// Set document vars if needed\n\t// Support: IE 11+, Edge 17 - 18+\n\t// IE/Edge sometimes throw a \"Permission denied\" error when strict-comparing\n\t// two documents; shallow comparisons work.\n\t// eslint-disable-next-line eqeqeq\n\tif ( ( context.ownerDocument || context ) != document ) {\n\t\tsetDocument( context );\n\t}\n\treturn contains( context, elem );\n};\n\nSizzle.attr = function( elem, name ) {\n\n\t// Set document vars if needed\n\t// Support: IE 11+, Edge 17 - 18+\n\t// IE/Edge sometimes throw a \"Permission denied\" error when strict-comparing\n\t// two documents; shallow comparisons work.\n\t// eslint-disable-next-line eqeqeq\n\tif ( ( elem.ownerDocument || elem ) != document ) {\n\t\tsetDocument( elem );\n\t}\n\n\tvar fn = Expr.attrHandle[ name.toLowerCase() ],\n\n\t\t// Don't get fooled by Object.prototype properties (jQuery #13807)\n\t\tval = fn && hasOwn.call( Expr.attrHandle, name.toLowerCase() ) ?\n\t\t\tfn( elem, name, !documentIsHTML ) :\n\t\t\tundefined;\n\n\treturn val !== undefined ?\n\t\tval :\n\t\tsupport.attributes || !documentIsHTML ?\n\t\t\telem.getAttribute( name ) :\n\t\t\t( val = elem.getAttributeNode( name ) ) && val.specified ?\n\t\t\t\tval.value :\n\t\t\t\tnull;\n};\n\nSizzle.escape = function( sel ) {\n\treturn ( sel + \"\" ).replace( rcssescape, fcssescape );\n};\n\nSizzle.error = function( msg ) {\n\tthrow new Error( \"Syntax error, unrecognized expression: \" + msg );\n};\n\n/**\n * Document sorting and removing duplicates\n * @param {ArrayLike} results\n */\nSizzle.uniqueSort = function( results ) {\n\tvar elem,\n\t\tduplicates = [],\n\t\tj = 0,\n\t\ti = 0;\n\n\t// Unless we *know* we can detect duplicates, assume their presence\n\thasDuplicate = !support.detectDuplicates;\n\tsortInput = !support.sortStable && results.slice( 0 );\n\tresults.sort( sortOrder );\n\n\tif ( hasDuplicate ) {\n\t\twhile ( ( elem = results[ i++ ] ) ) {\n\t\t\tif ( elem === results[ i ] ) {\n\t\t\t\tj = duplicates.push( i );\n\t\t\t}\n\t\t}\n\t\twhile ( j-- ) {\n\t\t\tresults.splice( duplicates[ j ], 1 );\n\t\t}\n\t}\n\n\t// Clear input after sorting to release objects\n\t// See https://github.com/jquery/sizzle/pull/225\n\tsortInput = null;\n\n\treturn results;\n};\n\n/**\n * Utility function for retrieving the text value of an array of DOM nodes\n * @param {Array|Element} elem\n */\ngetText = Sizzle.getText = function( elem ) {\n\tvar node,\n\t\tret = \"\",\n\t\ti = 0,\n\t\tnodeType = elem.nodeType;\n\n\tif ( !nodeType ) {\n\n\t\t// If no nodeType, this is expected to be an array\n\t\twhile ( ( node = elem[ i++ ] ) ) {\n\n\t\t\t// Do not traverse comment nodes\n\t\t\tret += getText( node );\n\t\t}\n\t} else if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) {\n\n\t\t// Use textContent for elements\n\t\t// innerText usage removed for consistency of new lines (jQuery #11153)\n\t\tif ( typeof elem.textContent === \"string\" ) {\n\t\t\treturn elem.textContent;\n\t\t} else {\n\n\t\t\t// Traverse its children\n\t\t\tfor ( elem = elem.firstChild; elem; elem = elem.nextSibling ) {\n\t\t\t\tret += getText( elem );\n\t\t\t}\n\t\t}\n\t} else if ( nodeType === 3 || nodeType === 4 ) {\n\t\treturn elem.nodeValue;\n\t}\n\n\t// Do not include comment or processing instruction nodes\n\n\treturn ret;\n};\n\nExpr = Sizzle.selectors = {\n\n\t// Can be adjusted by the user\n\tcacheLength: 50,\n\n\tcreatePseudo: markFunction,\n\n\tmatch: matchExpr,\n\n\tattrHandle: {},\n\n\tfind: {},\n\n\trelative: {\n\t\t\">\": { dir: \"parentNode\", first: true },\n\t\t\" \": { dir: \"parentNode\" },\n\t\t\"+\": { dir: \"previousSibling\", first: true },\n\t\t\"~\": { dir: \"previousSibling\" }\n\t},\n\n\tpreFilter: {\n\t\t\"ATTR\": function( match ) {\n\t\t\tmatch[ 1 ] = match[ 1 ].replace( runescape, funescape );\n\n\t\t\t// Move the given value to match[3] whether quoted or unquoted\n\t\t\tmatch[ 3 ] = ( match[ 3 ] || match[ 4 ] ||\n\t\t\t\tmatch[ 5 ] || \"\" ).replace( runescape, funescape );\n\n\t\t\tif ( match[ 2 ] === \"~=\" ) {\n\t\t\t\tmatch[ 3 ] = \" \" + match[ 3 ] + \" \";\n\t\t\t}\n\n\t\t\treturn match.slice( 0, 4 );\n\t\t},\n\n\t\t\"CHILD\": function( match ) {\n\n\t\t\t/* matches from matchExpr[\"CHILD\"]\n\t\t\t\t1 type (only|nth|...)\n\t\t\t\t2 what (child|of-type)\n\t\t\t\t3 argument (even|odd|\\d*|\\d*n([+-]\\d+)?|...)\n\t\t\t\t4 xn-component of xn+y argument ([+-]?\\d*n|)\n\t\t\t\t5 sign of xn-component\n\t\t\t\t6 x of xn-component\n\t\t\t\t7 sign of y-component\n\t\t\t\t8 y of y-component\n\t\t\t*/\n\t\t\tmatch[ 1 ] = match[ 1 ].toLowerCase();\n\n\t\t\tif ( match[ 1 ].slice( 0, 3 ) === \"nth\" ) {\n\n\t\t\t\t// nth-* requires argument\n\t\t\t\tif ( !match[ 3 ] ) {\n\t\t\t\t\tSizzle.error( match[ 0 ] );\n\t\t\t\t}\n\n\t\t\t\t// numeric x and y parameters for Expr.filter.CHILD\n\t\t\t\t// remember that false/true cast respectively to 0/1\n\t\t\t\tmatch[ 4 ] = +( match[ 4 ] ?\n\t\t\t\t\tmatch[ 5 ] + ( match[ 6 ] || 1 ) :\n\t\t\t\t\t2 * ( match[ 3 ] === \"even\" || match[ 3 ] === \"odd\" ) );\n\t\t\t\tmatch[ 5 ] = +( ( match[ 7 ] + match[ 8 ] ) || match[ 3 ] === \"odd\" );\n\n\t\t\t\t// other types prohibit arguments\n\t\t\t} else if ( match[ 3 ] ) {\n\t\t\t\tSizzle.error( match[ 0 ] );\n\t\t\t}\n\n\t\t\treturn match;\n\t\t},\n\n\t\t\"PSEUDO\": function( match ) {\n\t\t\tvar excess,\n\t\t\t\tunquoted = !match[ 6 ] && match[ 2 ];\n\n\t\t\tif ( matchExpr[ \"CHILD\" ].test( match[ 0 ] ) ) {\n\t\t\t\treturn null;\n\t\t\t}\n\n\t\t\t// Accept quoted arguments as-is\n\t\t\tif ( match[ 3 ] ) {\n\t\t\t\tmatch[ 2 ] = match[ 4 ] || match[ 5 ] || \"\";\n\n\t\t\t// Strip excess characters from unquoted arguments\n\t\t\t} else if ( unquoted && rpseudo.test( unquoted ) &&\n\n\t\t\t\t// Get excess from tokenize (recursively)\n\t\t\t\t( excess = tokenize( unquoted, true ) ) &&\n\n\t\t\t\t// advance to the next closing parenthesis\n\t\t\t\t( excess = unquoted.indexOf( \")\", unquoted.length - excess ) - unquoted.length ) ) {\n\n\t\t\t\t// excess is a negative index\n\t\t\t\tmatch[ 0 ] = match[ 0 ].slice( 0, excess );\n\t\t\t\tmatch[ 2 ] = unquoted.slice( 0, excess );\n\t\t\t}\n\n\t\t\t// Return only captures needed by the pseudo filter method (type and argument)\n\t\t\treturn match.slice( 0, 3 );\n\t\t}\n\t},\n\n\tfilter: {\n\n\t\t\"TAG\": function( nodeNameSelector ) {\n\t\t\tvar nodeName = nodeNameSelector.replace( runescape, funescape ).toLowerCase();\n\t\t\treturn nodeNameSelector === \"*\" ?\n\t\t\t\tfunction() {\n\t\t\t\t\treturn true;\n\t\t\t\t} :\n\t\t\t\tfunction( elem ) {\n\t\t\t\t\treturn elem.nodeName && elem.nodeName.toLowerCase() === nodeName;\n\t\t\t\t};\n\t\t},\n\n\t\t\"CLASS\": function( className ) {\n\t\t\tvar pattern = classCache[ className + \" \" ];\n\n\t\t\treturn pattern ||\n\t\t\t\t( pattern = new RegExp( \"(^|\" + whitespace +\n\t\t\t\t\t\")\" + className + \"(\" + whitespace + \"|$)\" ) ) && classCache(\n\t\t\t\t\t\tclassName, function( elem ) {\n\t\t\t\t\t\t\treturn pattern.test(\n\t\t\t\t\t\t\t\ttypeof elem.className === \"string\" && elem.className ||\n\t\t\t\t\t\t\t\ttypeof elem.getAttribute !== \"undefined\" &&\n\t\t\t\t\t\t\t\t\telem.getAttribute( \"class\" ) ||\n\t\t\t\t\t\t\t\t\"\"\n\t\t\t\t\t\t\t);\n\t\t\t\t} );\n\t\t},\n\n\t\t\"ATTR\": function( name, operator, check ) {\n\t\t\treturn function( elem ) {\n\t\t\t\tvar result = Sizzle.attr( elem, name );\n\n\t\t\t\tif ( result == null ) {\n\t\t\t\t\treturn operator === \"!=\";\n\t\t\t\t}\n\t\t\t\tif ( !operator ) {\n\t\t\t\t\treturn true;\n\t\t\t\t}\n\n\t\t\t\tresult += \"\";\n\n\t\t\t\t/* eslint-disable max-len */\n\n\t\t\t\treturn operator === \"=\" ? result === check :\n\t\t\t\t\toperator === \"!=\" ? result !== check :\n\t\t\t\t\toperator === \"^=\" ? check && result.indexOf( check ) === 0 :\n\t\t\t\t\toperator === \"*=\" ? check && result.indexOf( check ) > -1 :\n\t\t\t\t\toperator === \"$=\" ? check && result.slice( -check.length ) === check :\n\t\t\t\t\toperator === \"~=\" ? ( \" \" + result.replace( rwhitespace, \" \" ) + \" \" ).indexOf( check ) > -1 :\n\t\t\t\t\toperator === \"|=\" ? result === check || result.slice( 0, check.length + 1 ) === check + \"-\" :\n\t\t\t\t\tfalse;\n\t\t\t\t/* eslint-enable max-len */\n\n\t\t\t};\n\t\t},\n\n\t\t\"CHILD\": function( type, what, _argument, first, last ) {\n\t\t\tvar simple = type.slice( 0, 3 ) !== \"nth\",\n\t\t\t\tforward = type.slice( -4 ) !== \"last\",\n\t\t\t\tofType = what === \"of-type\";\n\n\t\t\treturn first === 1 && last === 0 ?\n\n\t\t\t\t// Shortcut for :nth-*(n)\n\t\t\t\tfunction( elem ) {\n\t\t\t\t\treturn !!elem.parentNode;\n\t\t\t\t} :\n\n\t\t\t\tfunction( elem, _context, xml ) {\n\t\t\t\t\tvar cache, uniqueCache, outerCache, node, nodeIndex, start,\n\t\t\t\t\t\tdir = simple !== forward ? \"nextSibling\" : \"previousSibling\",\n\t\t\t\t\t\tparent = elem.parentNode,\n\t\t\t\t\t\tname = ofType && elem.nodeName.toLowerCase(),\n\t\t\t\t\t\tuseCache = !xml && !ofType,\n\t\t\t\t\t\tdiff = false;\n\n\t\t\t\t\tif ( parent ) {\n\n\t\t\t\t\t\t// :(first|last|only)-(child|of-type)\n\t\t\t\t\t\tif ( simple ) {\n\t\t\t\t\t\t\twhile ( dir ) {\n\t\t\t\t\t\t\t\tnode = elem;\n\t\t\t\t\t\t\t\twhile ( ( node = node[ dir ] ) ) {\n\t\t\t\t\t\t\t\t\tif ( ofType ?\n\t\t\t\t\t\t\t\t\t\tnode.nodeName.toLowerCase() === name :\n\t\t\t\t\t\t\t\t\t\tnode.nodeType === 1 ) {\n\n\t\t\t\t\t\t\t\t\t\treturn false;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t// Reverse direction for :only-* (if we haven't yet done so)\n\t\t\t\t\t\t\t\tstart = dir = type === \"only\" && !start && \"nextSibling\";\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tstart = [ forward ? parent.firstChild : parent.lastChild ];\n\n\t\t\t\t\t\t// non-xml :nth-child(...) stores cache data on `parent`\n\t\t\t\t\t\tif ( forward && useCache ) {\n\n\t\t\t\t\t\t\t// Seek `elem` from a previously-cached index\n\n\t\t\t\t\t\t\t// ...in a gzip-friendly way\n\t\t\t\t\t\t\tnode = parent;\n\t\t\t\t\t\t\touterCache = node[ expando ] || ( node[ expando ] = {} );\n\n\t\t\t\t\t\t\t// Support: IE <9 only\n\t\t\t\t\t\t\t// Defend against cloned attroperties (jQuery gh-1709)\n\t\t\t\t\t\t\tuniqueCache = outerCache[ node.uniqueID ] ||\n\t\t\t\t\t\t\t\t( outerCache[ node.uniqueID ] = {} );\n\n\t\t\t\t\t\t\tcache = uniqueCache[ type ] || [];\n\t\t\t\t\t\t\tnodeIndex = cache[ 0 ] === dirruns && cache[ 1 ];\n\t\t\t\t\t\t\tdiff = nodeIndex && cache[ 2 ];\n\t\t\t\t\t\t\tnode = nodeIndex && parent.childNodes[ nodeIndex ];\n\n\t\t\t\t\t\t\twhile ( ( node = ++nodeIndex && node && node[ dir ] ||\n\n\t\t\t\t\t\t\t\t// Fallback to seeking `elem` from the start\n\t\t\t\t\t\t\t\t( diff = nodeIndex = 0 ) || start.pop() ) ) {\n\n\t\t\t\t\t\t\t\t// When found, cache indexes on `parent` and break\n\t\t\t\t\t\t\t\tif ( node.nodeType === 1 && ++diff && node === elem ) {\n\t\t\t\t\t\t\t\t\tuniqueCache[ type ] = [ dirruns, nodeIndex, diff ];\n\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t// Use previously-cached element index if available\n\t\t\t\t\t\t\tif ( useCache ) {\n\n\t\t\t\t\t\t\t\t// ...in a gzip-friendly way\n\t\t\t\t\t\t\t\tnode = elem;\n\t\t\t\t\t\t\t\touterCache = node[ expando ] || ( node[ expando ] = {} );\n\n\t\t\t\t\t\t\t\t// Support: IE <9 only\n\t\t\t\t\t\t\t\t// Defend against cloned attroperties (jQuery gh-1709)\n\t\t\t\t\t\t\t\tuniqueCache = outerCache[ node.uniqueID ] ||\n\t\t\t\t\t\t\t\t\t( outerCache[ node.uniqueID ] = {} );\n\n\t\t\t\t\t\t\t\tcache = uniqueCache[ type ] || [];\n\t\t\t\t\t\t\t\tnodeIndex = cache[ 0 ] === dirruns && cache[ 1 ];\n\t\t\t\t\t\t\t\tdiff = nodeIndex;\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t// xml :nth-child(...)\n\t\t\t\t\t\t\t// or :nth-last-child(...) or :nth(-last)?-of-type(...)\n\t\t\t\t\t\t\tif ( diff === false ) {\n\n\t\t\t\t\t\t\t\t// Use the same loop as above to seek `elem` from the start\n\t\t\t\t\t\t\t\twhile ( ( node = ++nodeIndex && node && node[ dir ] ||\n\t\t\t\t\t\t\t\t\t( diff = nodeIndex = 0 ) || start.pop() ) ) {\n\n\t\t\t\t\t\t\t\t\tif ( ( ofType ?\n\t\t\t\t\t\t\t\t\t\tnode.nodeName.toLowerCase() === name :\n\t\t\t\t\t\t\t\t\t\tnode.nodeType === 1 ) &&\n\t\t\t\t\t\t\t\t\t\t++diff ) {\n\n\t\t\t\t\t\t\t\t\t\t// Cache the index of each encountered element\n\t\t\t\t\t\t\t\t\t\tif ( useCache ) {\n\t\t\t\t\t\t\t\t\t\t\touterCache = node[ expando ] ||\n\t\t\t\t\t\t\t\t\t\t\t\t( node[ expando ] = {} );\n\n\t\t\t\t\t\t\t\t\t\t\t// Support: IE <9 only\n\t\t\t\t\t\t\t\t\t\t\t// Defend against cloned attroperties (jQuery gh-1709)\n\t\t\t\t\t\t\t\t\t\t\tuniqueCache = outerCache[ node.uniqueID ] ||\n\t\t\t\t\t\t\t\t\t\t\t\t( outerCache[ node.uniqueID ] = {} );\n\n\t\t\t\t\t\t\t\t\t\t\tuniqueCache[ type ] = [ dirruns, diff ];\n\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\tif ( node === elem ) {\n\t\t\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// Incorporate the offset, then check against cycle size\n\t\t\t\t\t\tdiff -= last;\n\t\t\t\t\t\treturn diff === first || ( diff % first === 0 && diff / first >= 0 );\n\t\t\t\t\t}\n\t\t\t\t};\n\t\t},\n\n\t\t\"PSEUDO\": function( pseudo, argument ) {\n\n\t\t\t// pseudo-class names are case-insensitive\n\t\t\t// http://www.w3.org/TR/selectors/#pseudo-classes\n\t\t\t// Prioritize by case sensitivity in case custom pseudos are added with uppercase letters\n\t\t\t// Remember that setFilters inherits from pseudos\n\t\t\tvar args,\n\t\t\t\tfn = Expr.pseudos[ pseudo ] || Expr.setFilters[ pseudo.toLowerCase() ] ||\n\t\t\t\t\tSizzle.error( \"unsupported pseudo: \" + pseudo );\n\n\t\t\t// The user may use createPseudo to indicate that\n\t\t\t// arguments are needed to create the filter function\n\t\t\t// just as Sizzle does\n\t\t\tif ( fn[ expando ] ) {\n\t\t\t\treturn fn( argument );\n\t\t\t}\n\n\t\t\t// But maintain support for old signatures\n\t\t\tif ( fn.length > 1 ) {\n\t\t\t\targs = [ pseudo, pseudo, \"\", argument ];\n\t\t\t\treturn Expr.setFilters.hasOwnProperty( pseudo.toLowerCase() ) ?\n\t\t\t\t\tmarkFunction( function( seed, matches ) {\n\t\t\t\t\t\tvar idx,\n\t\t\t\t\t\t\tmatched = fn( seed, argument ),\n\t\t\t\t\t\t\ti = matched.length;\n\t\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\t\tidx = indexOf( seed, matched[ i ] );\n\t\t\t\t\t\t\tseed[ idx ] = !( matches[ idx ] = matched[ i ] );\n\t\t\t\t\t\t}\n\t\t\t\t\t} ) :\n\t\t\t\t\tfunction( elem ) {\n\t\t\t\t\t\treturn fn( elem, 0, args );\n\t\t\t\t\t};\n\t\t\t}\n\n\t\t\treturn fn;\n\t\t}\n\t},\n\n\tpseudos: {\n\n\t\t// Potentially complex pseudos\n\t\t\"not\": markFunction( function( selector ) {\n\n\t\t\t// Trim the selector passed to compile\n\t\t\t// to avoid treating leading and trailing\n\t\t\t// spaces as combinators\n\t\t\tvar input = [],\n\t\t\t\tresults = [],\n\t\t\t\tmatcher = compile( selector.replace( rtrim, \"$1\" ) );\n\n\t\t\treturn matcher[ expando ] ?\n\t\t\t\tmarkFunction( function( seed, matches, _context, xml ) {\n\t\t\t\t\tvar elem,\n\t\t\t\t\t\tunmatched = matcher( seed, null, xml, [] ),\n\t\t\t\t\t\ti = seed.length;\n\n\t\t\t\t\t// Match elements unmatched by `matcher`\n\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\tif ( ( elem = unmatched[ i ] ) ) {\n\t\t\t\t\t\t\tseed[ i ] = !( matches[ i ] = elem );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t} ) :\n\t\t\t\tfunction( elem, _context, xml ) {\n\t\t\t\t\tinput[ 0 ] = elem;\n\t\t\t\t\tmatcher( input, null, xml, results );\n\n\t\t\t\t\t// Don't keep the element (issue #299)\n\t\t\t\t\tinput[ 0 ] = null;\n\t\t\t\t\treturn !results.pop();\n\t\t\t\t};\n\t\t} ),\n\n\t\t\"has\": markFunction( function( selector ) {\n\t\t\treturn function( elem ) {\n\t\t\t\treturn Sizzle( selector, elem ).length > 0;\n\t\t\t};\n\t\t} ),\n\n\t\t\"contains\": markFunction( function( text ) {\n\t\t\ttext = text.replace( runescape, funescape );\n\t\t\treturn function( elem ) {\n\t\t\t\treturn ( elem.textContent || getText( elem ) ).indexOf( text ) > -1;\n\t\t\t};\n\t\t} ),\n\n\t\t// \"Whether an element is represented by a :lang() selector\n\t\t// is based solely on the element's language value\n\t\t// being equal to the identifier C,\n\t\t// or beginning with the identifier C immediately followed by \"-\".\n\t\t// The matching of C against the element's language value is performed case-insensitively.\n\t\t// The identifier C does not have to be a valid language name.\"\n\t\t// http://www.w3.org/TR/selectors/#lang-pseudo\n\t\t\"lang\": markFunction( function( lang ) {\n\n\t\t\t// lang value must be a valid identifier\n\t\t\tif ( !ridentifier.test( lang || \"\" ) ) {\n\t\t\t\tSizzle.error( \"unsupported lang: \" + lang );\n\t\t\t}\n\t\t\tlang = lang.replace( runescape, funescape ).toLowerCase();\n\t\t\treturn function( elem ) {\n\t\t\t\tvar elemLang;\n\t\t\t\tdo {\n\t\t\t\t\tif ( ( elemLang = documentIsHTML ?\n\t\t\t\t\t\telem.lang :\n\t\t\t\t\t\telem.getAttribute( \"xml:lang\" ) || elem.getAttribute( \"lang\" ) ) ) {\n\n\t\t\t\t\t\telemLang = elemLang.toLowerCase();\n\t\t\t\t\t\treturn elemLang === lang || elemLang.indexOf( lang + \"-\" ) === 0;\n\t\t\t\t\t}\n\t\t\t\t} while ( ( elem = elem.parentNode ) && elem.nodeType === 1 );\n\t\t\t\treturn false;\n\t\t\t};\n\t\t} ),\n\n\t\t// Miscellaneous\n\t\t\"target\": function( elem ) {\n\t\t\tvar hash = window.location && window.location.hash;\n\t\t\treturn hash && hash.slice( 1 ) === elem.id;\n\t\t},\n\n\t\t\"root\": function( elem ) {\n\t\t\treturn elem === docElem;\n\t\t},\n\n\t\t\"focus\": function( elem ) {\n\t\t\treturn elem === document.activeElement &&\n\t\t\t\t( !document.hasFocus || document.hasFocus() ) &&\n\t\t\t\t!!( elem.type || elem.href || ~elem.tabIndex );\n\t\t},\n\n\t\t// Boolean properties\n\t\t\"enabled\": createDisabledPseudo( false ),\n\t\t\"disabled\": createDisabledPseudo( true ),\n\n\t\t\"checked\": function( elem ) {\n\n\t\t\t// In CSS3, :checked should return both checked and selected elements\n\t\t\t// http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked\n\t\t\tvar nodeName = elem.nodeName.toLowerCase();\n\t\t\treturn ( nodeName === \"input\" && !!elem.checked ) ||\n\t\t\t\t( nodeName === \"option\" && !!elem.selected );\n\t\t},\n\n\t\t\"selected\": function( elem ) {\n\n\t\t\t// Accessing this property makes selected-by-default\n\t\t\t// options in Safari work properly\n\t\t\tif ( elem.parentNode ) {\n\t\t\t\t// eslint-disable-next-line no-unused-expressions\n\t\t\t\telem.parentNode.selectedIndex;\n\t\t\t}\n\n\t\t\treturn elem.selected === true;\n\t\t},\n\n\t\t// Contents\n\t\t\"empty\": function( elem ) {\n\n\t\t\t// http://www.w3.org/TR/selectors/#empty-pseudo\n\t\t\t// :empty is negated by element (1) or content nodes (text: 3; cdata: 4; entity ref: 5),\n\t\t\t//   but not by others (comment: 8; processing instruction: 7; etc.)\n\t\t\t// nodeType < 6 works because attributes (2) do not appear as children\n\t\t\tfor ( elem = elem.firstChild; elem; elem = elem.nextSibling ) {\n\t\t\t\tif ( elem.nodeType < 6 ) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn true;\n\t\t},\n\n\t\t\"parent\": function( elem ) {\n\t\t\treturn !Expr.pseudos[ \"empty\" ]( elem );\n\t\t},\n\n\t\t// Element/input types\n\t\t\"header\": function( elem ) {\n\t\t\treturn rheader.test( elem.nodeName );\n\t\t},\n\n\t\t\"input\": function( elem ) {\n\t\t\treturn rinputs.test( elem.nodeName );\n\t\t},\n\n\t\t\"button\": function( elem ) {\n\t\t\tvar name = elem.nodeName.toLowerCase();\n\t\t\treturn name === \"input\" && elem.type === \"button\" || name === \"button\";\n\t\t},\n\n\t\t\"text\": function( elem ) {\n\t\t\tvar attr;\n\t\t\treturn elem.nodeName.toLowerCase() === \"input\" &&\n\t\t\t\telem.type === \"text\" &&\n\n\t\t\t\t// Support: IE<8\n\t\t\t\t// New HTML5 attribute values (e.g., \"search\") appear with elem.type === \"text\"\n\t\t\t\t( ( attr = elem.getAttribute( \"type\" ) ) == null ||\n\t\t\t\t\tattr.toLowerCase() === \"text\" );\n\t\t},\n\n\t\t// Position-in-collection\n\t\t\"first\": createPositionalPseudo( function() {\n\t\t\treturn [ 0 ];\n\t\t} ),\n\n\t\t\"last\": createPositionalPseudo( function( _matchIndexes, length ) {\n\t\t\treturn [ length - 1 ];\n\t\t} ),\n\n\t\t\"eq\": createPositionalPseudo( function( _matchIndexes, length, argument ) {\n\t\t\treturn [ argument < 0 ? argument + length : argument ];\n\t\t} ),\n\n\t\t\"even\": createPositionalPseudo( function( matchIndexes, length ) {\n\t\t\tvar i = 0;\n\t\t\tfor ( ; i < length; i += 2 ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t} ),\n\n\t\t\"odd\": createPositionalPseudo( function( matchIndexes, length ) {\n\t\t\tvar i = 1;\n\t\t\tfor ( ; i < length; i += 2 ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t} ),\n\n\t\t\"lt\": createPositionalPseudo( function( matchIndexes, length, argument ) {\n\t\t\tvar i = argument < 0 ?\n\t\t\t\targument + length :\n\t\t\t\targument > length ?\n\t\t\t\t\tlength :\n\t\t\t\t\targument;\n\t\t\tfor ( ; --i >= 0; ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t} ),\n\n\t\t\"gt\": createPositionalPseudo( function( matchIndexes, length, argument ) {\n\t\t\tvar i = argument < 0 ? argument + length : argument;\n\t\t\tfor ( ; ++i < length; ) {\n\t\t\t\tmatchIndexes.push( i );\n\t\t\t}\n\t\t\treturn matchIndexes;\n\t\t} )\n\t}\n};\n\nExpr.pseudos[ \"nth\" ] = Expr.pseudos[ \"eq\" ];\n\n// Add button/input type pseudos\nfor ( i in { radio: true, checkbox: true, file: true, password: true, image: true } ) {\n\tExpr.pseudos[ i ] = createInputPseudo( i );\n}\nfor ( i in { submit: true, reset: true } ) {\n\tExpr.pseudos[ i ] = createButtonPseudo( i );\n}\n\n// Easy API for creating new setFilters\nfunction setFilters() {}\nsetFilters.prototype = Expr.filters = Expr.pseudos;\nExpr.setFilters = new setFilters();\n\ntokenize = Sizzle.tokenize = function( selector, parseOnly ) {\n\tvar matched, match, tokens, type,\n\t\tsoFar, groups, preFilters,\n\t\tcached = tokenCache[ selector + \" \" ];\n\n\tif ( cached ) {\n\t\treturn parseOnly ? 0 : cached.slice( 0 );\n\t}\n\n\tsoFar = selector;\n\tgroups = [];\n\tpreFilters = Expr.preFilter;\n\n\twhile ( soFar ) {\n\n\t\t// Comma and first run\n\t\tif ( !matched || ( match = rcomma.exec( soFar ) ) ) {\n\t\t\tif ( match ) {\n\n\t\t\t\t// Don't consume trailing commas as valid\n\t\t\t\tsoFar = soFar.slice( match[ 0 ].length ) || soFar;\n\t\t\t}\n\t\t\tgroups.push( ( tokens = [] ) );\n\t\t}\n\n\t\tmatched = false;\n\n\t\t// Combinators\n\t\tif ( ( match = rcombinators.exec( soFar ) ) ) {\n\t\t\tmatched = match.shift();\n\t\t\ttokens.push( {\n\t\t\t\tvalue: matched,\n\n\t\t\t\t// Cast descendant combinators to space\n\t\t\t\ttype: match[ 0 ].replace( rtrim, \" \" )\n\t\t\t} );\n\t\t\tsoFar = soFar.slice( matched.length );\n\t\t}\n\n\t\t// Filters\n\t\tfor ( type in Expr.filter ) {\n\t\t\tif ( ( match = matchExpr[ type ].exec( soFar ) ) && ( !preFilters[ type ] ||\n\t\t\t\t( match = preFilters[ type ]( match ) ) ) ) {\n\t\t\t\tmatched = match.shift();\n\t\t\t\ttokens.push( {\n\t\t\t\t\tvalue: matched,\n\t\t\t\t\ttype: type,\n\t\t\t\t\tmatches: match\n\t\t\t\t} );\n\t\t\t\tsoFar = soFar.slice( matched.length );\n\t\t\t}\n\t\t}\n\n\t\tif ( !matched ) {\n\t\t\tbreak;\n\t\t}\n\t}\n\n\t// Return the length of the invalid excess\n\t// if we're just parsing\n\t// Otherwise, throw an error or return tokens\n\treturn parseOnly ?\n\t\tsoFar.length :\n\t\tsoFar ?\n\t\t\tSizzle.error( selector ) :\n\n\t\t\t// Cache the tokens\n\t\t\ttokenCache( selector, groups ).slice( 0 );\n};\n\nfunction toSelector( tokens ) {\n\tvar i = 0,\n\t\tlen = tokens.length,\n\t\tselector = \"\";\n\tfor ( ; i < len; i++ ) {\n\t\tselector += tokens[ i ].value;\n\t}\n\treturn selector;\n}\n\nfunction addCombinator( matcher, combinator, base ) {\n\tvar dir = combinator.dir,\n\t\tskip = combinator.next,\n\t\tkey = skip || dir,\n\t\tcheckNonElements = base && key === \"parentNode\",\n\t\tdoneName = done++;\n\n\treturn combinator.first ?\n\n\t\t// Check against closest ancestor/preceding element\n\t\tfunction( elem, context, xml ) {\n\t\t\twhile ( ( elem = elem[ dir ] ) ) {\n\t\t\t\tif ( elem.nodeType === 1 || checkNonElements ) {\n\t\t\t\t\treturn matcher( elem, context, xml );\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn false;\n\t\t} :\n\n\t\t// Check against all ancestor/preceding elements\n\t\tfunction( elem, context, xml ) {\n\t\t\tvar oldCache, uniqueCache, outerCache,\n\t\t\t\tnewCache = [ dirruns, doneName ];\n\n\t\t\t// We can't set arbitrary data on XML nodes, so they don't benefit from combinator caching\n\t\t\tif ( xml ) {\n\t\t\t\twhile ( ( elem = elem[ dir ] ) ) {\n\t\t\t\t\tif ( elem.nodeType === 1 || checkNonElements ) {\n\t\t\t\t\t\tif ( matcher( elem, context, xml ) ) {\n\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\twhile ( ( elem = elem[ dir ] ) ) {\n\t\t\t\t\tif ( elem.nodeType === 1 || checkNonElements ) {\n\t\t\t\t\t\touterCache = elem[ expando ] || ( elem[ expando ] = {} );\n\n\t\t\t\t\t\t// Support: IE <9 only\n\t\t\t\t\t\t// Defend against cloned attroperties (jQuery gh-1709)\n\t\t\t\t\t\tuniqueCache = outerCache[ elem.uniqueID ] ||\n\t\t\t\t\t\t\t( outerCache[ elem.uniqueID ] = {} );\n\n\t\t\t\t\t\tif ( skip && skip === elem.nodeName.toLowerCase() ) {\n\t\t\t\t\t\t\telem = elem[ dir ] || elem;\n\t\t\t\t\t\t} else if ( ( oldCache = uniqueCache[ key ] ) &&\n\t\t\t\t\t\t\toldCache[ 0 ] === dirruns && oldCache[ 1 ] === doneName ) {\n\n\t\t\t\t\t\t\t// Assign to newCache so results back-propagate to previous elements\n\t\t\t\t\t\t\treturn ( newCache[ 2 ] = oldCache[ 2 ] );\n\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t// Reuse newcache so results back-propagate to previous elements\n\t\t\t\t\t\t\tuniqueCache[ key ] = newCache;\n\n\t\t\t\t\t\t\t// A match means we're done; a fail means we have to keep checking\n\t\t\t\t\t\t\tif ( ( newCache[ 2 ] = matcher( elem, context, xml ) ) ) {\n\t\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn false;\n\t\t};\n}\n\nfunction elementMatcher( matchers ) {\n\treturn matchers.length > 1 ?\n\t\tfunction( elem, context, xml ) {\n\t\t\tvar i = matchers.length;\n\t\t\twhile ( i-- ) {\n\t\t\t\tif ( !matchers[ i ]( elem, context, xml ) ) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn true;\n\t\t} :\n\t\tmatchers[ 0 ];\n}\n\nfunction multipleContexts( selector, contexts, results ) {\n\tvar i = 0,\n\t\tlen = contexts.length;\n\tfor ( ; i < len; i++ ) {\n\t\tSizzle( selector, contexts[ i ], results );\n\t}\n\treturn results;\n}\n\nfunction condense( unmatched, map, filter, context, xml ) {\n\tvar elem,\n\t\tnewUnmatched = [],\n\t\ti = 0,\n\t\tlen = unmatched.length,\n\t\tmapped = map != null;\n\n\tfor ( ; i < len; i++ ) {\n\t\tif ( ( elem = unmatched[ i ] ) ) {\n\t\t\tif ( !filter || filter( elem, context, xml ) ) {\n\t\t\t\tnewUnmatched.push( elem );\n\t\t\t\tif ( mapped ) {\n\t\t\t\t\tmap.push( i );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn newUnmatched;\n}\n\nfunction setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) {\n\tif ( postFilter && !postFilter[ expando ] ) {\n\t\tpostFilter = setMatcher( postFilter );\n\t}\n\tif ( postFinder && !postFinder[ expando ] ) {\n\t\tpostFinder = setMatcher( postFinder, postSelector );\n\t}\n\treturn markFunction( function( seed, results, context, xml ) {\n\t\tvar temp, i, elem,\n\t\t\tpreMap = [],\n\t\t\tpostMap = [],\n\t\t\tpreexisting = results.length,\n\n\t\t\t// Get initial elements from seed or context\n\t\t\telems = seed || multipleContexts(\n\t\t\t\tselector || \"*\",\n\t\t\t\tcontext.nodeType ? [ context ] : context,\n\t\t\t\t[]\n\t\t\t),\n\n\t\t\t// Prefilter to get matcher input, preserving a map for seed-results synchronization\n\t\t\tmatcherIn = preFilter && ( seed || !selector ) ?\n\t\t\t\tcondense( elems, preMap, preFilter, context, xml ) :\n\t\t\t\telems,\n\n\t\t\tmatcherOut = matcher ?\n\n\t\t\t\t// If we have a postFinder, or filtered seed, or non-seed postFilter or preexisting results,\n\t\t\t\tpostFinder || ( seed ? preFilter : preexisting || postFilter ) ?\n\n\t\t\t\t\t// ...intermediate processing is necessary\n\t\t\t\t\t[] :\n\n\t\t\t\t\t// ...otherwise use results directly\n\t\t\t\t\tresults :\n\t\t\t\tmatcherIn;\n\n\t\t// Find primary matches\n\t\tif ( matcher ) {\n\t\t\tmatcher( matcherIn, matcherOut, context, xml );\n\t\t}\n\n\t\t// Apply postFilter\n\t\tif ( postFilter ) {\n\t\t\ttemp = condense( matcherOut, postMap );\n\t\t\tpostFilter( temp, [], context, xml );\n\n\t\t\t// Un-match failing elements by moving them back to matcherIn\n\t\t\ti = temp.length;\n\t\t\twhile ( i-- ) {\n\t\t\t\tif ( ( elem = temp[ i ] ) ) {\n\t\t\t\t\tmatcherOut[ postMap[ i ] ] = !( matcherIn[ postMap[ i ] ] = elem );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tif ( seed ) {\n\t\t\tif ( postFinder || preFilter ) {\n\t\t\t\tif ( postFinder ) {\n\n\t\t\t\t\t// Get the final matcherOut by condensing this intermediate into postFinder contexts\n\t\t\t\t\ttemp = [];\n\t\t\t\t\ti = matcherOut.length;\n\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\tif ( ( elem = matcherOut[ i ] ) ) {\n\n\t\t\t\t\t\t\t// Restore matcherIn since elem is not yet a final match\n\t\t\t\t\t\t\ttemp.push( ( matcherIn[ i ] = elem ) );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tpostFinder( null, ( matcherOut = [] ), temp, xml );\n\t\t\t\t}\n\n\t\t\t\t// Move matched elements from seed to results to keep them synchronized\n\t\t\t\ti = matcherOut.length;\n\t\t\t\twhile ( i-- ) {\n\t\t\t\t\tif ( ( elem = matcherOut[ i ] ) &&\n\t\t\t\t\t\t( temp = postFinder ? indexOf( seed, elem ) : preMap[ i ] ) > -1 ) {\n\n\t\t\t\t\t\tseed[ temp ] = !( results[ temp ] = elem );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t// Add elements to results, through postFinder if defined\n\t\t} else {\n\t\t\tmatcherOut = condense(\n\t\t\t\tmatcherOut === results ?\n\t\t\t\t\tmatcherOut.splice( preexisting, matcherOut.length ) :\n\t\t\t\t\tmatcherOut\n\t\t\t);\n\t\t\tif ( postFinder ) {\n\t\t\t\tpostFinder( null, results, matcherOut, xml );\n\t\t\t} else {\n\t\t\t\tpush.apply( results, matcherOut );\n\t\t\t}\n\t\t}\n\t} );\n}\n\nfunction matcherFromTokens( tokens ) {\n\tvar checkContext, matcher, j,\n\t\tlen = tokens.length,\n\t\tleadingRelative = Expr.relative[ tokens[ 0 ].type ],\n\t\timplicitRelative = leadingRelative || Expr.relative[ \" \" ],\n\t\ti = leadingRelative ? 1 : 0,\n\n\t\t// The foundational matcher ensures that elements are reachable from top-level context(s)\n\t\tmatchContext = addCombinator( function( elem ) {\n\t\t\treturn elem === checkContext;\n\t\t}, implicitRelative, true ),\n\t\tmatchAnyContext = addCombinator( function( elem ) {\n\t\t\treturn indexOf( checkContext, elem ) > -1;\n\t\t}, implicitRelative, true ),\n\t\tmatchers = [ function( elem, context, xml ) {\n\t\t\tvar ret = ( !leadingRelative && ( xml || context !== outermostContext ) ) || (\n\t\t\t\t( checkContext = context ).nodeType ?\n\t\t\t\t\tmatchContext( elem, context, xml ) :\n\t\t\t\t\tmatchAnyContext( elem, context, xml ) );\n\n\t\t\t// Avoid hanging onto element (issue #299)\n\t\t\tcheckContext = null;\n\t\t\treturn ret;\n\t\t} ];\n\n\tfor ( ; i < len; i++ ) {\n\t\tif ( ( matcher = Expr.relative[ tokens[ i ].type ] ) ) {\n\t\t\tmatchers = [ addCombinator( elementMatcher( matchers ), matcher ) ];\n\t\t} else {\n\t\t\tmatcher = Expr.filter[ tokens[ i ].type ].apply( null, tokens[ i ].matches );\n\n\t\t\t// Return special upon seeing a positional matcher\n\t\t\tif ( matcher[ expando ] ) {\n\n\t\t\t\t// Find the next relative operator (if any) for proper handling\n\t\t\t\tj = ++i;\n\t\t\t\tfor ( ; j < len; j++ ) {\n\t\t\t\t\tif ( Expr.relative[ tokens[ j ].type ] ) {\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn setMatcher(\n\t\t\t\t\ti > 1 && elementMatcher( matchers ),\n\t\t\t\t\ti > 1 && toSelector(\n\n\t\t\t\t\t// If the preceding token was a descendant combinator, insert an implicit any-element `*`\n\t\t\t\t\ttokens\n\t\t\t\t\t\t.slice( 0, i - 1 )\n\t\t\t\t\t\t.concat( { value: tokens[ i - 2 ].type === \" \" ? \"*\" : \"\" } )\n\t\t\t\t\t).replace( rtrim, \"$1\" ),\n\t\t\t\t\tmatcher,\n\t\t\t\t\ti < j && matcherFromTokens( tokens.slice( i, j ) ),\n\t\t\t\t\tj < len && matcherFromTokens( ( tokens = tokens.slice( j ) ) ),\n\t\t\t\t\tj < len && toSelector( tokens )\n\t\t\t\t);\n\t\t\t}\n\t\t\tmatchers.push( matcher );\n\t\t}\n\t}\n\n\treturn elementMatcher( matchers );\n}\n\nfunction matcherFromGroupMatchers( elementMatchers, setMatchers ) {\n\tvar bySet = setMatchers.length > 0,\n\t\tbyElement = elementMatchers.length > 0,\n\t\tsuperMatcher = function( seed, context, xml, results, outermost ) {\n\t\t\tvar elem, j, matcher,\n\t\t\t\tmatchedCount = 0,\n\t\t\t\ti = \"0\",\n\t\t\t\tunmatched = seed && [],\n\t\t\t\tsetMatched = [],\n\t\t\t\tcontextBackup = outermostContext,\n\n\t\t\t\t// We must always have either seed elements or outermost context\n\t\t\t\telems = seed || byElement && Expr.find[ \"TAG\" ]( \"*\", outermost ),\n\n\t\t\t\t// Use integer dirruns iff this is the outermost matcher\n\t\t\t\tdirrunsUnique = ( dirruns += contextBackup == null ? 1 : Math.random() || 0.1 ),\n\t\t\t\tlen = elems.length;\n\n\t\t\tif ( outermost ) {\n\n\t\t\t\t// Support: IE 11+, Edge 17 - 18+\n\t\t\t\t// IE/Edge sometimes throw a \"Permission denied\" error when strict-comparing\n\t\t\t\t// two documents; shallow comparisons work.\n\t\t\t\t// eslint-disable-next-line eqeqeq\n\t\t\t\toutermostContext = context == document || context || outermost;\n\t\t\t}\n\n\t\t\t// Add elements passing elementMatchers directly to results\n\t\t\t// Support: IE<9, Safari\n\t\t\t// Tolerate NodeList properties (IE: \"length\"; Safari: <number>) matching elements by id\n\t\t\tfor ( ; i !== len && ( elem = elems[ i ] ) != null; i++ ) {\n\t\t\t\tif ( byElement && elem ) {\n\t\t\t\t\tj = 0;\n\n\t\t\t\t\t// Support: IE 11+, Edge 17 - 18+\n\t\t\t\t\t// IE/Edge sometimes throw a \"Permission denied\" error when strict-comparing\n\t\t\t\t\t// two documents; shallow comparisons work.\n\t\t\t\t\t// eslint-disable-next-line eqeqeq\n\t\t\t\t\tif ( !context && elem.ownerDocument != document ) {\n\t\t\t\t\t\tsetDocument( elem );\n\t\t\t\t\t\txml = !documentIsHTML;\n\t\t\t\t\t}\n\t\t\t\t\twhile ( ( matcher = elementMatchers[ j++ ] ) ) {\n\t\t\t\t\t\tif ( matcher( elem, context || document, xml ) ) {\n\t\t\t\t\t\t\tresults.push( elem );\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif ( outermost ) {\n\t\t\t\t\t\tdirruns = dirrunsUnique;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Track unmatched elements for set filters\n\t\t\t\tif ( bySet ) {\n\n\t\t\t\t\t// They will have gone through all possible matchers\n\t\t\t\t\tif ( ( elem = !matcher && elem ) ) {\n\t\t\t\t\t\tmatchedCount--;\n\t\t\t\t\t}\n\n\t\t\t\t\t// Lengthen the array for every element, matched or not\n\t\t\t\t\tif ( seed ) {\n\t\t\t\t\t\tunmatched.push( elem );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// `i` is now the count of elements visited above, and adding it to `matchedCount`\n\t\t\t// makes the latter nonnegative.\n\t\t\tmatchedCount += i;\n\n\t\t\t// Apply set filters to unmatched elements\n\t\t\t// NOTE: This can be skipped if there are no unmatched elements (i.e., `matchedCount`\n\t\t\t// equals `i`), unless we didn't visit _any_ elements in the above loop because we have\n\t\t\t// no element matchers and no seed.\n\t\t\t// Incrementing an initially-string \"0\" `i` allows `i` to remain a string only in that\n\t\t\t// case, which will result in a \"00\" `matchedCount` that differs from `i` but is also\n\t\t\t// numerically zero.\n\t\t\tif ( bySet && i !== matchedCount ) {\n\t\t\t\tj = 0;\n\t\t\t\twhile ( ( matcher = setMatchers[ j++ ] ) ) {\n\t\t\t\t\tmatcher( unmatched, setMatched, context, xml );\n\t\t\t\t}\n\n\t\t\t\tif ( seed ) {\n\n\t\t\t\t\t// Reintegrate element matches to eliminate the need for sorting\n\t\t\t\t\tif ( matchedCount > 0 ) {\n\t\t\t\t\t\twhile ( i-- ) {\n\t\t\t\t\t\t\tif ( !( unmatched[ i ] || setMatched[ i ] ) ) {\n\t\t\t\t\t\t\t\tsetMatched[ i ] = pop.call( results );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Discard index placeholder values to get only actual matches\n\t\t\t\t\tsetMatched = condense( setMatched );\n\t\t\t\t}\n\n\t\t\t\t// Add matches to results\n\t\t\t\tpush.apply( results, setMatched );\n\n\t\t\t\t// Seedless set matches succeeding multiple successful matchers stipulate sorting\n\t\t\t\tif ( outermost && !seed && setMatched.length > 0 &&\n\t\t\t\t\t( matchedCount + setMatchers.length ) > 1 ) {\n\n\t\t\t\t\tSizzle.uniqueSort( results );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Override manipulation of globals by nested matchers\n\t\t\tif ( outermost ) {\n\t\t\t\tdirruns = dirrunsUnique;\n\t\t\t\toutermostContext = contextBackup;\n\t\t\t}\n\n\t\t\treturn unmatched;\n\t\t};\n\n\treturn bySet ?\n\t\tmarkFunction( superMatcher ) :\n\t\tsuperMatcher;\n}\n\ncompile = Sizzle.compile = function( selector, match /* Internal Use Only */ ) {\n\tvar i,\n\t\tsetMatchers = [],\n\t\telementMatchers = [],\n\t\tcached = compilerCache[ selector + \" \" ];\n\n\tif ( !cached ) {\n\n\t\t// Generate a function of recursive functions that can be used to check each element\n\t\tif ( !match ) {\n\t\t\tmatch = tokenize( selector );\n\t\t}\n\t\ti = match.length;\n\t\twhile ( i-- ) {\n\t\t\tcached = matcherFromTokens( match[ i ] );\n\t\t\tif ( cached[ expando ] ) {\n\t\t\t\tsetMatchers.push( cached );\n\t\t\t} else {\n\t\t\t\telementMatchers.push( cached );\n\t\t\t}\n\t\t}\n\n\t\t// Cache the compiled function\n\t\tcached = compilerCache(\n\t\t\tselector,\n\t\t\tmatcherFromGroupMatchers( elementMatchers, setMatchers )\n\t\t);\n\n\t\t// Save selector and tokenization\n\t\tcached.selector = selector;\n\t}\n\treturn cached;\n};\n\n/**\n * A low-level selection function that works with Sizzle's compiled\n *  selector functions\n * @param {String|Function} selector A selector or a pre-compiled\n *  selector function built with Sizzle.compile\n * @param {Element} context\n * @param {Array} [results]\n * @param {Array} [seed] A set of elements to match against\n */\nselect = Sizzle.select = function( selector, context, results, seed ) {\n\tvar i, tokens, token, type, find,\n\t\tcompiled = typeof selector === \"function\" && selector,\n\t\tmatch = !seed && tokenize( ( selector = compiled.selector || selector ) );\n\n\tresults = results || [];\n\n\t// Try to minimize operations if there is only one selector in the list and no seed\n\t// (the latter of which guarantees us context)\n\tif ( match.length === 1 ) {\n\n\t\t// Reduce context if the leading compound selector is an ID\n\t\ttokens = match[ 0 ] = match[ 0 ].slice( 0 );\n\t\tif ( tokens.length > 2 && ( token = tokens[ 0 ] ).type === \"ID\" &&\n\t\t\tcontext.nodeType === 9 && documentIsHTML && Expr.relative[ tokens[ 1 ].type ] ) {\n\n\t\t\tcontext = ( Expr.find[ \"ID\" ]( token.matches[ 0 ]\n\t\t\t\t.replace( runescape, funescape ), context ) || [] )[ 0 ];\n\t\t\tif ( !context ) {\n\t\t\t\treturn results;\n\n\t\t\t// Precompiled matchers will still verify ancestry, so step up a level\n\t\t\t} else if ( compiled ) {\n\t\t\t\tcontext = context.parentNode;\n\t\t\t}\n\n\t\t\tselector = selector.slice( tokens.shift().value.length );\n\t\t}\n\n\t\t// Fetch a seed set for right-to-left matching\n\t\ti = matchExpr[ \"needsContext\" ].test( selector ) ? 0 : tokens.length;\n\t\twhile ( i-- ) {\n\t\t\ttoken = tokens[ i ];\n\n\t\t\t// Abort if we hit a combinator\n\t\t\tif ( Expr.relative[ ( type = token.type ) ] ) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tif ( ( find = Expr.find[ type ] ) ) {\n\n\t\t\t\t// Search, expanding context for leading sibling combinators\n\t\t\t\tif ( ( seed = find(\n\t\t\t\t\ttoken.matches[ 0 ].replace( runescape, funescape ),\n\t\t\t\t\trsibling.test( tokens[ 0 ].type ) && testContext( context.parentNode ) ||\n\t\t\t\t\t\tcontext\n\t\t\t\t) ) ) {\n\n\t\t\t\t\t// If seed is empty or no tokens remain, we can return early\n\t\t\t\t\ttokens.splice( i, 1 );\n\t\t\t\t\tselector = seed.length && toSelector( tokens );\n\t\t\t\t\tif ( !selector ) {\n\t\t\t\t\t\tpush.apply( results, seed );\n\t\t\t\t\t\treturn results;\n\t\t\t\t\t}\n\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// Compile and execute a filtering function if one is not provided\n\t// Provide `match` to avoid retokenization if we modified the selector above\n\t( compiled || compile( selector, match ) )(\n\t\tseed,\n\t\tcontext,\n\t\t!documentIsHTML,\n\t\tresults,\n\t\t!context || rsibling.test( selector ) && testContext( context.parentNode ) || context\n\t);\n\treturn results;\n};\n\n// One-time assignments\n\n// Sort stability\nsupport.sortStable = expando.split( \"\" ).sort( sortOrder ).join( \"\" ) === expando;\n\n// Support: Chrome 14-35+\n// Always assume duplicates if they aren't passed to the comparison function\nsupport.detectDuplicates = !!hasDuplicate;\n\n// Initialize against the default document\nsetDocument();\n\n// Support: Webkit<537.32 - Safari 6.0.3/Chrome 25 (fixed in Chrome 27)\n// Detached nodes confoundingly follow *each other*\nsupport.sortDetached = assert( function( el ) {\n\n\t// Should return 1, but returns 4 (following)\n\treturn el.compareDocumentPosition( document.createElement( \"fieldset\" ) ) & 1;\n} );\n\n// Support: IE<8\n// Prevent attribute/property \"interpolation\"\n// https://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx\nif ( !assert( function( el ) {\n\tel.innerHTML = \"<a href='#'></a>\";\n\treturn el.firstChild.getAttribute( \"href\" ) === \"#\";\n} ) ) {\n\taddHandle( \"type|href|height|width\", function( elem, name, isXML ) {\n\t\tif ( !isXML ) {\n\t\t\treturn elem.getAttribute( name, name.toLowerCase() === \"type\" ? 1 : 2 );\n\t\t}\n\t} );\n}\n\n// Support: IE<9\n// Use defaultValue in place of getAttribute(\"value\")\nif ( !support.attributes || !assert( function( el ) {\n\tel.innerHTML = \"<input/>\";\n\tel.firstChild.setAttribute( \"value\", \"\" );\n\treturn el.firstChild.getAttribute( \"value\" ) === \"\";\n} ) ) {\n\taddHandle( \"value\", function( elem, _name, isXML ) {\n\t\tif ( !isXML && elem.nodeName.toLowerCase() === \"input\" ) {\n\t\t\treturn elem.defaultValue;\n\t\t}\n\t} );\n}\n\n// Support: IE<9\n// Use getAttributeNode to fetch booleans when getAttribute lies\nif ( !assert( function( el ) {\n\treturn el.getAttribute( \"disabled\" ) == null;\n} ) ) {\n\taddHandle( booleans, function( elem, name, isXML ) {\n\t\tvar val;\n\t\tif ( !isXML ) {\n\t\t\treturn elem[ name ] === true ? name.toLowerCase() :\n\t\t\t\t( val = elem.getAttributeNode( name ) ) && val.specified ?\n\t\t\t\t\tval.value :\n\t\t\t\t\tnull;\n\t\t}\n\t} );\n}\n\nreturn Sizzle;\n\n} )( window );\n\n\n\njQuery.find = Sizzle;\njQuery.expr = Sizzle.selectors;\n\n// Deprecated\njQuery.expr[ \":\" ] = jQuery.expr.pseudos;\njQuery.uniqueSort = jQuery.unique = Sizzle.uniqueSort;\njQuery.text = Sizzle.getText;\njQuery.isXMLDoc = Sizzle.isXML;\njQuery.contains = Sizzle.contains;\njQuery.escapeSelector = Sizzle.escape;\n\n\n\n\nvar dir = function( elem, dir, until ) {\n\tvar matched = [],\n\t\ttruncate = until !== undefined;\n\n\twhile ( ( elem = elem[ dir ] ) && elem.nodeType !== 9 ) {\n\t\tif ( elem.nodeType === 1 ) {\n\t\t\tif ( truncate && jQuery( elem ).is( until ) ) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tmatched.push( elem );\n\t\t}\n\t}\n\treturn matched;\n};\n\n\nvar siblings = function( n, elem ) {\n\tvar matched = [];\n\n\tfor ( ; n; n = n.nextSibling ) {\n\t\tif ( n.nodeType === 1 && n !== elem ) {\n\t\t\tmatched.push( n );\n\t\t}\n\t}\n\n\treturn matched;\n};\n\n\nvar rneedsContext = jQuery.expr.match.needsContext;\n\n\n\nfunction nodeName( elem, name ) {\n\n\treturn elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase();\n\n}\nvar rsingleTag = ( /^<([a-z][^\\/\\0>:\\x20\\t\\r\\n\\f]*)[\\x20\\t\\r\\n\\f]*\\/?>(?:<\\/\\1>|)$/i );\n\n\n\n// Implement the identical functionality for filter and not\nfunction winnow( elements, qualifier, not ) {\n\tif ( isFunction( qualifier ) ) {\n\t\treturn jQuery.grep( elements, function( elem, i ) {\n\t\t\treturn !!qualifier.call( elem, i, elem ) !== not;\n\t\t} );\n\t}\n\n\t// Single element\n\tif ( qualifier.nodeType ) {\n\t\treturn jQuery.grep( elements, function( elem ) {\n\t\t\treturn ( elem === qualifier ) !== not;\n\t\t} );\n\t}\n\n\t// Arraylike of elements (jQuery, arguments, Array)\n\tif ( typeof qualifier !== \"string\" ) {\n\t\treturn jQuery.grep( elements, function( elem ) {\n\t\t\treturn ( indexOf.call( qualifier, elem ) > -1 ) !== not;\n\t\t} );\n\t}\n\n\t// Filtered directly for both simple and complex selectors\n\treturn jQuery.filter( qualifier, elements, not );\n}\n\njQuery.filter = function( expr, elems, not ) {\n\tvar elem = elems[ 0 ];\n\n\tif ( not ) {\n\t\texpr = \":not(\" + expr + \")\";\n\t}\n\n\tif ( elems.length === 1 && elem.nodeType === 1 ) {\n\t\treturn jQuery.find.matchesSelector( elem, expr ) ? [ elem ] : [];\n\t}\n\n\treturn jQuery.find.matches( expr, jQuery.grep( elems, function( elem ) {\n\t\treturn elem.nodeType === 1;\n\t} ) );\n};\n\njQuery.fn.extend( {\n\tfind: function( selector ) {\n\t\tvar i, ret,\n\t\t\tlen = this.length,\n\t\t\tself = this;\n\n\t\tif ( typeof selector !== \"string\" ) {\n\t\t\treturn this.pushStack( jQuery( selector ).filter( function() {\n\t\t\t\tfor ( i = 0; i < len; i++ ) {\n\t\t\t\t\tif ( jQuery.contains( self[ i ], this ) ) {\n\t\t\t\t\t\treturn true;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} ) );\n\t\t}\n\n\t\tret = this.pushStack( [] );\n\n\t\tfor ( i = 0; i < len; i++ ) {\n\t\t\tjQuery.find( selector, self[ i ], ret );\n\t\t}\n\n\t\treturn len > 1 ? jQuery.uniqueSort( ret ) : ret;\n\t},\n\tfilter: function( selector ) {\n\t\treturn this.pushStack( winnow( this, selector || [], false ) );\n\t},\n\tnot: function( selector ) {\n\t\treturn this.pushStack( winnow( this, selector || [], true ) );\n\t},\n\tis: function( selector ) {\n\t\treturn !!winnow(\n\t\t\tthis,\n\n\t\t\t// If this is a positional/relative selector, check membership in the returned set\n\t\t\t// so $(\"p:first\").is(\"p:last\") won't return true for a doc with two \"p\".\n\t\t\ttypeof selector === \"string\" && rneedsContext.test( selector ) ?\n\t\t\t\tjQuery( selector ) :\n\t\t\t\tselector || [],\n\t\t\tfalse\n\t\t).length;\n\t}\n} );\n\n\n// Initialize a jQuery object\n\n\n// A central reference to the root jQuery(document)\nvar rootjQuery,\n\n\t// A simple way to check for HTML strings\n\t// Prioritize #id over <tag> to avoid XSS via location.hash (#9521)\n\t// Strict HTML recognition (#11290: must start with <)\n\t// Shortcut simple #id case for speed\n\trquickExpr = /^(?:\\s*(<[\\w\\W]+>)[^>]*|#([\\w-]+))$/,\n\n\tinit = jQuery.fn.init = function( selector, context, root ) {\n\t\tvar match, elem;\n\n\t\t// HANDLE: $(\"\"), $(null), $(undefined), $(false)\n\t\tif ( !selector ) {\n\t\t\treturn this;\n\t\t}\n\n\t\t// Method init() accepts an alternate rootjQuery\n\t\t// so migrate can support jQuery.sub (gh-2101)\n\t\troot = root || rootjQuery;\n\n\t\t// Handle HTML strings\n\t\tif ( typeof selector === \"string\" ) {\n\t\t\tif ( selector[ 0 ] === \"<\" &&\n\t\t\t\tselector[ selector.length - 1 ] === \">\" &&\n\t\t\t\tselector.length >= 3 ) {\n\n\t\t\t\t// Assume that strings that start and end with <> are HTML and skip the regex check\n\t\t\t\tmatch = [ null, selector, null ];\n\n\t\t\t} else {\n\t\t\t\tmatch = rquickExpr.exec( selector );\n\t\t\t}\n\n\t\t\t// Match html or make sure no context is specified for #id\n\t\t\tif ( match && ( match[ 1 ] || !context ) ) {\n\n\t\t\t\t// HANDLE: $(html) -> $(array)\n\t\t\t\tif ( match[ 1 ] ) {\n\t\t\t\t\tcontext = context instanceof jQuery ? context[ 0 ] : context;\n\n\t\t\t\t\t// Option to run scripts is true for back-compat\n\t\t\t\t\t// Intentionally let the error be thrown if parseHTML is not present\n\t\t\t\t\tjQuery.merge( this, jQuery.parseHTML(\n\t\t\t\t\t\tmatch[ 1 ],\n\t\t\t\t\t\tcontext && context.nodeType ? context.ownerDocument || context : document,\n\t\t\t\t\t\ttrue\n\t\t\t\t\t) );\n\n\t\t\t\t\t// HANDLE: $(html, props)\n\t\t\t\t\tif ( rsingleTag.test( match[ 1 ] ) && jQuery.isPlainObject( context ) ) {\n\t\t\t\t\t\tfor ( match in context ) {\n\n\t\t\t\t\t\t\t// Properties of context are called as methods if possible\n\t\t\t\t\t\t\tif ( isFunction( this[ match ] ) ) {\n\t\t\t\t\t\t\t\tthis[ match ]( context[ match ] );\n\n\t\t\t\t\t\t\t// ...and otherwise set as attributes\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tthis.attr( match, context[ match ] );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\treturn this;\n\n\t\t\t\t// HANDLE: $(#id)\n\t\t\t\t} else {\n\t\t\t\t\telem = document.getElementById( match[ 2 ] );\n\n\t\t\t\t\tif ( elem ) {\n\n\t\t\t\t\t\t// Inject the element directly into the jQuery object\n\t\t\t\t\t\tthis[ 0 ] = elem;\n\t\t\t\t\t\tthis.length = 1;\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t}\n\n\t\t\t// HANDLE: $(expr, $(...))\n\t\t\t} else if ( !context || context.jquery ) {\n\t\t\t\treturn ( context || root ).find( selector );\n\n\t\t\t// HANDLE: $(expr, context)\n\t\t\t// (which is just equivalent to: $(context).find(expr)\n\t\t\t} else {\n\t\t\t\treturn this.constructor( context ).find( selector );\n\t\t\t}\n\n\t\t// HANDLE: $(DOMElement)\n\t\t} else if ( selector.nodeType ) {\n\t\t\tthis[ 0 ] = selector;\n\t\t\tthis.length = 1;\n\t\t\treturn this;\n\n\t\t// HANDLE: $(function)\n\t\t// Shortcut for document ready\n\t\t} else if ( isFunction( selector ) ) {\n\t\t\treturn root.ready !== undefined ?\n\t\t\t\troot.ready( selector ) :\n\n\t\t\t\t// Execute immediately if ready is not present\n\t\t\t\tselector( jQuery );\n\t\t}\n\n\t\treturn jQuery.makeArray( selector, this );\n\t};\n\n// Give the init function the jQuery prototype for later instantiation\ninit.prototype = jQuery.fn;\n\n// Initialize central reference\nrootjQuery = jQuery( document );\n\n\nvar rparentsprev = /^(?:parents|prev(?:Until|All))/,\n\n\t// Methods guaranteed to produce a unique set when starting from a unique set\n\tguaranteedUnique = {\n\t\tchildren: true,\n\t\tcontents: true,\n\t\tnext: true,\n\t\tprev: true\n\t};\n\njQuery.fn.extend( {\n\thas: function( target ) {\n\t\tvar targets = jQuery( target, this ),\n\t\t\tl = targets.length;\n\n\t\treturn this.filter( function() {\n\t\t\tvar i = 0;\n\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\tif ( jQuery.contains( this, targets[ i ] ) ) {\n\t\t\t\t\treturn true;\n\t\t\t\t}\n\t\t\t}\n\t\t} );\n\t},\n\n\tclosest: function( selectors, context ) {\n\t\tvar cur,\n\t\t\ti = 0,\n\t\t\tl = this.length,\n\t\t\tmatched = [],\n\t\t\ttargets = typeof selectors !== \"string\" && jQuery( selectors );\n\n\t\t// Positional selectors never match, since there's no _selection_ context\n\t\tif ( !rneedsContext.test( selectors ) ) {\n\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\tfor ( cur = this[ i ]; cur && cur !== context; cur = cur.parentNode ) {\n\n\t\t\t\t\t// Always skip document fragments\n\t\t\t\t\tif ( cur.nodeType < 11 && ( targets ?\n\t\t\t\t\t\ttargets.index( cur ) > -1 :\n\n\t\t\t\t\t\t// Don't pass non-elements to Sizzle\n\t\t\t\t\t\tcur.nodeType === 1 &&\n\t\t\t\t\t\t\tjQuery.find.matchesSelector( cur, selectors ) ) ) {\n\n\t\t\t\t\t\tmatched.push( cur );\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this.pushStack( matched.length > 1 ? jQuery.uniqueSort( matched ) : matched );\n\t},\n\n\t// Determine the position of an element within the set\n\tindex: function( elem ) {\n\n\t\t// No argument, return index in parent\n\t\tif ( !elem ) {\n\t\t\treturn ( this[ 0 ] && this[ 0 ].parentNode ) ? this.first().prevAll().length : -1;\n\t\t}\n\n\t\t// Index in selector\n\t\tif ( typeof elem === \"string\" ) {\n\t\t\treturn indexOf.call( jQuery( elem ), this[ 0 ] );\n\t\t}\n\n\t\t// Locate the position of the desired element\n\t\treturn indexOf.call( this,\n\n\t\t\t// If it receives a jQuery object, the first element is used\n\t\t\telem.jquery ? elem[ 0 ] : elem\n\t\t);\n\t},\n\n\tadd: function( selector, context ) {\n\t\treturn this.pushStack(\n\t\t\tjQuery.uniqueSort(\n\t\t\t\tjQuery.merge( this.get(), jQuery( selector, context ) )\n\t\t\t)\n\t\t);\n\t},\n\n\taddBack: function( selector ) {\n\t\treturn this.add( selector == null ?\n\t\t\tthis.prevObject : this.prevObject.filter( selector )\n\t\t);\n\t}\n} );\n\nfunction sibling( cur, dir ) {\n\twhile ( ( cur = cur[ dir ] ) && cur.nodeType !== 1 ) {}\n\treturn cur;\n}\n\njQuery.each( {\n\tparent: function( elem ) {\n\t\tvar parent = elem.parentNode;\n\t\treturn parent && parent.nodeType !== 11 ? parent : null;\n\t},\n\tparents: function( elem ) {\n\t\treturn dir( elem, \"parentNode\" );\n\t},\n\tparentsUntil: function( elem, _i, until ) {\n\t\treturn dir( elem, \"parentNode\", until );\n\t},\n\tnext: function( elem ) {\n\t\treturn sibling( elem, \"nextSibling\" );\n\t},\n\tprev: function( elem ) {\n\t\treturn sibling( elem, \"previousSibling\" );\n\t},\n\tnextAll: function( elem ) {\n\t\treturn dir( elem, \"nextSibling\" );\n\t},\n\tprevAll: function( elem ) {\n\t\treturn dir( elem, \"previousSibling\" );\n\t},\n\tnextUntil: function( elem, _i, until ) {\n\t\treturn dir( elem, \"nextSibling\", until );\n\t},\n\tprevUntil: function( elem, _i, until ) {\n\t\treturn dir( elem, \"previousSibling\", until );\n\t},\n\tsiblings: function( elem ) {\n\t\treturn siblings( ( elem.parentNode || {} ).firstChild, elem );\n\t},\n\tchildren: function( elem ) {\n\t\treturn siblings( elem.firstChild );\n\t},\n\tcontents: function( elem ) {\n\t\tif ( elem.contentDocument != null &&\n\n\t\t\t// Support: IE 11+\n\t\t\t// <object> elements with no `data` attribute has an object\n\t\t\t// `contentDocument` with a `null` prototype.\n\t\t\tgetProto( elem.contentDocument ) ) {\n\n\t\t\treturn elem.contentDocument;\n\t\t}\n\n\t\t// Support: IE 9 - 11 only, iOS 7 only, Android Browser <=4.3 only\n\t\t// Treat the template element as a regular one in browsers that\n\t\t// don't support it.\n\t\tif ( nodeName( elem, \"template\" ) ) {\n\t\t\telem = elem.content || elem;\n\t\t}\n\n\t\treturn jQuery.merge( [], elem.childNodes );\n\t}\n}, function( name, fn ) {\n\tjQuery.fn[ name ] = function( until, selector ) {\n\t\tvar matched = jQuery.map( this, fn, until );\n\n\t\tif ( name.slice( -5 ) !== \"Until\" ) {\n\t\t\tselector = until;\n\t\t}\n\n\t\tif ( selector && typeof selector === \"string\" ) {\n\t\t\tmatched = jQuery.filter( selector, matched );\n\t\t}\n\n\t\tif ( this.length > 1 ) {\n\n\t\t\t// Remove duplicates\n\t\t\tif ( !guaranteedUnique[ name ] ) {\n\t\t\t\tjQuery.uniqueSort( matched );\n\t\t\t}\n\n\t\t\t// Reverse order for parents* and prev-derivatives\n\t\t\tif ( rparentsprev.test( name ) ) {\n\t\t\t\tmatched.reverse();\n\t\t\t}\n\t\t}\n\n\t\treturn this.pushStack( matched );\n\t};\n} );\nvar rnothtmlwhite = ( /[^\\x20\\t\\r\\n\\f]+/g );\n\n\n\n// Convert String-formatted options into Object-formatted ones\nfunction createOptions( options ) {\n\tvar object = {};\n\tjQuery.each( options.match( rnothtmlwhite ) || [], function( _, flag ) {\n\t\tobject[ flag ] = true;\n\t} );\n\treturn object;\n}\n\n/*\n * Create a callback list using the following parameters:\n *\n *\toptions: an optional list of space-separated options that will change how\n *\t\t\tthe callback list behaves or a more traditional option object\n *\n * By default a callback list will act like an event callback list and can be\n * \"fired\" multiple times.\n *\n * Possible options:\n *\n *\tonce:\t\t\twill ensure the callback list can only be fired once (like a Deferred)\n *\n *\tmemory:\t\t\twill keep track of previous values and will call any callback added\n *\t\t\t\t\tafter the list has been fired right away with the latest \"memorized\"\n *\t\t\t\t\tvalues (like a Deferred)\n *\n *\tunique:\t\t\twill ensure a callback can only be added once (no duplicate in the list)\n *\n *\tstopOnFalse:\tinterrupt callings when a callback returns false\n *\n */\njQuery.Callbacks = function( options ) {\n\n\t// Convert options from String-formatted to Object-formatted if needed\n\t// (we check in cache first)\n\toptions = typeof options === \"string\" ?\n\t\tcreateOptions( options ) :\n\t\tjQuery.extend( {}, options );\n\n\tvar // Flag to know if list is currently firing\n\t\tfiring,\n\n\t\t// Last fire value for non-forgettable lists\n\t\tmemory,\n\n\t\t// Flag to know if list was already fired\n\t\tfired,\n\n\t\t// Flag to prevent firing\n\t\tlocked,\n\n\t\t// Actual callback list\n\t\tlist = [],\n\n\t\t// Queue of execution data for repeatable lists\n\t\tqueue = [],\n\n\t\t// Index of currently firing callback (modified by add/remove as needed)\n\t\tfiringIndex = -1,\n\n\t\t// Fire callbacks\n\t\tfire = function() {\n\n\t\t\t// Enforce single-firing\n\t\t\tlocked = locked || options.once;\n\n\t\t\t// Execute callbacks for all pending executions,\n\t\t\t// respecting firingIndex overrides and runtime changes\n\t\t\tfired = firing = true;\n\t\t\tfor ( ; queue.length; firingIndex = -1 ) {\n\t\t\t\tmemory = queue.shift();\n\t\t\t\twhile ( ++firingIndex < list.length ) {\n\n\t\t\t\t\t// Run callback and check for early termination\n\t\t\t\t\tif ( list[ firingIndex ].apply( memory[ 0 ], memory[ 1 ] ) === false &&\n\t\t\t\t\t\toptions.stopOnFalse ) {\n\n\t\t\t\t\t\t// Jump to end and forget the data so .add doesn't re-fire\n\t\t\t\t\t\tfiringIndex = list.length;\n\t\t\t\t\t\tmemory = false;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Forget the data if we're done with it\n\t\t\tif ( !options.memory ) {\n\t\t\t\tmemory = false;\n\t\t\t}\n\n\t\t\tfiring = false;\n\n\t\t\t// Clean up if we're done firing for good\n\t\t\tif ( locked ) {\n\n\t\t\t\t// Keep an empty list if we have data for future add calls\n\t\t\t\tif ( memory ) {\n\t\t\t\t\tlist = [];\n\n\t\t\t\t// Otherwise, this object is spent\n\t\t\t\t} else {\n\t\t\t\t\tlist = \"\";\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\n\t\t// Actual Callbacks object\n\t\tself = {\n\n\t\t\t// Add a callback or a collection of callbacks to the list\n\t\t\tadd: function() {\n\t\t\t\tif ( list ) {\n\n\t\t\t\t\t// If we have memory from a past run, we should fire after adding\n\t\t\t\t\tif ( memory && !firing ) {\n\t\t\t\t\t\tfiringIndex = list.length - 1;\n\t\t\t\t\t\tqueue.push( memory );\n\t\t\t\t\t}\n\n\t\t\t\t\t( function add( args ) {\n\t\t\t\t\t\tjQuery.each( args, function( _, arg ) {\n\t\t\t\t\t\t\tif ( isFunction( arg ) ) {\n\t\t\t\t\t\t\t\tif ( !options.unique || !self.has( arg ) ) {\n\t\t\t\t\t\t\t\t\tlist.push( arg );\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else if ( arg && arg.length && toType( arg ) !== \"string\" ) {\n\n\t\t\t\t\t\t\t\t// Inspect recursively\n\t\t\t\t\t\t\t\tadd( arg );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} );\n\t\t\t\t\t} )( arguments );\n\n\t\t\t\t\tif ( memory && !firing ) {\n\t\t\t\t\t\tfire();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// Remove a callback from the list\n\t\t\tremove: function() {\n\t\t\t\tjQuery.each( arguments, function( _, arg ) {\n\t\t\t\t\tvar index;\n\t\t\t\t\twhile ( ( index = jQuery.inArray( arg, list, index ) ) > -1 ) {\n\t\t\t\t\t\tlist.splice( index, 1 );\n\n\t\t\t\t\t\t// Handle firing indexes\n\t\t\t\t\t\tif ( index <= firingIndex ) {\n\t\t\t\t\t\t\tfiringIndex--;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// Check if a given callback is in the list.\n\t\t\t// If no argument is given, return whether or not list has callbacks attached.\n\t\t\thas: function( fn ) {\n\t\t\t\treturn fn ?\n\t\t\t\t\tjQuery.inArray( fn, list ) > -1 :\n\t\t\t\t\tlist.length > 0;\n\t\t\t},\n\n\t\t\t// Remove all callbacks from the list\n\t\t\tempty: function() {\n\t\t\t\tif ( list ) {\n\t\t\t\t\tlist = [];\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// Disable .fire and .add\n\t\t\t// Abort any current/pending executions\n\t\t\t// Clear all callbacks and values\n\t\t\tdisable: function() {\n\t\t\t\tlocked = queue = [];\n\t\t\t\tlist = memory = \"\";\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\tdisabled: function() {\n\t\t\t\treturn !list;\n\t\t\t},\n\n\t\t\t// Disable .fire\n\t\t\t// Also disable .add unless we have memory (since it would have no effect)\n\t\t\t// Abort any pending executions\n\t\t\tlock: function() {\n\t\t\t\tlocked = queue = [];\n\t\t\t\tif ( !memory && !firing ) {\n\t\t\t\t\tlist = memory = \"\";\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\t\t\tlocked: function() {\n\t\t\t\treturn !!locked;\n\t\t\t},\n\n\t\t\t// Call all callbacks with the given context and arguments\n\t\t\tfireWith: function( context, args ) {\n\t\t\t\tif ( !locked ) {\n\t\t\t\t\targs = args || [];\n\t\t\t\t\targs = [ context, args.slice ? args.slice() : args ];\n\t\t\t\t\tqueue.push( args );\n\t\t\t\t\tif ( !firing ) {\n\t\t\t\t\t\tfire();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// Call all the callbacks with the given arguments\n\t\t\tfire: function() {\n\t\t\t\tself.fireWith( this, arguments );\n\t\t\t\treturn this;\n\t\t\t},\n\n\t\t\t// To know if the callbacks have already been called at least once\n\t\t\tfired: function() {\n\t\t\t\treturn !!fired;\n\t\t\t}\n\t\t};\n\n\treturn self;\n};\n\n\nfunction Identity( v ) {\n\treturn v;\n}\nfunction Thrower( ex ) {\n\tthrow ex;\n}\n\nfunction adoptValue( value, resolve, reject, noValue ) {\n\tvar method;\n\n\ttry {\n\n\t\t// Check for promise aspect first to privilege synchronous behavior\n\t\tif ( value && isFunction( ( method = value.promise ) ) ) {\n\t\t\tmethod.call( value ).done( resolve ).fail( reject );\n\n\t\t// Other thenables\n\t\t} else if ( value && isFunction( ( method = value.then ) ) ) {\n\t\t\tmethod.call( value, resolve, reject );\n\n\t\t// Other non-thenables\n\t\t} else {\n\n\t\t\t// Control `resolve` arguments by letting Array#slice cast boolean `noValue` to integer:\n\t\t\t// * false: [ value ].slice( 0 ) => resolve( value )\n\t\t\t// * true: [ value ].slice( 1 ) => resolve()\n\t\t\tresolve.apply( undefined, [ value ].slice( noValue ) );\n\t\t}\n\n\t// For Promises/A+, convert exceptions into rejections\n\t// Since jQuery.when doesn't unwrap thenables, we can skip the extra checks appearing in\n\t// Deferred#then to conditionally suppress rejection.\n\t} catch ( value ) {\n\n\t\t// Support: Android 4.0 only\n\t\t// Strict mode functions invoked without .call/.apply get global-object context\n\t\treject.apply( undefined, [ value ] );\n\t}\n}\n\njQuery.extend( {\n\n\tDeferred: function( func ) {\n\t\tvar tuples = [\n\n\t\t\t\t// action, add listener, callbacks,\n\t\t\t\t// ... .then handlers, argument index, [final state]\n\t\t\t\t[ \"notify\", \"progress\", jQuery.Callbacks( \"memory\" ),\n\t\t\t\t\tjQuery.Callbacks( \"memory\" ), 2 ],\n\t\t\t\t[ \"resolve\", \"done\", jQuery.Callbacks( \"once memory\" ),\n\t\t\t\t\tjQuery.Callbacks( \"once memory\" ), 0, \"resolved\" ],\n\t\t\t\t[ \"reject\", \"fail\", jQuery.Callbacks( \"once memory\" ),\n\t\t\t\t\tjQuery.Callbacks( \"once memory\" ), 1, \"rejected\" ]\n\t\t\t],\n\t\t\tstate = \"pending\",\n\t\t\tpromise = {\n\t\t\t\tstate: function() {\n\t\t\t\t\treturn state;\n\t\t\t\t},\n\t\t\t\talways: function() {\n\t\t\t\t\tdeferred.done( arguments ).fail( arguments );\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\t\t\t\t\"catch\": function( fn ) {\n\t\t\t\t\treturn promise.then( null, fn );\n\t\t\t\t},\n\n\t\t\t\t// Keep pipe for back-compat\n\t\t\t\tpipe: function( /* fnDone, fnFail, fnProgress */ ) {\n\t\t\t\t\tvar fns = arguments;\n\n\t\t\t\t\treturn jQuery.Deferred( function( newDefer ) {\n\t\t\t\t\t\tjQuery.each( tuples, function( _i, tuple ) {\n\n\t\t\t\t\t\t\t// Map tuples (progress, done, fail) to arguments (done, fail, progress)\n\t\t\t\t\t\t\tvar fn = isFunction( fns[ tuple[ 4 ] ] ) && fns[ tuple[ 4 ] ];\n\n\t\t\t\t\t\t\t// deferred.progress(function() { bind to newDefer or newDefer.notify })\n\t\t\t\t\t\t\t// deferred.done(function() { bind to newDefer or newDefer.resolve })\n\t\t\t\t\t\t\t// deferred.fail(function() { bind to newDefer or newDefer.reject })\n\t\t\t\t\t\t\tdeferred[ tuple[ 1 ] ]( function() {\n\t\t\t\t\t\t\t\tvar returned = fn && fn.apply( this, arguments );\n\t\t\t\t\t\t\t\tif ( returned && isFunction( returned.promise ) ) {\n\t\t\t\t\t\t\t\t\treturned.promise()\n\t\t\t\t\t\t\t\t\t\t.progress( newDefer.notify )\n\t\t\t\t\t\t\t\t\t\t.done( newDefer.resolve )\n\t\t\t\t\t\t\t\t\t\t.fail( newDefer.reject );\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tnewDefer[ tuple[ 0 ] + \"With\" ](\n\t\t\t\t\t\t\t\t\t\tthis,\n\t\t\t\t\t\t\t\t\t\tfn ? [ returned ] : arguments\n\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} );\n\t\t\t\t\t\t} );\n\t\t\t\t\t\tfns = null;\n\t\t\t\t\t} ).promise();\n\t\t\t\t},\n\t\t\t\tthen: function( onFulfilled, onRejected, onProgress ) {\n\t\t\t\t\tvar maxDepth = 0;\n\t\t\t\t\tfunction resolve( depth, deferred, handler, special ) {\n\t\t\t\t\t\treturn function() {\n\t\t\t\t\t\t\tvar that = this,\n\t\t\t\t\t\t\t\targs = arguments,\n\t\t\t\t\t\t\t\tmightThrow = function() {\n\t\t\t\t\t\t\t\t\tvar returned, then;\n\n\t\t\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.3.3.3\n\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-59\n\t\t\t\t\t\t\t\t\t// Ignore double-resolution attempts\n\t\t\t\t\t\t\t\t\tif ( depth < maxDepth ) {\n\t\t\t\t\t\t\t\t\t\treturn;\n\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\treturned = handler.apply( that, args );\n\n\t\t\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.1\n\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-48\n\t\t\t\t\t\t\t\t\tif ( returned === deferred.promise() ) {\n\t\t\t\t\t\t\t\t\t\tthrow new TypeError( \"Thenable self-resolution\" );\n\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t// Support: Promises/A+ sections 2.3.3.1, 3.5\n\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-54\n\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-75\n\t\t\t\t\t\t\t\t\t// Retrieve `then` only once\n\t\t\t\t\t\t\t\t\tthen = returned &&\n\n\t\t\t\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.4\n\t\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-64\n\t\t\t\t\t\t\t\t\t\t// Only check objects and functions for thenability\n\t\t\t\t\t\t\t\t\t\t( typeof returned === \"object\" ||\n\t\t\t\t\t\t\t\t\t\t\ttypeof returned === \"function\" ) &&\n\t\t\t\t\t\t\t\t\t\treturned.then;\n\n\t\t\t\t\t\t\t\t\t// Handle a returned thenable\n\t\t\t\t\t\t\t\t\tif ( isFunction( then ) ) {\n\n\t\t\t\t\t\t\t\t\t\t// Special processors (notify) just wait for resolution\n\t\t\t\t\t\t\t\t\t\tif ( special ) {\n\t\t\t\t\t\t\t\t\t\t\tthen.call(\n\t\t\t\t\t\t\t\t\t\t\t\treturned,\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Identity, special ),\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Thrower, special )\n\t\t\t\t\t\t\t\t\t\t\t);\n\n\t\t\t\t\t\t\t\t\t\t// Normal processors (resolve) also hook into progress\n\t\t\t\t\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t\t\t\t\t// ...and disregard older resolution values\n\t\t\t\t\t\t\t\t\t\t\tmaxDepth++;\n\n\t\t\t\t\t\t\t\t\t\t\tthen.call(\n\t\t\t\t\t\t\t\t\t\t\t\treturned,\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Identity, special ),\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Thrower, special ),\n\t\t\t\t\t\t\t\t\t\t\t\tresolve( maxDepth, deferred, Identity,\n\t\t\t\t\t\t\t\t\t\t\t\t\tdeferred.notifyWith )\n\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t// Handle all other returned values\n\t\t\t\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t\t\t\t// Only substitute handlers pass on context\n\t\t\t\t\t\t\t\t\t\t// and multiple values (non-spec behavior)\n\t\t\t\t\t\t\t\t\t\tif ( handler !== Identity ) {\n\t\t\t\t\t\t\t\t\t\t\tthat = undefined;\n\t\t\t\t\t\t\t\t\t\t\targs = [ returned ];\n\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\t// Process the value(s)\n\t\t\t\t\t\t\t\t\t\t// Default process is resolve\n\t\t\t\t\t\t\t\t\t\t( special || deferred.resolveWith )( that, args );\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t},\n\n\t\t\t\t\t\t\t\t// Only normal processors (resolve) catch and reject exceptions\n\t\t\t\t\t\t\t\tprocess = special ?\n\t\t\t\t\t\t\t\t\tmightThrow :\n\t\t\t\t\t\t\t\t\tfunction() {\n\t\t\t\t\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\t\t\t\t\tmightThrow();\n\t\t\t\t\t\t\t\t\t\t} catch ( e ) {\n\n\t\t\t\t\t\t\t\t\t\t\tif ( jQuery.Deferred.exceptionHook ) {\n\t\t\t\t\t\t\t\t\t\t\t\tjQuery.Deferred.exceptionHook( e,\n\t\t\t\t\t\t\t\t\t\t\t\t\tprocess.stackTrace );\n\t\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.3.3.4.1\n\t\t\t\t\t\t\t\t\t\t\t// https://promisesaplus.com/#point-61\n\t\t\t\t\t\t\t\t\t\t\t// Ignore post-resolution exceptions\n\t\t\t\t\t\t\t\t\t\t\tif ( depth + 1 >= maxDepth ) {\n\n\t\t\t\t\t\t\t\t\t\t\t\t// Only substitute handlers pass on context\n\t\t\t\t\t\t\t\t\t\t\t\t// and multiple values (non-spec behavior)\n\t\t\t\t\t\t\t\t\t\t\t\tif ( handler !== Thrower ) {\n\t\t\t\t\t\t\t\t\t\t\t\t\tthat = undefined;\n\t\t\t\t\t\t\t\t\t\t\t\t\targs = [ e ];\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\t\t\tdeferred.rejectWith( that, args );\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t};\n\n\t\t\t\t\t\t\t// Support: Promises/A+ section 2.3.3.3.1\n\t\t\t\t\t\t\t// https://promisesaplus.com/#point-57\n\t\t\t\t\t\t\t// Re-resolve promises immediately to dodge false rejection from\n\t\t\t\t\t\t\t// subsequent errors\n\t\t\t\t\t\t\tif ( depth ) {\n\t\t\t\t\t\t\t\tprocess();\n\t\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t\t// Call an optional hook to record the stack, in case of exception\n\t\t\t\t\t\t\t\t// since it's otherwise lost when execution goes async\n\t\t\t\t\t\t\t\tif ( jQuery.Deferred.getStackHook ) {\n\t\t\t\t\t\t\t\t\tprocess.stackTrace = jQuery.Deferred.getStackHook();\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\twindow.setTimeout( process );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t};\n\t\t\t\t\t}\n\n\t\t\t\t\treturn jQuery.Deferred( function( newDefer ) {\n\n\t\t\t\t\t\t// progress_handlers.add( ... )\n\t\t\t\t\t\ttuples[ 0 ][ 3 ].add(\n\t\t\t\t\t\t\tresolve(\n\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\tnewDefer,\n\t\t\t\t\t\t\t\tisFunction( onProgress ) ?\n\t\t\t\t\t\t\t\t\tonProgress :\n\t\t\t\t\t\t\t\t\tIdentity,\n\t\t\t\t\t\t\t\tnewDefer.notifyWith\n\t\t\t\t\t\t\t)\n\t\t\t\t\t\t);\n\n\t\t\t\t\t\t// fulfilled_handlers.add( ... )\n\t\t\t\t\t\ttuples[ 1 ][ 3 ].add(\n\t\t\t\t\t\t\tresolve(\n\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\tnewDefer,\n\t\t\t\t\t\t\t\tisFunction( onFulfilled ) ?\n\t\t\t\t\t\t\t\t\tonFulfilled :\n\t\t\t\t\t\t\t\t\tIdentity\n\t\t\t\t\t\t\t)\n\t\t\t\t\t\t);\n\n\t\t\t\t\t\t// rejected_handlers.add( ... )\n\t\t\t\t\t\ttuples[ 2 ][ 3 ].add(\n\t\t\t\t\t\t\tresolve(\n\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\tnewDefer,\n\t\t\t\t\t\t\t\tisFunction( onRejected ) ?\n\t\t\t\t\t\t\t\t\tonRejected :\n\t\t\t\t\t\t\t\t\tThrower\n\t\t\t\t\t\t\t)\n\t\t\t\t\t\t);\n\t\t\t\t\t} ).promise();\n\t\t\t\t},\n\n\t\t\t\t// Get a promise for this deferred\n\t\t\t\t// If obj is provided, the promise aspect is added to the object\n\t\t\t\tpromise: function( obj ) {\n\t\t\t\t\treturn obj != null ? jQuery.extend( obj, promise ) : promise;\n\t\t\t\t}\n\t\t\t},\n\t\t\tdeferred = {};\n\n\t\t// Add list-specific methods\n\t\tjQuery.each( tuples, function( i, tuple ) {\n\t\t\tvar list = tuple[ 2 ],\n\t\t\t\tstateString = tuple[ 5 ];\n\n\t\t\t// promise.progress = list.add\n\t\t\t// promise.done = list.add\n\t\t\t// promise.fail = list.add\n\t\t\tpromise[ tuple[ 1 ] ] = list.add;\n\n\t\t\t// Handle state\n\t\t\tif ( stateString ) {\n\t\t\t\tlist.add(\n\t\t\t\t\tfunction() {\n\n\t\t\t\t\t\t// state = \"resolved\" (i.e., fulfilled)\n\t\t\t\t\t\t// state = \"rejected\"\n\t\t\t\t\t\tstate = stateString;\n\t\t\t\t\t},\n\n\t\t\t\t\t// rejected_callbacks.disable\n\t\t\t\t\t// fulfilled_callbacks.disable\n\t\t\t\t\ttuples[ 3 - i ][ 2 ].disable,\n\n\t\t\t\t\t// rejected_handlers.disable\n\t\t\t\t\t// fulfilled_handlers.disable\n\t\t\t\t\ttuples[ 3 - i ][ 3 ].disable,\n\n\t\t\t\t\t// progress_callbacks.lock\n\t\t\t\t\ttuples[ 0 ][ 2 ].lock,\n\n\t\t\t\t\t// progress_handlers.lock\n\t\t\t\t\ttuples[ 0 ][ 3 ].lock\n\t\t\t\t);\n\t\t\t}\n\n\t\t\t// progress_handlers.fire\n\t\t\t// fulfilled_handlers.fire\n\t\t\t// rejected_handlers.fire\n\t\t\tlist.add( tuple[ 3 ].fire );\n\n\t\t\t// deferred.notify = function() { deferred.notifyWith(...) }\n\t\t\t// deferred.resolve = function() { deferred.resolveWith(...) }\n\t\t\t// deferred.reject = function() { deferred.rejectWith(...) }\n\t\t\tdeferred[ tuple[ 0 ] ] = function() {\n\t\t\t\tdeferred[ tuple[ 0 ] + \"With\" ]( this === deferred ? undefined : this, arguments );\n\t\t\t\treturn this;\n\t\t\t};\n\n\t\t\t// deferred.notifyWith = list.fireWith\n\t\t\t// deferred.resolveWith = list.fireWith\n\t\t\t// deferred.rejectWith = list.fireWith\n\t\t\tdeferred[ tuple[ 0 ] + \"With\" ] = list.fireWith;\n\t\t} );\n\n\t\t// Make the deferred a promise\n\t\tpromise.promise( deferred );\n\n\t\t// Call given func if any\n\t\tif ( func ) {\n\t\t\tfunc.call( deferred, deferred );\n\t\t}\n\n\t\t// All done!\n\t\treturn deferred;\n\t},\n\n\t// Deferred helper\n\twhen: function( singleValue ) {\n\t\tvar\n\n\t\t\t// count of uncompleted subordinates\n\t\t\tremaining = arguments.length,\n\n\t\t\t// count of unprocessed arguments\n\t\t\ti = remaining,\n\n\t\t\t// subordinate fulfillment data\n\t\t\tresolveContexts = Array( i ),\n\t\t\tresolveValues = slice.call( arguments ),\n\n\t\t\t// the primary Deferred\n\t\t\tprimary = jQuery.Deferred(),\n\n\t\t\t// subordinate callback factory\n\t\t\tupdateFunc = function( i ) {\n\t\t\t\treturn function( value ) {\n\t\t\t\t\tresolveContexts[ i ] = this;\n\t\t\t\t\tresolveValues[ i ] = arguments.length > 1 ? slice.call( arguments ) : value;\n\t\t\t\t\tif ( !( --remaining ) ) {\n\t\t\t\t\t\tprimary.resolveWith( resolveContexts, resolveValues );\n\t\t\t\t\t}\n\t\t\t\t};\n\t\t\t};\n\n\t\t// Single- and empty arguments are adopted like Promise.resolve\n\t\tif ( remaining <= 1 ) {\n\t\t\tadoptValue( singleValue, primary.done( updateFunc( i ) ).resolve, primary.reject,\n\t\t\t\t!remaining );\n\n\t\t\t// Use .then() to unwrap secondary thenables (cf. gh-3000)\n\t\t\tif ( primary.state() === \"pending\" ||\n\t\t\t\tisFunction( resolveValues[ i ] && resolveValues[ i ].then ) ) {\n\n\t\t\t\treturn primary.then();\n\t\t\t}\n\t\t}\n\n\t\t// Multiple arguments are aggregated like Promise.all array elements\n\t\twhile ( i-- ) {\n\t\t\tadoptValue( resolveValues[ i ], updateFunc( i ), primary.reject );\n\t\t}\n\n\t\treturn primary.promise();\n\t}\n} );\n\n\n// These usually indicate a programmer mistake during development,\n// warn about them ASAP rather than swallowing them by default.\nvar rerrorNames = /^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;\n\njQuery.Deferred.exceptionHook = function( error, stack ) {\n\n\t// Support: IE 8 - 9 only\n\t// Console exists when dev tools are open, which can happen at any time\n\tif ( window.console && window.console.warn && error && rerrorNames.test( error.name ) ) {\n\t\twindow.console.warn( \"jQuery.Deferred exception: \" + error.message, error.stack, stack );\n\t}\n};\n\n\n\n\njQuery.readyException = function( error ) {\n\twindow.setTimeout( function() {\n\t\tthrow error;\n\t} );\n};\n\n\n\n\n// The deferred used on DOM ready\nvar readyList = jQuery.Deferred();\n\njQuery.fn.ready = function( fn ) {\n\n\treadyList\n\t\t.then( fn )\n\n\t\t// Wrap jQuery.readyException in a function so that the lookup\n\t\t// happens at the time of error handling instead of callback\n\t\t// registration.\n\t\t.catch( function( error ) {\n\t\t\tjQuery.readyException( error );\n\t\t} );\n\n\treturn this;\n};\n\njQuery.extend( {\n\n\t// Is the DOM ready to be used? Set to true once it occurs.\n\tisReady: false,\n\n\t// A counter to track how many items to wait for before\n\t// the ready event fires. See #6781\n\treadyWait: 1,\n\n\t// Handle when the DOM is ready\n\tready: function( wait ) {\n\n\t\t// Abort if there are pending holds or we're already ready\n\t\tif ( wait === true ? --jQuery.readyWait : jQuery.isReady ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Remember that the DOM is ready\n\t\tjQuery.isReady = true;\n\n\t\t// If a normal DOM Ready event fired, decrement, and wait if need be\n\t\tif ( wait !== true && --jQuery.readyWait > 0 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// If there are functions bound, to execute\n\t\treadyList.resolveWith( document, [ jQuery ] );\n\t}\n} );\n\njQuery.ready.then = readyList.then;\n\n// The ready event handler and self cleanup method\nfunction completed() {\n\tdocument.removeEventListener( \"DOMContentLoaded\", completed );\n\twindow.removeEventListener( \"load\", completed );\n\tjQuery.ready();\n}\n\n// Catch cases where $(document).ready() is called\n// after the browser event has already occurred.\n// Support: IE <=9 - 10 only\n// Older IE sometimes signals \"interactive\" too soon\nif ( document.readyState === \"complete\" ||\n\t( document.readyState !== \"loading\" && !document.documentElement.doScroll ) ) {\n\n\t// Handle it asynchronously to allow scripts the opportunity to delay ready\n\twindow.setTimeout( jQuery.ready );\n\n} else {\n\n\t// Use the handy event callback\n\tdocument.addEventListener( \"DOMContentLoaded\", completed );\n\n\t// A fallback to window.onload, that will always work\n\twindow.addEventListener( \"load\", completed );\n}\n\n\n\n\n// Multifunctional method to get and set values of a collection\n// The value/s can optionally be executed if it's a function\nvar access = function( elems, fn, key, value, chainable, emptyGet, raw ) {\n\tvar i = 0,\n\t\tlen = elems.length,\n\t\tbulk = key == null;\n\n\t// Sets many values\n\tif ( toType( key ) === \"object\" ) {\n\t\tchainable = true;\n\t\tfor ( i in key ) {\n\t\t\taccess( elems, fn, i, key[ i ], true, emptyGet, raw );\n\t\t}\n\n\t// Sets one value\n\t} else if ( value !== undefined ) {\n\t\tchainable = true;\n\n\t\tif ( !isFunction( value ) ) {\n\t\t\traw = true;\n\t\t}\n\n\t\tif ( bulk ) {\n\n\t\t\t// Bulk operations run against the entire set\n\t\t\tif ( raw ) {\n\t\t\t\tfn.call( elems, value );\n\t\t\t\tfn = null;\n\n\t\t\t// ...except when executing function values\n\t\t\t} else {\n\t\t\t\tbulk = fn;\n\t\t\t\tfn = function( elem, _key, value ) {\n\t\t\t\t\treturn bulk.call( jQuery( elem ), value );\n\t\t\t\t};\n\t\t\t}\n\t\t}\n\n\t\tif ( fn ) {\n\t\t\tfor ( ; i < len; i++ ) {\n\t\t\t\tfn(\n\t\t\t\t\telems[ i ], key, raw ?\n\t\t\t\t\t\tvalue :\n\t\t\t\t\t\tvalue.call( elems[ i ], i, fn( elems[ i ], key ) )\n\t\t\t\t);\n\t\t\t}\n\t\t}\n\t}\n\n\tif ( chainable ) {\n\t\treturn elems;\n\t}\n\n\t// Gets\n\tif ( bulk ) {\n\t\treturn fn.call( elems );\n\t}\n\n\treturn len ? fn( elems[ 0 ], key ) : emptyGet;\n};\n\n\n// Matches dashed string for camelizing\nvar rmsPrefix = /^-ms-/,\n\trdashAlpha = /-([a-z])/g;\n\n// Used by camelCase as callback to replace()\nfunction fcamelCase( _all, letter ) {\n\treturn letter.toUpperCase();\n}\n\n// Convert dashed to camelCase; used by the css and data modules\n// Support: IE <=9 - 11, Edge 12 - 15\n// Microsoft forgot to hump their vendor prefix (#9572)\nfunction camelCase( string ) {\n\treturn string.replace( rmsPrefix, \"ms-\" ).replace( rdashAlpha, fcamelCase );\n}\nvar acceptData = function( owner ) {\n\n\t// Accepts only:\n\t//  - Node\n\t//    - Node.ELEMENT_NODE\n\t//    - Node.DOCUMENT_NODE\n\t//  - Object\n\t//    - Any\n\treturn owner.nodeType === 1 || owner.nodeType === 9 || !( +owner.nodeType );\n};\n\n\n\n\nfunction Data() {\n\tthis.expando = jQuery.expando + Data.uid++;\n}\n\nData.uid = 1;\n\nData.prototype = {\n\n\tcache: function( owner ) {\n\n\t\t// Check if the owner object already has a cache\n\t\tvar value = owner[ this.expando ];\n\n\t\t// If not, create one\n\t\tif ( !value ) {\n\t\t\tvalue = {};\n\n\t\t\t// We can accept data for non-element nodes in modern browsers,\n\t\t\t// but we should not, see #8335.\n\t\t\t// Always return an empty object.\n\t\t\tif ( acceptData( owner ) ) {\n\n\t\t\t\t// If it is a node unlikely to be stringify-ed or looped over\n\t\t\t\t// use plain assignment\n\t\t\t\tif ( owner.nodeType ) {\n\t\t\t\t\towner[ this.expando ] = value;\n\n\t\t\t\t// Otherwise secure it in a non-enumerable property\n\t\t\t\t// configurable must be true to allow the property to be\n\t\t\t\t// deleted when data is removed\n\t\t\t\t} else {\n\t\t\t\t\tObject.defineProperty( owner, this.expando, {\n\t\t\t\t\t\tvalue: value,\n\t\t\t\t\t\tconfigurable: true\n\t\t\t\t\t} );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn value;\n\t},\n\tset: function( owner, data, value ) {\n\t\tvar prop,\n\t\t\tcache = this.cache( owner );\n\n\t\t// Handle: [ owner, key, value ] args\n\t\t// Always use camelCase key (gh-2257)\n\t\tif ( typeof data === \"string\" ) {\n\t\t\tcache[ camelCase( data ) ] = value;\n\n\t\t// Handle: [ owner, { properties } ] args\n\t\t} else {\n\n\t\t\t// Copy the properties one-by-one to the cache object\n\t\t\tfor ( prop in data ) {\n\t\t\t\tcache[ camelCase( prop ) ] = data[ prop ];\n\t\t\t}\n\t\t}\n\t\treturn cache;\n\t},\n\tget: function( owner, key ) {\n\t\treturn key === undefined ?\n\t\t\tthis.cache( owner ) :\n\n\t\t\t// Always use camelCase key (gh-2257)\n\t\t\towner[ this.expando ] && owner[ this.expando ][ camelCase( key ) ];\n\t},\n\taccess: function( owner, key, value ) {\n\n\t\t// In cases where either:\n\t\t//\n\t\t//   1. No key was specified\n\t\t//   2. A string key was specified, but no value provided\n\t\t//\n\t\t// Take the \"read\" path and allow the get method to determine\n\t\t// which value to return, respectively either:\n\t\t//\n\t\t//   1. The entire cache object\n\t\t//   2. The data stored at the key\n\t\t//\n\t\tif ( key === undefined ||\n\t\t\t\t( ( key && typeof key === \"string\" ) && value === undefined ) ) {\n\n\t\t\treturn this.get( owner, key );\n\t\t}\n\n\t\t// When the key is not a string, or both a key and value\n\t\t// are specified, set or extend (existing objects) with either:\n\t\t//\n\t\t//   1. An object of properties\n\t\t//   2. A key and value\n\t\t//\n\t\tthis.set( owner, key, value );\n\n\t\t// Since the \"set\" path can have two possible entry points\n\t\t// return the expected data based on which path was taken[*]\n\t\treturn value !== undefined ? value : key;\n\t},\n\tremove: function( owner, key ) {\n\t\tvar i,\n\t\t\tcache = owner[ this.expando ];\n\n\t\tif ( cache === undefined ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( key !== undefined ) {\n\n\t\t\t// Support array or space separated string of keys\n\t\t\tif ( Array.isArray( key ) ) {\n\n\t\t\t\t// If key is an array of keys...\n\t\t\t\t// We always set camelCase keys, so remove that.\n\t\t\t\tkey = key.map( camelCase );\n\t\t\t} else {\n\t\t\t\tkey = camelCase( key );\n\n\t\t\t\t// If a key with the spaces exists, use it.\n\t\t\t\t// Otherwise, create an array by matching non-whitespace\n\t\t\t\tkey = key in cache ?\n\t\t\t\t\t[ key ] :\n\t\t\t\t\t( key.match( rnothtmlwhite ) || [] );\n\t\t\t}\n\n\t\t\ti = key.length;\n\n\t\t\twhile ( i-- ) {\n\t\t\t\tdelete cache[ key[ i ] ];\n\t\t\t}\n\t\t}\n\n\t\t// Remove the expando if there's no more data\n\t\tif ( key === undefined || jQuery.isEmptyObject( cache ) ) {\n\n\t\t\t// Support: Chrome <=35 - 45\n\t\t\t// Webkit & Blink performance suffers when deleting properties\n\t\t\t// from DOM nodes, so set to undefined instead\n\t\t\t// https://bugs.chromium.org/p/chromium/issues/detail?id=378607 (bug restricted)\n\t\t\tif ( owner.nodeType ) {\n\t\t\t\towner[ this.expando ] = undefined;\n\t\t\t} else {\n\t\t\t\tdelete owner[ this.expando ];\n\t\t\t}\n\t\t}\n\t},\n\thasData: function( owner ) {\n\t\tvar cache = owner[ this.expando ];\n\t\treturn cache !== undefined && !jQuery.isEmptyObject( cache );\n\t}\n};\nvar dataPriv = new Data();\n\nvar dataUser = new Data();\n\n\n\n//\tImplementation Summary\n//\n//\t1. Enforce API surface and semantic compatibility with 1.9.x branch\n//\t2. Improve the module's maintainability by reducing the storage\n//\t\tpaths to a single mechanism.\n//\t3. Use the same single mechanism to support \"private\" and \"user\" data.\n//\t4. _Never_ expose \"private\" data to user code (TODO: Drop _data, _removeData)\n//\t5. Avoid exposing implementation details on user objects (eg. expando properties)\n//\t6. Provide a clear path for implementation upgrade to WeakMap in 2014\n\nvar rbrace = /^(?:\\{[\\w\\W]*\\}|\\[[\\w\\W]*\\])$/,\n\trmultiDash = /[A-Z]/g;\n\nfunction getData( data ) {\n\tif ( data === \"true\" ) {\n\t\treturn true;\n\t}\n\n\tif ( data === \"false\" ) {\n\t\treturn false;\n\t}\n\n\tif ( data === \"null\" ) {\n\t\treturn null;\n\t}\n\n\t// Only convert to a number if it doesn't change the string\n\tif ( data === +data + \"\" ) {\n\t\treturn +data;\n\t}\n\n\tif ( rbrace.test( data ) ) {\n\t\treturn JSON.parse( data );\n\t}\n\n\treturn data;\n}\n\nfunction dataAttr( elem, key, data ) {\n\tvar name;\n\n\t// If nothing was found internally, try to fetch any\n\t// data from the HTML5 data-* attribute\n\tif ( data === undefined && elem.nodeType === 1 ) {\n\t\tname = \"data-\" + key.replace( rmultiDash, \"-$&\" ).toLowerCase();\n\t\tdata = elem.getAttribute( name );\n\n\t\tif ( typeof data === \"string\" ) {\n\t\t\ttry {\n\t\t\t\tdata = getData( data );\n\t\t\t} catch ( e ) {}\n\n\t\t\t// Make sure we set the data so it isn't changed later\n\t\t\tdataUser.set( elem, key, data );\n\t\t} else {\n\t\t\tdata = undefined;\n\t\t}\n\t}\n\treturn data;\n}\n\njQuery.extend( {\n\thasData: function( elem ) {\n\t\treturn dataUser.hasData( elem ) || dataPriv.hasData( elem );\n\t},\n\n\tdata: function( elem, name, data ) {\n\t\treturn dataUser.access( elem, name, data );\n\t},\n\n\tremoveData: function( elem, name ) {\n\t\tdataUser.remove( elem, name );\n\t},\n\n\t// TODO: Now that all calls to _data and _removeData have been replaced\n\t// with direct calls to dataPriv methods, these can be deprecated.\n\t_data: function( elem, name, data ) {\n\t\treturn dataPriv.access( elem, name, data );\n\t},\n\n\t_removeData: function( elem, name ) {\n\t\tdataPriv.remove( elem, name );\n\t}\n} );\n\njQuery.fn.extend( {\n\tdata: function( key, value ) {\n\t\tvar i, name, data,\n\t\t\telem = this[ 0 ],\n\t\t\tattrs = elem && elem.attributes;\n\n\t\t// Gets all values\n\t\tif ( key === undefined ) {\n\t\t\tif ( this.length ) {\n\t\t\t\tdata = dataUser.get( elem );\n\n\t\t\t\tif ( elem.nodeType === 1 && !dataPriv.get( elem, \"hasDataAttrs\" ) ) {\n\t\t\t\t\ti = attrs.length;\n\t\t\t\t\twhile ( i-- ) {\n\n\t\t\t\t\t\t// Support: IE 11 only\n\t\t\t\t\t\t// The attrs elements can be null (#14894)\n\t\t\t\t\t\tif ( attrs[ i ] ) {\n\t\t\t\t\t\t\tname = attrs[ i ].name;\n\t\t\t\t\t\t\tif ( name.indexOf( \"data-\" ) === 0 ) {\n\t\t\t\t\t\t\t\tname = camelCase( name.slice( 5 ) );\n\t\t\t\t\t\t\t\tdataAttr( elem, name, data[ name ] );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tdataPriv.set( elem, \"hasDataAttrs\", true );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\treturn data;\n\t\t}\n\n\t\t// Sets multiple values\n\t\tif ( typeof key === \"object\" ) {\n\t\t\treturn this.each( function() {\n\t\t\t\tdataUser.set( this, key );\n\t\t\t} );\n\t\t}\n\n\t\treturn access( this, function( value ) {\n\t\t\tvar data;\n\n\t\t\t// The calling jQuery object (element matches) is not empty\n\t\t\t// (and therefore has an element appears at this[ 0 ]) and the\n\t\t\t// `value` parameter was not undefined. An empty jQuery object\n\t\t\t// will result in `undefined` for elem = this[ 0 ] which will\n\t\t\t// throw an exception if an attempt to read a data cache is made.\n\t\t\tif ( elem && value === undefined ) {\n\n\t\t\t\t// Attempt to get data from the cache\n\t\t\t\t// The key will always be camelCased in Data\n\t\t\t\tdata = dataUser.get( elem, key );\n\t\t\t\tif ( data !== undefined ) {\n\t\t\t\t\treturn data;\n\t\t\t\t}\n\n\t\t\t\t// Attempt to \"discover\" the data in\n\t\t\t\t// HTML5 custom data-* attrs\n\t\t\t\tdata = dataAttr( elem, key );\n\t\t\t\tif ( data !== undefined ) {\n\t\t\t\t\treturn data;\n\t\t\t\t}\n\n\t\t\t\t// We tried really hard, but the data doesn't exist.\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// Set the data...\n\t\t\tthis.each( function() {\n\n\t\t\t\t// We always store the camelCased key\n\t\t\t\tdataUser.set( this, key, value );\n\t\t\t} );\n\t\t}, null, value, arguments.length > 1, null, true );\n\t},\n\n\tremoveData: function( key ) {\n\t\treturn this.each( function() {\n\t\t\tdataUser.remove( this, key );\n\t\t} );\n\t}\n} );\n\n\njQuery.extend( {\n\tqueue: function( elem, type, data ) {\n\t\tvar queue;\n\n\t\tif ( elem ) {\n\t\t\ttype = ( type || \"fx\" ) + \"queue\";\n\t\t\tqueue = dataPriv.get( elem, type );\n\n\t\t\t// Speed up dequeue by getting out quickly if this is just a lookup\n\t\t\tif ( data ) {\n\t\t\t\tif ( !queue || Array.isArray( data ) ) {\n\t\t\t\t\tqueue = dataPriv.access( elem, type, jQuery.makeArray( data ) );\n\t\t\t\t} else {\n\t\t\t\t\tqueue.push( data );\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn queue || [];\n\t\t}\n\t},\n\n\tdequeue: function( elem, type ) {\n\t\ttype = type || \"fx\";\n\n\t\tvar queue = jQuery.queue( elem, type ),\n\t\t\tstartLength = queue.length,\n\t\t\tfn = queue.shift(),\n\t\t\thooks = jQuery._queueHooks( elem, type ),\n\t\t\tnext = function() {\n\t\t\t\tjQuery.dequeue( elem, type );\n\t\t\t};\n\n\t\t// If the fx queue is dequeued, always remove the progress sentinel\n\t\tif ( fn === \"inprogress\" ) {\n\t\t\tfn = queue.shift();\n\t\t\tstartLength--;\n\t\t}\n\n\t\tif ( fn ) {\n\n\t\t\t// Add a progress sentinel to prevent the fx queue from being\n\t\t\t// automatically dequeued\n\t\t\tif ( type === \"fx\" ) {\n\t\t\t\tqueue.unshift( \"inprogress\" );\n\t\t\t}\n\n\t\t\t// Clear up the last queue stop function\n\t\t\tdelete hooks.stop;\n\t\t\tfn.call( elem, next, hooks );\n\t\t}\n\n\t\tif ( !startLength && hooks ) {\n\t\t\thooks.empty.fire();\n\t\t}\n\t},\n\n\t// Not public - generate a queueHooks object, or return the current one\n\t_queueHooks: function( elem, type ) {\n\t\tvar key = type + \"queueHooks\";\n\t\treturn dataPriv.get( elem, key ) || dataPriv.access( elem, key, {\n\t\t\tempty: jQuery.Callbacks( \"once memory\" ).add( function() {\n\t\t\t\tdataPriv.remove( elem, [ type + \"queue\", key ] );\n\t\t\t} )\n\t\t} );\n\t}\n} );\n\njQuery.fn.extend( {\n\tqueue: function( type, data ) {\n\t\tvar setter = 2;\n\n\t\tif ( typeof type !== \"string\" ) {\n\t\t\tdata = type;\n\t\t\ttype = \"fx\";\n\t\t\tsetter--;\n\t\t}\n\n\t\tif ( arguments.length < setter ) {\n\t\t\treturn jQuery.queue( this[ 0 ], type );\n\t\t}\n\n\t\treturn data === undefined ?\n\t\t\tthis :\n\t\t\tthis.each( function() {\n\t\t\t\tvar queue = jQuery.queue( this, type, data );\n\n\t\t\t\t// Ensure a hooks for this queue\n\t\t\t\tjQuery._queueHooks( this, type );\n\n\t\t\t\tif ( type === \"fx\" && queue[ 0 ] !== \"inprogress\" ) {\n\t\t\t\t\tjQuery.dequeue( this, type );\n\t\t\t\t}\n\t\t\t} );\n\t},\n\tdequeue: function( type ) {\n\t\treturn this.each( function() {\n\t\t\tjQuery.dequeue( this, type );\n\t\t} );\n\t},\n\tclearQueue: function( type ) {\n\t\treturn this.queue( type || \"fx\", [] );\n\t},\n\n\t// Get a promise resolved when queues of a certain type\n\t// are emptied (fx is the type by default)\n\tpromise: function( type, obj ) {\n\t\tvar tmp,\n\t\t\tcount = 1,\n\t\t\tdefer = jQuery.Deferred(),\n\t\t\telements = this,\n\t\t\ti = this.length,\n\t\t\tresolve = function() {\n\t\t\t\tif ( !( --count ) ) {\n\t\t\t\t\tdefer.resolveWith( elements, [ elements ] );\n\t\t\t\t}\n\t\t\t};\n\n\t\tif ( typeof type !== \"string\" ) {\n\t\t\tobj = type;\n\t\t\ttype = undefined;\n\t\t}\n\t\ttype = type || \"fx\";\n\n\t\twhile ( i-- ) {\n\t\t\ttmp = dataPriv.get( elements[ i ], type + \"queueHooks\" );\n\t\t\tif ( tmp && tmp.empty ) {\n\t\t\t\tcount++;\n\t\t\t\ttmp.empty.add( resolve );\n\t\t\t}\n\t\t}\n\t\tresolve();\n\t\treturn defer.promise( obj );\n\t}\n} );\nvar pnum = ( /[+-]?(?:\\d*\\.|)\\d+(?:[eE][+-]?\\d+|)/ ).source;\n\nvar rcssNum = new RegExp( \"^(?:([+-])=|)(\" + pnum + \")([a-z%]*)$\", \"i\" );\n\n\nvar cssExpand = [ \"Top\", \"Right\", \"Bottom\", \"Left\" ];\n\nvar documentElement = document.documentElement;\n\n\n\n\tvar isAttached = function( elem ) {\n\t\t\treturn jQuery.contains( elem.ownerDocument, elem );\n\t\t},\n\t\tcomposed = { composed: true };\n\n\t// Support: IE 9 - 11+, Edge 12 - 18+, iOS 10.0 - 10.2 only\n\t// Check attachment across shadow DOM boundaries when possible (gh-3504)\n\t// Support: iOS 10.0-10.2 only\n\t// Early iOS 10 versions support `attachShadow` but not `getRootNode`,\n\t// leading to errors. We need to check for `getRootNode`.\n\tif ( documentElement.getRootNode ) {\n\t\tisAttached = function( elem ) {\n\t\t\treturn jQuery.contains( elem.ownerDocument, elem ) ||\n\t\t\t\telem.getRootNode( composed ) === elem.ownerDocument;\n\t\t};\n\t}\nvar isHiddenWithinTree = function( elem, el ) {\n\n\t\t// isHiddenWithinTree might be called from jQuery#filter function;\n\t\t// in that case, element will be second argument\n\t\telem = el || elem;\n\n\t\t// Inline style trumps all\n\t\treturn elem.style.display === \"none\" ||\n\t\t\telem.style.display === \"\" &&\n\n\t\t\t// Otherwise, check computed style\n\t\t\t// Support: Firefox <=43 - 45\n\t\t\t// Disconnected elements can have computed display: none, so first confirm that elem is\n\t\t\t// in the document.\n\t\t\tisAttached( elem ) &&\n\n\t\t\tjQuery.css( elem, \"display\" ) === \"none\";\n\t};\n\n\n\nfunction adjustCSS( elem, prop, valueParts, tween ) {\n\tvar adjusted, scale,\n\t\tmaxIterations = 20,\n\t\tcurrentValue = tween ?\n\t\t\tfunction() {\n\t\t\t\treturn tween.cur();\n\t\t\t} :\n\t\t\tfunction() {\n\t\t\t\treturn jQuery.css( elem, prop, \"\" );\n\t\t\t},\n\t\tinitial = currentValue(),\n\t\tunit = valueParts && valueParts[ 3 ] || ( jQuery.cssNumber[ prop ] ? \"\" : \"px\" ),\n\n\t\t// Starting value computation is required for potential unit mismatches\n\t\tinitialInUnit = elem.nodeType &&\n\t\t\t( jQuery.cssNumber[ prop ] || unit !== \"px\" && +initial ) &&\n\t\t\trcssNum.exec( jQuery.css( elem, prop ) );\n\n\tif ( initialInUnit && initialInUnit[ 3 ] !== unit ) {\n\n\t\t// Support: Firefox <=54\n\t\t// Halve the iteration target value to prevent interference from CSS upper bounds (gh-2144)\n\t\tinitial = initial / 2;\n\n\t\t// Trust units reported by jQuery.css\n\t\tunit = unit || initialInUnit[ 3 ];\n\n\t\t// Iteratively approximate from a nonzero starting point\n\t\tinitialInUnit = +initial || 1;\n\n\t\twhile ( maxIterations-- ) {\n\n\t\t\t// Evaluate and update our best guess (doubling guesses that zero out).\n\t\t\t// Finish if the scale equals or crosses 1 (making the old*new product non-positive).\n\t\t\tjQuery.style( elem, prop, initialInUnit + unit );\n\t\t\tif ( ( 1 - scale ) * ( 1 - ( scale = currentValue() / initial || 0.5 ) ) <= 0 ) {\n\t\t\t\tmaxIterations = 0;\n\t\t\t}\n\t\t\tinitialInUnit = initialInUnit / scale;\n\n\t\t}\n\n\t\tinitialInUnit = initialInUnit * 2;\n\t\tjQuery.style( elem, prop, initialInUnit + unit );\n\n\t\t// Make sure we update the tween properties later on\n\t\tvalueParts = valueParts || [];\n\t}\n\n\tif ( valueParts ) {\n\t\tinitialInUnit = +initialInUnit || +initial || 0;\n\n\t\t// Apply relative offset (+=/-=) if specified\n\t\tadjusted = valueParts[ 1 ] ?\n\t\t\tinitialInUnit + ( valueParts[ 1 ] + 1 ) * valueParts[ 2 ] :\n\t\t\t+valueParts[ 2 ];\n\t\tif ( tween ) {\n\t\t\ttween.unit = unit;\n\t\t\ttween.start = initialInUnit;\n\t\t\ttween.end = adjusted;\n\t\t}\n\t}\n\treturn adjusted;\n}\n\n\nvar defaultDisplayMap = {};\n\nfunction getDefaultDisplay( elem ) {\n\tvar temp,\n\t\tdoc = elem.ownerDocument,\n\t\tnodeName = elem.nodeName,\n\t\tdisplay = defaultDisplayMap[ nodeName ];\n\n\tif ( display ) {\n\t\treturn display;\n\t}\n\n\ttemp = doc.body.appendChild( doc.createElement( nodeName ) );\n\tdisplay = jQuery.css( temp, \"display\" );\n\n\ttemp.parentNode.removeChild( temp );\n\n\tif ( display === \"none\" ) {\n\t\tdisplay = \"block\";\n\t}\n\tdefaultDisplayMap[ nodeName ] = display;\n\n\treturn display;\n}\n\nfunction showHide( elements, show ) {\n\tvar display, elem,\n\t\tvalues = [],\n\t\tindex = 0,\n\t\tlength = elements.length;\n\n\t// Determine new display value for elements that need to change\n\tfor ( ; index < length; index++ ) {\n\t\telem = elements[ index ];\n\t\tif ( !elem.style ) {\n\t\t\tcontinue;\n\t\t}\n\n\t\tdisplay = elem.style.display;\n\t\tif ( show ) {\n\n\t\t\t// Since we force visibility upon cascade-hidden elements, an immediate (and slow)\n\t\t\t// check is required in this first loop unless we have a nonempty display value (either\n\t\t\t// inline or about-to-be-restored)\n\t\t\tif ( display === \"none\" ) {\n\t\t\t\tvalues[ index ] = dataPriv.get( elem, \"display\" ) || null;\n\t\t\t\tif ( !values[ index ] ) {\n\t\t\t\t\telem.style.display = \"\";\n\t\t\t\t}\n\t\t\t}\n\t\t\tif ( elem.style.display === \"\" && isHiddenWithinTree( elem ) ) {\n\t\t\t\tvalues[ index ] = getDefaultDisplay( elem );\n\t\t\t}\n\t\t} else {\n\t\t\tif ( display !== \"none\" ) {\n\t\t\t\tvalues[ index ] = \"none\";\n\n\t\t\t\t// Remember what we're overwriting\n\t\t\t\tdataPriv.set( elem, \"display\", display );\n\t\t\t}\n\t\t}\n\t}\n\n\t// Set the display of the elements in a second loop to avoid constant reflow\n\tfor ( index = 0; index < length; index++ ) {\n\t\tif ( values[ index ] != null ) {\n\t\t\telements[ index ].style.display = values[ index ];\n\t\t}\n\t}\n\n\treturn elements;\n}\n\njQuery.fn.extend( {\n\tshow: function() {\n\t\treturn showHide( this, true );\n\t},\n\thide: function() {\n\t\treturn showHide( this );\n\t},\n\ttoggle: function( state ) {\n\t\tif ( typeof state === \"boolean\" ) {\n\t\t\treturn state ? this.show() : this.hide();\n\t\t}\n\n\t\treturn this.each( function() {\n\t\t\tif ( isHiddenWithinTree( this ) ) {\n\t\t\t\tjQuery( this ).show();\n\t\t\t} else {\n\t\t\t\tjQuery( this ).hide();\n\t\t\t}\n\t\t} );\n\t}\n} );\nvar rcheckableType = ( /^(?:checkbox|radio)$/i );\n\nvar rtagName = ( /<([a-z][^\\/\\0>\\x20\\t\\r\\n\\f]*)/i );\n\nvar rscriptType = ( /^$|^module$|\\/(?:java|ecma)script/i );\n\n\n\n( function() {\n\tvar fragment = document.createDocumentFragment(),\n\t\tdiv = fragment.appendChild( document.createElement( \"div\" ) ),\n\t\tinput = document.createElement( \"input\" );\n\n\t// Support: Android 4.0 - 4.3 only\n\t// Check state lost if the name is set (#11217)\n\t// Support: Windows Web Apps (WWA)\n\t// `name` and `type` must use .setAttribute for WWA (#14901)\n\tinput.setAttribute( \"type\", \"radio\" );\n\tinput.setAttribute( \"checked\", \"checked\" );\n\tinput.setAttribute( \"name\", \"t\" );\n\n\tdiv.appendChild( input );\n\n\t// Support: Android <=4.1 only\n\t// Older WebKit doesn't clone checked state correctly in fragments\n\tsupport.checkClone = div.cloneNode( true ).cloneNode( true ).lastChild.checked;\n\n\t// Support: IE <=11 only\n\t// Make sure textarea (and checkbox) defaultValue is properly cloned\n\tdiv.innerHTML = \"<textarea>x</textarea>\";\n\tsupport.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue;\n\n\t// Support: IE <=9 only\n\t// IE <=9 replaces <option> tags with their contents when inserted outside of\n\t// the select element.\n\tdiv.innerHTML = \"<option></option>\";\n\tsupport.option = !!div.lastChild;\n} )();\n\n\n// We have to close these tags to support XHTML (#13200)\nvar wrapMap = {\n\n\t// XHTML parsers do not magically insert elements in the\n\t// same way that tag soup parsers do. So we cannot shorten\n\t// this by omitting <tbody> or other required elements.\n\tthead: [ 1, \"<table>\", \"</table>\" ],\n\tcol: [ 2, \"<table><colgroup>\", \"</colgroup></table>\" ],\n\ttr: [ 2, \"<table><tbody>\", \"</tbody></table>\" ],\n\ttd: [ 3, \"<table><tbody><tr>\", \"</tr></tbody></table>\" ],\n\n\t_default: [ 0, \"\", \"\" ]\n};\n\nwrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead;\nwrapMap.th = wrapMap.td;\n\n// Support: IE <=9 only\nif ( !support.option ) {\n\twrapMap.optgroup = wrapMap.option = [ 1, \"<select multiple='multiple'>\", \"</select>\" ];\n}\n\n\nfunction getAll( context, tag ) {\n\n\t// Support: IE <=9 - 11 only\n\t// Use typeof to avoid zero-argument method invocation on host objects (#15151)\n\tvar ret;\n\n\tif ( typeof context.getElementsByTagName !== \"undefined\" ) {\n\t\tret = context.getElementsByTagName( tag || \"*\" );\n\n\t} else if ( typeof context.querySelectorAll !== \"undefined\" ) {\n\t\tret = context.querySelectorAll( tag || \"*\" );\n\n\t} else {\n\t\tret = [];\n\t}\n\n\tif ( tag === undefined || tag && nodeName( context, tag ) ) {\n\t\treturn jQuery.merge( [ context ], ret );\n\t}\n\n\treturn ret;\n}\n\n\n// Mark scripts as having already been evaluated\nfunction setGlobalEval( elems, refElements ) {\n\tvar i = 0,\n\t\tl = elems.length;\n\n\tfor ( ; i < l; i++ ) {\n\t\tdataPriv.set(\n\t\t\telems[ i ],\n\t\t\t\"globalEval\",\n\t\t\t!refElements || dataPriv.get( refElements[ i ], \"globalEval\" )\n\t\t);\n\t}\n}\n\n\nvar rhtml = /<|&#?\\w+;/;\n\nfunction buildFragment( elems, context, scripts, selection, ignored ) {\n\tvar elem, tmp, tag, wrap, attached, j,\n\t\tfragment = context.createDocumentFragment(),\n\t\tnodes = [],\n\t\ti = 0,\n\t\tl = elems.length;\n\n\tfor ( ; i < l; i++ ) {\n\t\telem = elems[ i ];\n\n\t\tif ( elem || elem === 0 ) {\n\n\t\t\t// Add nodes directly\n\t\t\tif ( toType( elem ) === \"object\" ) {\n\n\t\t\t\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t\t\t\t// push.apply(_, arraylike) throws on ancient WebKit\n\t\t\t\tjQuery.merge( nodes, elem.nodeType ? [ elem ] : elem );\n\n\t\t\t// Convert non-html into a text node\n\t\t\t} else if ( !rhtml.test( elem ) ) {\n\t\t\t\tnodes.push( context.createTextNode( elem ) );\n\n\t\t\t// Convert html into DOM nodes\n\t\t\t} else {\n\t\t\t\ttmp = tmp || fragment.appendChild( context.createElement( \"div\" ) );\n\n\t\t\t\t// Deserialize a standard representation\n\t\t\t\ttag = ( rtagName.exec( elem ) || [ \"\", \"\" ] )[ 1 ].toLowerCase();\n\t\t\t\twrap = wrapMap[ tag ] || wrapMap._default;\n\t\t\t\ttmp.innerHTML = wrap[ 1 ] + jQuery.htmlPrefilter( elem ) + wrap[ 2 ];\n\n\t\t\t\t// Descend through wrappers to the right content\n\t\t\t\tj = wrap[ 0 ];\n\t\t\t\twhile ( j-- ) {\n\t\t\t\t\ttmp = tmp.lastChild;\n\t\t\t\t}\n\n\t\t\t\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t\t\t\t// push.apply(_, arraylike) throws on ancient WebKit\n\t\t\t\tjQuery.merge( nodes, tmp.childNodes );\n\n\t\t\t\t// Remember the top-level container\n\t\t\t\ttmp = fragment.firstChild;\n\n\t\t\t\t// Ensure the created nodes are orphaned (#12392)\n\t\t\t\ttmp.textContent = \"\";\n\t\t\t}\n\t\t}\n\t}\n\n\t// Remove wrapper from fragment\n\tfragment.textContent = \"\";\n\n\ti = 0;\n\twhile ( ( elem = nodes[ i++ ] ) ) {\n\n\t\t// Skip elements already in the context collection (trac-4087)\n\t\tif ( selection && jQuery.inArray( elem, selection ) > -1 ) {\n\t\t\tif ( ignored ) {\n\t\t\t\tignored.push( elem );\n\t\t\t}\n\t\t\tcontinue;\n\t\t}\n\n\t\tattached = isAttached( elem );\n\n\t\t// Append to fragment\n\t\ttmp = getAll( fragment.appendChild( elem ), \"script\" );\n\n\t\t// Preserve script evaluation history\n\t\tif ( attached ) {\n\t\t\tsetGlobalEval( tmp );\n\t\t}\n\n\t\t// Capture executables\n\t\tif ( scripts ) {\n\t\t\tj = 0;\n\t\t\twhile ( ( elem = tmp[ j++ ] ) ) {\n\t\t\t\tif ( rscriptType.test( elem.type || \"\" ) ) {\n\t\t\t\t\tscripts.push( elem );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn fragment;\n}\n\n\nvar rtypenamespace = /^([^.]*)(?:\\.(.+)|)/;\n\nfunction returnTrue() {\n\treturn true;\n}\n\nfunction returnFalse() {\n\treturn false;\n}\n\n// Support: IE <=9 - 11+\n// focus() and blur() are asynchronous, except when they are no-op.\n// So expect focus to be synchronous when the element is already active,\n// and blur to be synchronous when the element is not already active.\n// (focus and blur are always synchronous in other supported browsers,\n// this just defines when we can count on it).\nfunction expectSync( elem, type ) {\n\treturn ( elem === safeActiveElement() ) === ( type === \"focus\" );\n}\n\n// Support: IE <=9 only\n// Accessing document.activeElement can throw unexpectedly\n// https://bugs.jquery.com/ticket/13393\nfunction safeActiveElement() {\n\ttry {\n\t\treturn document.activeElement;\n\t} catch ( err ) { }\n}\n\nfunction on( elem, types, selector, data, fn, one ) {\n\tvar origFn, type;\n\n\t// Types can be a map of types/handlers\n\tif ( typeof types === \"object\" ) {\n\n\t\t// ( types-Object, selector, data )\n\t\tif ( typeof selector !== \"string\" ) {\n\n\t\t\t// ( types-Object, data )\n\t\t\tdata = data || selector;\n\t\t\tselector = undefined;\n\t\t}\n\t\tfor ( type in types ) {\n\t\t\ton( elem, type, selector, data, types[ type ], one );\n\t\t}\n\t\treturn elem;\n\t}\n\n\tif ( data == null && fn == null ) {\n\n\t\t// ( types, fn )\n\t\tfn = selector;\n\t\tdata = selector = undefined;\n\t} else if ( fn == null ) {\n\t\tif ( typeof selector === \"string\" ) {\n\n\t\t\t// ( types, selector, fn )\n\t\t\tfn = data;\n\t\t\tdata = undefined;\n\t\t} else {\n\n\t\t\t// ( types, data, fn )\n\t\t\tfn = data;\n\t\t\tdata = selector;\n\t\t\tselector = undefined;\n\t\t}\n\t}\n\tif ( fn === false ) {\n\t\tfn = returnFalse;\n\t} else if ( !fn ) {\n\t\treturn elem;\n\t}\n\n\tif ( one === 1 ) {\n\t\torigFn = fn;\n\t\tfn = function( event ) {\n\n\t\t\t// Can use an empty set, since event contains the info\n\t\t\tjQuery().off( event );\n\t\t\treturn origFn.apply( this, arguments );\n\t\t};\n\n\t\t// Use same guid so caller can remove using origFn\n\t\tfn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ );\n\t}\n\treturn elem.each( function() {\n\t\tjQuery.event.add( this, types, fn, data, selector );\n\t} );\n}\n\n/*\n * Helper functions for managing events -- not part of the public interface.\n * Props to Dean Edwards' addEvent library for many of the ideas.\n */\njQuery.event = {\n\n\tglobal: {},\n\n\tadd: function( elem, types, handler, data, selector ) {\n\n\t\tvar handleObjIn, eventHandle, tmp,\n\t\t\tevents, t, handleObj,\n\t\t\tspecial, handlers, type, namespaces, origType,\n\t\t\telemData = dataPriv.get( elem );\n\n\t\t// Only attach events to objects that accept data\n\t\tif ( !acceptData( elem ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Caller can pass in an object of custom data in lieu of the handler\n\t\tif ( handler.handler ) {\n\t\t\thandleObjIn = handler;\n\t\t\thandler = handleObjIn.handler;\n\t\t\tselector = handleObjIn.selector;\n\t\t}\n\n\t\t// Ensure that invalid selectors throw exceptions at attach time\n\t\t// Evaluate against documentElement in case elem is a non-element node (e.g., document)\n\t\tif ( selector ) {\n\t\t\tjQuery.find.matchesSelector( documentElement, selector );\n\t\t}\n\n\t\t// Make sure that the handler has a unique ID, used to find/remove it later\n\t\tif ( !handler.guid ) {\n\t\t\thandler.guid = jQuery.guid++;\n\t\t}\n\n\t\t// Init the element's event structure and main handler, if this is the first\n\t\tif ( !( events = elemData.events ) ) {\n\t\t\tevents = elemData.events = Object.create( null );\n\t\t}\n\t\tif ( !( eventHandle = elemData.handle ) ) {\n\t\t\teventHandle = elemData.handle = function( e ) {\n\n\t\t\t\t// Discard the second event of a jQuery.event.trigger() and\n\t\t\t\t// when an event is called after a page has unloaded\n\t\t\t\treturn typeof jQuery !== \"undefined\" && jQuery.event.triggered !== e.type ?\n\t\t\t\t\tjQuery.event.dispatch.apply( elem, arguments ) : undefined;\n\t\t\t};\n\t\t}\n\n\t\t// Handle multiple events separated by a space\n\t\ttypes = ( types || \"\" ).match( rnothtmlwhite ) || [ \"\" ];\n\t\tt = types.length;\n\t\twhile ( t-- ) {\n\t\t\ttmp = rtypenamespace.exec( types[ t ] ) || [];\n\t\t\ttype = origType = tmp[ 1 ];\n\t\t\tnamespaces = ( tmp[ 2 ] || \"\" ).split( \".\" ).sort();\n\n\t\t\t// There *must* be a type, no attaching namespace-only handlers\n\t\t\tif ( !type ) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\t// If event changes its type, use the special event handlers for the changed type\n\t\t\tspecial = jQuery.event.special[ type ] || {};\n\n\t\t\t// If selector defined, determine special event api type, otherwise given type\n\t\t\ttype = ( selector ? special.delegateType : special.bindType ) || type;\n\n\t\t\t// Update special based on newly reset type\n\t\t\tspecial = jQuery.event.special[ type ] || {};\n\n\t\t\t// handleObj is passed to all event handlers\n\t\t\thandleObj = jQuery.extend( {\n\t\t\t\ttype: type,\n\t\t\t\torigType: origType,\n\t\t\t\tdata: data,\n\t\t\t\thandler: handler,\n\t\t\t\tguid: handler.guid,\n\t\t\t\tselector: selector,\n\t\t\t\tneedsContext: selector && jQuery.expr.match.needsContext.test( selector ),\n\t\t\t\tnamespace: namespaces.join( \".\" )\n\t\t\t}, handleObjIn );\n\n\t\t\t// Init the event handler queue if we're the first\n\t\t\tif ( !( handlers = events[ type ] ) ) {\n\t\t\t\thandlers = events[ type ] = [];\n\t\t\t\thandlers.delegateCount = 0;\n\n\t\t\t\t// Only use addEventListener if the special events handler returns false\n\t\t\t\tif ( !special.setup ||\n\t\t\t\t\tspecial.setup.call( elem, data, namespaces, eventHandle ) === false ) {\n\n\t\t\t\t\tif ( elem.addEventListener ) {\n\t\t\t\t\t\telem.addEventListener( type, eventHandle );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif ( special.add ) {\n\t\t\t\tspecial.add.call( elem, handleObj );\n\n\t\t\t\tif ( !handleObj.handler.guid ) {\n\t\t\t\t\thandleObj.handler.guid = handler.guid;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Add to the element's handler list, delegates in front\n\t\t\tif ( selector ) {\n\t\t\t\thandlers.splice( handlers.delegateCount++, 0, handleObj );\n\t\t\t} else {\n\t\t\t\thandlers.push( handleObj );\n\t\t\t}\n\n\t\t\t// Keep track of which events have ever been used, for event optimization\n\t\t\tjQuery.event.global[ type ] = true;\n\t\t}\n\n\t},\n\n\t// Detach an event or set of events from an element\n\tremove: function( elem, types, handler, selector, mappedTypes ) {\n\n\t\tvar j, origCount, tmp,\n\t\t\tevents, t, handleObj,\n\t\t\tspecial, handlers, type, namespaces, origType,\n\t\t\telemData = dataPriv.hasData( elem ) && dataPriv.get( elem );\n\n\t\tif ( !elemData || !( events = elemData.events ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Once for each type.namespace in types; type may be omitted\n\t\ttypes = ( types || \"\" ).match( rnothtmlwhite ) || [ \"\" ];\n\t\tt = types.length;\n\t\twhile ( t-- ) {\n\t\t\ttmp = rtypenamespace.exec( types[ t ] ) || [];\n\t\t\ttype = origType = tmp[ 1 ];\n\t\t\tnamespaces = ( tmp[ 2 ] || \"\" ).split( \".\" ).sort();\n\n\t\t\t// Unbind all events (on this namespace, if provided) for the element\n\t\t\tif ( !type ) {\n\t\t\t\tfor ( type in events ) {\n\t\t\t\t\tjQuery.event.remove( elem, type + types[ t ], handler, selector, true );\n\t\t\t\t}\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tspecial = jQuery.event.special[ type ] || {};\n\t\t\ttype = ( selector ? special.delegateType : special.bindType ) || type;\n\t\t\thandlers = events[ type ] || [];\n\t\t\ttmp = tmp[ 2 ] &&\n\t\t\t\tnew RegExp( \"(^|\\\\.)\" + namespaces.join( \"\\\\.(?:.*\\\\.|)\" ) + \"(\\\\.|$)\" );\n\n\t\t\t// Remove matching events\n\t\t\torigCount = j = handlers.length;\n\t\t\twhile ( j-- ) {\n\t\t\t\thandleObj = handlers[ j ];\n\n\t\t\t\tif ( ( mappedTypes || origType === handleObj.origType ) &&\n\t\t\t\t\t( !handler || handler.guid === handleObj.guid ) &&\n\t\t\t\t\t( !tmp || tmp.test( handleObj.namespace ) ) &&\n\t\t\t\t\t( !selector || selector === handleObj.selector ||\n\t\t\t\t\t\tselector === \"**\" && handleObj.selector ) ) {\n\t\t\t\t\thandlers.splice( j, 1 );\n\n\t\t\t\t\tif ( handleObj.selector ) {\n\t\t\t\t\t\thandlers.delegateCount--;\n\t\t\t\t\t}\n\t\t\t\t\tif ( special.remove ) {\n\t\t\t\t\t\tspecial.remove.call( elem, handleObj );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Remove generic event handler if we removed something and no more handlers exist\n\t\t\t// (avoids potential for endless recursion during removal of special event handlers)\n\t\t\tif ( origCount && !handlers.length ) {\n\t\t\t\tif ( !special.teardown ||\n\t\t\t\t\tspecial.teardown.call( elem, namespaces, elemData.handle ) === false ) {\n\n\t\t\t\t\tjQuery.removeEvent( elem, type, elemData.handle );\n\t\t\t\t}\n\n\t\t\t\tdelete events[ type ];\n\t\t\t}\n\t\t}\n\n\t\t// Remove data and the expando if it's no longer used\n\t\tif ( jQuery.isEmptyObject( events ) ) {\n\t\t\tdataPriv.remove( elem, \"handle events\" );\n\t\t}\n\t},\n\n\tdispatch: function( nativeEvent ) {\n\n\t\tvar i, j, ret, matched, handleObj, handlerQueue,\n\t\t\targs = new Array( arguments.length ),\n\n\t\t\t// Make a writable jQuery.Event from the native event object\n\t\t\tevent = jQuery.event.fix( nativeEvent ),\n\n\t\t\thandlers = (\n\t\t\t\tdataPriv.get( this, \"events\" ) || Object.create( null )\n\t\t\t)[ event.type ] || [],\n\t\t\tspecial = jQuery.event.special[ event.type ] || {};\n\n\t\t// Use the fix-ed jQuery.Event rather than the (read-only) native event\n\t\targs[ 0 ] = event;\n\n\t\tfor ( i = 1; i < arguments.length; i++ ) {\n\t\t\targs[ i ] = arguments[ i ];\n\t\t}\n\n\t\tevent.delegateTarget = this;\n\n\t\t// Call the preDispatch hook for the mapped type, and let it bail if desired\n\t\tif ( special.preDispatch && special.preDispatch.call( this, event ) === false ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Determine handlers\n\t\thandlerQueue = jQuery.event.handlers.call( this, event, handlers );\n\n\t\t// Run delegates first; they may want to stop propagation beneath us\n\t\ti = 0;\n\t\twhile ( ( matched = handlerQueue[ i++ ] ) && !event.isPropagationStopped() ) {\n\t\t\tevent.currentTarget = matched.elem;\n\n\t\t\tj = 0;\n\t\t\twhile ( ( handleObj = matched.handlers[ j++ ] ) &&\n\t\t\t\t!event.isImmediatePropagationStopped() ) {\n\n\t\t\t\t// If the event is namespaced, then each handler is only invoked if it is\n\t\t\t\t// specially universal or its namespaces are a superset of the event's.\n\t\t\t\tif ( !event.rnamespace || handleObj.namespace === false ||\n\t\t\t\t\tevent.rnamespace.test( handleObj.namespace ) ) {\n\n\t\t\t\t\tevent.handleObj = handleObj;\n\t\t\t\t\tevent.data = handleObj.data;\n\n\t\t\t\t\tret = ( ( jQuery.event.special[ handleObj.origType ] || {} ).handle ||\n\t\t\t\t\t\thandleObj.handler ).apply( matched.elem, args );\n\n\t\t\t\t\tif ( ret !== undefined ) {\n\t\t\t\t\t\tif ( ( event.result = ret ) === false ) {\n\t\t\t\t\t\t\tevent.preventDefault();\n\t\t\t\t\t\t\tevent.stopPropagation();\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Call the postDispatch hook for the mapped type\n\t\tif ( special.postDispatch ) {\n\t\t\tspecial.postDispatch.call( this, event );\n\t\t}\n\n\t\treturn event.result;\n\t},\n\n\thandlers: function( event, handlers ) {\n\t\tvar i, handleObj, sel, matchedHandlers, matchedSelectors,\n\t\t\thandlerQueue = [],\n\t\t\tdelegateCount = handlers.delegateCount,\n\t\t\tcur = event.target;\n\n\t\t// Find delegate handlers\n\t\tif ( delegateCount &&\n\n\t\t\t// Support: IE <=9\n\t\t\t// Black-hole SVG <use> instance trees (trac-13180)\n\t\t\tcur.nodeType &&\n\n\t\t\t// Support: Firefox <=42\n\t\t\t// Suppress spec-violating clicks indicating a non-primary pointer button (trac-3861)\n\t\t\t// https://www.w3.org/TR/DOM-Level-3-Events/#event-type-click\n\t\t\t// Support: IE 11 only\n\t\t\t// ...but not arrow key \"clicks\" of radio inputs, which can have `button` -1 (gh-2343)\n\t\t\t!( event.type === \"click\" && event.button >= 1 ) ) {\n\n\t\t\tfor ( ; cur !== this; cur = cur.parentNode || this ) {\n\n\t\t\t\t// Don't check non-elements (#13208)\n\t\t\t\t// Don't process clicks on disabled elements (#6911, #8165, #11382, #11764)\n\t\t\t\tif ( cur.nodeType === 1 && !( event.type === \"click\" && cur.disabled === true ) ) {\n\t\t\t\t\tmatchedHandlers = [];\n\t\t\t\t\tmatchedSelectors = {};\n\t\t\t\t\tfor ( i = 0; i < delegateCount; i++ ) {\n\t\t\t\t\t\thandleObj = handlers[ i ];\n\n\t\t\t\t\t\t// Don't conflict with Object.prototype properties (#13203)\n\t\t\t\t\t\tsel = handleObj.selector + \" \";\n\n\t\t\t\t\t\tif ( matchedSelectors[ sel ] === undefined ) {\n\t\t\t\t\t\t\tmatchedSelectors[ sel ] = handleObj.needsContext ?\n\t\t\t\t\t\t\t\tjQuery( sel, this ).index( cur ) > -1 :\n\t\t\t\t\t\t\t\tjQuery.find( sel, this, null, [ cur ] ).length;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif ( matchedSelectors[ sel ] ) {\n\t\t\t\t\t\t\tmatchedHandlers.push( handleObj );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif ( matchedHandlers.length ) {\n\t\t\t\t\t\thandlerQueue.push( { elem: cur, handlers: matchedHandlers } );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Add the remaining (directly-bound) handlers\n\t\tcur = this;\n\t\tif ( delegateCount < handlers.length ) {\n\t\t\thandlerQueue.push( { elem: cur, handlers: handlers.slice( delegateCount ) } );\n\t\t}\n\n\t\treturn handlerQueue;\n\t},\n\n\taddProp: function( name, hook ) {\n\t\tObject.defineProperty( jQuery.Event.prototype, name, {\n\t\t\tenumerable: true,\n\t\t\tconfigurable: true,\n\n\t\t\tget: isFunction( hook ) ?\n\t\t\t\tfunction() {\n\t\t\t\t\tif ( this.originalEvent ) {\n\t\t\t\t\t\treturn hook( this.originalEvent );\n\t\t\t\t\t}\n\t\t\t\t} :\n\t\t\t\tfunction() {\n\t\t\t\t\tif ( this.originalEvent ) {\n\t\t\t\t\t\treturn this.originalEvent[ name ];\n\t\t\t\t\t}\n\t\t\t\t},\n\n\t\t\tset: function( value ) {\n\t\t\t\tObject.defineProperty( this, name, {\n\t\t\t\t\tenumerable: true,\n\t\t\t\t\tconfigurable: true,\n\t\t\t\t\twritable: true,\n\t\t\t\t\tvalue: value\n\t\t\t\t} );\n\t\t\t}\n\t\t} );\n\t},\n\n\tfix: function( originalEvent ) {\n\t\treturn originalEvent[ jQuery.expando ] ?\n\t\t\toriginalEvent :\n\t\t\tnew jQuery.Event( originalEvent );\n\t},\n\n\tspecial: {\n\t\tload: {\n\n\t\t\t// Prevent triggered image.load events from bubbling to window.load\n\t\t\tnoBubble: true\n\t\t},\n\t\tclick: {\n\n\t\t\t// Utilize native event to ensure correct state for checkable inputs\n\t\t\tsetup: function( data ) {\n\n\t\t\t\t// For mutual compressibility with _default, replace `this` access with a local var.\n\t\t\t\t// `|| data` is dead code meant only to preserve the variable through minification.\n\t\t\t\tvar el = this || data;\n\n\t\t\t\t// Claim the first handler\n\t\t\t\tif ( rcheckableType.test( el.type ) &&\n\t\t\t\t\tel.click && nodeName( el, \"input\" ) ) {\n\n\t\t\t\t\t// dataPriv.set( el, \"click\", ... )\n\t\t\t\t\tleverageNative( el, \"click\", returnTrue );\n\t\t\t\t}\n\n\t\t\t\t// Return false to allow normal processing in the caller\n\t\t\t\treturn false;\n\t\t\t},\n\t\t\ttrigger: function( data ) {\n\n\t\t\t\t// For mutual compressibility with _default, replace `this` access with a local var.\n\t\t\t\t// `|| data` is dead code meant only to preserve the variable through minification.\n\t\t\t\tvar el = this || data;\n\n\t\t\t\t// Force setup before triggering a click\n\t\t\t\tif ( rcheckableType.test( el.type ) &&\n\t\t\t\t\tel.click && nodeName( el, \"input\" ) ) {\n\n\t\t\t\t\tleverageNative( el, \"click\" );\n\t\t\t\t}\n\n\t\t\t\t// Return non-false to allow normal event-path propagation\n\t\t\t\treturn true;\n\t\t\t},\n\n\t\t\t// For cross-browser consistency, suppress native .click() on links\n\t\t\t// Also prevent it if we're currently inside a leveraged native-event stack\n\t\t\t_default: function( event ) {\n\t\t\t\tvar target = event.target;\n\t\t\t\treturn rcheckableType.test( target.type ) &&\n\t\t\t\t\ttarget.click && nodeName( target, \"input\" ) &&\n\t\t\t\t\tdataPriv.get( target, \"click\" ) ||\n\t\t\t\t\tnodeName( target, \"a\" );\n\t\t\t}\n\t\t},\n\n\t\tbeforeunload: {\n\t\t\tpostDispatch: function( event ) {\n\n\t\t\t\t// Support: Firefox 20+\n\t\t\t\t// Firefox doesn't alert if the returnValue field is not set.\n\t\t\t\tif ( event.result !== undefined && event.originalEvent ) {\n\t\t\t\t\tevent.originalEvent.returnValue = event.result;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n};\n\n// Ensure the presence of an event listener that handles manually-triggered\n// synthetic events by interrupting progress until reinvoked in response to\n// *native* events that it fires directly, ensuring that state changes have\n// already occurred before other listeners are invoked.\nfunction leverageNative( el, type, expectSync ) {\n\n\t// Missing expectSync indicates a trigger call, which must force setup through jQuery.event.add\n\tif ( !expectSync ) {\n\t\tif ( dataPriv.get( el, type ) === undefined ) {\n\t\t\tjQuery.event.add( el, type, returnTrue );\n\t\t}\n\t\treturn;\n\t}\n\n\t// Register the controller as a special universal handler for all event namespaces\n\tdataPriv.set( el, type, false );\n\tjQuery.event.add( el, type, {\n\t\tnamespace: false,\n\t\thandler: function( event ) {\n\t\t\tvar notAsync, result,\n\t\t\t\tsaved = dataPriv.get( this, type );\n\n\t\t\tif ( ( event.isTrigger & 1 ) && this[ type ] ) {\n\n\t\t\t\t// Interrupt processing of the outer synthetic .trigger()ed event\n\t\t\t\t// Saved data should be false in such cases, but might be a leftover capture object\n\t\t\t\t// from an async native handler (gh-4350)\n\t\t\t\tif ( !saved.length ) {\n\n\t\t\t\t\t// Store arguments for use when handling the inner native event\n\t\t\t\t\t// There will always be at least one argument (an event object), so this array\n\t\t\t\t\t// will not be confused with a leftover capture object.\n\t\t\t\t\tsaved = slice.call( arguments );\n\t\t\t\t\tdataPriv.set( this, type, saved );\n\n\t\t\t\t\t// Trigger the native event and capture its result\n\t\t\t\t\t// Support: IE <=9 - 11+\n\t\t\t\t\t// focus() and blur() are asynchronous\n\t\t\t\t\tnotAsync = expectSync( this, type );\n\t\t\t\t\tthis[ type ]();\n\t\t\t\t\tresult = dataPriv.get( this, type );\n\t\t\t\t\tif ( saved !== result || notAsync ) {\n\t\t\t\t\t\tdataPriv.set( this, type, false );\n\t\t\t\t\t} else {\n\t\t\t\t\t\tresult = {};\n\t\t\t\t\t}\n\t\t\t\t\tif ( saved !== result ) {\n\n\t\t\t\t\t\t// Cancel the outer synthetic event\n\t\t\t\t\t\tevent.stopImmediatePropagation();\n\t\t\t\t\t\tevent.preventDefault();\n\n\t\t\t\t\t\t// Support: Chrome 86+\n\t\t\t\t\t\t// In Chrome, if an element having a focusout handler is blurred by\n\t\t\t\t\t\t// clicking outside of it, it invokes the handler synchronously. If\n\t\t\t\t\t\t// that handler calls `.remove()` on the element, the data is cleared,\n\t\t\t\t\t\t// leaving `result` undefined. We need to guard against this.\n\t\t\t\t\t\treturn result && result.value;\n\t\t\t\t\t}\n\n\t\t\t\t// If this is an inner synthetic event for an event with a bubbling surrogate\n\t\t\t\t// (focus or blur), assume that the surrogate already propagated from triggering the\n\t\t\t\t// native event and prevent that from happening again here.\n\t\t\t\t// This technically gets the ordering wrong w.r.t. to `.trigger()` (in which the\n\t\t\t\t// bubbling surrogate propagates *after* the non-bubbling base), but that seems\n\t\t\t\t// less bad than duplication.\n\t\t\t\t} else if ( ( jQuery.event.special[ type ] || {} ).delegateType ) {\n\t\t\t\t\tevent.stopPropagation();\n\t\t\t\t}\n\n\t\t\t// If this is a native event triggered above, everything is now in order\n\t\t\t// Fire an inner synthetic event with the original arguments\n\t\t\t} else if ( saved.length ) {\n\n\t\t\t\t// ...and capture the result\n\t\t\t\tdataPriv.set( this, type, {\n\t\t\t\t\tvalue: jQuery.event.trigger(\n\n\t\t\t\t\t\t// Support: IE <=9 - 11+\n\t\t\t\t\t\t// Extend with the prototype to reset the above stopImmediatePropagation()\n\t\t\t\t\t\tjQuery.extend( saved[ 0 ], jQuery.Event.prototype ),\n\t\t\t\t\t\tsaved.slice( 1 ),\n\t\t\t\t\t\tthis\n\t\t\t\t\t)\n\t\t\t\t} );\n\n\t\t\t\t// Abort handling of the native event\n\t\t\t\tevent.stopImmediatePropagation();\n\t\t\t}\n\t\t}\n\t} );\n}\n\njQuery.removeEvent = function( elem, type, handle ) {\n\n\t// This \"if\" is needed for plain objects\n\tif ( elem.removeEventListener ) {\n\t\telem.removeEventListener( type, handle );\n\t}\n};\n\njQuery.Event = function( src, props ) {\n\n\t// Allow instantiation without the 'new' keyword\n\tif ( !( this instanceof jQuery.Event ) ) {\n\t\treturn new jQuery.Event( src, props );\n\t}\n\n\t// Event object\n\tif ( src && src.type ) {\n\t\tthis.originalEvent = src;\n\t\tthis.type = src.type;\n\n\t\t// Events bubbling up the document may have been marked as prevented\n\t\t// by a handler lower down the tree; reflect the correct value.\n\t\tthis.isDefaultPrevented = src.defaultPrevented ||\n\t\t\t\tsrc.defaultPrevented === undefined &&\n\n\t\t\t\t// Support: Android <=2.3 only\n\t\t\t\tsrc.returnValue === false ?\n\t\t\treturnTrue :\n\t\t\treturnFalse;\n\n\t\t// Create target properties\n\t\t// Support: Safari <=6 - 7 only\n\t\t// Target should not be a text node (#504, #13143)\n\t\tthis.target = ( src.target && src.target.nodeType === 3 ) ?\n\t\t\tsrc.target.parentNode :\n\t\t\tsrc.target;\n\n\t\tthis.currentTarget = src.currentTarget;\n\t\tthis.relatedTarget = src.relatedTarget;\n\n\t// Event type\n\t} else {\n\t\tthis.type = src;\n\t}\n\n\t// Put explicitly provided properties onto the event object\n\tif ( props ) {\n\t\tjQuery.extend( this, props );\n\t}\n\n\t// Create a timestamp if incoming event doesn't have one\n\tthis.timeStamp = src && src.timeStamp || Date.now();\n\n\t// Mark it as fixed\n\tthis[ jQuery.expando ] = true;\n};\n\n// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding\n// https://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html\njQuery.Event.prototype = {\n\tconstructor: jQuery.Event,\n\tisDefaultPrevented: returnFalse,\n\tisPropagationStopped: returnFalse,\n\tisImmediatePropagationStopped: returnFalse,\n\tisSimulated: false,\n\n\tpreventDefault: function() {\n\t\tvar e = this.originalEvent;\n\n\t\tthis.isDefaultPrevented = returnTrue;\n\n\t\tif ( e && !this.isSimulated ) {\n\t\t\te.preventDefault();\n\t\t}\n\t},\n\tstopPropagation: function() {\n\t\tvar e = this.originalEvent;\n\n\t\tthis.isPropagationStopped = returnTrue;\n\n\t\tif ( e && !this.isSimulated ) {\n\t\t\te.stopPropagation();\n\t\t}\n\t},\n\tstopImmediatePropagation: function() {\n\t\tvar e = this.originalEvent;\n\n\t\tthis.isImmediatePropagationStopped = returnTrue;\n\n\t\tif ( e && !this.isSimulated ) {\n\t\t\te.stopImmediatePropagation();\n\t\t}\n\n\t\tthis.stopPropagation();\n\t}\n};\n\n// Includes all common event props including KeyEvent and MouseEvent specific props\njQuery.each( {\n\taltKey: true,\n\tbubbles: true,\n\tcancelable: true,\n\tchangedTouches: true,\n\tctrlKey: true,\n\tdetail: true,\n\teventPhase: true,\n\tmetaKey: true,\n\tpageX: true,\n\tpageY: true,\n\tshiftKey: true,\n\tview: true,\n\t\"char\": true,\n\tcode: true,\n\tcharCode: true,\n\tkey: true,\n\tkeyCode: true,\n\tbutton: true,\n\tbuttons: true,\n\tclientX: true,\n\tclientY: true,\n\toffsetX: true,\n\toffsetY: true,\n\tpointerId: true,\n\tpointerType: true,\n\tscreenX: true,\n\tscreenY: true,\n\ttargetTouches: true,\n\ttoElement: true,\n\ttouches: true,\n\twhich: true\n}, jQuery.event.addProp );\n\njQuery.each( { focus: \"focusin\", blur: \"focusout\" }, function( type, delegateType ) {\n\tjQuery.event.special[ type ] = {\n\n\t\t// Utilize native event if possible so blur/focus sequence is correct\n\t\tsetup: function() {\n\n\t\t\t// Claim the first handler\n\t\t\t// dataPriv.set( this, \"focus\", ... )\n\t\t\t// dataPriv.set( this, \"blur\", ... )\n\t\t\tleverageNative( this, type, expectSync );\n\n\t\t\t// Return false to allow normal processing in the caller\n\t\t\treturn false;\n\t\t},\n\t\ttrigger: function() {\n\n\t\t\t// Force setup before trigger\n\t\t\tleverageNative( this, type );\n\n\t\t\t// Return non-false to allow normal event-path propagation\n\t\t\treturn true;\n\t\t},\n\n\t\t// Suppress native focus or blur as it's already being fired\n\t\t// in leverageNative.\n\t\t_default: function() {\n\t\t\treturn true;\n\t\t},\n\n\t\tdelegateType: delegateType\n\t};\n} );\n\n// Create mouseenter/leave events using mouseover/out and event-time checks\n// so that event delegation works in jQuery.\n// Do the same for pointerenter/pointerleave and pointerover/pointerout\n//\n// Support: Safari 7 only\n// Safari sends mouseenter too often; see:\n// https://bugs.chromium.org/p/chromium/issues/detail?id=470258\n// for the description of the bug (it existed in older Chrome versions as well).\njQuery.each( {\n\tmouseenter: \"mouseover\",\n\tmouseleave: \"mouseout\",\n\tpointerenter: \"pointerover\",\n\tpointerleave: \"pointerout\"\n}, function( orig, fix ) {\n\tjQuery.event.special[ orig ] = {\n\t\tdelegateType: fix,\n\t\tbindType: fix,\n\n\t\thandle: function( event ) {\n\t\t\tvar ret,\n\t\t\t\ttarget = this,\n\t\t\t\trelated = event.relatedTarget,\n\t\t\t\thandleObj = event.handleObj;\n\n\t\t\t// For mouseenter/leave call the handler if related is outside the target.\n\t\t\t// NB: No relatedTarget if the mouse left/entered the browser window\n\t\t\tif ( !related || ( related !== target && !jQuery.contains( target, related ) ) ) {\n\t\t\t\tevent.type = handleObj.origType;\n\t\t\t\tret = handleObj.handler.apply( this, arguments );\n\t\t\t\tevent.type = fix;\n\t\t\t}\n\t\t\treturn ret;\n\t\t}\n\t};\n} );\n\njQuery.fn.extend( {\n\n\ton: function( types, selector, data, fn ) {\n\t\treturn on( this, types, selector, data, fn );\n\t},\n\tone: function( types, selector, data, fn ) {\n\t\treturn on( this, types, selector, data, fn, 1 );\n\t},\n\toff: function( types, selector, fn ) {\n\t\tvar handleObj, type;\n\t\tif ( types && types.preventDefault && types.handleObj ) {\n\n\t\t\t// ( event )  dispatched jQuery.Event\n\t\t\thandleObj = types.handleObj;\n\t\t\tjQuery( types.delegateTarget ).off(\n\t\t\t\thandleObj.namespace ?\n\t\t\t\t\thandleObj.origType + \".\" + handleObj.namespace :\n\t\t\t\t\thandleObj.origType,\n\t\t\t\thandleObj.selector,\n\t\t\t\thandleObj.handler\n\t\t\t);\n\t\t\treturn this;\n\t\t}\n\t\tif ( typeof types === \"object\" ) {\n\n\t\t\t// ( types-object [, selector] )\n\t\t\tfor ( type in types ) {\n\t\t\t\tthis.off( type, selector, types[ type ] );\n\t\t\t}\n\t\t\treturn this;\n\t\t}\n\t\tif ( selector === false || typeof selector === \"function\" ) {\n\n\t\t\t// ( types [, fn] )\n\t\t\tfn = selector;\n\t\t\tselector = undefined;\n\t\t}\n\t\tif ( fn === false ) {\n\t\t\tfn = returnFalse;\n\t\t}\n\t\treturn this.each( function() {\n\t\t\tjQuery.event.remove( this, types, fn, selector );\n\t\t} );\n\t}\n} );\n\n\nvar\n\n\t// Support: IE <=10 - 11, Edge 12 - 13 only\n\t// In IE/Edge using regex groups here causes severe slowdowns.\n\t// See https://connect.microsoft.com/IE/feedback/details/1736512/\n\trnoInnerhtml = /<script|<style|<link/i,\n\n\t// checked=\"checked\" or checked\n\trchecked = /checked\\s*(?:[^=]|=\\s*.checked.)/i,\n\trcleanScript = /^\\s*<!(?:\\[CDATA\\[|--)|(?:\\]\\]|--)>\\s*$/g;\n\n// Prefer a tbody over its parent table for containing new rows\nfunction manipulationTarget( elem, content ) {\n\tif ( nodeName( elem, \"table\" ) &&\n\t\tnodeName( content.nodeType !== 11 ? content : content.firstChild, \"tr\" ) ) {\n\n\t\treturn jQuery( elem ).children( \"tbody\" )[ 0 ] || elem;\n\t}\n\n\treturn elem;\n}\n\n// Replace/restore the type attribute of script elements for safe DOM manipulation\nfunction disableScript( elem ) {\n\telem.type = ( elem.getAttribute( \"type\" ) !== null ) + \"/\" + elem.type;\n\treturn elem;\n}\nfunction restoreScript( elem ) {\n\tif ( ( elem.type || \"\" ).slice( 0, 5 ) === \"true/\" ) {\n\t\telem.type = elem.type.slice( 5 );\n\t} else {\n\t\telem.removeAttribute( \"type\" );\n\t}\n\n\treturn elem;\n}\n\nfunction cloneCopyEvent( src, dest ) {\n\tvar i, l, type, pdataOld, udataOld, udataCur, events;\n\n\tif ( dest.nodeType !== 1 ) {\n\t\treturn;\n\t}\n\n\t// 1. Copy private data: events, handlers, etc.\n\tif ( dataPriv.hasData( src ) ) {\n\t\tpdataOld = dataPriv.get( src );\n\t\tevents = pdataOld.events;\n\n\t\tif ( events ) {\n\t\t\tdataPriv.remove( dest, \"handle events\" );\n\n\t\t\tfor ( type in events ) {\n\t\t\t\tfor ( i = 0, l = events[ type ].length; i < l; i++ ) {\n\t\t\t\t\tjQuery.event.add( dest, type, events[ type ][ i ] );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t// 2. Copy user data\n\tif ( dataUser.hasData( src ) ) {\n\t\tudataOld = dataUser.access( src );\n\t\tudataCur = jQuery.extend( {}, udataOld );\n\n\t\tdataUser.set( dest, udataCur );\n\t}\n}\n\n// Fix IE bugs, see support tests\nfunction fixInput( src, dest ) {\n\tvar nodeName = dest.nodeName.toLowerCase();\n\n\t// Fails to persist the checked state of a cloned checkbox or radio button.\n\tif ( nodeName === \"input\" && rcheckableType.test( src.type ) ) {\n\t\tdest.checked = src.checked;\n\n\t// Fails to return the selected option to the default selected state when cloning options\n\t} else if ( nodeName === \"input\" || nodeName === \"textarea\" ) {\n\t\tdest.defaultValue = src.defaultValue;\n\t}\n}\n\nfunction domManip( collection, args, callback, ignored ) {\n\n\t// Flatten any nested arrays\n\targs = flat( args );\n\n\tvar fragment, first, scripts, hasScripts, node, doc,\n\t\ti = 0,\n\t\tl = collection.length,\n\t\tiNoClone = l - 1,\n\t\tvalue = args[ 0 ],\n\t\tvalueIsFunction = isFunction( value );\n\n\t// We can't cloneNode fragments that contain checked, in WebKit\n\tif ( valueIsFunction ||\n\t\t\t( l > 1 && typeof value === \"string\" &&\n\t\t\t\t!support.checkClone && rchecked.test( value ) ) ) {\n\t\treturn collection.each( function( index ) {\n\t\t\tvar self = collection.eq( index );\n\t\t\tif ( valueIsFunction ) {\n\t\t\t\targs[ 0 ] = value.call( this, index, self.html() );\n\t\t\t}\n\t\t\tdomManip( self, args, callback, ignored );\n\t\t} );\n\t}\n\n\tif ( l ) {\n\t\tfragment = buildFragment( args, collection[ 0 ].ownerDocument, false, collection, ignored );\n\t\tfirst = fragment.firstChild;\n\n\t\tif ( fragment.childNodes.length === 1 ) {\n\t\t\tfragment = first;\n\t\t}\n\n\t\t// Require either new content or an interest in ignored elements to invoke the callback\n\t\tif ( first || ignored ) {\n\t\t\tscripts = jQuery.map( getAll( fragment, \"script\" ), disableScript );\n\t\t\thasScripts = scripts.length;\n\n\t\t\t// Use the original fragment for the last item\n\t\t\t// instead of the first because it can end up\n\t\t\t// being emptied incorrectly in certain situations (#8070).\n\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\tnode = fragment;\n\n\t\t\t\tif ( i !== iNoClone ) {\n\t\t\t\t\tnode = jQuery.clone( node, true, true );\n\n\t\t\t\t\t// Keep references to cloned scripts for later restoration\n\t\t\t\t\tif ( hasScripts ) {\n\n\t\t\t\t\t\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t\t\t\t\t\t// push.apply(_, arraylike) throws on ancient WebKit\n\t\t\t\t\t\tjQuery.merge( scripts, getAll( node, \"script\" ) );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\tcallback.call( collection[ i ], node, i );\n\t\t\t}\n\n\t\t\tif ( hasScripts ) {\n\t\t\t\tdoc = scripts[ scripts.length - 1 ].ownerDocument;\n\n\t\t\t\t// Reenable scripts\n\t\t\t\tjQuery.map( scripts, restoreScript );\n\n\t\t\t\t// Evaluate executable scripts on first document insertion\n\t\t\t\tfor ( i = 0; i < hasScripts; i++ ) {\n\t\t\t\t\tnode = scripts[ i ];\n\t\t\t\t\tif ( rscriptType.test( node.type || \"\" ) &&\n\t\t\t\t\t\t!dataPriv.access( node, \"globalEval\" ) &&\n\t\t\t\t\t\tjQuery.contains( doc, node ) ) {\n\n\t\t\t\t\t\tif ( node.src && ( node.type || \"\" ).toLowerCase()  !== \"module\" ) {\n\n\t\t\t\t\t\t\t// Optional AJAX dependency, but won't run scripts if not present\n\t\t\t\t\t\t\tif ( jQuery._evalUrl && !node.noModule ) {\n\t\t\t\t\t\t\t\tjQuery._evalUrl( node.src, {\n\t\t\t\t\t\t\t\t\tnonce: node.nonce || node.getAttribute( \"nonce\" )\n\t\t\t\t\t\t\t\t}, doc );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tDOMEval( node.textContent.replace( rcleanScript, \"\" ), node, doc );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn collection;\n}\n\nfunction remove( elem, selector, keepData ) {\n\tvar node,\n\t\tnodes = selector ? jQuery.filter( selector, elem ) : elem,\n\t\ti = 0;\n\n\tfor ( ; ( node = nodes[ i ] ) != null; i++ ) {\n\t\tif ( !keepData && node.nodeType === 1 ) {\n\t\t\tjQuery.cleanData( getAll( node ) );\n\t\t}\n\n\t\tif ( node.parentNode ) {\n\t\t\tif ( keepData && isAttached( node ) ) {\n\t\t\t\tsetGlobalEval( getAll( node, \"script\" ) );\n\t\t\t}\n\t\t\tnode.parentNode.removeChild( node );\n\t\t}\n\t}\n\n\treturn elem;\n}\n\njQuery.extend( {\n\thtmlPrefilter: function( html ) {\n\t\treturn html;\n\t},\n\n\tclone: function( elem, dataAndEvents, deepDataAndEvents ) {\n\t\tvar i, l, srcElements, destElements,\n\t\t\tclone = elem.cloneNode( true ),\n\t\t\tinPage = isAttached( elem );\n\n\t\t// Fix IE cloning issues\n\t\tif ( !support.noCloneChecked && ( elem.nodeType === 1 || elem.nodeType === 11 ) &&\n\t\t\t\t!jQuery.isXMLDoc( elem ) ) {\n\n\t\t\t// We eschew Sizzle here for performance reasons: https://jsperf.com/getall-vs-sizzle/2\n\t\t\tdestElements = getAll( clone );\n\t\t\tsrcElements = getAll( elem );\n\n\t\t\tfor ( i = 0, l = srcElements.length; i < l; i++ ) {\n\t\t\t\tfixInput( srcElements[ i ], destElements[ i ] );\n\t\t\t}\n\t\t}\n\n\t\t// Copy the events from the original to the clone\n\t\tif ( dataAndEvents ) {\n\t\t\tif ( deepDataAndEvents ) {\n\t\t\t\tsrcElements = srcElements || getAll( elem );\n\t\t\t\tdestElements = destElements || getAll( clone );\n\n\t\t\t\tfor ( i = 0, l = srcElements.length; i < l; i++ ) {\n\t\t\t\t\tcloneCopyEvent( srcElements[ i ], destElements[ i ] );\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tcloneCopyEvent( elem, clone );\n\t\t\t}\n\t\t}\n\n\t\t// Preserve script evaluation history\n\t\tdestElements = getAll( clone, \"script\" );\n\t\tif ( destElements.length > 0 ) {\n\t\t\tsetGlobalEval( destElements, !inPage && getAll( elem, \"script\" ) );\n\t\t}\n\n\t\t// Return the cloned set\n\t\treturn clone;\n\t},\n\n\tcleanData: function( elems ) {\n\t\tvar data, elem, type,\n\t\t\tspecial = jQuery.event.special,\n\t\t\ti = 0;\n\n\t\tfor ( ; ( elem = elems[ i ] ) !== undefined; i++ ) {\n\t\t\tif ( acceptData( elem ) ) {\n\t\t\t\tif ( ( data = elem[ dataPriv.expando ] ) ) {\n\t\t\t\t\tif ( data.events ) {\n\t\t\t\t\t\tfor ( type in data.events ) {\n\t\t\t\t\t\t\tif ( special[ type ] ) {\n\t\t\t\t\t\t\t\tjQuery.event.remove( elem, type );\n\n\t\t\t\t\t\t\t// This is a shortcut to avoid jQuery.event.remove's overhead\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tjQuery.removeEvent( elem, type, data.handle );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Support: Chrome <=35 - 45+\n\t\t\t\t\t// Assign undefined instead of using delete, see Data#remove\n\t\t\t\t\telem[ dataPriv.expando ] = undefined;\n\t\t\t\t}\n\t\t\t\tif ( elem[ dataUser.expando ] ) {\n\n\t\t\t\t\t// Support: Chrome <=35 - 45+\n\t\t\t\t\t// Assign undefined instead of using delete, see Data#remove\n\t\t\t\t\telem[ dataUser.expando ] = undefined;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n} );\n\njQuery.fn.extend( {\n\tdetach: function( selector ) {\n\t\treturn remove( this, selector, true );\n\t},\n\n\tremove: function( selector ) {\n\t\treturn remove( this, selector );\n\t},\n\n\ttext: function( value ) {\n\t\treturn access( this, function( value ) {\n\t\t\treturn value === undefined ?\n\t\t\t\tjQuery.text( this ) :\n\t\t\t\tthis.empty().each( function() {\n\t\t\t\t\tif ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {\n\t\t\t\t\t\tthis.textContent = value;\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t}, null, value, arguments.length );\n\t},\n\n\tappend: function() {\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tif ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {\n\t\t\t\tvar target = manipulationTarget( this, elem );\n\t\t\t\ttarget.appendChild( elem );\n\t\t\t}\n\t\t} );\n\t},\n\n\tprepend: function() {\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tif ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {\n\t\t\t\tvar target = manipulationTarget( this, elem );\n\t\t\t\ttarget.insertBefore( elem, target.firstChild );\n\t\t\t}\n\t\t} );\n\t},\n\n\tbefore: function() {\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tif ( this.parentNode ) {\n\t\t\t\tthis.parentNode.insertBefore( elem, this );\n\t\t\t}\n\t\t} );\n\t},\n\n\tafter: function() {\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tif ( this.parentNode ) {\n\t\t\t\tthis.parentNode.insertBefore( elem, this.nextSibling );\n\t\t\t}\n\t\t} );\n\t},\n\n\tempty: function() {\n\t\tvar elem,\n\t\t\ti = 0;\n\n\t\tfor ( ; ( elem = this[ i ] ) != null; i++ ) {\n\t\t\tif ( elem.nodeType === 1 ) {\n\n\t\t\t\t// Prevent memory leaks\n\t\t\t\tjQuery.cleanData( getAll( elem, false ) );\n\n\t\t\t\t// Remove any remaining nodes\n\t\t\t\telem.textContent = \"\";\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\tclone: function( dataAndEvents, deepDataAndEvents ) {\n\t\tdataAndEvents = dataAndEvents == null ? false : dataAndEvents;\n\t\tdeepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents;\n\n\t\treturn this.map( function() {\n\t\t\treturn jQuery.clone( this, dataAndEvents, deepDataAndEvents );\n\t\t} );\n\t},\n\n\thtml: function( value ) {\n\t\treturn access( this, function( value ) {\n\t\t\tvar elem = this[ 0 ] || {},\n\t\t\t\ti = 0,\n\t\t\t\tl = this.length;\n\n\t\t\tif ( value === undefined && elem.nodeType === 1 ) {\n\t\t\t\treturn elem.innerHTML;\n\t\t\t}\n\n\t\t\t// See if we can take a shortcut and just use innerHTML\n\t\t\tif ( typeof value === \"string\" && !rnoInnerhtml.test( value ) &&\n\t\t\t\t!wrapMap[ ( rtagName.exec( value ) || [ \"\", \"\" ] )[ 1 ].toLowerCase() ] ) {\n\n\t\t\t\tvalue = jQuery.htmlPrefilter( value );\n\n\t\t\t\ttry {\n\t\t\t\t\tfor ( ; i < l; i++ ) {\n\t\t\t\t\t\telem = this[ i ] || {};\n\n\t\t\t\t\t\t// Remove element nodes and prevent memory leaks\n\t\t\t\t\t\tif ( elem.nodeType === 1 ) {\n\t\t\t\t\t\t\tjQuery.cleanData( getAll( elem, false ) );\n\t\t\t\t\t\t\telem.innerHTML = value;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\telem = 0;\n\n\t\t\t\t// If using innerHTML throws an exception, use the fallback method\n\t\t\t\t} catch ( e ) {}\n\t\t\t}\n\n\t\t\tif ( elem ) {\n\t\t\t\tthis.empty().append( value );\n\t\t\t}\n\t\t}, null, value, arguments.length );\n\t},\n\n\treplaceWith: function() {\n\t\tvar ignored = [];\n\n\t\t// Make the changes, replacing each non-ignored context element with the new content\n\t\treturn domManip( this, arguments, function( elem ) {\n\t\t\tvar parent = this.parentNode;\n\n\t\t\tif ( jQuery.inArray( this, ignored ) < 0 ) {\n\t\t\t\tjQuery.cleanData( getAll( this ) );\n\t\t\t\tif ( parent ) {\n\t\t\t\t\tparent.replaceChild( elem, this );\n\t\t\t\t}\n\t\t\t}\n\n\t\t// Force callback invocation\n\t\t}, ignored );\n\t}\n} );\n\njQuery.each( {\n\tappendTo: \"append\",\n\tprependTo: \"prepend\",\n\tinsertBefore: \"before\",\n\tinsertAfter: \"after\",\n\treplaceAll: \"replaceWith\"\n}, function( name, original ) {\n\tjQuery.fn[ name ] = function( selector ) {\n\t\tvar elems,\n\t\t\tret = [],\n\t\t\tinsert = jQuery( selector ),\n\t\t\tlast = insert.length - 1,\n\t\t\ti = 0;\n\n\t\tfor ( ; i <= last; i++ ) {\n\t\t\telems = i === last ? this : this.clone( true );\n\t\t\tjQuery( insert[ i ] )[ original ]( elems );\n\n\t\t\t// Support: Android <=4.0 only, PhantomJS 1 only\n\t\t\t// .get() because push.apply(_, arraylike) throws on ancient WebKit\n\t\t\tpush.apply( ret, elems.get() );\n\t\t}\n\n\t\treturn this.pushStack( ret );\n\t};\n} );\nvar rnumnonpx = new RegExp( \"^(\" + pnum + \")(?!px)[a-z%]+$\", \"i\" );\n\nvar getStyles = function( elem ) {\n\n\t\t// Support: IE <=11 only, Firefox <=30 (#15098, #14150)\n\t\t// IE throws on elements created in popups\n\t\t// FF meanwhile throws on frame elements through \"defaultView.getComputedStyle\"\n\t\tvar view = elem.ownerDocument.defaultView;\n\n\t\tif ( !view || !view.opener ) {\n\t\t\tview = window;\n\t\t}\n\n\t\treturn view.getComputedStyle( elem );\n\t};\n\nvar swap = function( elem, options, callback ) {\n\tvar ret, name,\n\t\told = {};\n\n\t// Remember the old values, and insert the new ones\n\tfor ( name in options ) {\n\t\told[ name ] = elem.style[ name ];\n\t\telem.style[ name ] = options[ name ];\n\t}\n\n\tret = callback.call( elem );\n\n\t// Revert the old values\n\tfor ( name in options ) {\n\t\telem.style[ name ] = old[ name ];\n\t}\n\n\treturn ret;\n};\n\n\nvar rboxStyle = new RegExp( cssExpand.join( \"|\" ), \"i\" );\n\n\n\n( function() {\n\n\t// Executing both pixelPosition & boxSizingReliable tests require only one layout\n\t// so they're executed at the same time to save the second computation.\n\tfunction computeStyleTests() {\n\n\t\t// This is a singleton, we need to execute it only once\n\t\tif ( !div ) {\n\t\t\treturn;\n\t\t}\n\n\t\tcontainer.style.cssText = \"position:absolute;left:-11111px;width:60px;\" +\n\t\t\t\"margin-top:1px;padding:0;border:0\";\n\t\tdiv.style.cssText =\n\t\t\t\"position:relative;display:block;box-sizing:border-box;overflow:scroll;\" +\n\t\t\t\"margin:auto;border:1px;padding:1px;\" +\n\t\t\t\"width:60%;top:1%\";\n\t\tdocumentElement.appendChild( container ).appendChild( div );\n\n\t\tvar divStyle = window.getComputedStyle( div );\n\t\tpixelPositionVal = divStyle.top !== \"1%\";\n\n\t\t// Support: Android 4.0 - 4.3 only, Firefox <=3 - 44\n\t\treliableMarginLeftVal = roundPixelMeasures( divStyle.marginLeft ) === 12;\n\n\t\t// Support: Android 4.0 - 4.3 only, Safari <=9.1 - 10.1, iOS <=7.0 - 9.3\n\t\t// Some styles come back with percentage values, even though they shouldn't\n\t\tdiv.style.right = \"60%\";\n\t\tpixelBoxStylesVal = roundPixelMeasures( divStyle.right ) === 36;\n\n\t\t// Support: IE 9 - 11 only\n\t\t// Detect misreporting of content dimensions for box-sizing:border-box elements\n\t\tboxSizingReliableVal = roundPixelMeasures( divStyle.width ) === 36;\n\n\t\t// Support: IE 9 only\n\t\t// Detect overflow:scroll screwiness (gh-3699)\n\t\t// Support: Chrome <=64\n\t\t// Don't get tricked when zoom affects offsetWidth (gh-4029)\n\t\tdiv.style.position = \"absolute\";\n\t\tscrollboxSizeVal = roundPixelMeasures( div.offsetWidth / 3 ) === 12;\n\n\t\tdocumentElement.removeChild( container );\n\n\t\t// Nullify the div so it wouldn't be stored in the memory and\n\t\t// it will also be a sign that checks already performed\n\t\tdiv = null;\n\t}\n\n\tfunction roundPixelMeasures( measure ) {\n\t\treturn Math.round( parseFloat( measure ) );\n\t}\n\n\tvar pixelPositionVal, boxSizingReliableVal, scrollboxSizeVal, pixelBoxStylesVal,\n\t\treliableTrDimensionsVal, reliableMarginLeftVal,\n\t\tcontainer = document.createElement( \"div\" ),\n\t\tdiv = document.createElement( \"div\" );\n\n\t// Finish early in limited (non-browser) environments\n\tif ( !div.style ) {\n\t\treturn;\n\t}\n\n\t// Support: IE <=9 - 11 only\n\t// Style of cloned element affects source element cloned (#8908)\n\tdiv.style.backgroundClip = \"content-box\";\n\tdiv.cloneNode( true ).style.backgroundClip = \"\";\n\tsupport.clearCloneStyle = div.style.backgroundClip === \"content-box\";\n\n\tjQuery.extend( support, {\n\t\tboxSizingReliable: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn boxSizingReliableVal;\n\t\t},\n\t\tpixelBoxStyles: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn pixelBoxStylesVal;\n\t\t},\n\t\tpixelPosition: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn pixelPositionVal;\n\t\t},\n\t\treliableMarginLeft: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn reliableMarginLeftVal;\n\t\t},\n\t\tscrollboxSize: function() {\n\t\t\tcomputeStyleTests();\n\t\t\treturn scrollboxSizeVal;\n\t\t},\n\n\t\t// Support: IE 9 - 11+, Edge 15 - 18+\n\t\t// IE/Edge misreport `getComputedStyle` of table rows with width/height\n\t\t// set in CSS while `offset*` properties report correct values.\n\t\t// Behavior in IE 9 is more subtle than in newer versions & it passes\n\t\t// some versions of this test; make sure not to make it pass there!\n\t\t//\n\t\t// Support: Firefox 70+\n\t\t// Only Firefox includes border widths\n\t\t// in computed dimensions. (gh-4529)\n\t\treliableTrDimensions: function() {\n\t\t\tvar table, tr, trChild, trStyle;\n\t\t\tif ( reliableTrDimensionsVal == null ) {\n\t\t\t\ttable = document.createElement( \"table\" );\n\t\t\t\ttr = document.createElement( \"tr\" );\n\t\t\t\ttrChild = document.createElement( \"div\" );\n\n\t\t\t\ttable.style.cssText = \"position:absolute;left:-11111px;border-collapse:separate\";\n\t\t\t\ttr.style.cssText = \"border:1px solid\";\n\n\t\t\t\t// Support: Chrome 86+\n\t\t\t\t// Height set through cssText does not get applied.\n\t\t\t\t// Computed height then comes back as 0.\n\t\t\t\ttr.style.height = \"1px\";\n\t\t\t\ttrChild.style.height = \"9px\";\n\n\t\t\t\t// Support: Android 8 Chrome 86+\n\t\t\t\t// In our bodyBackground.html iframe,\n\t\t\t\t// display for all div elements is set to \"inline\",\n\t\t\t\t// which causes a problem only in Android 8 Chrome 86.\n\t\t\t\t// Ensuring the div is display: block\n\t\t\t\t// gets around this issue.\n\t\t\t\ttrChild.style.display = \"block\";\n\n\t\t\t\tdocumentElement\n\t\t\t\t\t.appendChild( table )\n\t\t\t\t\t.appendChild( tr )\n\t\t\t\t\t.appendChild( trChild );\n\n\t\t\t\ttrStyle = window.getComputedStyle( tr );\n\t\t\t\treliableTrDimensionsVal = ( parseInt( trStyle.height, 10 ) +\n\t\t\t\t\tparseInt( trStyle.borderTopWidth, 10 ) +\n\t\t\t\t\tparseInt( trStyle.borderBottomWidth, 10 ) ) === tr.offsetHeight;\n\n\t\t\t\tdocumentElement.removeChild( table );\n\t\t\t}\n\t\t\treturn reliableTrDimensionsVal;\n\t\t}\n\t} );\n} )();\n\n\nfunction curCSS( elem, name, computed ) {\n\tvar width, minWidth, maxWidth, ret,\n\n\t\t// Support: Firefox 51+\n\t\t// Retrieving style before computed somehow\n\t\t// fixes an issue with getting wrong values\n\t\t// on detached elements\n\t\tstyle = elem.style;\n\n\tcomputed = computed || getStyles( elem );\n\n\t// getPropertyValue is needed for:\n\t//   .css('filter') (IE 9 only, #12537)\n\t//   .css('--customProperty) (#3144)\n\tif ( computed ) {\n\t\tret = computed.getPropertyValue( name ) || computed[ name ];\n\n\t\tif ( ret === \"\" && !isAttached( elem ) ) {\n\t\t\tret = jQuery.style( elem, name );\n\t\t}\n\n\t\t// A tribute to the \"awesome hack by Dean Edwards\"\n\t\t// Android Browser returns percentage for some values,\n\t\t// but width seems to be reliably pixels.\n\t\t// This is against the CSSOM draft spec:\n\t\t// https://drafts.csswg.org/cssom/#resolved-values\n\t\tif ( !support.pixelBoxStyles() && rnumnonpx.test( ret ) && rboxStyle.test( name ) ) {\n\n\t\t\t// Remember the original values\n\t\t\twidth = style.width;\n\t\t\tminWidth = style.minWidth;\n\t\t\tmaxWidth = style.maxWidth;\n\n\t\t\t// Put in the new values to get a computed value out\n\t\t\tstyle.minWidth = style.maxWidth = style.width = ret;\n\t\t\tret = computed.width;\n\n\t\t\t// Revert the changed values\n\t\t\tstyle.width = width;\n\t\t\tstyle.minWidth = minWidth;\n\t\t\tstyle.maxWidth = maxWidth;\n\t\t}\n\t}\n\n\treturn ret !== undefined ?\n\n\t\t// Support: IE <=9 - 11 only\n\t\t// IE returns zIndex value as an integer.\n\t\tret + \"\" :\n\t\tret;\n}\n\n\nfunction addGetHookIf( conditionFn, hookFn ) {\n\n\t// Define the hook, we'll check on the first run if it's really needed.\n\treturn {\n\t\tget: function() {\n\t\t\tif ( conditionFn() ) {\n\n\t\t\t\t// Hook not needed (or it's not possible to use it due\n\t\t\t\t// to missing dependency), remove it.\n\t\t\t\tdelete this.get;\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// Hook needed; redefine it so that the support test is not executed again.\n\t\t\treturn ( this.get = hookFn ).apply( this, arguments );\n\t\t}\n\t};\n}\n\n\nvar cssPrefixes = [ \"Webkit\", \"Moz\", \"ms\" ],\n\temptyStyle = document.createElement( \"div\" ).style,\n\tvendorProps = {};\n\n// Return a vendor-prefixed property or undefined\nfunction vendorPropName( name ) {\n\n\t// Check for vendor prefixed names\n\tvar capName = name[ 0 ].toUpperCase() + name.slice( 1 ),\n\t\ti = cssPrefixes.length;\n\n\twhile ( i-- ) {\n\t\tname = cssPrefixes[ i ] + capName;\n\t\tif ( name in emptyStyle ) {\n\t\t\treturn name;\n\t\t}\n\t}\n}\n\n// Return a potentially-mapped jQuery.cssProps or vendor prefixed property\nfunction finalPropName( name ) {\n\tvar final = jQuery.cssProps[ name ] || vendorProps[ name ];\n\n\tif ( final ) {\n\t\treturn final;\n\t}\n\tif ( name in emptyStyle ) {\n\t\treturn name;\n\t}\n\treturn vendorProps[ name ] = vendorPropName( name ) || name;\n}\n\n\nvar\n\n\t// Swappable if display is none or starts with table\n\t// except \"table\", \"table-cell\", or \"table-caption\"\n\t// See here for display values: https://developer.mozilla.org/en-US/docs/CSS/display\n\trdisplayswap = /^(none|table(?!-c[ea]).+)/,\n\trcustomProp = /^--/,\n\tcssShow = { position: \"absolute\", visibility: \"hidden\", display: \"block\" },\n\tcssNormalTransform = {\n\t\tletterSpacing: \"0\",\n\t\tfontWeight: \"400\"\n\t};\n\nfunction setPositiveNumber( _elem, value, subtract ) {\n\n\t// Any relative (+/-) values have already been\n\t// normalized at this point\n\tvar matches = rcssNum.exec( value );\n\treturn matches ?\n\n\t\t// Guard against undefined \"subtract\", e.g., when used as in cssHooks\n\t\tMath.max( 0, matches[ 2 ] - ( subtract || 0 ) ) + ( matches[ 3 ] || \"px\" ) :\n\t\tvalue;\n}\n\nfunction boxModelAdjustment( elem, dimension, box, isBorderBox, styles, computedVal ) {\n\tvar i = dimension === \"width\" ? 1 : 0,\n\t\textra = 0,\n\t\tdelta = 0;\n\n\t// Adjustment may not be necessary\n\tif ( box === ( isBorderBox ? \"border\" : \"content\" ) ) {\n\t\treturn 0;\n\t}\n\n\tfor ( ; i < 4; i += 2 ) {\n\n\t\t// Both box models exclude margin\n\t\tif ( box === \"margin\" ) {\n\t\t\tdelta += jQuery.css( elem, box + cssExpand[ i ], true, styles );\n\t\t}\n\n\t\t// If we get here with a content-box, we're seeking \"padding\" or \"border\" or \"margin\"\n\t\tif ( !isBorderBox ) {\n\n\t\t\t// Add padding\n\t\t\tdelta += jQuery.css( elem, \"padding\" + cssExpand[ i ], true, styles );\n\n\t\t\t// For \"border\" or \"margin\", add border\n\t\t\tif ( box !== \"padding\" ) {\n\t\t\t\tdelta += jQuery.css( elem, \"border\" + cssExpand[ i ] + \"Width\", true, styles );\n\n\t\t\t// But still keep track of it otherwise\n\t\t\t} else {\n\t\t\t\textra += jQuery.css( elem, \"border\" + cssExpand[ i ] + \"Width\", true, styles );\n\t\t\t}\n\n\t\t// If we get here with a border-box (content + padding + border), we're seeking \"content\" or\n\t\t// \"padding\" or \"margin\"\n\t\t} else {\n\n\t\t\t// For \"content\", subtract padding\n\t\t\tif ( box === \"content\" ) {\n\t\t\t\tdelta -= jQuery.css( elem, \"padding\" + cssExpand[ i ], true, styles );\n\t\t\t}\n\n\t\t\t// For \"content\" or \"padding\", subtract border\n\t\t\tif ( box !== \"margin\" ) {\n\t\t\t\tdelta -= jQuery.css( elem, \"border\" + cssExpand[ i ] + \"Width\", true, styles );\n\t\t\t}\n\t\t}\n\t}\n\n\t// Account for positive content-box scroll gutter when requested by providing computedVal\n\tif ( !isBorderBox && computedVal >= 0 ) {\n\n\t\t// offsetWidth/offsetHeight is a rounded sum of content, padding, scroll gutter, and border\n\t\t// Assuming integer scroll gutter, subtract the rest and round down\n\t\tdelta += Math.max( 0, Math.ceil(\n\t\t\telem[ \"offset\" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] -\n\t\t\tcomputedVal -\n\t\t\tdelta -\n\t\t\textra -\n\t\t\t0.5\n\n\t\t// If offsetWidth/offsetHeight is unknown, then we can't determine content-box scroll gutter\n\t\t// Use an explicit zero to avoid NaN (gh-3964)\n\t\t) ) || 0;\n\t}\n\n\treturn delta;\n}\n\nfunction getWidthOrHeight( elem, dimension, extra ) {\n\n\t// Start with computed style\n\tvar styles = getStyles( elem ),\n\n\t\t// To avoid forcing a reflow, only fetch boxSizing if we need it (gh-4322).\n\t\t// Fake content-box until we know it's needed to know the true value.\n\t\tboxSizingNeeded = !support.boxSizingReliable() || extra,\n\t\tisBorderBox = boxSizingNeeded &&\n\t\t\tjQuery.css( elem, \"boxSizing\", false, styles ) === \"border-box\",\n\t\tvalueIsBorderBox = isBorderBox,\n\n\t\tval = curCSS( elem, dimension, styles ),\n\t\toffsetProp = \"offset\" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 );\n\n\t// Support: Firefox <=54\n\t// Return a confounding non-pixel value or feign ignorance, as appropriate.\n\tif ( rnumnonpx.test( val ) ) {\n\t\tif ( !extra ) {\n\t\t\treturn val;\n\t\t}\n\t\tval = \"auto\";\n\t}\n\n\n\t// Support: IE 9 - 11 only\n\t// Use offsetWidth/offsetHeight for when box sizing is unreliable.\n\t// In those cases, the computed value can be trusted to be border-box.\n\tif ( ( !support.boxSizingReliable() && isBorderBox ||\n\n\t\t// Support: IE 10 - 11+, Edge 15 - 18+\n\t\t// IE/Edge misreport `getComputedStyle` of table rows with width/height\n\t\t// set in CSS while `offset*` properties report correct values.\n\t\t// Interestingly, in some cases IE 9 doesn't suffer from this issue.\n\t\t!support.reliableTrDimensions() && nodeName( elem, \"tr\" ) ||\n\n\t\t// Fall back to offsetWidth/offsetHeight when value is \"auto\"\n\t\t// This happens for inline elements with no explicit setting (gh-3571)\n\t\tval === \"auto\" ||\n\n\t\t// Support: Android <=4.1 - 4.3 only\n\t\t// Also use offsetWidth/offsetHeight for misreported inline dimensions (gh-3602)\n\t\t!parseFloat( val ) && jQuery.css( elem, \"display\", false, styles ) === \"inline\" ) &&\n\n\t\t// Make sure the element is visible & connected\n\t\telem.getClientRects().length ) {\n\n\t\tisBorderBox = jQuery.css( elem, \"boxSizing\", false, styles ) === \"border-box\";\n\n\t\t// Where available, offsetWidth/offsetHeight approximate border box dimensions.\n\t\t// Where not available (e.g., SVG), assume unreliable box-sizing and interpret the\n\t\t// retrieved value as a content box dimension.\n\t\tvalueIsBorderBox = offsetProp in elem;\n\t\tif ( valueIsBorderBox ) {\n\t\t\tval = elem[ offsetProp ];\n\t\t}\n\t}\n\n\t// Normalize \"\" and auto\n\tval = parseFloat( val ) || 0;\n\n\t// Adjust for the element's box model\n\treturn ( val +\n\t\tboxModelAdjustment(\n\t\t\telem,\n\t\t\tdimension,\n\t\t\textra || ( isBorderBox ? \"border\" : \"content\" ),\n\t\t\tvalueIsBorderBox,\n\t\t\tstyles,\n\n\t\t\t// Provide the current computed size to request scroll gutter calculation (gh-3589)\n\t\t\tval\n\t\t)\n\t) + \"px\";\n}\n\njQuery.extend( {\n\n\t// Add in style property hooks for overriding the default\n\t// behavior of getting and setting a style property\n\tcssHooks: {\n\t\topacity: {\n\t\t\tget: function( elem, computed ) {\n\t\t\t\tif ( computed ) {\n\n\t\t\t\t\t// We should always get a number back from opacity\n\t\t\t\t\tvar ret = curCSS( elem, \"opacity\" );\n\t\t\t\t\treturn ret === \"\" ? \"1\" : ret;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\n\t// Don't automatically add \"px\" to these possibly-unitless properties\n\tcssNumber: {\n\t\t\"animationIterationCount\": true,\n\t\t\"columnCount\": true,\n\t\t\"fillOpacity\": true,\n\t\t\"flexGrow\": true,\n\t\t\"flexShrink\": true,\n\t\t\"fontWeight\": true,\n\t\t\"gridArea\": true,\n\t\t\"gridColumn\": true,\n\t\t\"gridColumnEnd\": true,\n\t\t\"gridColumnStart\": true,\n\t\t\"gridRow\": true,\n\t\t\"gridRowEnd\": true,\n\t\t\"gridRowStart\": true,\n\t\t\"lineHeight\": true,\n\t\t\"opacity\": true,\n\t\t\"order\": true,\n\t\t\"orphans\": true,\n\t\t\"widows\": true,\n\t\t\"zIndex\": true,\n\t\t\"zoom\": true\n\t},\n\n\t// Add in properties whose names you wish to fix before\n\t// setting or getting the value\n\tcssProps: {},\n\n\t// Get and set the style property on a DOM Node\n\tstyle: function( elem, name, value, extra ) {\n\n\t\t// Don't set styles on text and comment nodes\n\t\tif ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Make sure that we're working with the right name\n\t\tvar ret, type, hooks,\n\t\t\torigName = camelCase( name ),\n\t\t\tisCustomProp = rcustomProp.test( name ),\n\t\t\tstyle = elem.style;\n\n\t\t// Make sure that we're working with the right name. We don't\n\t\t// want to query the value if it is a CSS custom property\n\t\t// since they are user-defined.\n\t\tif ( !isCustomProp ) {\n\t\t\tname = finalPropName( origName );\n\t\t}\n\n\t\t// Gets hook for the prefixed version, then unprefixed version\n\t\thooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ];\n\n\t\t// Check if we're setting a value\n\t\tif ( value !== undefined ) {\n\t\t\ttype = typeof value;\n\n\t\t\t// Convert \"+=\" or \"-=\" to relative numbers (#7345)\n\t\t\tif ( type === \"string\" && ( ret = rcssNum.exec( value ) ) && ret[ 1 ] ) {\n\t\t\t\tvalue = adjustCSS( elem, name, ret );\n\n\t\t\t\t// Fixes bug #9237\n\t\t\t\ttype = \"number\";\n\t\t\t}\n\n\t\t\t// Make sure that null and NaN values aren't set (#7116)\n\t\t\tif ( value == null || value !== value ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\t// If a number was passed in, add the unit (except for certain CSS properties)\n\t\t\t// The isCustomProp check can be removed in jQuery 4.0 when we only auto-append\n\t\t\t// \"px\" to a few hardcoded values.\n\t\t\tif ( type === \"number\" && !isCustomProp ) {\n\t\t\t\tvalue += ret && ret[ 3 ] || ( jQuery.cssNumber[ origName ] ? \"\" : \"px\" );\n\t\t\t}\n\n\t\t\t// background-* props affect original clone's values\n\t\t\tif ( !support.clearCloneStyle && value === \"\" && name.indexOf( \"background\" ) === 0 ) {\n\t\t\t\tstyle[ name ] = \"inherit\";\n\t\t\t}\n\n\t\t\t// If a hook was provided, use that value, otherwise just set the specified value\n\t\t\tif ( !hooks || !( \"set\" in hooks ) ||\n\t\t\t\t( value = hooks.set( elem, value, extra ) ) !== undefined ) {\n\n\t\t\t\tif ( isCustomProp ) {\n\t\t\t\t\tstyle.setProperty( name, value );\n\t\t\t\t} else {\n\t\t\t\t\tstyle[ name ] = value;\n\t\t\t\t}\n\t\t\t}\n\n\t\t} else {\n\n\t\t\t// If a hook was provided get the non-computed value from there\n\t\t\tif ( hooks && \"get\" in hooks &&\n\t\t\t\t( ret = hooks.get( elem, false, extra ) ) !== undefined ) {\n\n\t\t\t\treturn ret;\n\t\t\t}\n\n\t\t\t// Otherwise just get the value from the style object\n\t\t\treturn style[ name ];\n\t\t}\n\t},\n\n\tcss: function( elem, name, extra, styles ) {\n\t\tvar val, num, hooks,\n\t\t\torigName = camelCase( name ),\n\t\t\tisCustomProp = rcustomProp.test( name );\n\n\t\t// Make sure that we're working with the right name. We don't\n\t\t// want to modify the value if it is a CSS custom property\n\t\t// since they are user-defined.\n\t\tif ( !isCustomProp ) {\n\t\t\tname = finalPropName( origName );\n\t\t}\n\n\t\t// Try prefixed name followed by the unprefixed name\n\t\thooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ];\n\n\t\t// If a hook was provided get the computed value from there\n\t\tif ( hooks && \"get\" in hooks ) {\n\t\t\tval = hooks.get( elem, true, extra );\n\t\t}\n\n\t\t// Otherwise, if a way to get the computed value exists, use that\n\t\tif ( val === undefined ) {\n\t\t\tval = curCSS( elem, name, styles );\n\t\t}\n\n\t\t// Convert \"normal\" to computed value\n\t\tif ( val === \"normal\" && name in cssNormalTransform ) {\n\t\t\tval = cssNormalTransform[ name ];\n\t\t}\n\n\t\t// Make numeric if forced or a qualifier was provided and val looks numeric\n\t\tif ( extra === \"\" || extra ) {\n\t\t\tnum = parseFloat( val );\n\t\t\treturn extra === true || isFinite( num ) ? num || 0 : val;\n\t\t}\n\n\t\treturn val;\n\t}\n} );\n\njQuery.each( [ \"height\", \"width\" ], function( _i, dimension ) {\n\tjQuery.cssHooks[ dimension ] = {\n\t\tget: function( elem, computed, extra ) {\n\t\t\tif ( computed ) {\n\n\t\t\t\t// Certain elements can have dimension info if we invisibly show them\n\t\t\t\t// but it must have a current display style that would benefit\n\t\t\t\treturn rdisplayswap.test( jQuery.css( elem, \"display\" ) ) &&\n\n\t\t\t\t\t// Support: Safari 8+\n\t\t\t\t\t// Table columns in Safari have non-zero offsetWidth & zero\n\t\t\t\t\t// getBoundingClientRect().width unless display is changed.\n\t\t\t\t\t// Support: IE <=11 only\n\t\t\t\t\t// Running getBoundingClientRect on a disconnected node\n\t\t\t\t\t// in IE throws an error.\n\t\t\t\t\t( !elem.getClientRects().length || !elem.getBoundingClientRect().width ) ?\n\t\t\t\t\tswap( elem, cssShow, function() {\n\t\t\t\t\t\treturn getWidthOrHeight( elem, dimension, extra );\n\t\t\t\t\t} ) :\n\t\t\t\t\tgetWidthOrHeight( elem, dimension, extra );\n\t\t\t}\n\t\t},\n\n\t\tset: function( elem, value, extra ) {\n\t\t\tvar matches,\n\t\t\t\tstyles = getStyles( elem ),\n\n\t\t\t\t// Only read styles.position if the test has a chance to fail\n\t\t\t\t// to avoid forcing a reflow.\n\t\t\t\tscrollboxSizeBuggy = !support.scrollboxSize() &&\n\t\t\t\t\tstyles.position === \"absolute\",\n\n\t\t\t\t// To avoid forcing a reflow, only fetch boxSizing if we need it (gh-3991)\n\t\t\t\tboxSizingNeeded = scrollboxSizeBuggy || extra,\n\t\t\t\tisBorderBox = boxSizingNeeded &&\n\t\t\t\t\tjQuery.css( elem, \"boxSizing\", false, styles ) === \"border-box\",\n\t\t\t\tsubtract = extra ?\n\t\t\t\t\tboxModelAdjustment(\n\t\t\t\t\t\telem,\n\t\t\t\t\t\tdimension,\n\t\t\t\t\t\textra,\n\t\t\t\t\t\tisBorderBox,\n\t\t\t\t\t\tstyles\n\t\t\t\t\t) :\n\t\t\t\t\t0;\n\n\t\t\t// Account for unreliable border-box dimensions by comparing offset* to computed and\n\t\t\t// faking a content-box to get border and padding (gh-3699)\n\t\t\tif ( isBorderBox && scrollboxSizeBuggy ) {\n\t\t\t\tsubtract -= Math.ceil(\n\t\t\t\t\telem[ \"offset\" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] -\n\t\t\t\t\tparseFloat( styles[ dimension ] ) -\n\t\t\t\t\tboxModelAdjustment( elem, dimension, \"border\", false, styles ) -\n\t\t\t\t\t0.5\n\t\t\t\t);\n\t\t\t}\n\n\t\t\t// Convert to pixels if value adjustment is needed\n\t\t\tif ( subtract && ( matches = rcssNum.exec( value ) ) &&\n\t\t\t\t( matches[ 3 ] || \"px\" ) !== \"px\" ) {\n\n\t\t\t\telem.style[ dimension ] = value;\n\t\t\t\tvalue = jQuery.css( elem, dimension );\n\t\t\t}\n\n\t\t\treturn setPositiveNumber( elem, value, subtract );\n\t\t}\n\t};\n} );\n\njQuery.cssHooks.marginLeft = addGetHookIf( support.reliableMarginLeft,\n\tfunction( elem, computed ) {\n\t\tif ( computed ) {\n\t\t\treturn ( parseFloat( curCSS( elem, \"marginLeft\" ) ) ||\n\t\t\t\telem.getBoundingClientRect().left -\n\t\t\t\t\tswap( elem, { marginLeft: 0 }, function() {\n\t\t\t\t\t\treturn elem.getBoundingClientRect().left;\n\t\t\t\t\t} )\n\t\t\t) + \"px\";\n\t\t}\n\t}\n);\n\n// These hooks are used by animate to expand properties\njQuery.each( {\n\tmargin: \"\",\n\tpadding: \"\",\n\tborder: \"Width\"\n}, function( prefix, suffix ) {\n\tjQuery.cssHooks[ prefix + suffix ] = {\n\t\texpand: function( value ) {\n\t\t\tvar i = 0,\n\t\t\t\texpanded = {},\n\n\t\t\t\t// Assumes a single number if not a string\n\t\t\t\tparts = typeof value === \"string\" ? value.split( \" \" ) : [ value ];\n\n\t\t\tfor ( ; i < 4; i++ ) {\n\t\t\t\texpanded[ prefix + cssExpand[ i ] + suffix ] =\n\t\t\t\t\tparts[ i ] || parts[ i - 2 ] || parts[ 0 ];\n\t\t\t}\n\n\t\t\treturn expanded;\n\t\t}\n\t};\n\n\tif ( prefix !== \"margin\" ) {\n\t\tjQuery.cssHooks[ prefix + suffix ].set = setPositiveNumber;\n\t}\n} );\n\njQuery.fn.extend( {\n\tcss: function( name, value ) {\n\t\treturn access( this, function( elem, name, value ) {\n\t\t\tvar styles, len,\n\t\t\t\tmap = {},\n\t\t\t\ti = 0;\n\n\t\t\tif ( Array.isArray( name ) ) {\n\t\t\t\tstyles = getStyles( elem );\n\t\t\t\tlen = name.length;\n\n\t\t\t\tfor ( ; i < len; i++ ) {\n\t\t\t\t\tmap[ name[ i ] ] = jQuery.css( elem, name[ i ], false, styles );\n\t\t\t\t}\n\n\t\t\t\treturn map;\n\t\t\t}\n\n\t\t\treturn value !== undefined ?\n\t\t\t\tjQuery.style( elem, name, value ) :\n\t\t\t\tjQuery.css( elem, name );\n\t\t}, name, value, arguments.length > 1 );\n\t}\n} );\n\n\nfunction Tween( elem, options, prop, end, easing ) {\n\treturn new Tween.prototype.init( elem, options, prop, end, easing );\n}\njQuery.Tween = Tween;\n\nTween.prototype = {\n\tconstructor: Tween,\n\tinit: function( elem, options, prop, end, easing, unit ) {\n\t\tthis.elem = elem;\n\t\tthis.prop = prop;\n\t\tthis.easing = easing || jQuery.easing._default;\n\t\tthis.options = options;\n\t\tthis.start = this.now = this.cur();\n\t\tthis.end = end;\n\t\tthis.unit = unit || ( jQuery.cssNumber[ prop ] ? \"\" : \"px\" );\n\t},\n\tcur: function() {\n\t\tvar hooks = Tween.propHooks[ this.prop ];\n\n\t\treturn hooks && hooks.get ?\n\t\t\thooks.get( this ) :\n\t\t\tTween.propHooks._default.get( this );\n\t},\n\trun: function( percent ) {\n\t\tvar eased,\n\t\t\thooks = Tween.propHooks[ this.prop ];\n\n\t\tif ( this.options.duration ) {\n\t\t\tthis.pos = eased = jQuery.easing[ this.easing ](\n\t\t\t\tpercent, this.options.duration * percent, 0, 1, this.options.duration\n\t\t\t);\n\t\t} else {\n\t\t\tthis.pos = eased = percent;\n\t\t}\n\t\tthis.now = ( this.end - this.start ) * eased + this.start;\n\n\t\tif ( this.options.step ) {\n\t\t\tthis.options.step.call( this.elem, this.now, this );\n\t\t}\n\n\t\tif ( hooks && hooks.set ) {\n\t\t\thooks.set( this );\n\t\t} else {\n\t\t\tTween.propHooks._default.set( this );\n\t\t}\n\t\treturn this;\n\t}\n};\n\nTween.prototype.init.prototype = Tween.prototype;\n\nTween.propHooks = {\n\t_default: {\n\t\tget: function( tween ) {\n\t\t\tvar result;\n\n\t\t\t// Use a property on the element directly when it is not a DOM element,\n\t\t\t// or when there is no matching style property that exists.\n\t\t\tif ( tween.elem.nodeType !== 1 ||\n\t\t\t\ttween.elem[ tween.prop ] != null && tween.elem.style[ tween.prop ] == null ) {\n\t\t\t\treturn tween.elem[ tween.prop ];\n\t\t\t}\n\n\t\t\t// Passing an empty string as a 3rd parameter to .css will automatically\n\t\t\t// attempt a parseFloat and fallback to a string if the parse fails.\n\t\t\t// Simple values such as \"10px\" are parsed to Float;\n\t\t\t// complex values such as \"rotate(1rad)\" are returned as-is.\n\t\t\tresult = jQuery.css( tween.elem, tween.prop, \"\" );\n\n\t\t\t// Empty strings, null, undefined and \"auto\" are converted to 0.\n\t\t\treturn !result || result === \"auto\" ? 0 : result;\n\t\t},\n\t\tset: function( tween ) {\n\n\t\t\t// Use step hook for back compat.\n\t\t\t// Use cssHook if its there.\n\t\t\t// Use .style if available and use plain properties where available.\n\t\t\tif ( jQuery.fx.step[ tween.prop ] ) {\n\t\t\t\tjQuery.fx.step[ tween.prop ]( tween );\n\t\t\t} else if ( tween.elem.nodeType === 1 && (\n\t\t\t\tjQuery.cssHooks[ tween.prop ] ||\n\t\t\t\t\ttween.elem.style[ finalPropName( tween.prop ) ] != null ) ) {\n\t\t\t\tjQuery.style( tween.elem, tween.prop, tween.now + tween.unit );\n\t\t\t} else {\n\t\t\t\ttween.elem[ tween.prop ] = tween.now;\n\t\t\t}\n\t\t}\n\t}\n};\n\n// Support: IE <=9 only\n// Panic based approach to setting things on disconnected nodes\nTween.propHooks.scrollTop = Tween.propHooks.scrollLeft = {\n\tset: function( tween ) {\n\t\tif ( tween.elem.nodeType && tween.elem.parentNode ) {\n\t\t\ttween.elem[ tween.prop ] = tween.now;\n\t\t}\n\t}\n};\n\njQuery.easing = {\n\tlinear: function( p ) {\n\t\treturn p;\n\t},\n\tswing: function( p ) {\n\t\treturn 0.5 - Math.cos( p * Math.PI ) / 2;\n\t},\n\t_default: \"swing\"\n};\n\njQuery.fx = Tween.prototype.init;\n\n// Back compat <1.8 extension point\njQuery.fx.step = {};\n\n\n\n\nvar\n\tfxNow, inProgress,\n\trfxtypes = /^(?:toggle|show|hide)$/,\n\trrun = /queueHooks$/;\n\nfunction schedule() {\n\tif ( inProgress ) {\n\t\tif ( document.hidden === false && window.requestAnimationFrame ) {\n\t\t\twindow.requestAnimationFrame( schedule );\n\t\t} else {\n\t\t\twindow.setTimeout( schedule, jQuery.fx.interval );\n\t\t}\n\n\t\tjQuery.fx.tick();\n\t}\n}\n\n// Animations created synchronously will run synchronously\nfunction createFxNow() {\n\twindow.setTimeout( function() {\n\t\tfxNow = undefined;\n\t} );\n\treturn ( fxNow = Date.now() );\n}\n\n// Generate parameters to create a standard animation\nfunction genFx( type, includeWidth ) {\n\tvar which,\n\t\ti = 0,\n\t\tattrs = { height: type };\n\n\t// If we include width, step value is 1 to do all cssExpand values,\n\t// otherwise step value is 2 to skip over Left and Right\n\tincludeWidth = includeWidth ? 1 : 0;\n\tfor ( ; i < 4; i += 2 - includeWidth ) {\n\t\twhich = cssExpand[ i ];\n\t\tattrs[ \"margin\" + which ] = attrs[ \"padding\" + which ] = type;\n\t}\n\n\tif ( includeWidth ) {\n\t\tattrs.opacity = attrs.width = type;\n\t}\n\n\treturn attrs;\n}\n\nfunction createTween( value, prop, animation ) {\n\tvar tween,\n\t\tcollection = ( Animation.tweeners[ prop ] || [] ).concat( Animation.tweeners[ \"*\" ] ),\n\t\tindex = 0,\n\t\tlength = collection.length;\n\tfor ( ; index < length; index++ ) {\n\t\tif ( ( tween = collection[ index ].call( animation, prop, value ) ) ) {\n\n\t\t\t// We're done with this property\n\t\t\treturn tween;\n\t\t}\n\t}\n}\n\nfunction defaultPrefilter( elem, props, opts ) {\n\tvar prop, value, toggle, hooks, oldfire, propTween, restoreDisplay, display,\n\t\tisBox = \"width\" in props || \"height\" in props,\n\t\tanim = this,\n\t\torig = {},\n\t\tstyle = elem.style,\n\t\thidden = elem.nodeType && isHiddenWithinTree( elem ),\n\t\tdataShow = dataPriv.get( elem, \"fxshow\" );\n\n\t// Queue-skipping animations hijack the fx hooks\n\tif ( !opts.queue ) {\n\t\thooks = jQuery._queueHooks( elem, \"fx\" );\n\t\tif ( hooks.unqueued == null ) {\n\t\t\thooks.unqueued = 0;\n\t\t\toldfire = hooks.empty.fire;\n\t\t\thooks.empty.fire = function() {\n\t\t\t\tif ( !hooks.unqueued ) {\n\t\t\t\t\toldfire();\n\t\t\t\t}\n\t\t\t};\n\t\t}\n\t\thooks.unqueued++;\n\n\t\tanim.always( function() {\n\n\t\t\t// Ensure the complete handler is called before this completes\n\t\t\tanim.always( function() {\n\t\t\t\thooks.unqueued--;\n\t\t\t\tif ( !jQuery.queue( elem, \"fx\" ).length ) {\n\t\t\t\t\thooks.empty.fire();\n\t\t\t\t}\n\t\t\t} );\n\t\t} );\n\t}\n\n\t// Detect show/hide animations\n\tfor ( prop in props ) {\n\t\tvalue = props[ prop ];\n\t\tif ( rfxtypes.test( value ) ) {\n\t\t\tdelete props[ prop ];\n\t\t\ttoggle = toggle || value === \"toggle\";\n\t\t\tif ( value === ( hidden ? \"hide\" : \"show\" ) ) {\n\n\t\t\t\t// Pretend to be hidden if this is a \"show\" and\n\t\t\t\t// there is still data from a stopped show/hide\n\t\t\t\tif ( value === \"show\" && dataShow && dataShow[ prop ] !== undefined ) {\n\t\t\t\t\thidden = true;\n\n\t\t\t\t// Ignore all other no-op show/hide data\n\t\t\t\t} else {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\t\t\t}\n\t\t\torig[ prop ] = dataShow && dataShow[ prop ] || jQuery.style( elem, prop );\n\t\t}\n\t}\n\n\t// Bail out if this is a no-op like .hide().hide()\n\tpropTween = !jQuery.isEmptyObject( props );\n\tif ( !propTween && jQuery.isEmptyObject( orig ) ) {\n\t\treturn;\n\t}\n\n\t// Restrict \"overflow\" and \"display\" styles during box animations\n\tif ( isBox && elem.nodeType === 1 ) {\n\n\t\t// Support: IE <=9 - 11, Edge 12 - 15\n\t\t// Record all 3 overflow attributes because IE does not infer the shorthand\n\t\t// from identically-valued overflowX and overflowY and Edge just mirrors\n\t\t// the overflowX value there.\n\t\topts.overflow = [ style.overflow, style.overflowX, style.overflowY ];\n\n\t\t// Identify a display type, preferring old show/hide data over the CSS cascade\n\t\trestoreDisplay = dataShow && dataShow.display;\n\t\tif ( restoreDisplay == null ) {\n\t\t\trestoreDisplay = dataPriv.get( elem, \"display\" );\n\t\t}\n\t\tdisplay = jQuery.css( elem, \"display\" );\n\t\tif ( display === \"none\" ) {\n\t\t\tif ( restoreDisplay ) {\n\t\t\t\tdisplay = restoreDisplay;\n\t\t\t} else {\n\n\t\t\t\t// Get nonempty value(s) by temporarily forcing visibility\n\t\t\t\tshowHide( [ elem ], true );\n\t\t\t\trestoreDisplay = elem.style.display || restoreDisplay;\n\t\t\t\tdisplay = jQuery.css( elem, \"display\" );\n\t\t\t\tshowHide( [ elem ] );\n\t\t\t}\n\t\t}\n\n\t\t// Animate inline elements as inline-block\n\t\tif ( display === \"inline\" || display === \"inline-block\" && restoreDisplay != null ) {\n\t\t\tif ( jQuery.css( elem, \"float\" ) === \"none\" ) {\n\n\t\t\t\t// Restore the original display value at the end of pure show/hide animations\n\t\t\t\tif ( !propTween ) {\n\t\t\t\t\tanim.done( function() {\n\t\t\t\t\t\tstyle.display = restoreDisplay;\n\t\t\t\t\t} );\n\t\t\t\t\tif ( restoreDisplay == null ) {\n\t\t\t\t\t\tdisplay = style.display;\n\t\t\t\t\t\trestoreDisplay = display === \"none\" ? \"\" : display;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tstyle.display = \"inline-block\";\n\t\t\t}\n\t\t}\n\t}\n\n\tif ( opts.overflow ) {\n\t\tstyle.overflow = \"hidden\";\n\t\tanim.always( function() {\n\t\t\tstyle.overflow = opts.overflow[ 0 ];\n\t\t\tstyle.overflowX = opts.overflow[ 1 ];\n\t\t\tstyle.overflowY = opts.overflow[ 2 ];\n\t\t} );\n\t}\n\n\t// Implement show/hide animations\n\tpropTween = false;\n\tfor ( prop in orig ) {\n\n\t\t// General show/hide setup for this element animation\n\t\tif ( !propTween ) {\n\t\t\tif ( dataShow ) {\n\t\t\t\tif ( \"hidden\" in dataShow ) {\n\t\t\t\t\thidden = dataShow.hidden;\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tdataShow = dataPriv.access( elem, \"fxshow\", { display: restoreDisplay } );\n\t\t\t}\n\n\t\t\t// Store hidden/visible for toggle so `.stop().toggle()` \"reverses\"\n\t\t\tif ( toggle ) {\n\t\t\t\tdataShow.hidden = !hidden;\n\t\t\t}\n\n\t\t\t// Show elements before animating them\n\t\t\tif ( hidden ) {\n\t\t\t\tshowHide( [ elem ], true );\n\t\t\t}\n\n\t\t\t/* eslint-disable no-loop-func */\n\n\t\t\tanim.done( function() {\n\n\t\t\t\t/* eslint-enable no-loop-func */\n\n\t\t\t\t// The final step of a \"hide\" animation is actually hiding the element\n\t\t\t\tif ( !hidden ) {\n\t\t\t\t\tshowHide( [ elem ] );\n\t\t\t\t}\n\t\t\t\tdataPriv.remove( elem, \"fxshow\" );\n\t\t\t\tfor ( prop in orig ) {\n\t\t\t\t\tjQuery.style( elem, prop, orig[ prop ] );\n\t\t\t\t}\n\t\t\t} );\n\t\t}\n\n\t\t// Per-property setup\n\t\tpropTween = createTween( hidden ? dataShow[ prop ] : 0, prop, anim );\n\t\tif ( !( prop in dataShow ) ) {\n\t\t\tdataShow[ prop ] = propTween.start;\n\t\t\tif ( hidden ) {\n\t\t\t\tpropTween.end = propTween.start;\n\t\t\t\tpropTween.start = 0;\n\t\t\t}\n\t\t}\n\t}\n}\n\nfunction propFilter( props, specialEasing ) {\n\tvar index, name, easing, value, hooks;\n\n\t// camelCase, specialEasing and expand cssHook pass\n\tfor ( index in props ) {\n\t\tname = camelCase( index );\n\t\teasing = specialEasing[ name ];\n\t\tvalue = props[ index ];\n\t\tif ( Array.isArray( value ) ) {\n\t\t\teasing = value[ 1 ];\n\t\t\tvalue = props[ index ] = value[ 0 ];\n\t\t}\n\n\t\tif ( index !== name ) {\n\t\t\tprops[ name ] = value;\n\t\t\tdelete props[ index ];\n\t\t}\n\n\t\thooks = jQuery.cssHooks[ name ];\n\t\tif ( hooks && \"expand\" in hooks ) {\n\t\t\tvalue = hooks.expand( value );\n\t\t\tdelete props[ name ];\n\n\t\t\t// Not quite $.extend, this won't overwrite existing keys.\n\t\t\t// Reusing 'index' because we have the correct \"name\"\n\t\t\tfor ( index in value ) {\n\t\t\t\tif ( !( index in props ) ) {\n\t\t\t\t\tprops[ index ] = value[ index ];\n\t\t\t\t\tspecialEasing[ index ] = easing;\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\tspecialEasing[ name ] = easing;\n\t\t}\n\t}\n}\n\nfunction Animation( elem, properties, options ) {\n\tvar result,\n\t\tstopped,\n\t\tindex = 0,\n\t\tlength = Animation.prefilters.length,\n\t\tdeferred = jQuery.Deferred().always( function() {\n\n\t\t\t// Don't match elem in the :animated selector\n\t\t\tdelete tick.elem;\n\t\t} ),\n\t\ttick = function() {\n\t\t\tif ( stopped ) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t\tvar currentTime = fxNow || createFxNow(),\n\t\t\t\tremaining = Math.max( 0, animation.startTime + animation.duration - currentTime ),\n\n\t\t\t\t// Support: Android 2.3 only\n\t\t\t\t// Archaic crash bug won't allow us to use `1 - ( 0.5 || 0 )` (#12497)\n\t\t\t\ttemp = remaining / animation.duration || 0,\n\t\t\t\tpercent = 1 - temp,\n\t\t\t\tindex = 0,\n\t\t\t\tlength = animation.tweens.length;\n\n\t\t\tfor ( ; index < length; index++ ) {\n\t\t\t\tanimation.tweens[ index ].run( percent );\n\t\t\t}\n\n\t\t\tdeferred.notifyWith( elem, [ animation, percent, remaining ] );\n\n\t\t\t// If there's more to do, yield\n\t\t\tif ( percent < 1 && length ) {\n\t\t\t\treturn remaining;\n\t\t\t}\n\n\t\t\t// If this was an empty animation, synthesize a final progress notification\n\t\t\tif ( !length ) {\n\t\t\t\tdeferred.notifyWith( elem, [ animation, 1, 0 ] );\n\t\t\t}\n\n\t\t\t// Resolve the animation and report its conclusion\n\t\t\tdeferred.resolveWith( elem, [ animation ] );\n\t\t\treturn false;\n\t\t},\n\t\tanimation = deferred.promise( {\n\t\t\telem: elem,\n\t\t\tprops: jQuery.extend( {}, properties ),\n\t\t\topts: jQuery.extend( true, {\n\t\t\t\tspecialEasing: {},\n\t\t\t\teasing: jQuery.easing._default\n\t\t\t}, options ),\n\t\t\toriginalProperties: properties,\n\t\t\toriginalOptions: options,\n\t\t\tstartTime: fxNow || createFxNow(),\n\t\t\tduration: options.duration,\n\t\t\ttweens: [],\n\t\t\tcreateTween: function( prop, end ) {\n\t\t\t\tvar tween = jQuery.Tween( elem, animation.opts, prop, end,\n\t\t\t\t\tanimation.opts.specialEasing[ prop ] || animation.opts.easing );\n\t\t\t\tanimation.tweens.push( tween );\n\t\t\t\treturn tween;\n\t\t\t},\n\t\t\tstop: function( gotoEnd ) {\n\t\t\t\tvar index = 0,\n\n\t\t\t\t\t// If we are going to the end, we want to run all the tweens\n\t\t\t\t\t// otherwise we skip this part\n\t\t\t\t\tlength = gotoEnd ? animation.tweens.length : 0;\n\t\t\t\tif ( stopped ) {\n\t\t\t\t\treturn this;\n\t\t\t\t}\n\t\t\t\tstopped = true;\n\t\t\t\tfor ( ; index < length; index++ ) {\n\t\t\t\t\tanimation.tweens[ index ].run( 1 );\n\t\t\t\t}\n\n\t\t\t\t// Resolve when we played the last frame; otherwise, reject\n\t\t\t\tif ( gotoEnd ) {\n\t\t\t\t\tdeferred.notifyWith( elem, [ animation, 1, 0 ] );\n\t\t\t\t\tdeferred.resolveWith( elem, [ animation, gotoEnd ] );\n\t\t\t\t} else {\n\t\t\t\t\tdeferred.rejectWith( elem, [ animation, gotoEnd ] );\n\t\t\t\t}\n\t\t\t\treturn this;\n\t\t\t}\n\t\t} ),\n\t\tprops = animation.props;\n\n\tpropFilter( props, animation.opts.specialEasing );\n\n\tfor ( ; index < length; index++ ) {\n\t\tresult = Animation.prefilters[ index ].call( animation, elem, props, animation.opts );\n\t\tif ( result ) {\n\t\t\tif ( isFunction( result.stop ) ) {\n\t\t\t\tjQuery._queueHooks( animation.elem, animation.opts.queue ).stop =\n\t\t\t\t\tresult.stop.bind( result );\n\t\t\t}\n\t\t\treturn result;\n\t\t}\n\t}\n\n\tjQuery.map( props, createTween, animation );\n\n\tif ( isFunction( animation.opts.start ) ) {\n\t\tanimation.opts.start.call( elem, animation );\n\t}\n\n\t// Attach callbacks from options\n\tanimation\n\t\t.progress( animation.opts.progress )\n\t\t.done( animation.opts.done, animation.opts.complete )\n\t\t.fail( animation.opts.fail )\n\t\t.always( animation.opts.always );\n\n\tjQuery.fx.timer(\n\t\tjQuery.extend( tick, {\n\t\t\telem: elem,\n\t\t\tanim: animation,\n\t\t\tqueue: animation.opts.queue\n\t\t} )\n\t);\n\n\treturn animation;\n}\n\njQuery.Animation = jQuery.extend( Animation, {\n\n\ttweeners: {\n\t\t\"*\": [ function( prop, value ) {\n\t\t\tvar tween = this.createTween( prop, value );\n\t\t\tadjustCSS( tween.elem, prop, rcssNum.exec( value ), tween );\n\t\t\treturn tween;\n\t\t} ]\n\t},\n\n\ttweener: function( props, callback ) {\n\t\tif ( isFunction( props ) ) {\n\t\t\tcallback = props;\n\t\t\tprops = [ \"*\" ];\n\t\t} else {\n\t\t\tprops = props.match( rnothtmlwhite );\n\t\t}\n\n\t\tvar prop,\n\t\t\tindex = 0,\n\t\t\tlength = props.length;\n\n\t\tfor ( ; index < length; index++ ) {\n\t\t\tprop = props[ index ];\n\t\t\tAnimation.tweeners[ prop ] = Animation.tweeners[ prop ] || [];\n\t\t\tAnimation.tweeners[ prop ].unshift( callback );\n\t\t}\n\t},\n\n\tprefilters: [ defaultPrefilter ],\n\n\tprefilter: function( callback, prepend ) {\n\t\tif ( prepend ) {\n\t\t\tAnimation.prefilters.unshift( callback );\n\t\t} else {\n\t\t\tAnimation.prefilters.push( callback );\n\t\t}\n\t}\n} );\n\njQuery.speed = function( speed, easing, fn ) {\n\tvar opt = speed && typeof speed === \"object\" ? jQuery.extend( {}, speed ) : {\n\t\tcomplete: fn || !fn && easing ||\n\t\t\tisFunction( speed ) && speed,\n\t\tduration: speed,\n\t\teasing: fn && easing || easing && !isFunction( easing ) && easing\n\t};\n\n\t// Go to the end state if fx are off\n\tif ( jQuery.fx.off ) {\n\t\topt.duration = 0;\n\n\t} else {\n\t\tif ( typeof opt.duration !== \"number\" ) {\n\t\t\tif ( opt.duration in jQuery.fx.speeds ) {\n\t\t\t\topt.duration = jQuery.fx.speeds[ opt.duration ];\n\n\t\t\t} else {\n\t\t\t\topt.duration = jQuery.fx.speeds._default;\n\t\t\t}\n\t\t}\n\t}\n\n\t// Normalize opt.queue - true/undefined/null -> \"fx\"\n\tif ( opt.queue == null || opt.queue === true ) {\n\t\topt.queue = \"fx\";\n\t}\n\n\t// Queueing\n\topt.old = opt.complete;\n\n\topt.complete = function() {\n\t\tif ( isFunction( opt.old ) ) {\n\t\t\topt.old.call( this );\n\t\t}\n\n\t\tif ( opt.queue ) {\n\t\t\tjQuery.dequeue( this, opt.queue );\n\t\t}\n\t};\n\n\treturn opt;\n};\n\njQuery.fn.extend( {\n\tfadeTo: function( speed, to, easing, callback ) {\n\n\t\t// Show any hidden elements after setting opacity to 0\n\t\treturn this.filter( isHiddenWithinTree ).css( \"opacity\", 0 ).show()\n\n\t\t\t// Animate to the value specified\n\t\t\t.end().animate( { opacity: to }, speed, easing, callback );\n\t},\n\tanimate: function( prop, speed, easing, callback ) {\n\t\tvar empty = jQuery.isEmptyObject( prop ),\n\t\t\toptall = jQuery.speed( speed, easing, callback ),\n\t\t\tdoAnimation = function() {\n\n\t\t\t\t// Operate on a copy of prop so per-property easing won't be lost\n\t\t\t\tvar anim = Animation( this, jQuery.extend( {}, prop ), optall );\n\n\t\t\t\t// Empty animations, or finishing resolves immediately\n\t\t\t\tif ( empty || dataPriv.get( this, \"finish\" ) ) {\n\t\t\t\t\tanim.stop( true );\n\t\t\t\t}\n\t\t\t};\n\n\t\tdoAnimation.finish = doAnimation;\n\n\t\treturn empty || optall.queue === false ?\n\t\t\tthis.each( doAnimation ) :\n\t\t\tthis.queue( optall.queue, doAnimation );\n\t},\n\tstop: function( type, clearQueue, gotoEnd ) {\n\t\tvar stopQueue = function( hooks ) {\n\t\t\tvar stop = hooks.stop;\n\t\t\tdelete hooks.stop;\n\t\t\tstop( gotoEnd );\n\t\t};\n\n\t\tif ( typeof type !== \"string\" ) {\n\t\t\tgotoEnd = clearQueue;\n\t\t\tclearQueue = type;\n\t\t\ttype = undefined;\n\t\t}\n\t\tif ( clearQueue ) {\n\t\t\tthis.queue( type || \"fx\", [] );\n\t\t}\n\n\t\treturn this.each( function() {\n\t\t\tvar dequeue = true,\n\t\t\t\tindex = type != null && type + \"queueHooks\",\n\t\t\t\ttimers = jQuery.timers,\n\t\t\t\tdata = dataPriv.get( this );\n\n\t\t\tif ( index ) {\n\t\t\t\tif ( data[ index ] && data[ index ].stop ) {\n\t\t\t\t\tstopQueue( data[ index ] );\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tfor ( index in data ) {\n\t\t\t\t\tif ( data[ index ] && data[ index ].stop && rrun.test( index ) ) {\n\t\t\t\t\t\tstopQueue( data[ index ] );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tfor ( index = timers.length; index--; ) {\n\t\t\t\tif ( timers[ index ].elem === this &&\n\t\t\t\t\t( type == null || timers[ index ].queue === type ) ) {\n\n\t\t\t\t\ttimers[ index ].anim.stop( gotoEnd );\n\t\t\t\t\tdequeue = false;\n\t\t\t\t\ttimers.splice( index, 1 );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Start the next in the queue if the last step wasn't forced.\n\t\t\t// Timers currently will call their complete callbacks, which\n\t\t\t// will dequeue but only if they were gotoEnd.\n\t\t\tif ( dequeue || !gotoEnd ) {\n\t\t\t\tjQuery.dequeue( this, type );\n\t\t\t}\n\t\t} );\n\t},\n\tfinish: function( type ) {\n\t\tif ( type !== false ) {\n\t\t\ttype = type || \"fx\";\n\t\t}\n\t\treturn this.each( function() {\n\t\t\tvar index,\n\t\t\t\tdata = dataPriv.get( this ),\n\t\t\t\tqueue = data[ type + \"queue\" ],\n\t\t\t\thooks = data[ type + \"queueHooks\" ],\n\t\t\t\ttimers = jQuery.timers,\n\t\t\t\tlength = queue ? queue.length : 0;\n\n\t\t\t// Enable finishing flag on private data\n\t\t\tdata.finish = true;\n\n\t\t\t// Empty the queue first\n\t\t\tjQuery.queue( this, type, [] );\n\n\t\t\tif ( hooks && hooks.stop ) {\n\t\t\t\thooks.stop.call( this, true );\n\t\t\t}\n\n\t\t\t// Look for any active animations, and finish them\n\t\t\tfor ( index = timers.length; index--; ) {\n\t\t\t\tif ( timers[ index ].elem === this && timers[ index ].queue === type ) {\n\t\t\t\t\ttimers[ index ].anim.stop( true );\n\t\t\t\t\ttimers.splice( index, 1 );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Look for any animations in the old queue and finish them\n\t\t\tfor ( index = 0; index < length; index++ ) {\n\t\t\t\tif ( queue[ index ] && queue[ index ].finish ) {\n\t\t\t\t\tqueue[ index ].finish.call( this );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Turn off finishing flag\n\t\t\tdelete data.finish;\n\t\t} );\n\t}\n} );\n\njQuery.each( [ \"toggle\", \"show\", \"hide\" ], function( _i, name ) {\n\tvar cssFn = jQuery.fn[ name ];\n\tjQuery.fn[ name ] = function( speed, easing, callback ) {\n\t\treturn speed == null || typeof speed === \"boolean\" ?\n\t\t\tcssFn.apply( this, arguments ) :\n\t\t\tthis.animate( genFx( name, true ), speed, easing, callback );\n\t};\n} );\n\n// Generate shortcuts for custom animations\njQuery.each( {\n\tslideDown: genFx( \"show\" ),\n\tslideUp: genFx( \"hide\" ),\n\tslideToggle: genFx( \"toggle\" ),\n\tfadeIn: { opacity: \"show\" },\n\tfadeOut: { opacity: \"hide\" },\n\tfadeToggle: { opacity: \"toggle\" }\n}, function( name, props ) {\n\tjQuery.fn[ name ] = function( speed, easing, callback ) {\n\t\treturn this.animate( props, speed, easing, callback );\n\t};\n} );\n\njQuery.timers = [];\njQuery.fx.tick = function() {\n\tvar timer,\n\t\ti = 0,\n\t\ttimers = jQuery.timers;\n\n\tfxNow = Date.now();\n\n\tfor ( ; i < timers.length; i++ ) {\n\t\ttimer = timers[ i ];\n\n\t\t// Run the timer and safely remove it when done (allowing for external removal)\n\t\tif ( !timer() && timers[ i ] === timer ) {\n\t\t\ttimers.splice( i--, 1 );\n\t\t}\n\t}\n\n\tif ( !timers.length ) {\n\t\tjQuery.fx.stop();\n\t}\n\tfxNow = undefined;\n};\n\njQuery.fx.timer = function( timer ) {\n\tjQuery.timers.push( timer );\n\tjQuery.fx.start();\n};\n\njQuery.fx.interval = 13;\njQuery.fx.start = function() {\n\tif ( inProgress ) {\n\t\treturn;\n\t}\n\n\tinProgress = true;\n\tschedule();\n};\n\njQuery.fx.stop = function() {\n\tinProgress = null;\n};\n\njQuery.fx.speeds = {\n\tslow: 600,\n\tfast: 200,\n\n\t// Default speed\n\t_default: 400\n};\n\n\n// Based off of the plugin by Clint Helfers, with permission.\n// https://web.archive.org/web/20100324014747/http://blindsignals.com/index.php/2009/07/jquery-delay/\njQuery.fn.delay = function( time, type ) {\n\ttime = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time;\n\ttype = type || \"fx\";\n\n\treturn this.queue( type, function( next, hooks ) {\n\t\tvar timeout = window.setTimeout( next, time );\n\t\thooks.stop = function() {\n\t\t\twindow.clearTimeout( timeout );\n\t\t};\n\t} );\n};\n\n\n( function() {\n\tvar input = document.createElement( \"input\" ),\n\t\tselect = document.createElement( \"select\" ),\n\t\topt = select.appendChild( document.createElement( \"option\" ) );\n\n\tinput.type = \"checkbox\";\n\n\t// Support: Android <=4.3 only\n\t// Default value for a checkbox should be \"on\"\n\tsupport.checkOn = input.value !== \"\";\n\n\t// Support: IE <=11 only\n\t// Must access selectedIndex to make default options select\n\tsupport.optSelected = opt.selected;\n\n\t// Support: IE <=11 only\n\t// An input loses its value after becoming a radio\n\tinput = document.createElement( \"input\" );\n\tinput.value = \"t\";\n\tinput.type = \"radio\";\n\tsupport.radioValue = input.value === \"t\";\n} )();\n\n\nvar boolHook,\n\tattrHandle = jQuery.expr.attrHandle;\n\njQuery.fn.extend( {\n\tattr: function( name, value ) {\n\t\treturn access( this, jQuery.attr, name, value, arguments.length > 1 );\n\t},\n\n\tremoveAttr: function( name ) {\n\t\treturn this.each( function() {\n\t\t\tjQuery.removeAttr( this, name );\n\t\t} );\n\t}\n} );\n\njQuery.extend( {\n\tattr: function( elem, name, value ) {\n\t\tvar ret, hooks,\n\t\t\tnType = elem.nodeType;\n\n\t\t// Don't get/set attributes on text, comment and attribute nodes\n\t\tif ( nType === 3 || nType === 8 || nType === 2 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Fallback to prop when attributes are not supported\n\t\tif ( typeof elem.getAttribute === \"undefined\" ) {\n\t\t\treturn jQuery.prop( elem, name, value );\n\t\t}\n\n\t\t// Attribute hooks are determined by the lowercase version\n\t\t// Grab necessary hook if one is defined\n\t\tif ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) {\n\t\t\thooks = jQuery.attrHooks[ name.toLowerCase() ] ||\n\t\t\t\t( jQuery.expr.match.bool.test( name ) ? boolHook : undefined );\n\t\t}\n\n\t\tif ( value !== undefined ) {\n\t\t\tif ( value === null ) {\n\t\t\t\tjQuery.removeAttr( elem, name );\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif ( hooks && \"set\" in hooks &&\n\t\t\t\t( ret = hooks.set( elem, value, name ) ) !== undefined ) {\n\t\t\t\treturn ret;\n\t\t\t}\n\n\t\t\telem.setAttribute( name, value + \"\" );\n\t\t\treturn value;\n\t\t}\n\n\t\tif ( hooks && \"get\" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) {\n\t\t\treturn ret;\n\t\t}\n\n\t\tret = jQuery.find.attr( elem, name );\n\n\t\t// Non-existent attributes return null, we normalize to undefined\n\t\treturn ret == null ? undefined : ret;\n\t},\n\n\tattrHooks: {\n\t\ttype: {\n\t\t\tset: function( elem, value ) {\n\t\t\t\tif ( !support.radioValue && value === \"radio\" &&\n\t\t\t\t\tnodeName( elem, \"input\" ) ) {\n\t\t\t\t\tvar val = elem.value;\n\t\t\t\t\telem.setAttribute( \"type\", value );\n\t\t\t\t\tif ( val ) {\n\t\t\t\t\t\telem.value = val;\n\t\t\t\t\t}\n\t\t\t\t\treturn value;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\n\tremoveAttr: function( elem, value ) {\n\t\tvar name,\n\t\t\ti = 0,\n\n\t\t\t// Attribute names can contain non-HTML whitespace characters\n\t\t\t// https://html.spec.whatwg.org/multipage/syntax.html#attributes-2\n\t\t\tattrNames = value && value.match( rnothtmlwhite );\n\n\t\tif ( attrNames && elem.nodeType === 1 ) {\n\t\t\twhile ( ( name = attrNames[ i++ ] ) ) {\n\t\t\t\telem.removeAttribute( name );\n\t\t\t}\n\t\t}\n\t}\n} );\n\n// Hooks for boolean attributes\nboolHook = {\n\tset: function( elem, value, name ) {\n\t\tif ( value === false ) {\n\n\t\t\t// Remove boolean attributes when set to false\n\t\t\tjQuery.removeAttr( elem, name );\n\t\t} else {\n\t\t\telem.setAttribute( name, name );\n\t\t}\n\t\treturn name;\n\t}\n};\n\njQuery.each( jQuery.expr.match.bool.source.match( /\\w+/g ), function( _i, name ) {\n\tvar getter = attrHandle[ name ] || jQuery.find.attr;\n\n\tattrHandle[ name ] = function( elem, name, isXML ) {\n\t\tvar ret, handle,\n\t\t\tlowercaseName = name.toLowerCase();\n\n\t\tif ( !isXML ) {\n\n\t\t\t// Avoid an infinite loop by temporarily removing this function from the getter\n\t\t\thandle = attrHandle[ lowercaseName ];\n\t\t\tattrHandle[ lowercaseName ] = ret;\n\t\t\tret = getter( elem, name, isXML ) != null ?\n\t\t\t\tlowercaseName :\n\t\t\t\tnull;\n\t\t\tattrHandle[ lowercaseName ] = handle;\n\t\t}\n\t\treturn ret;\n\t};\n} );\n\n\n\n\nvar rfocusable = /^(?:input|select|textarea|button)$/i,\n\trclickable = /^(?:a|area)$/i;\n\njQuery.fn.extend( {\n\tprop: function( name, value ) {\n\t\treturn access( this, jQuery.prop, name, value, arguments.length > 1 );\n\t},\n\n\tremoveProp: function( name ) {\n\t\treturn this.each( function() {\n\t\t\tdelete this[ jQuery.propFix[ name ] || name ];\n\t\t} );\n\t}\n} );\n\njQuery.extend( {\n\tprop: function( elem, name, value ) {\n\t\tvar ret, hooks,\n\t\t\tnType = elem.nodeType;\n\n\t\t// Don't get/set properties on text, comment and attribute nodes\n\t\tif ( nType === 3 || nType === 8 || nType === 2 ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) {\n\n\t\t\t// Fix name and attach hooks\n\t\t\tname = jQuery.propFix[ name ] || name;\n\t\t\thooks = jQuery.propHooks[ name ];\n\t\t}\n\n\t\tif ( value !== undefined ) {\n\t\t\tif ( hooks && \"set\" in hooks &&\n\t\t\t\t( ret = hooks.set( elem, value, name ) ) !== undefined ) {\n\t\t\t\treturn ret;\n\t\t\t}\n\n\t\t\treturn ( elem[ name ] = value );\n\t\t}\n\n\t\tif ( hooks && \"get\" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) {\n\t\t\treturn ret;\n\t\t}\n\n\t\treturn elem[ name ];\n\t},\n\n\tpropHooks: {\n\t\ttabIndex: {\n\t\t\tget: function( elem ) {\n\n\t\t\t\t// Support: IE <=9 - 11 only\n\t\t\t\t// elem.tabIndex doesn't always return the\n\t\t\t\t// correct value when it hasn't been explicitly set\n\t\t\t\t// https://web.archive.org/web/20141116233347/http://fluidproject.org/blog/2008/01/09/getting-setting-and-removing-tabindex-values-with-javascript/\n\t\t\t\t// Use proper attribute retrieval(#12072)\n\t\t\t\tvar tabindex = jQuery.find.attr( elem, \"tabindex\" );\n\n\t\t\t\tif ( tabindex ) {\n\t\t\t\t\treturn parseInt( tabindex, 10 );\n\t\t\t\t}\n\n\t\t\t\tif (\n\t\t\t\t\trfocusable.test( elem.nodeName ) ||\n\t\t\t\t\trclickable.test( elem.nodeName ) &&\n\t\t\t\t\telem.href\n\t\t\t\t) {\n\t\t\t\t\treturn 0;\n\t\t\t\t}\n\n\t\t\t\treturn -1;\n\t\t\t}\n\t\t}\n\t},\n\n\tpropFix: {\n\t\t\"for\": \"htmlFor\",\n\t\t\"class\": \"className\"\n\t}\n} );\n\n// Support: IE <=11 only\n// Accessing the selectedIndex property\n// forces the browser to respect setting selected\n// on the option\n// The getter ensures a default option is selected\n// when in an optgroup\n// eslint rule \"no-unused-expressions\" is disabled for this code\n// since it considers such accessions noop\nif ( !support.optSelected ) {\n\tjQuery.propHooks.selected = {\n\t\tget: function( elem ) {\n\n\t\t\t/* eslint no-unused-expressions: \"off\" */\n\n\t\t\tvar parent = elem.parentNode;\n\t\t\tif ( parent && parent.parentNode ) {\n\t\t\t\tparent.parentNode.selectedIndex;\n\t\t\t}\n\t\t\treturn null;\n\t\t},\n\t\tset: function( elem ) {\n\n\t\t\t/* eslint no-unused-expressions: \"off\" */\n\n\t\t\tvar parent = elem.parentNode;\n\t\t\tif ( parent ) {\n\t\t\t\tparent.selectedIndex;\n\n\t\t\t\tif ( parent.parentNode ) {\n\t\t\t\t\tparent.parentNode.selectedIndex;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t};\n}\n\njQuery.each( [\n\t\"tabIndex\",\n\t\"readOnly\",\n\t\"maxLength\",\n\t\"cellSpacing\",\n\t\"cellPadding\",\n\t\"rowSpan\",\n\t\"colSpan\",\n\t\"useMap\",\n\t\"frameBorder\",\n\t\"contentEditable\"\n], function() {\n\tjQuery.propFix[ this.toLowerCase() ] = this;\n} );\n\n\n\n\n\t// Strip and collapse whitespace according to HTML spec\n\t// https://infra.spec.whatwg.org/#strip-and-collapse-ascii-whitespace\n\tfunction stripAndCollapse( value ) {\n\t\tvar tokens = value.match( rnothtmlwhite ) || [];\n\t\treturn tokens.join( \" \" );\n\t}\n\n\nfunction getClass( elem ) {\n\treturn elem.getAttribute && elem.getAttribute( \"class\" ) || \"\";\n}\n\nfunction classesToArray( value ) {\n\tif ( Array.isArray( value ) ) {\n\t\treturn value;\n\t}\n\tif ( typeof value === \"string\" ) {\n\t\treturn value.match( rnothtmlwhite ) || [];\n\t}\n\treturn [];\n}\n\njQuery.fn.extend( {\n\taddClass: function( value ) {\n\t\tvar classes, elem, cur, curValue, clazz, j, finalValue,\n\t\t\ti = 0;\n\n\t\tif ( isFunction( value ) ) {\n\t\t\treturn this.each( function( j ) {\n\t\t\t\tjQuery( this ).addClass( value.call( this, j, getClass( this ) ) );\n\t\t\t} );\n\t\t}\n\n\t\tclasses = classesToArray( value );\n\n\t\tif ( classes.length ) {\n\t\t\twhile ( ( elem = this[ i++ ] ) ) {\n\t\t\t\tcurValue = getClass( elem );\n\t\t\t\tcur = elem.nodeType === 1 && ( \" \" + stripAndCollapse( curValue ) + \" \" );\n\n\t\t\t\tif ( cur ) {\n\t\t\t\t\tj = 0;\n\t\t\t\t\twhile ( ( clazz = classes[ j++ ] ) ) {\n\t\t\t\t\t\tif ( cur.indexOf( \" \" + clazz + \" \" ) < 0 ) {\n\t\t\t\t\t\t\tcur += clazz + \" \";\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Only assign if different to avoid unneeded rendering.\n\t\t\t\t\tfinalValue = stripAndCollapse( cur );\n\t\t\t\t\tif ( curValue !== finalValue ) {\n\t\t\t\t\t\telem.setAttribute( \"class\", finalValue );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\tremoveClass: function( value ) {\n\t\tvar classes, elem, cur, curValue, clazz, j, finalValue,\n\t\t\ti = 0;\n\n\t\tif ( isFunction( value ) ) {\n\t\t\treturn this.each( function( j ) {\n\t\t\t\tjQuery( this ).removeClass( value.call( this, j, getClass( this ) ) );\n\t\t\t} );\n\t\t}\n\n\t\tif ( !arguments.length ) {\n\t\t\treturn this.attr( \"class\", \"\" );\n\t\t}\n\n\t\tclasses = classesToArray( value );\n\n\t\tif ( classes.length ) {\n\t\t\twhile ( ( elem = this[ i++ ] ) ) {\n\t\t\t\tcurValue = getClass( elem );\n\n\t\t\t\t// This expression is here for better compressibility (see addClass)\n\t\t\t\tcur = elem.nodeType === 1 && ( \" \" + stripAndCollapse( curValue ) + \" \" );\n\n\t\t\t\tif ( cur ) {\n\t\t\t\t\tj = 0;\n\t\t\t\t\twhile ( ( clazz = classes[ j++ ] ) ) {\n\n\t\t\t\t\t\t// Remove *all* instances\n\t\t\t\t\t\twhile ( cur.indexOf( \" \" + clazz + \" \" ) > -1 ) {\n\t\t\t\t\t\t\tcur = cur.replace( \" \" + clazz + \" \", \" \" );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t// Only assign if different to avoid unneeded rendering.\n\t\t\t\t\tfinalValue = stripAndCollapse( cur );\n\t\t\t\t\tif ( curValue !== finalValue ) {\n\t\t\t\t\t\telem.setAttribute( \"class\", finalValue );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn this;\n\t},\n\n\ttoggleClass: function( value, stateVal ) {\n\t\tvar type = typeof value,\n\t\t\tisValidValue = type === \"string\" || Array.isArray( value );\n\n\t\tif ( typeof stateVal === \"boolean\" && isValidValue ) {\n\t\t\treturn stateVal ? this.addClass( value ) : this.removeClass( value );\n\t\t}\n\n\t\tif ( isFunction( value ) ) {\n\t\t\treturn this.each( function( i ) {\n\t\t\t\tjQuery( this ).toggleClass(\n\t\t\t\t\tvalue.call( this, i, getClass( this ), stateVal ),\n\t\t\t\t\tstateVal\n\t\t\t\t);\n\t\t\t} );\n\t\t}\n\n\t\treturn this.each( function() {\n\t\t\tvar className, i, self, classNames;\n\n\t\t\tif ( isValidValue ) {\n\n\t\t\t\t// Toggle individual class names\n\t\t\t\ti = 0;\n\t\t\t\tself = jQuery( this );\n\t\t\t\tclassNames = classesToArray( value );\n\n\t\t\t\twhile ( ( className = classNames[ i++ ] ) ) {\n\n\t\t\t\t\t// Check each className given, space separated list\n\t\t\t\t\tif ( self.hasClass( className ) ) {\n\t\t\t\t\t\tself.removeClass( className );\n\t\t\t\t\t} else {\n\t\t\t\t\t\tself.addClass( className );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t// Toggle whole class name\n\t\t\t} else if ( value === undefined || type === \"boolean\" ) {\n\t\t\t\tclassName = getClass( this );\n\t\t\t\tif ( className ) {\n\n\t\t\t\t\t// Store className if set\n\t\t\t\t\tdataPriv.set( this, \"__className__\", className );\n\t\t\t\t}\n\n\t\t\t\t// If the element has a class name or if we're passed `false`,\n\t\t\t\t// then remove the whole classname (if there was one, the above saved it).\n\t\t\t\t// Otherwise bring back whatever was previously saved (if anything),\n\t\t\t\t// falling back to the empty string if nothing was stored.\n\t\t\t\tif ( this.setAttribute ) {\n\t\t\t\t\tthis.setAttribute( \"class\",\n\t\t\t\t\t\tclassName || value === false ?\n\t\t\t\t\t\t\t\"\" :\n\t\t\t\t\t\t\tdataPriv.get( this, \"__className__\" ) || \"\"\n\t\t\t\t\t);\n\t\t\t\t}\n\t\t\t}\n\t\t} );\n\t},\n\n\thasClass: function( selector ) {\n\t\tvar className, elem,\n\t\t\ti = 0;\n\n\t\tclassName = \" \" + selector + \" \";\n\t\twhile ( ( elem = this[ i++ ] ) ) {\n\t\t\tif ( elem.nodeType === 1 &&\n\t\t\t\t( \" \" + stripAndCollapse( getClass( elem ) ) + \" \" ).indexOf( className ) > -1 ) {\n\t\t\t\treturn true;\n\t\t\t}\n\t\t}\n\n\t\treturn false;\n\t}\n} );\n\n\n\n\nvar rreturn = /\\r/g;\n\njQuery.fn.extend( {\n\tval: function( value ) {\n\t\tvar hooks, ret, valueIsFunction,\n\t\t\telem = this[ 0 ];\n\n\t\tif ( !arguments.length ) {\n\t\t\tif ( elem ) {\n\t\t\t\thooks = jQuery.valHooks[ elem.type ] ||\n\t\t\t\t\tjQuery.valHooks[ elem.nodeName.toLowerCase() ];\n\n\t\t\t\tif ( hooks &&\n\t\t\t\t\t\"get\" in hooks &&\n\t\t\t\t\t( ret = hooks.get( elem, \"value\" ) ) !== undefined\n\t\t\t\t) {\n\t\t\t\t\treturn ret;\n\t\t\t\t}\n\n\t\t\t\tret = elem.value;\n\n\t\t\t\t// Handle most common string cases\n\t\t\t\tif ( typeof ret === \"string\" ) {\n\t\t\t\t\treturn ret.replace( rreturn, \"\" );\n\t\t\t\t}\n\n\t\t\t\t// Handle cases where value is null/undef or number\n\t\t\t\treturn ret == null ? \"\" : ret;\n\t\t\t}\n\n\t\t\treturn;\n\t\t}\n\n\t\tvalueIsFunction = isFunction( value );\n\n\t\treturn this.each( function( i ) {\n\t\t\tvar val;\n\n\t\t\tif ( this.nodeType !== 1 ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tif ( valueIsFunction ) {\n\t\t\t\tval = value.call( this, i, jQuery( this ).val() );\n\t\t\t} else {\n\t\t\t\tval = value;\n\t\t\t}\n\n\t\t\t// Treat null/undefined as \"\"; convert numbers to string\n\t\t\tif ( val == null ) {\n\t\t\t\tval = \"\";\n\n\t\t\t} else if ( typeof val === \"number\" ) {\n\t\t\t\tval += \"\";\n\n\t\t\t} else if ( Array.isArray( val ) ) {\n\t\t\t\tval = jQuery.map( val, function( value ) {\n\t\t\t\t\treturn value == null ? \"\" : value + \"\";\n\t\t\t\t} );\n\t\t\t}\n\n\t\t\thooks = jQuery.valHooks[ this.type ] || jQuery.valHooks[ this.nodeName.toLowerCase() ];\n\n\t\t\t// If set returns undefined, fall back to normal setting\n\t\t\tif ( !hooks || !( \"set\" in hooks ) || hooks.set( this, val, \"value\" ) === undefined ) {\n\t\t\t\tthis.value = val;\n\t\t\t}\n\t\t} );\n\t}\n} );\n\njQuery.extend( {\n\tvalHooks: {\n\t\toption: {\n\t\t\tget: function( elem ) {\n\n\t\t\t\tvar val = jQuery.find.attr( elem, \"value\" );\n\t\t\t\treturn val != null ?\n\t\t\t\t\tval :\n\n\t\t\t\t\t// Support: IE <=10 - 11 only\n\t\t\t\t\t// option.text throws exceptions (#14686, #14858)\n\t\t\t\t\t// Strip and collapse whitespace\n\t\t\t\t\t// https://html.spec.whatwg.org/#strip-and-collapse-whitespace\n\t\t\t\t\tstripAndCollapse( jQuery.text( elem ) );\n\t\t\t}\n\t\t},\n\t\tselect: {\n\t\t\tget: function( elem ) {\n\t\t\t\tvar value, option, i,\n\t\t\t\t\toptions = elem.options,\n\t\t\t\t\tindex = elem.selectedIndex,\n\t\t\t\t\tone = elem.type === \"select-one\",\n\t\t\t\t\tvalues = one ? null : [],\n\t\t\t\t\tmax = one ? index + 1 : options.length;\n\n\t\t\t\tif ( index < 0 ) {\n\t\t\t\t\ti = max;\n\n\t\t\t\t} else {\n\t\t\t\t\ti = one ? index : 0;\n\t\t\t\t}\n\n\t\t\t\t// Loop through all the selected options\n\t\t\t\tfor ( ; i < max; i++ ) {\n\t\t\t\t\toption = options[ i ];\n\n\t\t\t\t\t// Support: IE <=9 only\n\t\t\t\t\t// IE8-9 doesn't update selected after form reset (#2551)\n\t\t\t\t\tif ( ( option.selected || i === index ) &&\n\n\t\t\t\t\t\t\t// Don't return options that are disabled or in a disabled optgroup\n\t\t\t\t\t\t\t!option.disabled &&\n\t\t\t\t\t\t\t( !option.parentNode.disabled ||\n\t\t\t\t\t\t\t\t!nodeName( option.parentNode, \"optgroup\" ) ) ) {\n\n\t\t\t\t\t\t// Get the specific value for the option\n\t\t\t\t\t\tvalue = jQuery( option ).val();\n\n\t\t\t\t\t\t// We don't need an array for one selects\n\t\t\t\t\t\tif ( one ) {\n\t\t\t\t\t\t\treturn value;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// Multi-Selects return an array\n\t\t\t\t\t\tvalues.push( value );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\treturn values;\n\t\t\t},\n\n\t\t\tset: function( elem, value ) {\n\t\t\t\tvar optionSet, option,\n\t\t\t\t\toptions = elem.options,\n\t\t\t\t\tvalues = jQuery.makeArray( value ),\n\t\t\t\t\ti = options.length;\n\n\t\t\t\twhile ( i-- ) {\n\t\t\t\t\toption = options[ i ];\n\n\t\t\t\t\t/* eslint-disable no-cond-assign */\n\n\t\t\t\t\tif ( option.selected =\n\t\t\t\t\t\tjQuery.inArray( jQuery.valHooks.option.get( option ), values ) > -1\n\t\t\t\t\t) {\n\t\t\t\t\t\toptionSet = true;\n\t\t\t\t\t}\n\n\t\t\t\t\t/* eslint-enable no-cond-assign */\n\t\t\t\t}\n\n\t\t\t\t// Force browsers to behave consistently when non-matching value is set\n\t\t\t\tif ( !optionSet ) {\n\t\t\t\t\telem.selectedIndex = -1;\n\t\t\t\t}\n\t\t\t\treturn values;\n\t\t\t}\n\t\t}\n\t}\n} );\n\n// Radios and checkboxes getter/setter\njQuery.each( [ \"radio\", \"checkbox\" ], function() {\n\tjQuery.valHooks[ this ] = {\n\t\tset: function( elem, value ) {\n\t\t\tif ( Array.isArray( value ) ) {\n\t\t\t\treturn ( elem.checked = jQuery.inArray( jQuery( elem ).val(), value ) > -1 );\n\t\t\t}\n\t\t}\n\t};\n\tif ( !support.checkOn ) {\n\t\tjQuery.valHooks[ this ].get = function( elem ) {\n\t\t\treturn elem.getAttribute( \"value\" ) === null ? \"on\" : elem.value;\n\t\t};\n\t}\n} );\n\n\n\n\n// Return jQuery for attributes-only inclusion\n\n\nsupport.focusin = \"onfocusin\" in window;\n\n\nvar rfocusMorph = /^(?:focusinfocus|focusoutblur)$/,\n\tstopPropagationCallback = function( e ) {\n\t\te.stopPropagation();\n\t};\n\njQuery.extend( jQuery.event, {\n\n\ttrigger: function( event, data, elem, onlyHandlers ) {\n\n\t\tvar i, cur, tmp, bubbleType, ontype, handle, special, lastElement,\n\t\t\teventPath = [ elem || document ],\n\t\t\ttype = hasOwn.call( event, \"type\" ) ? event.type : event,\n\t\t\tnamespaces = hasOwn.call( event, \"namespace\" ) ? event.namespace.split( \".\" ) : [];\n\n\t\tcur = lastElement = tmp = elem = elem || document;\n\n\t\t// Don't do events on text and comment nodes\n\t\tif ( elem.nodeType === 3 || elem.nodeType === 8 ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// focus/blur morphs to focusin/out; ensure we're not firing them right now\n\t\tif ( rfocusMorph.test( type + jQuery.event.triggered ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\tif ( type.indexOf( \".\" ) > -1 ) {\n\n\t\t\t// Namespaced trigger; create a regexp to match event type in handle()\n\t\t\tnamespaces = type.split( \".\" );\n\t\t\ttype = namespaces.shift();\n\t\t\tnamespaces.sort();\n\t\t}\n\t\tontype = type.indexOf( \":\" ) < 0 && \"on\" + type;\n\n\t\t// Caller can pass in a jQuery.Event object, Object, or just an event type string\n\t\tevent = event[ jQuery.expando ] ?\n\t\t\tevent :\n\t\t\tnew jQuery.Event( type, typeof event === \"object\" && event );\n\n\t\t// Trigger bitmask: & 1 for native handlers; & 2 for jQuery (always true)\n\t\tevent.isTrigger = onlyHandlers ? 2 : 3;\n\t\tevent.namespace = namespaces.join( \".\" );\n\t\tevent.rnamespace = event.namespace ?\n\t\t\tnew RegExp( \"(^|\\\\.)\" + namespaces.join( \"\\\\.(?:.*\\\\.|)\" ) + \"(\\\\.|$)\" ) :\n\t\t\tnull;\n\n\t\t// Clean up the event in case it is being reused\n\t\tevent.result = undefined;\n\t\tif ( !event.target ) {\n\t\t\tevent.target = elem;\n\t\t}\n\n\t\t// Clone any incoming data and prepend the event, creating the handler arg list\n\t\tdata = data == null ?\n\t\t\t[ event ] :\n\t\t\tjQuery.makeArray( data, [ event ] );\n\n\t\t// Allow special events to draw outside the lines\n\t\tspecial = jQuery.event.special[ type ] || {};\n\t\tif ( !onlyHandlers && special.trigger && special.trigger.apply( elem, data ) === false ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Determine event propagation path in advance, per W3C events spec (#9951)\n\t\t// Bubble up to document, then to window; watch for a global ownerDocument var (#9724)\n\t\tif ( !onlyHandlers && !special.noBubble && !isWindow( elem ) ) {\n\n\t\t\tbubbleType = special.delegateType || type;\n\t\t\tif ( !rfocusMorph.test( bubbleType + type ) ) {\n\t\t\t\tcur = cur.parentNode;\n\t\t\t}\n\t\t\tfor ( ; cur; cur = cur.parentNode ) {\n\t\t\t\teventPath.push( cur );\n\t\t\t\ttmp = cur;\n\t\t\t}\n\n\t\t\t// Only add window if we got to document (e.g., not plain obj or detached DOM)\n\t\t\tif ( tmp === ( elem.ownerDocument || document ) ) {\n\t\t\t\teventPath.push( tmp.defaultView || tmp.parentWindow || window );\n\t\t\t}\n\t\t}\n\n\t\t// Fire handlers on the event path\n\t\ti = 0;\n\t\twhile ( ( cur = eventPath[ i++ ] ) && !event.isPropagationStopped() ) {\n\t\t\tlastElement = cur;\n\t\t\tevent.type = i > 1 ?\n\t\t\t\tbubbleType :\n\t\t\t\tspecial.bindType || type;\n\n\t\t\t// jQuery handler\n\t\t\thandle = ( dataPriv.get( cur, \"events\" ) || Object.create( null ) )[ event.type ] &&\n\t\t\t\tdataPriv.get( cur, \"handle\" );\n\t\t\tif ( handle ) {\n\t\t\t\thandle.apply( cur, data );\n\t\t\t}\n\n\t\t\t// Native handler\n\t\t\thandle = ontype && cur[ ontype ];\n\t\t\tif ( handle && handle.apply && acceptData( cur ) ) {\n\t\t\t\tevent.result = handle.apply( cur, data );\n\t\t\t\tif ( event.result === false ) {\n\t\t\t\t\tevent.preventDefault();\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tevent.type = type;\n\n\t\t// If nobody prevented the default action, do it now\n\t\tif ( !onlyHandlers && !event.isDefaultPrevented() ) {\n\n\t\t\tif ( ( !special._default ||\n\t\t\t\tspecial._default.apply( eventPath.pop(), data ) === false ) &&\n\t\t\t\tacceptData( elem ) ) {\n\n\t\t\t\t// Call a native DOM method on the target with the same name as the event.\n\t\t\t\t// Don't do default actions on window, that's where global variables be (#6170)\n\t\t\t\tif ( ontype && isFunction( elem[ type ] ) && !isWindow( elem ) ) {\n\n\t\t\t\t\t// Don't re-trigger an onFOO event when we call its FOO() method\n\t\t\t\t\ttmp = elem[ ontype ];\n\n\t\t\t\t\tif ( tmp ) {\n\t\t\t\t\t\telem[ ontype ] = null;\n\t\t\t\t\t}\n\n\t\t\t\t\t// Prevent re-triggering of the same event, since we already bubbled it above\n\t\t\t\t\tjQuery.event.triggered = type;\n\n\t\t\t\t\tif ( event.isPropagationStopped() ) {\n\t\t\t\t\t\tlastElement.addEventListener( type, stopPropagationCallback );\n\t\t\t\t\t}\n\n\t\t\t\t\telem[ type ]();\n\n\t\t\t\t\tif ( event.isPropagationStopped() ) {\n\t\t\t\t\t\tlastElement.removeEventListener( type, stopPropagationCallback );\n\t\t\t\t\t}\n\n\t\t\t\t\tjQuery.event.triggered = undefined;\n\n\t\t\t\t\tif ( tmp ) {\n\t\t\t\t\t\telem[ ontype ] = tmp;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn event.result;\n\t},\n\n\t// Piggyback on a donor event to simulate a different one\n\t// Used only for `focus(in | out)` events\n\tsimulate: function( type, elem, event ) {\n\t\tvar e = jQuery.extend(\n\t\t\tnew jQuery.Event(),\n\t\t\tevent,\n\t\t\t{\n\t\t\t\ttype: type,\n\t\t\t\tisSimulated: true\n\t\t\t}\n\t\t);\n\n\t\tjQuery.event.trigger( e, null, elem );\n\t}\n\n} );\n\njQuery.fn.extend( {\n\n\ttrigger: function( type, data ) {\n\t\treturn this.each( function() {\n\t\t\tjQuery.event.trigger( type, data, this );\n\t\t} );\n\t},\n\ttriggerHandler: function( type, data ) {\n\t\tvar elem = this[ 0 ];\n\t\tif ( elem ) {\n\t\t\treturn jQuery.event.trigger( type, data, elem, true );\n\t\t}\n\t}\n} );\n\n\n// Support: Firefox <=44\n// Firefox doesn't have focus(in | out) events\n// Related ticket - https://bugzilla.mozilla.org/show_bug.cgi?id=687787\n//\n// Support: Chrome <=48 - 49, Safari <=9.0 - 9.1\n// focus(in | out) events fire after focus & blur events,\n// which is spec violation - http://www.w3.org/TR/DOM-Level-3-Events/#events-focusevent-event-order\n// Related ticket - https://bugs.chromium.org/p/chromium/issues/detail?id=449857\nif ( !support.focusin ) {\n\tjQuery.each( { focus: \"focusin\", blur: \"focusout\" }, function( orig, fix ) {\n\n\t\t// Attach a single capturing handler on the document while someone wants focusin/focusout\n\t\tvar handler = function( event ) {\n\t\t\tjQuery.event.simulate( fix, event.target, jQuery.event.fix( event ) );\n\t\t};\n\n\t\tjQuery.event.special[ fix ] = {\n\t\t\tsetup: function() {\n\n\t\t\t\t// Handle: regular nodes (via `this.ownerDocument`), window\n\t\t\t\t// (via `this.document`) & document (via `this`).\n\t\t\t\tvar doc = this.ownerDocument || this.document || this,\n\t\t\t\t\tattaches = dataPriv.access( doc, fix );\n\n\t\t\t\tif ( !attaches ) {\n\t\t\t\t\tdoc.addEventListener( orig, handler, true );\n\t\t\t\t}\n\t\t\t\tdataPriv.access( doc, fix, ( attaches || 0 ) + 1 );\n\t\t\t},\n\t\t\tteardown: function() {\n\t\t\t\tvar doc = this.ownerDocument || this.document || this,\n\t\t\t\t\tattaches = dataPriv.access( doc, fix ) - 1;\n\n\t\t\t\tif ( !attaches ) {\n\t\t\t\t\tdoc.removeEventListener( orig, handler, true );\n\t\t\t\t\tdataPriv.remove( doc, fix );\n\n\t\t\t\t} else {\n\t\t\t\t\tdataPriv.access( doc, fix, attaches );\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t} );\n}\nvar location = window.location;\n\nvar nonce = { guid: Date.now() };\n\nvar rquery = ( /\\?/ );\n\n\n\n// Cross-browser xml parsing\njQuery.parseXML = function( data ) {\n\tvar xml, parserErrorElem;\n\tif ( !data || typeof data !== \"string\" ) {\n\t\treturn null;\n\t}\n\n\t// Support: IE 9 - 11 only\n\t// IE throws on parseFromString with invalid input.\n\ttry {\n\t\txml = ( new window.DOMParser() ).parseFromString( data, \"text/xml\" );\n\t} catch ( e ) {}\n\n\tparserErrorElem = xml && xml.getElementsByTagName( \"parsererror\" )[ 0 ];\n\tif ( !xml || parserErrorElem ) {\n\t\tjQuery.error( \"Invalid XML: \" + (\n\t\t\tparserErrorElem ?\n\t\t\t\tjQuery.map( parserErrorElem.childNodes, function( el ) {\n\t\t\t\t\treturn el.textContent;\n\t\t\t\t} ).join( \"\\n\" ) :\n\t\t\t\tdata\n\t\t) );\n\t}\n\treturn xml;\n};\n\n\nvar\n\trbracket = /\\[\\]$/,\n\trCRLF = /\\r?\\n/g,\n\trsubmitterTypes = /^(?:submit|button|image|reset|file)$/i,\n\trsubmittable = /^(?:input|select|textarea|keygen)/i;\n\nfunction buildParams( prefix, obj, traditional, add ) {\n\tvar name;\n\n\tif ( Array.isArray( obj ) ) {\n\n\t\t// Serialize array item.\n\t\tjQuery.each( obj, function( i, v ) {\n\t\t\tif ( traditional || rbracket.test( prefix ) ) {\n\n\t\t\t\t// Treat each array item as a scalar.\n\t\t\t\tadd( prefix, v );\n\n\t\t\t} else {\n\n\t\t\t\t// Item is non-scalar (array or object), encode its numeric index.\n\t\t\t\tbuildParams(\n\t\t\t\t\tprefix + \"[\" + ( typeof v === \"object\" && v != null ? i : \"\" ) + \"]\",\n\t\t\t\t\tv,\n\t\t\t\t\ttraditional,\n\t\t\t\t\tadd\n\t\t\t\t);\n\t\t\t}\n\t\t} );\n\n\t} else if ( !traditional && toType( obj ) === \"object\" ) {\n\n\t\t// Serialize object item.\n\t\tfor ( name in obj ) {\n\t\t\tbuildParams( prefix + \"[\" + name + \"]\", obj[ name ], traditional, add );\n\t\t}\n\n\t} else {\n\n\t\t// Serialize scalar item.\n\t\tadd( prefix, obj );\n\t}\n}\n\n// Serialize an array of form elements or a set of\n// key/values into a query string\njQuery.param = function( a, traditional ) {\n\tvar prefix,\n\t\ts = [],\n\t\tadd = function( key, valueOrFunction ) {\n\n\t\t\t// If value is a function, invoke it and use its return value\n\t\t\tvar value = isFunction( valueOrFunction ) ?\n\t\t\t\tvalueOrFunction() :\n\t\t\t\tvalueOrFunction;\n\n\t\t\ts[ s.length ] = encodeURIComponent( key ) + \"=\" +\n\t\t\t\tencodeURIComponent( value == null ? \"\" : value );\n\t\t};\n\n\tif ( a == null ) {\n\t\treturn \"\";\n\t}\n\n\t// If an array was passed in, assume that it is an array of form elements.\n\tif ( Array.isArray( a ) || ( a.jquery && !jQuery.isPlainObject( a ) ) ) {\n\n\t\t// Serialize the form elements\n\t\tjQuery.each( a, function() {\n\t\t\tadd( this.name, this.value );\n\t\t} );\n\n\t} else {\n\n\t\t// If traditional, encode the \"old\" way (the way 1.3.2 or older\n\t\t// did it), otherwise encode params recursively.\n\t\tfor ( prefix in a ) {\n\t\t\tbuildParams( prefix, a[ prefix ], traditional, add );\n\t\t}\n\t}\n\n\t// Return the resulting serialization\n\treturn s.join( \"&\" );\n};\n\njQuery.fn.extend( {\n\tserialize: function() {\n\t\treturn jQuery.param( this.serializeArray() );\n\t},\n\tserializeArray: function() {\n\t\treturn this.map( function() {\n\n\t\t\t// Can add propHook for \"elements\" to filter or add form elements\n\t\t\tvar elements = jQuery.prop( this, \"elements\" );\n\t\t\treturn elements ? jQuery.makeArray( elements ) : this;\n\t\t} ).filter( function() {\n\t\t\tvar type = this.type;\n\n\t\t\t// Use .is( \":disabled\" ) so that fieldset[disabled] works\n\t\t\treturn this.name && !jQuery( this ).is( \":disabled\" ) &&\n\t\t\t\trsubmittable.test( this.nodeName ) && !rsubmitterTypes.test( type ) &&\n\t\t\t\t( this.checked || !rcheckableType.test( type ) );\n\t\t} ).map( function( _i, elem ) {\n\t\t\tvar val = jQuery( this ).val();\n\n\t\t\tif ( val == null ) {\n\t\t\t\treturn null;\n\t\t\t}\n\n\t\t\tif ( Array.isArray( val ) ) {\n\t\t\t\treturn jQuery.map( val, function( val ) {\n\t\t\t\t\treturn { name: elem.name, value: val.replace( rCRLF, \"\\r\\n\" ) };\n\t\t\t\t} );\n\t\t\t}\n\n\t\t\treturn { name: elem.name, value: val.replace( rCRLF, \"\\r\\n\" ) };\n\t\t} ).get();\n\t}\n} );\n\n\nvar\n\tr20 = /%20/g,\n\trhash = /#.*$/,\n\trantiCache = /([?&])_=[^&]*/,\n\trheaders = /^(.*?):[ \\t]*([^\\r\\n]*)$/mg,\n\n\t// #7653, #8125, #8152: local protocol detection\n\trlocalProtocol = /^(?:about|app|app-storage|.+-extension|file|res|widget):$/,\n\trnoContent = /^(?:GET|HEAD)$/,\n\trprotocol = /^\\/\\//,\n\n\t/* Prefilters\n\t * 1) They are useful to introduce custom dataTypes (see ajax/jsonp.js for an example)\n\t * 2) These are called:\n\t *    - BEFORE asking for a transport\n\t *    - AFTER param serialization (s.data is a string if s.processData is true)\n\t * 3) key is the dataType\n\t * 4) the catchall symbol \"*\" can be used\n\t * 5) execution will start with transport dataType and THEN continue down to \"*\" if needed\n\t */\n\tprefilters = {},\n\n\t/* Transports bindings\n\t * 1) key is the dataType\n\t * 2) the catchall symbol \"*\" can be used\n\t * 3) selection will start with transport dataType and THEN go to \"*\" if needed\n\t */\n\ttransports = {},\n\n\t// Avoid comment-prolog char sequence (#10098); must appease lint and evade compression\n\tallTypes = \"*/\".concat( \"*\" ),\n\n\t// Anchor tag for parsing the document origin\n\toriginAnchor = document.createElement( \"a\" );\n\noriginAnchor.href = location.href;\n\n// Base \"constructor\" for jQuery.ajaxPrefilter and jQuery.ajaxTransport\nfunction addToPrefiltersOrTransports( structure ) {\n\n\t// dataTypeExpression is optional and defaults to \"*\"\n\treturn function( dataTypeExpression, func ) {\n\n\t\tif ( typeof dataTypeExpression !== \"string\" ) {\n\t\t\tfunc = dataTypeExpression;\n\t\t\tdataTypeExpression = \"*\";\n\t\t}\n\n\t\tvar dataType,\n\t\t\ti = 0,\n\t\t\tdataTypes = dataTypeExpression.toLowerCase().match( rnothtmlwhite ) || [];\n\n\t\tif ( isFunction( func ) ) {\n\n\t\t\t// For each dataType in the dataTypeExpression\n\t\t\twhile ( ( dataType = dataTypes[ i++ ] ) ) {\n\n\t\t\t\t// Prepend if requested\n\t\t\t\tif ( dataType[ 0 ] === \"+\" ) {\n\t\t\t\t\tdataType = dataType.slice( 1 ) || \"*\";\n\t\t\t\t\t( structure[ dataType ] = structure[ dataType ] || [] ).unshift( func );\n\n\t\t\t\t// Otherwise append\n\t\t\t\t} else {\n\t\t\t\t\t( structure[ dataType ] = structure[ dataType ] || [] ).push( func );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t};\n}\n\n// Base inspection function for prefilters and transports\nfunction inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR ) {\n\n\tvar inspected = {},\n\t\tseekingTransport = ( structure === transports );\n\n\tfunction inspect( dataType ) {\n\t\tvar selected;\n\t\tinspected[ dataType ] = true;\n\t\tjQuery.each( structure[ dataType ] || [], function( _, prefilterOrFactory ) {\n\t\t\tvar dataTypeOrTransport = prefilterOrFactory( options, originalOptions, jqXHR );\n\t\t\tif ( typeof dataTypeOrTransport === \"string\" &&\n\t\t\t\t!seekingTransport && !inspected[ dataTypeOrTransport ] ) {\n\n\t\t\t\toptions.dataTypes.unshift( dataTypeOrTransport );\n\t\t\t\tinspect( dataTypeOrTransport );\n\t\t\t\treturn false;\n\t\t\t} else if ( seekingTransport ) {\n\t\t\t\treturn !( selected = dataTypeOrTransport );\n\t\t\t}\n\t\t} );\n\t\treturn selected;\n\t}\n\n\treturn inspect( options.dataTypes[ 0 ] ) || !inspected[ \"*\" ] && inspect( \"*\" );\n}\n\n// A special extend for ajax options\n// that takes \"flat\" options (not to be deep extended)\n// Fixes #9887\nfunction ajaxExtend( target, src ) {\n\tvar key, deep,\n\t\tflatOptions = jQuery.ajaxSettings.flatOptions || {};\n\n\tfor ( key in src ) {\n\t\tif ( src[ key ] !== undefined ) {\n\t\t\t( flatOptions[ key ] ? target : ( deep || ( deep = {} ) ) )[ key ] = src[ key ];\n\t\t}\n\t}\n\tif ( deep ) {\n\t\tjQuery.extend( true, target, deep );\n\t}\n\n\treturn target;\n}\n\n/* Handles responses to an ajax request:\n * - finds the right dataType (mediates between content-type and expected dataType)\n * - returns the corresponding response\n */\nfunction ajaxHandleResponses( s, jqXHR, responses ) {\n\n\tvar ct, type, finalDataType, firstDataType,\n\t\tcontents = s.contents,\n\t\tdataTypes = s.dataTypes;\n\n\t// Remove auto dataType and get content-type in the process\n\twhile ( dataTypes[ 0 ] === \"*\" ) {\n\t\tdataTypes.shift();\n\t\tif ( ct === undefined ) {\n\t\t\tct = s.mimeType || jqXHR.getResponseHeader( \"Content-Type\" );\n\t\t}\n\t}\n\n\t// Check if we're dealing with a known content-type\n\tif ( ct ) {\n\t\tfor ( type in contents ) {\n\t\t\tif ( contents[ type ] && contents[ type ].test( ct ) ) {\n\t\t\t\tdataTypes.unshift( type );\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t}\n\n\t// Check to see if we have a response for the expected dataType\n\tif ( dataTypes[ 0 ] in responses ) {\n\t\tfinalDataType = dataTypes[ 0 ];\n\t} else {\n\n\t\t// Try convertible dataTypes\n\t\tfor ( type in responses ) {\n\t\t\tif ( !dataTypes[ 0 ] || s.converters[ type + \" \" + dataTypes[ 0 ] ] ) {\n\t\t\t\tfinalDataType = type;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tif ( !firstDataType ) {\n\t\t\t\tfirstDataType = type;\n\t\t\t}\n\t\t}\n\n\t\t// Or just use first one\n\t\tfinalDataType = finalDataType || firstDataType;\n\t}\n\n\t// If we found a dataType\n\t// We add the dataType to the list if needed\n\t// and return the corresponding response\n\tif ( finalDataType ) {\n\t\tif ( finalDataType !== dataTypes[ 0 ] ) {\n\t\t\tdataTypes.unshift( finalDataType );\n\t\t}\n\t\treturn responses[ finalDataType ];\n\t}\n}\n\n/* Chain conversions given the request and the original response\n * Also sets the responseXXX fields on the jqXHR instance\n */\nfunction ajaxConvert( s, response, jqXHR, isSuccess ) {\n\tvar conv2, current, conv, tmp, prev,\n\t\tconverters = {},\n\n\t\t// Work with a copy of dataTypes in case we need to modify it for conversion\n\t\tdataTypes = s.dataTypes.slice();\n\n\t// Create converters map with lowercased keys\n\tif ( dataTypes[ 1 ] ) {\n\t\tfor ( conv in s.converters ) {\n\t\t\tconverters[ conv.toLowerCase() ] = s.converters[ conv ];\n\t\t}\n\t}\n\n\tcurrent = dataTypes.shift();\n\n\t// Convert to each sequential dataType\n\twhile ( current ) {\n\n\t\tif ( s.responseFields[ current ] ) {\n\t\t\tjqXHR[ s.responseFields[ current ] ] = response;\n\t\t}\n\n\t\t// Apply the dataFilter if provided\n\t\tif ( !prev && isSuccess && s.dataFilter ) {\n\t\t\tresponse = s.dataFilter( response, s.dataType );\n\t\t}\n\n\t\tprev = current;\n\t\tcurrent = dataTypes.shift();\n\n\t\tif ( current ) {\n\n\t\t\t// There's only work to do if current dataType is non-auto\n\t\t\tif ( current === \"*\" ) {\n\n\t\t\t\tcurrent = prev;\n\n\t\t\t// Convert response if prev dataType is non-auto and differs from current\n\t\t\t} else if ( prev !== \"*\" && prev !== current ) {\n\n\t\t\t\t// Seek a direct converter\n\t\t\t\tconv = converters[ prev + \" \" + current ] || converters[ \"* \" + current ];\n\n\t\t\t\t// If none found, seek a pair\n\t\t\t\tif ( !conv ) {\n\t\t\t\t\tfor ( conv2 in converters ) {\n\n\t\t\t\t\t\t// If conv2 outputs current\n\t\t\t\t\t\ttmp = conv2.split( \" \" );\n\t\t\t\t\t\tif ( tmp[ 1 ] === current ) {\n\n\t\t\t\t\t\t\t// If prev can be converted to accepted input\n\t\t\t\t\t\t\tconv = converters[ prev + \" \" + tmp[ 0 ] ] ||\n\t\t\t\t\t\t\t\tconverters[ \"* \" + tmp[ 0 ] ];\n\t\t\t\t\t\t\tif ( conv ) {\n\n\t\t\t\t\t\t\t\t// Condense equivalence converters\n\t\t\t\t\t\t\t\tif ( conv === true ) {\n\t\t\t\t\t\t\t\t\tconv = converters[ conv2 ];\n\n\t\t\t\t\t\t\t\t// Otherwise, insert the intermediate dataType\n\t\t\t\t\t\t\t\t} else if ( converters[ conv2 ] !== true ) {\n\t\t\t\t\t\t\t\t\tcurrent = tmp[ 0 ];\n\t\t\t\t\t\t\t\t\tdataTypes.unshift( tmp[ 1 ] );\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Apply converter (if not an equivalence)\n\t\t\t\tif ( conv !== true ) {\n\n\t\t\t\t\t// Unless errors are allowed to bubble, catch and return them\n\t\t\t\t\tif ( conv && s.throws ) {\n\t\t\t\t\t\tresponse = conv( response );\n\t\t\t\t\t} else {\n\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\tresponse = conv( response );\n\t\t\t\t\t\t} catch ( e ) {\n\t\t\t\t\t\t\treturn {\n\t\t\t\t\t\t\t\tstate: \"parsererror\",\n\t\t\t\t\t\t\t\terror: conv ? e : \"No conversion from \" + prev + \" to \" + current\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn { state: \"success\", data: response };\n}\n\njQuery.extend( {\n\n\t// Counter for holding the number of active queries\n\tactive: 0,\n\n\t// Last-Modified header cache for next request\n\tlastModified: {},\n\tetag: {},\n\n\tajaxSettings: {\n\t\turl: location.href,\n\t\ttype: \"GET\",\n\t\tisLocal: rlocalProtocol.test( location.protocol ),\n\t\tglobal: true,\n\t\tprocessData: true,\n\t\tasync: true,\n\t\tcontentType: \"application/x-www-form-urlencoded; charset=UTF-8\",\n\n\t\t/*\n\t\ttimeout: 0,\n\t\tdata: null,\n\t\tdataType: null,\n\t\tusername: null,\n\t\tpassword: null,\n\t\tcache: null,\n\t\tthrows: false,\n\t\ttraditional: false,\n\t\theaders: {},\n\t\t*/\n\n\t\taccepts: {\n\t\t\t\"*\": allTypes,\n\t\t\ttext: \"text/plain\",\n\t\t\thtml: \"text/html\",\n\t\t\txml: \"application/xml, text/xml\",\n\t\t\tjson: \"application/json, text/javascript\"\n\t\t},\n\n\t\tcontents: {\n\t\t\txml: /\\bxml\\b/,\n\t\t\thtml: /\\bhtml/,\n\t\t\tjson: /\\bjson\\b/\n\t\t},\n\n\t\tresponseFields: {\n\t\t\txml: \"responseXML\",\n\t\t\ttext: \"responseText\",\n\t\t\tjson: \"responseJSON\"\n\t\t},\n\n\t\t// Data converters\n\t\t// Keys separate source (or catchall \"*\") and destination types with a single space\n\t\tconverters: {\n\n\t\t\t// Convert anything to text\n\t\t\t\"* text\": String,\n\n\t\t\t// Text to html (true = no transformation)\n\t\t\t\"text html\": true,\n\n\t\t\t// Evaluate text as a json expression\n\t\t\t\"text json\": JSON.parse,\n\n\t\t\t// Parse text as xml\n\t\t\t\"text xml\": jQuery.parseXML\n\t\t},\n\n\t\t// For options that shouldn't be deep extended:\n\t\t// you can add your own custom options here if\n\t\t// and when you create one that shouldn't be\n\t\t// deep extended (see ajaxExtend)\n\t\tflatOptions: {\n\t\t\turl: true,\n\t\t\tcontext: true\n\t\t}\n\t},\n\n\t// Creates a full fledged settings object into target\n\t// with both ajaxSettings and settings fields.\n\t// If target is omitted, writes into ajaxSettings.\n\tajaxSetup: function( target, settings ) {\n\t\treturn settings ?\n\n\t\t\t// Building a settings object\n\t\t\tajaxExtend( ajaxExtend( target, jQuery.ajaxSettings ), settings ) :\n\n\t\t\t// Extending ajaxSettings\n\t\t\tajaxExtend( jQuery.ajaxSettings, target );\n\t},\n\n\tajaxPrefilter: addToPrefiltersOrTransports( prefilters ),\n\tajaxTransport: addToPrefiltersOrTransports( transports ),\n\n\t// Main method\n\tajax: function( url, options ) {\n\n\t\t// If url is an object, simulate pre-1.5 signature\n\t\tif ( typeof url === \"object\" ) {\n\t\t\toptions = url;\n\t\t\turl = undefined;\n\t\t}\n\n\t\t// Force options to be an object\n\t\toptions = options || {};\n\n\t\tvar transport,\n\n\t\t\t// URL without anti-cache param\n\t\t\tcacheURL,\n\n\t\t\t// Response headers\n\t\t\tresponseHeadersString,\n\t\t\tresponseHeaders,\n\n\t\t\t// timeout handle\n\t\t\ttimeoutTimer,\n\n\t\t\t// Url cleanup var\n\t\t\turlAnchor,\n\n\t\t\t// Request state (becomes false upon send and true upon completion)\n\t\t\tcompleted,\n\n\t\t\t// To know if global events are to be dispatched\n\t\t\tfireGlobals,\n\n\t\t\t// Loop variable\n\t\t\ti,\n\n\t\t\t// uncached part of the url\n\t\t\tuncached,\n\n\t\t\t// Create the final options object\n\t\t\ts = jQuery.ajaxSetup( {}, options ),\n\n\t\t\t// Callbacks context\n\t\t\tcallbackContext = s.context || s,\n\n\t\t\t// Context for global events is callbackContext if it is a DOM node or jQuery collection\n\t\t\tglobalEventContext = s.context &&\n\t\t\t\t( callbackContext.nodeType || callbackContext.jquery ) ?\n\t\t\t\tjQuery( callbackContext ) :\n\t\t\t\tjQuery.event,\n\n\t\t\t// Deferreds\n\t\t\tdeferred = jQuery.Deferred(),\n\t\t\tcompleteDeferred = jQuery.Callbacks( \"once memory\" ),\n\n\t\t\t// Status-dependent callbacks\n\t\t\tstatusCode = s.statusCode || {},\n\n\t\t\t// Headers (they are sent all at once)\n\t\t\trequestHeaders = {},\n\t\t\trequestHeadersNames = {},\n\n\t\t\t// Default abort message\n\t\t\tstrAbort = \"canceled\",\n\n\t\t\t// Fake xhr\n\t\t\tjqXHR = {\n\t\t\t\treadyState: 0,\n\n\t\t\t\t// Builds headers hashtable if needed\n\t\t\t\tgetResponseHeader: function( key ) {\n\t\t\t\t\tvar match;\n\t\t\t\t\tif ( completed ) {\n\t\t\t\t\t\tif ( !responseHeaders ) {\n\t\t\t\t\t\t\tresponseHeaders = {};\n\t\t\t\t\t\t\twhile ( ( match = rheaders.exec( responseHeadersString ) ) ) {\n\t\t\t\t\t\t\t\tresponseHeaders[ match[ 1 ].toLowerCase() + \" \" ] =\n\t\t\t\t\t\t\t\t\t( responseHeaders[ match[ 1 ].toLowerCase() + \" \" ] || [] )\n\t\t\t\t\t\t\t\t\t\t.concat( match[ 2 ] );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tmatch = responseHeaders[ key.toLowerCase() + \" \" ];\n\t\t\t\t\t}\n\t\t\t\t\treturn match == null ? null : match.join( \", \" );\n\t\t\t\t},\n\n\t\t\t\t// Raw string\n\t\t\t\tgetAllResponseHeaders: function() {\n\t\t\t\t\treturn completed ? responseHeadersString : null;\n\t\t\t\t},\n\n\t\t\t\t// Caches the header\n\t\t\t\tsetRequestHeader: function( name, value ) {\n\t\t\t\t\tif ( completed == null ) {\n\t\t\t\t\t\tname = requestHeadersNames[ name.toLowerCase() ] =\n\t\t\t\t\t\t\trequestHeadersNames[ name.toLowerCase() ] || name;\n\t\t\t\t\t\trequestHeaders[ name ] = value;\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\n\t\t\t\t// Overrides response content-type header\n\t\t\t\toverrideMimeType: function( type ) {\n\t\t\t\t\tif ( completed == null ) {\n\t\t\t\t\t\ts.mimeType = type;\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\n\t\t\t\t// Status-dependent callbacks\n\t\t\t\tstatusCode: function( map ) {\n\t\t\t\t\tvar code;\n\t\t\t\t\tif ( map ) {\n\t\t\t\t\t\tif ( completed ) {\n\n\t\t\t\t\t\t\t// Execute the appropriate callbacks\n\t\t\t\t\t\t\tjqXHR.always( map[ jqXHR.status ] );\n\t\t\t\t\t\t} else {\n\n\t\t\t\t\t\t\t// Lazy-add the new callbacks in a way that preserves old ones\n\t\t\t\t\t\t\tfor ( code in map ) {\n\t\t\t\t\t\t\t\tstatusCode[ code ] = [ statusCode[ code ], map[ code ] ];\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\treturn this;\n\t\t\t\t},\n\n\t\t\t\t// Cancel the request\n\t\t\t\tabort: function( statusText ) {\n\t\t\t\t\tvar finalText = statusText || strAbort;\n\t\t\t\t\tif ( transport ) {\n\t\t\t\t\t\ttransport.abort( finalText );\n\t\t\t\t\t}\n\t\t\t\t\tdone( 0, finalText );\n\t\t\t\t\treturn this;\n\t\t\t\t}\n\t\t\t};\n\n\t\t// Attach deferreds\n\t\tdeferred.promise( jqXHR );\n\n\t\t// Add protocol if not provided (prefilters might expect it)\n\t\t// Handle falsy url in the settings object (#10093: consistency with old signature)\n\t\t// We also use the url parameter if available\n\t\ts.url = ( ( url || s.url || location.href ) + \"\" )\n\t\t\t.replace( rprotocol, location.protocol + \"//\" );\n\n\t\t// Alias method option to type as per ticket #12004\n\t\ts.type = options.method || options.type || s.method || s.type;\n\n\t\t// Extract dataTypes list\n\t\ts.dataTypes = ( s.dataType || \"*\" ).toLowerCase().match( rnothtmlwhite ) || [ \"\" ];\n\n\t\t// A cross-domain request is in order when the origin doesn't match the current origin.\n\t\tif ( s.crossDomain == null ) {\n\t\t\turlAnchor = document.createElement( \"a\" );\n\n\t\t\t// Support: IE <=8 - 11, Edge 12 - 15\n\t\t\t// IE throws exception on accessing the href property if url is malformed,\n\t\t\t// e.g. http://example.com:80x/\n\t\t\ttry {\n\t\t\t\turlAnchor.href = s.url;\n\n\t\t\t\t// Support: IE <=8 - 11 only\n\t\t\t\t// Anchor's host property isn't correctly set when s.url is relative\n\t\t\t\turlAnchor.href = urlAnchor.href;\n\t\t\t\ts.crossDomain = originAnchor.protocol + \"//\" + originAnchor.host !==\n\t\t\t\t\turlAnchor.protocol + \"//\" + urlAnchor.host;\n\t\t\t} catch ( e ) {\n\n\t\t\t\t// If there is an error parsing the URL, assume it is crossDomain,\n\t\t\t\t// it can be rejected by the transport if it is invalid\n\t\t\t\ts.crossDomain = true;\n\t\t\t}\n\t\t}\n\n\t\t// Convert data if not already a string\n\t\tif ( s.data && s.processData && typeof s.data !== \"string\" ) {\n\t\t\ts.data = jQuery.param( s.data, s.traditional );\n\t\t}\n\n\t\t// Apply prefilters\n\t\tinspectPrefiltersOrTransports( prefilters, s, options, jqXHR );\n\n\t\t// If request was aborted inside a prefilter, stop there\n\t\tif ( completed ) {\n\t\t\treturn jqXHR;\n\t\t}\n\n\t\t// We can fire global events as of now if asked to\n\t\t// Don't fire events if jQuery.event is undefined in an AMD-usage scenario (#15118)\n\t\tfireGlobals = jQuery.event && s.global;\n\n\t\t// Watch for a new set of requests\n\t\tif ( fireGlobals && jQuery.active++ === 0 ) {\n\t\t\tjQuery.event.trigger( \"ajaxStart\" );\n\t\t}\n\n\t\t// Uppercase the type\n\t\ts.type = s.type.toUpperCase();\n\n\t\t// Determine if request has content\n\t\ts.hasContent = !rnoContent.test( s.type );\n\n\t\t// Save the URL in case we're toying with the If-Modified-Since\n\t\t// and/or If-None-Match header later on\n\t\t// Remove hash to simplify url manipulation\n\t\tcacheURL = s.url.replace( rhash, \"\" );\n\n\t\t// More options handling for requests with no content\n\t\tif ( !s.hasContent ) {\n\n\t\t\t// Remember the hash so we can put it back\n\t\t\tuncached = s.url.slice( cacheURL.length );\n\n\t\t\t// If data is available and should be processed, append data to url\n\t\t\tif ( s.data && ( s.processData || typeof s.data === \"string\" ) ) {\n\t\t\t\tcacheURL += ( rquery.test( cacheURL ) ? \"&\" : \"?\" ) + s.data;\n\n\t\t\t\t// #9682: remove data so that it's not used in an eventual retry\n\t\t\t\tdelete s.data;\n\t\t\t}\n\n\t\t\t// Add or update anti-cache param if needed\n\t\t\tif ( s.cache === false ) {\n\t\t\t\tcacheURL = cacheURL.replace( rantiCache, \"$1\" );\n\t\t\t\tuncached = ( rquery.test( cacheURL ) ? \"&\" : \"?\" ) + \"_=\" + ( nonce.guid++ ) +\n\t\t\t\t\tuncached;\n\t\t\t}\n\n\t\t\t// Put hash and anti-cache on the URL that will be requested (gh-1732)\n\t\t\ts.url = cacheURL + uncached;\n\n\t\t// Change '%20' to '+' if this is encoded form body content (gh-2658)\n\t\t} else if ( s.data && s.processData &&\n\t\t\t( s.contentType || \"\" ).indexOf( \"application/x-www-form-urlencoded\" ) === 0 ) {\n\t\t\ts.data = s.data.replace( r20, \"+\" );\n\t\t}\n\n\t\t// Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode.\n\t\tif ( s.ifModified ) {\n\t\t\tif ( jQuery.lastModified[ cacheURL ] ) {\n\t\t\t\tjqXHR.setRequestHeader( \"If-Modified-Since\", jQuery.lastModified[ cacheURL ] );\n\t\t\t}\n\t\t\tif ( jQuery.etag[ cacheURL ] ) {\n\t\t\t\tjqXHR.setRequestHeader( \"If-None-Match\", jQuery.etag[ cacheURL ] );\n\t\t\t}\n\t\t}\n\n\t\t// Set the correct header, if data is being sent\n\t\tif ( s.data && s.hasContent && s.contentType !== false || options.contentType ) {\n\t\t\tjqXHR.setRequestHeader( \"Content-Type\", s.contentType );\n\t\t}\n\n\t\t// Set the Accepts header for the server, depending on the dataType\n\t\tjqXHR.setRequestHeader(\n\t\t\t\"Accept\",\n\t\t\ts.dataTypes[ 0 ] && s.accepts[ s.dataTypes[ 0 ] ] ?\n\t\t\t\ts.accepts[ s.dataTypes[ 0 ] ] +\n\t\t\t\t\t( s.dataTypes[ 0 ] !== \"*\" ? \", \" + allTypes + \"; q=0.01\" : \"\" ) :\n\t\t\t\ts.accepts[ \"*\" ]\n\t\t);\n\n\t\t// Check for headers option\n\t\tfor ( i in s.headers ) {\n\t\t\tjqXHR.setRequestHeader( i, s.headers[ i ] );\n\t\t}\n\n\t\t// Allow custom headers/mimetypes and early abort\n\t\tif ( s.beforeSend &&\n\t\t\t( s.beforeSend.call( callbackContext, jqXHR, s ) === false || completed ) ) {\n\n\t\t\t// Abort if not done already and return\n\t\t\treturn jqXHR.abort();\n\t\t}\n\n\t\t// Aborting is no longer a cancellation\n\t\tstrAbort = \"abort\";\n\n\t\t// Install callbacks on deferreds\n\t\tcompleteDeferred.add( s.complete );\n\t\tjqXHR.done( s.success );\n\t\tjqXHR.fail( s.error );\n\n\t\t// Get transport\n\t\ttransport = inspectPrefiltersOrTransports( transports, s, options, jqXHR );\n\n\t\t// If no transport, we auto-abort\n\t\tif ( !transport ) {\n\t\t\tdone( -1, \"No Transport\" );\n\t\t} else {\n\t\t\tjqXHR.readyState = 1;\n\n\t\t\t// Send global event\n\t\t\tif ( fireGlobals ) {\n\t\t\t\tglobalEventContext.trigger( \"ajaxSend\", [ jqXHR, s ] );\n\t\t\t}\n\n\t\t\t// If request was aborted inside ajaxSend, stop there\n\t\t\tif ( completed ) {\n\t\t\t\treturn jqXHR;\n\t\t\t}\n\n\t\t\t// Timeout\n\t\t\tif ( s.async && s.timeout > 0 ) {\n\t\t\t\ttimeoutTimer = window.setTimeout( function() {\n\t\t\t\t\tjqXHR.abort( \"timeout\" );\n\t\t\t\t}, s.timeout );\n\t\t\t}\n\n\t\t\ttry {\n\t\t\t\tcompleted = false;\n\t\t\t\ttransport.send( requestHeaders, done );\n\t\t\t} catch ( e ) {\n\n\t\t\t\t// Rethrow post-completion exceptions\n\t\t\t\tif ( completed ) {\n\t\t\t\t\tthrow e;\n\t\t\t\t}\n\n\t\t\t\t// Propagate others as results\n\t\t\t\tdone( -1, e );\n\t\t\t}\n\t\t}\n\n\t\t// Callback for when everything is done\n\t\tfunction done( status, nativeStatusText, responses, headers ) {\n\t\t\tvar isSuccess, success, error, response, modified,\n\t\t\t\tstatusText = nativeStatusText;\n\n\t\t\t// Ignore repeat invocations\n\t\t\tif ( completed ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tcompleted = true;\n\n\t\t\t// Clear timeout if it exists\n\t\t\tif ( timeoutTimer ) {\n\t\t\t\twindow.clearTimeout( timeoutTimer );\n\t\t\t}\n\n\t\t\t// Dereference transport for early garbage collection\n\t\t\t// (no matter how long the jqXHR object will be used)\n\t\t\ttransport = undefined;\n\n\t\t\t// Cache response headers\n\t\t\tresponseHeadersString = headers || \"\";\n\n\t\t\t// Set readyState\n\t\t\tjqXHR.readyState = status > 0 ? 4 : 0;\n\n\t\t\t// Determine if successful\n\t\t\tisSuccess = status >= 200 && status < 300 || status === 304;\n\n\t\t\t// Get response data\n\t\t\tif ( responses ) {\n\t\t\t\tresponse = ajaxHandleResponses( s, jqXHR, responses );\n\t\t\t}\n\n\t\t\t// Use a noop converter for missing script but not if jsonp\n\t\t\tif ( !isSuccess &&\n\t\t\t\tjQuery.inArray( \"script\", s.dataTypes ) > -1 &&\n\t\t\t\tjQuery.inArray( \"json\", s.dataTypes ) < 0 ) {\n\t\t\t\ts.converters[ \"text script\" ] = function() {};\n\t\t\t}\n\n\t\t\t// Convert no matter what (that way responseXXX fields are always set)\n\t\t\tresponse = ajaxConvert( s, response, jqXHR, isSuccess );\n\n\t\t\t// If successful, handle type chaining\n\t\t\tif ( isSuccess ) {\n\n\t\t\t\t// Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode.\n\t\t\t\tif ( s.ifModified ) {\n\t\t\t\t\tmodified = jqXHR.getResponseHeader( \"Last-Modified\" );\n\t\t\t\t\tif ( modified ) {\n\t\t\t\t\t\tjQuery.lastModified[ cacheURL ] = modified;\n\t\t\t\t\t}\n\t\t\t\t\tmodified = jqXHR.getResponseHeader( \"etag\" );\n\t\t\t\t\tif ( modified ) {\n\t\t\t\t\t\tjQuery.etag[ cacheURL ] = modified;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// if no content\n\t\t\t\tif ( status === 204 || s.type === \"HEAD\" ) {\n\t\t\t\t\tstatusText = \"nocontent\";\n\n\t\t\t\t// if not modified\n\t\t\t\t} else if ( status === 304 ) {\n\t\t\t\t\tstatusText = \"notmodified\";\n\n\t\t\t\t// If we have data, let's convert it\n\t\t\t\t} else {\n\t\t\t\t\tstatusText = response.state;\n\t\t\t\t\tsuccess = response.data;\n\t\t\t\t\terror = response.error;\n\t\t\t\t\tisSuccess = !error;\n\t\t\t\t}\n\t\t\t} else {\n\n\t\t\t\t// Extract error from statusText and normalize for non-aborts\n\t\t\t\terror = statusText;\n\t\t\t\tif ( status || !statusText ) {\n\t\t\t\t\tstatusText = \"error\";\n\t\t\t\t\tif ( status < 0 ) {\n\t\t\t\t\t\tstatus = 0;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Set data for the fake xhr object\n\t\t\tjqXHR.status = status;\n\t\t\tjqXHR.statusText = ( nativeStatusText || statusText ) + \"\";\n\n\t\t\t// Success/Error\n\t\t\tif ( isSuccess ) {\n\t\t\t\tdeferred.resolveWith( callbackContext, [ success, statusText, jqXHR ] );\n\t\t\t} else {\n\t\t\t\tdeferred.rejectWith( callbackContext, [ jqXHR, statusText, error ] );\n\t\t\t}\n\n\t\t\t// Status-dependent callbacks\n\t\t\tjqXHR.statusCode( statusCode );\n\t\t\tstatusCode = undefined;\n\n\t\t\tif ( fireGlobals ) {\n\t\t\t\tglobalEventContext.trigger( isSuccess ? \"ajaxSuccess\" : \"ajaxError\",\n\t\t\t\t\t[ jqXHR, s, isSuccess ? success : error ] );\n\t\t\t}\n\n\t\t\t// Complete\n\t\t\tcompleteDeferred.fireWith( callbackContext, [ jqXHR, statusText ] );\n\n\t\t\tif ( fireGlobals ) {\n\t\t\t\tglobalEventContext.trigger( \"ajaxComplete\", [ jqXHR, s ] );\n\n\t\t\t\t// Handle the global AJAX counter\n\t\t\t\tif ( !( --jQuery.active ) ) {\n\t\t\t\t\tjQuery.event.trigger( \"ajaxStop\" );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn jqXHR;\n\t},\n\n\tgetJSON: function( url, data, callback ) {\n\t\treturn jQuery.get( url, data, callback, \"json\" );\n\t},\n\n\tgetScript: function( url, callback ) {\n\t\treturn jQuery.get( url, undefined, callback, \"script\" );\n\t}\n} );\n\njQuery.each( [ \"get\", \"post\" ], function( _i, method ) {\n\tjQuery[ method ] = function( url, data, callback, type ) {\n\n\t\t// Shift arguments if data argument was omitted\n\t\tif ( isFunction( data ) ) {\n\t\t\ttype = type || callback;\n\t\t\tcallback = data;\n\t\t\tdata = undefined;\n\t\t}\n\n\t\t// The url can be an options object (which then must have .url)\n\t\treturn jQuery.ajax( jQuery.extend( {\n\t\t\turl: url,\n\t\t\ttype: method,\n\t\t\tdataType: type,\n\t\t\tdata: data,\n\t\t\tsuccess: callback\n\t\t}, jQuery.isPlainObject( url ) && url ) );\n\t};\n} );\n\njQuery.ajaxPrefilter( function( s ) {\n\tvar i;\n\tfor ( i in s.headers ) {\n\t\tif ( i.toLowerCase() === \"content-type\" ) {\n\t\t\ts.contentType = s.headers[ i ] || \"\";\n\t\t}\n\t}\n} );\n\n\njQuery._evalUrl = function( url, options, doc ) {\n\treturn jQuery.ajax( {\n\t\turl: url,\n\n\t\t// Make this explicit, since user can override this through ajaxSetup (#11264)\n\t\ttype: \"GET\",\n\t\tdataType: \"script\",\n\t\tcache: true,\n\t\tasync: false,\n\t\tglobal: false,\n\n\t\t// Only evaluate the response if it is successful (gh-4126)\n\t\t// dataFilter is not invoked for failure responses, so using it instead\n\t\t// of the default converter is kludgy but it works.\n\t\tconverters: {\n\t\t\t\"text script\": function() {}\n\t\t},\n\t\tdataFilter: function( response ) {\n\t\t\tjQuery.globalEval( response, options, doc );\n\t\t}\n\t} );\n};\n\n\njQuery.fn.extend( {\n\twrapAll: function( html ) {\n\t\tvar wrap;\n\n\t\tif ( this[ 0 ] ) {\n\t\t\tif ( isFunction( html ) ) {\n\t\t\t\thtml = html.call( this[ 0 ] );\n\t\t\t}\n\n\t\t\t// The elements to wrap the target around\n\t\t\twrap = jQuery( html, this[ 0 ].ownerDocument ).eq( 0 ).clone( true );\n\n\t\t\tif ( this[ 0 ].parentNode ) {\n\t\t\t\twrap.insertBefore( this[ 0 ] );\n\t\t\t}\n\n\t\t\twrap.map( function() {\n\t\t\t\tvar elem = this;\n\n\t\t\t\twhile ( elem.firstElementChild ) {\n\t\t\t\t\telem = elem.firstElementChild;\n\t\t\t\t}\n\n\t\t\t\treturn elem;\n\t\t\t} ).append( this );\n\t\t}\n\n\t\treturn this;\n\t},\n\n\twrapInner: function( html ) {\n\t\tif ( isFunction( html ) ) {\n\t\t\treturn this.each( function( i ) {\n\t\t\t\tjQuery( this ).wrapInner( html.call( this, i ) );\n\t\t\t} );\n\t\t}\n\n\t\treturn this.each( function() {\n\t\t\tvar self = jQuery( this ),\n\t\t\t\tcontents = self.contents();\n\n\t\t\tif ( contents.length ) {\n\t\t\t\tcontents.wrapAll( html );\n\n\t\t\t} else {\n\t\t\t\tself.append( html );\n\t\t\t}\n\t\t} );\n\t},\n\n\twrap: function( html ) {\n\t\tvar htmlIsFunction = isFunction( html );\n\n\t\treturn this.each( function( i ) {\n\t\t\tjQuery( this ).wrapAll( htmlIsFunction ? html.call( this, i ) : html );\n\t\t} );\n\t},\n\n\tunwrap: function( selector ) {\n\t\tthis.parent( selector ).not( \"body\" ).each( function() {\n\t\t\tjQuery( this ).replaceWith( this.childNodes );\n\t\t} );\n\t\treturn this;\n\t}\n} );\n\n\njQuery.expr.pseudos.hidden = function( elem ) {\n\treturn !jQuery.expr.pseudos.visible( elem );\n};\njQuery.expr.pseudos.visible = function( elem ) {\n\treturn !!( elem.offsetWidth || elem.offsetHeight || elem.getClientRects().length );\n};\n\n\n\n\njQuery.ajaxSettings.xhr = function() {\n\ttry {\n\t\treturn new window.XMLHttpRequest();\n\t} catch ( e ) {}\n};\n\nvar xhrSuccessStatus = {\n\n\t\t// File protocol always yields status code 0, assume 200\n\t\t0: 200,\n\n\t\t// Support: IE <=9 only\n\t\t// #1450: sometimes IE returns 1223 when it should be 204\n\t\t1223: 204\n\t},\n\txhrSupported = jQuery.ajaxSettings.xhr();\n\nsupport.cors = !!xhrSupported && ( \"withCredentials\" in xhrSupported );\nsupport.ajax = xhrSupported = !!xhrSupported;\n\njQuery.ajaxTransport( function( options ) {\n\tvar callback, errorCallback;\n\n\t// Cross domain only allowed if supported through XMLHttpRequest\n\tif ( support.cors || xhrSupported && !options.crossDomain ) {\n\t\treturn {\n\t\t\tsend: function( headers, complete ) {\n\t\t\t\tvar i,\n\t\t\t\t\txhr = options.xhr();\n\n\t\t\t\txhr.open(\n\t\t\t\t\toptions.type,\n\t\t\t\t\toptions.url,\n\t\t\t\t\toptions.async,\n\t\t\t\t\toptions.username,\n\t\t\t\t\toptions.password\n\t\t\t\t);\n\n\t\t\t\t// Apply custom fields if provided\n\t\t\t\tif ( options.xhrFields ) {\n\t\t\t\t\tfor ( i in options.xhrFields ) {\n\t\t\t\t\t\txhr[ i ] = options.xhrFields[ i ];\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Override mime type if needed\n\t\t\t\tif ( options.mimeType && xhr.overrideMimeType ) {\n\t\t\t\t\txhr.overrideMimeType( options.mimeType );\n\t\t\t\t}\n\n\t\t\t\t// X-Requested-With header\n\t\t\t\t// For cross-domain requests, seeing as conditions for a preflight are\n\t\t\t\t// akin to a jigsaw puzzle, we simply never set it to be sure.\n\t\t\t\t// (it can always be set on a per-request basis or even using ajaxSetup)\n\t\t\t\t// For same-domain requests, won't change header if already provided.\n\t\t\t\tif ( !options.crossDomain && !headers[ \"X-Requested-With\" ] ) {\n\t\t\t\t\theaders[ \"X-Requested-With\" ] = \"XMLHttpRequest\";\n\t\t\t\t}\n\n\t\t\t\t// Set headers\n\t\t\t\tfor ( i in headers ) {\n\t\t\t\t\txhr.setRequestHeader( i, headers[ i ] );\n\t\t\t\t}\n\n\t\t\t\t// Callback\n\t\t\t\tcallback = function( type ) {\n\t\t\t\t\treturn function() {\n\t\t\t\t\t\tif ( callback ) {\n\t\t\t\t\t\t\tcallback = errorCallback = xhr.onload =\n\t\t\t\t\t\t\t\txhr.onerror = xhr.onabort = xhr.ontimeout =\n\t\t\t\t\t\t\t\t\txhr.onreadystatechange = null;\n\n\t\t\t\t\t\t\tif ( type === \"abort\" ) {\n\t\t\t\t\t\t\t\txhr.abort();\n\t\t\t\t\t\t\t} else if ( type === \"error\" ) {\n\n\t\t\t\t\t\t\t\t// Support: IE <=9 only\n\t\t\t\t\t\t\t\t// On a manual native abort, IE9 throws\n\t\t\t\t\t\t\t\t// errors on any property access that is not readyState\n\t\t\t\t\t\t\t\tif ( typeof xhr.status !== \"number\" ) {\n\t\t\t\t\t\t\t\t\tcomplete( 0, \"error\" );\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tcomplete(\n\n\t\t\t\t\t\t\t\t\t\t// File: protocol always yields status 0; see #8605, #14207\n\t\t\t\t\t\t\t\t\t\txhr.status,\n\t\t\t\t\t\t\t\t\t\txhr.statusText\n\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tcomplete(\n\t\t\t\t\t\t\t\t\txhrSuccessStatus[ xhr.status ] || xhr.status,\n\t\t\t\t\t\t\t\t\txhr.statusText,\n\n\t\t\t\t\t\t\t\t\t// Support: IE <=9 only\n\t\t\t\t\t\t\t\t\t// IE9 has no XHR2 but throws on binary (trac-11426)\n\t\t\t\t\t\t\t\t\t// For XHR2 non-text, let the caller handle it (gh-2498)\n\t\t\t\t\t\t\t\t\t( xhr.responseType || \"text\" ) !== \"text\"  ||\n\t\t\t\t\t\t\t\t\ttypeof xhr.responseText !== \"string\" ?\n\t\t\t\t\t\t\t\t\t\t{ binary: xhr.response } :\n\t\t\t\t\t\t\t\t\t\t{ text: xhr.responseText },\n\t\t\t\t\t\t\t\t\txhr.getAllResponseHeaders()\n\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t};\n\n\t\t\t\t// Listen to events\n\t\t\t\txhr.onload = callback();\n\t\t\t\terrorCallback = xhr.onerror = xhr.ontimeout = callback( \"error\" );\n\n\t\t\t\t// Support: IE 9 only\n\t\t\t\t// Use onreadystatechange to replace onabort\n\t\t\t\t// to handle uncaught aborts\n\t\t\t\tif ( xhr.onabort !== undefined ) {\n\t\t\t\t\txhr.onabort = errorCallback;\n\t\t\t\t} else {\n\t\t\t\t\txhr.onreadystatechange = function() {\n\n\t\t\t\t\t\t// Check readyState before timeout as it changes\n\t\t\t\t\t\tif ( xhr.readyState === 4 ) {\n\n\t\t\t\t\t\t\t// Allow onerror to be called first,\n\t\t\t\t\t\t\t// but that will not handle a native abort\n\t\t\t\t\t\t\t// Also, save errorCallback to a variable\n\t\t\t\t\t\t\t// as xhr.onerror cannot be accessed\n\t\t\t\t\t\t\twindow.setTimeout( function() {\n\t\t\t\t\t\t\t\tif ( callback ) {\n\t\t\t\t\t\t\t\t\terrorCallback();\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t} );\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t}\n\n\t\t\t\t// Create the abort callback\n\t\t\t\tcallback = callback( \"abort\" );\n\n\t\t\t\ttry {\n\n\t\t\t\t\t// Do send the request (this may raise an exception)\n\t\t\t\t\txhr.send( options.hasContent && options.data || null );\n\t\t\t\t} catch ( e ) {\n\n\t\t\t\t\t// #14683: Only rethrow if this hasn't been notified as an error yet\n\t\t\t\t\tif ( callback ) {\n\t\t\t\t\t\tthrow e;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\n\t\t\tabort: function() {\n\t\t\t\tif ( callback ) {\n\t\t\t\t\tcallback();\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t}\n} );\n\n\n\n\n// Prevent auto-execution of scripts when no explicit dataType was provided (See gh-2432)\njQuery.ajaxPrefilter( function( s ) {\n\tif ( s.crossDomain ) {\n\t\ts.contents.script = false;\n\t}\n} );\n\n// Install script dataType\njQuery.ajaxSetup( {\n\taccepts: {\n\t\tscript: \"text/javascript, application/javascript, \" +\n\t\t\t\"application/ecmascript, application/x-ecmascript\"\n\t},\n\tcontents: {\n\t\tscript: /\\b(?:java|ecma)script\\b/\n\t},\n\tconverters: {\n\t\t\"text script\": function( text ) {\n\t\t\tjQuery.globalEval( text );\n\t\t\treturn text;\n\t\t}\n\t}\n} );\n\n// Handle cache's special case and crossDomain\njQuery.ajaxPrefilter( \"script\", function( s ) {\n\tif ( s.cache === undefined ) {\n\t\ts.cache = false;\n\t}\n\tif ( s.crossDomain ) {\n\t\ts.type = \"GET\";\n\t}\n} );\n\n// Bind script tag hack transport\njQuery.ajaxTransport( \"script\", function( s ) {\n\n\t// This transport only deals with cross domain or forced-by-attrs requests\n\tif ( s.crossDomain || s.scriptAttrs ) {\n\t\tvar script, callback;\n\t\treturn {\n\t\t\tsend: function( _, complete ) {\n\t\t\t\tscript = jQuery( \"<script>\" )\n\t\t\t\t\t.attr( s.scriptAttrs || {} )\n\t\t\t\t\t.prop( { charset: s.scriptCharset, src: s.url } )\n\t\t\t\t\t.on( \"load error\", callback = function( evt ) {\n\t\t\t\t\t\tscript.remove();\n\t\t\t\t\t\tcallback = null;\n\t\t\t\t\t\tif ( evt ) {\n\t\t\t\t\t\t\tcomplete( evt.type === \"error\" ? 404 : 200, evt.type );\n\t\t\t\t\t\t}\n\t\t\t\t\t} );\n\n\t\t\t\t// Use native DOM manipulation to avoid our domManip AJAX trickery\n\t\t\t\tdocument.head.appendChild( script[ 0 ] );\n\t\t\t},\n\t\t\tabort: function() {\n\t\t\t\tif ( callback ) {\n\t\t\t\t\tcallback();\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t}\n} );\n\n\n\n\nvar oldCallbacks = [],\n\trjsonp = /(=)\\?(?=&|$)|\\?\\?/;\n\n// Default jsonp settings\njQuery.ajaxSetup( {\n\tjsonp: \"callback\",\n\tjsonpCallback: function() {\n\t\tvar callback = oldCallbacks.pop() || ( jQuery.expando + \"_\" + ( nonce.guid++ ) );\n\t\tthis[ callback ] = true;\n\t\treturn callback;\n\t}\n} );\n\n// Detect, normalize options and install callbacks for jsonp requests\njQuery.ajaxPrefilter( \"json jsonp\", function( s, originalSettings, jqXHR ) {\n\n\tvar callbackName, overwritten, responseContainer,\n\t\tjsonProp = s.jsonp !== false && ( rjsonp.test( s.url ) ?\n\t\t\t\"url\" :\n\t\t\ttypeof s.data === \"string\" &&\n\t\t\t\t( s.contentType || \"\" )\n\t\t\t\t\t.indexOf( \"application/x-www-form-urlencoded\" ) === 0 &&\n\t\t\t\trjsonp.test( s.data ) && \"data\"\n\t\t);\n\n\t// Handle iff the expected data type is \"jsonp\" or we have a parameter to set\n\tif ( jsonProp || s.dataTypes[ 0 ] === \"jsonp\" ) {\n\n\t\t// Get callback name, remembering preexisting value associated with it\n\t\tcallbackName = s.jsonpCallback = isFunction( s.jsonpCallback ) ?\n\t\t\ts.jsonpCallback() :\n\t\t\ts.jsonpCallback;\n\n\t\t// Insert callback into url or form data\n\t\tif ( jsonProp ) {\n\t\t\ts[ jsonProp ] = s[ jsonProp ].replace( rjsonp, \"$1\" + callbackName );\n\t\t} else if ( s.jsonp !== false ) {\n\t\t\ts.url += ( rquery.test( s.url ) ? \"&\" : \"?\" ) + s.jsonp + \"=\" + callbackName;\n\t\t}\n\n\t\t// Use data converter to retrieve json after script execution\n\t\ts.converters[ \"script json\" ] = function() {\n\t\t\tif ( !responseContainer ) {\n\t\t\t\tjQuery.error( callbackName + \" was not called\" );\n\t\t\t}\n\t\t\treturn responseContainer[ 0 ];\n\t\t};\n\n\t\t// Force json dataType\n\t\ts.dataTypes[ 0 ] = \"json\";\n\n\t\t// Install callback\n\t\toverwritten = window[ callbackName ];\n\t\twindow[ callbackName ] = function() {\n\t\t\tresponseContainer = arguments;\n\t\t};\n\n\t\t// Clean-up function (fires after converters)\n\t\tjqXHR.always( function() {\n\n\t\t\t// If previous value didn't exist - remove it\n\t\t\tif ( overwritten === undefined ) {\n\t\t\t\tjQuery( window ).removeProp( callbackName );\n\n\t\t\t// Otherwise restore preexisting value\n\t\t\t} else {\n\t\t\t\twindow[ callbackName ] = overwritten;\n\t\t\t}\n\n\t\t\t// Save back as free\n\t\t\tif ( s[ callbackName ] ) {\n\n\t\t\t\t// Make sure that re-using the options doesn't screw things around\n\t\t\t\ts.jsonpCallback = originalSettings.jsonpCallback;\n\n\t\t\t\t// Save the callback name for future use\n\t\t\t\toldCallbacks.push( callbackName );\n\t\t\t}\n\n\t\t\t// Call if it was a function and we have a response\n\t\t\tif ( responseContainer && isFunction( overwritten ) ) {\n\t\t\t\toverwritten( responseContainer[ 0 ] );\n\t\t\t}\n\n\t\t\tresponseContainer = overwritten = undefined;\n\t\t} );\n\n\t\t// Delegate to script\n\t\treturn \"script\";\n\t}\n} );\n\n\n\n\n// Support: Safari 8 only\n// In Safari 8 documents created via document.implementation.createHTMLDocument\n// collapse sibling forms: the second one becomes a child of the first one.\n// Because of that, this security measure has to be disabled in Safari 8.\n// https://bugs.webkit.org/show_bug.cgi?id=137337\nsupport.createHTMLDocument = ( function() {\n\tvar body = document.implementation.createHTMLDocument( \"\" ).body;\n\tbody.innerHTML = \"<form></form><form></form>\";\n\treturn body.childNodes.length === 2;\n} )();\n\n\n// Argument \"data\" should be string of html\n// context (optional): If specified, the fragment will be created in this context,\n// defaults to document\n// keepScripts (optional): If true, will include scripts passed in the html string\njQuery.parseHTML = function( data, context, keepScripts ) {\n\tif ( typeof data !== \"string\" ) {\n\t\treturn [];\n\t}\n\tif ( typeof context === \"boolean\" ) {\n\t\tkeepScripts = context;\n\t\tcontext = false;\n\t}\n\n\tvar base, parsed, scripts;\n\n\tif ( !context ) {\n\n\t\t// Stop scripts or inline event handlers from being executed immediately\n\t\t// by using document.implementation\n\t\tif ( support.createHTMLDocument ) {\n\t\t\tcontext = document.implementation.createHTMLDocument( \"\" );\n\n\t\t\t// Set the base href for the created document\n\t\t\t// so any parsed elements with URLs\n\t\t\t// are based on the document's URL (gh-2965)\n\t\t\tbase = context.createElement( \"base\" );\n\t\t\tbase.href = document.location.href;\n\t\t\tcontext.head.appendChild( base );\n\t\t} else {\n\t\t\tcontext = document;\n\t\t}\n\t}\n\n\tparsed = rsingleTag.exec( data );\n\tscripts = !keepScripts && [];\n\n\t// Single tag\n\tif ( parsed ) {\n\t\treturn [ context.createElement( parsed[ 1 ] ) ];\n\t}\n\n\tparsed = buildFragment( [ data ], context, scripts );\n\n\tif ( scripts && scripts.length ) {\n\t\tjQuery( scripts ).remove();\n\t}\n\n\treturn jQuery.merge( [], parsed.childNodes );\n};\n\n\n/**\n * Load a url into a page\n */\njQuery.fn.load = function( url, params, callback ) {\n\tvar selector, type, response,\n\t\tself = this,\n\t\toff = url.indexOf( \" \" );\n\n\tif ( off > -1 ) {\n\t\tselector = stripAndCollapse( url.slice( off ) );\n\t\turl = url.slice( 0, off );\n\t}\n\n\t// If it's a function\n\tif ( isFunction( params ) ) {\n\n\t\t// We assume that it's the callback\n\t\tcallback = params;\n\t\tparams = undefined;\n\n\t// Otherwise, build a param string\n\t} else if ( params && typeof params === \"object\" ) {\n\t\ttype = \"POST\";\n\t}\n\n\t// If we have elements to modify, make the request\n\tif ( self.length > 0 ) {\n\t\tjQuery.ajax( {\n\t\t\turl: url,\n\n\t\t\t// If \"type\" variable is undefined, then \"GET\" method will be used.\n\t\t\t// Make value of this field explicit since\n\t\t\t// user can override it through ajaxSetup method\n\t\t\ttype: type || \"GET\",\n\t\t\tdataType: \"html\",\n\t\t\tdata: params\n\t\t} ).done( function( responseText ) {\n\n\t\t\t// Save response for use in complete callback\n\t\t\tresponse = arguments;\n\n\t\t\tself.html( selector ?\n\n\t\t\t\t// If a selector was specified, locate the right elements in a dummy div\n\t\t\t\t// Exclude scripts to avoid IE 'Permission Denied' errors\n\t\t\t\tjQuery( \"<div>\" ).append( jQuery.parseHTML( responseText ) ).find( selector ) :\n\n\t\t\t\t// Otherwise use the full result\n\t\t\t\tresponseText );\n\n\t\t// If the request succeeds, this function gets \"data\", \"status\", \"jqXHR\"\n\t\t// but they are ignored because response was set above.\n\t\t// If it fails, this function gets \"jqXHR\", \"status\", \"error\"\n\t\t} ).always( callback && function( jqXHR, status ) {\n\t\t\tself.each( function() {\n\t\t\t\tcallback.apply( this, response || [ jqXHR.responseText, status, jqXHR ] );\n\t\t\t} );\n\t\t} );\n\t}\n\n\treturn this;\n};\n\n\n\n\njQuery.expr.pseudos.animated = function( elem ) {\n\treturn jQuery.grep( jQuery.timers, function( fn ) {\n\t\treturn elem === fn.elem;\n\t} ).length;\n};\n\n\n\n\njQuery.offset = {\n\tsetOffset: function( elem, options, i ) {\n\t\tvar curPosition, curLeft, curCSSTop, curTop, curOffset, curCSSLeft, calculatePosition,\n\t\t\tposition = jQuery.css( elem, \"position\" ),\n\t\t\tcurElem = jQuery( elem ),\n\t\t\tprops = {};\n\n\t\t// Set position first, in-case top/left are set even on static elem\n\t\tif ( position === \"static\" ) {\n\t\t\telem.style.position = \"relative\";\n\t\t}\n\n\t\tcurOffset = curElem.offset();\n\t\tcurCSSTop = jQuery.css( elem, \"top\" );\n\t\tcurCSSLeft = jQuery.css( elem, \"left\" );\n\t\tcalculatePosition = ( position === \"absolute\" || position === \"fixed\" ) &&\n\t\t\t( curCSSTop + curCSSLeft ).indexOf( \"auto\" ) > -1;\n\n\t\t// Need to be able to calculate position if either\n\t\t// top or left is auto and position is either absolute or fixed\n\t\tif ( calculatePosition ) {\n\t\t\tcurPosition = curElem.position();\n\t\t\tcurTop = curPosition.top;\n\t\t\tcurLeft = curPosition.left;\n\n\t\t} else {\n\t\t\tcurTop = parseFloat( curCSSTop ) || 0;\n\t\t\tcurLeft = parseFloat( curCSSLeft ) || 0;\n\t\t}\n\n\t\tif ( isFunction( options ) ) {\n\n\t\t\t// Use jQuery.extend here to allow modification of coordinates argument (gh-1848)\n\t\t\toptions = options.call( elem, i, jQuery.extend( {}, curOffset ) );\n\t\t}\n\n\t\tif ( options.top != null ) {\n\t\t\tprops.top = ( options.top - curOffset.top ) + curTop;\n\t\t}\n\t\tif ( options.left != null ) {\n\t\t\tprops.left = ( options.left - curOffset.left ) + curLeft;\n\t\t}\n\n\t\tif ( \"using\" in options ) {\n\t\t\toptions.using.call( elem, props );\n\n\t\t} else {\n\t\t\tcurElem.css( props );\n\t\t}\n\t}\n};\n\njQuery.fn.extend( {\n\n\t// offset() relates an element's border box to the document origin\n\toffset: function( options ) {\n\n\t\t// Preserve chaining for setter\n\t\tif ( arguments.length ) {\n\t\t\treturn options === undefined ?\n\t\t\t\tthis :\n\t\t\t\tthis.each( function( i ) {\n\t\t\t\t\tjQuery.offset.setOffset( this, options, i );\n\t\t\t\t} );\n\t\t}\n\n\t\tvar rect, win,\n\t\t\telem = this[ 0 ];\n\n\t\tif ( !elem ) {\n\t\t\treturn;\n\t\t}\n\n\t\t// Return zeros for disconnected and hidden (display: none) elements (gh-2310)\n\t\t// Support: IE <=11 only\n\t\t// Running getBoundingClientRect on a\n\t\t// disconnected node in IE throws an error\n\t\tif ( !elem.getClientRects().length ) {\n\t\t\treturn { top: 0, left: 0 };\n\t\t}\n\n\t\t// Get document-relative position by adding viewport scroll to viewport-relative gBCR\n\t\trect = elem.getBoundingClientRect();\n\t\twin = elem.ownerDocument.defaultView;\n\t\treturn {\n\t\t\ttop: rect.top + win.pageYOffset,\n\t\t\tleft: rect.left + win.pageXOffset\n\t\t};\n\t},\n\n\t// position() relates an element's margin box to its offset parent's padding box\n\t// This corresponds to the behavior of CSS absolute positioning\n\tposition: function() {\n\t\tif ( !this[ 0 ] ) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar offsetParent, offset, doc,\n\t\t\telem = this[ 0 ],\n\t\t\tparentOffset = { top: 0, left: 0 };\n\n\t\t// position:fixed elements are offset from the viewport, which itself always has zero offset\n\t\tif ( jQuery.css( elem, \"position\" ) === \"fixed\" ) {\n\n\t\t\t// Assume position:fixed implies availability of getBoundingClientRect\n\t\t\toffset = elem.getBoundingClientRect();\n\n\t\t} else {\n\t\t\toffset = this.offset();\n\n\t\t\t// Account for the *real* offset parent, which can be the document or its root element\n\t\t\t// when a statically positioned element is identified\n\t\t\tdoc = elem.ownerDocument;\n\t\t\toffsetParent = elem.offsetParent || doc.documentElement;\n\t\t\twhile ( offsetParent &&\n\t\t\t\t( offsetParent === doc.body || offsetParent === doc.documentElement ) &&\n\t\t\t\tjQuery.css( offsetParent, \"position\" ) === \"static\" ) {\n\n\t\t\t\toffsetParent = offsetParent.parentNode;\n\t\t\t}\n\t\t\tif ( offsetParent && offsetParent !== elem && offsetParent.nodeType === 1 ) {\n\n\t\t\t\t// Incorporate borders into its offset, since they are outside its content origin\n\t\t\t\tparentOffset = jQuery( offsetParent ).offset();\n\t\t\t\tparentOffset.top += jQuery.css( offsetParent, \"borderTopWidth\", true );\n\t\t\t\tparentOffset.left += jQuery.css( offsetParent, \"borderLeftWidth\", true );\n\t\t\t}\n\t\t}\n\n\t\t// Subtract parent offsets and element margins\n\t\treturn {\n\t\t\ttop: offset.top - parentOffset.top - jQuery.css( elem, \"marginTop\", true ),\n\t\t\tleft: offset.left - parentOffset.left - jQuery.css( elem, \"marginLeft\", true )\n\t\t};\n\t},\n\n\t// This method will return documentElement in the following cases:\n\t// 1) For the element inside the iframe without offsetParent, this method will return\n\t//    documentElement of the parent window\n\t// 2) For the hidden or detached element\n\t// 3) For body or html element, i.e. in case of the html node - it will return itself\n\t//\n\t// but those exceptions were never presented as a real life use-cases\n\t// and might be considered as more preferable results.\n\t//\n\t// This logic, however, is not guaranteed and can change at any point in the future\n\toffsetParent: function() {\n\t\treturn this.map( function() {\n\t\t\tvar offsetParent = this.offsetParent;\n\n\t\t\twhile ( offsetParent && jQuery.css( offsetParent, \"position\" ) === \"static\" ) {\n\t\t\t\toffsetParent = offsetParent.offsetParent;\n\t\t\t}\n\n\t\t\treturn offsetParent || documentElement;\n\t\t} );\n\t}\n} );\n\n// Create scrollLeft and scrollTop methods\njQuery.each( { scrollLeft: \"pageXOffset\", scrollTop: \"pageYOffset\" }, function( method, prop ) {\n\tvar top = \"pageYOffset\" === prop;\n\n\tjQuery.fn[ method ] = function( val ) {\n\t\treturn access( this, function( elem, method, val ) {\n\n\t\t\t// Coalesce documents and windows\n\t\t\tvar win;\n\t\t\tif ( isWindow( elem ) ) {\n\t\t\t\twin = elem;\n\t\t\t} else if ( elem.nodeType === 9 ) {\n\t\t\t\twin = elem.defaultView;\n\t\t\t}\n\n\t\t\tif ( val === undefined ) {\n\t\t\t\treturn win ? win[ prop ] : elem[ method ];\n\t\t\t}\n\n\t\t\tif ( win ) {\n\t\t\t\twin.scrollTo(\n\t\t\t\t\t!top ? val : win.pageXOffset,\n\t\t\t\t\ttop ? val : win.pageYOffset\n\t\t\t\t);\n\n\t\t\t} else {\n\t\t\t\telem[ method ] = val;\n\t\t\t}\n\t\t}, method, val, arguments.length );\n\t};\n} );\n\n// Support: Safari <=7 - 9.1, Chrome <=37 - 49\n// Add the top/left cssHooks using jQuery.fn.position\n// Webkit bug: https://bugs.webkit.org/show_bug.cgi?id=29084\n// Blink bug: https://bugs.chromium.org/p/chromium/issues/detail?id=589347\n// getComputedStyle returns percent when specified for top/left/bottom/right;\n// rather than make the css module depend on the offset module, just check for it here\njQuery.each( [ \"top\", \"left\" ], function( _i, prop ) {\n\tjQuery.cssHooks[ prop ] = addGetHookIf( support.pixelPosition,\n\t\tfunction( elem, computed ) {\n\t\t\tif ( computed ) {\n\t\t\t\tcomputed = curCSS( elem, prop );\n\n\t\t\t\t// If curCSS returns percentage, fallback to offset\n\t\t\t\treturn rnumnonpx.test( computed ) ?\n\t\t\t\t\tjQuery( elem ).position()[ prop ] + \"px\" :\n\t\t\t\t\tcomputed;\n\t\t\t}\n\t\t}\n\t);\n} );\n\n\n// Create innerHeight, innerWidth, height, width, outerHeight and outerWidth methods\njQuery.each( { Height: \"height\", Width: \"width\" }, function( name, type ) {\n\tjQuery.each( {\n\t\tpadding: \"inner\" + name,\n\t\tcontent: type,\n\t\t\"\": \"outer\" + name\n\t}, function( defaultExtra, funcName ) {\n\n\t\t// Margin is only for outerHeight, outerWidth\n\t\tjQuery.fn[ funcName ] = function( margin, value ) {\n\t\t\tvar chainable = arguments.length && ( defaultExtra || typeof margin !== \"boolean\" ),\n\t\t\t\textra = defaultExtra || ( margin === true || value === true ? \"margin\" : \"border\" );\n\n\t\t\treturn access( this, function( elem, type, value ) {\n\t\t\t\tvar doc;\n\n\t\t\t\tif ( isWindow( elem ) ) {\n\n\t\t\t\t\t// $( window ).outerWidth/Height return w/h including scrollbars (gh-1729)\n\t\t\t\t\treturn funcName.indexOf( \"outer\" ) === 0 ?\n\t\t\t\t\t\telem[ \"inner\" + name ] :\n\t\t\t\t\t\telem.document.documentElement[ \"client\" + name ];\n\t\t\t\t}\n\n\t\t\t\t// Get document width or height\n\t\t\t\tif ( elem.nodeType === 9 ) {\n\t\t\t\t\tdoc = elem.documentElement;\n\n\t\t\t\t\t// Either scroll[Width/Height] or offset[Width/Height] or client[Width/Height],\n\t\t\t\t\t// whichever is greatest\n\t\t\t\t\treturn Math.max(\n\t\t\t\t\t\telem.body[ \"scroll\" + name ], doc[ \"scroll\" + name ],\n\t\t\t\t\t\telem.body[ \"offset\" + name ], doc[ \"offset\" + name ],\n\t\t\t\t\t\tdoc[ \"client\" + name ]\n\t\t\t\t\t);\n\t\t\t\t}\n\n\t\t\t\treturn value === undefined ?\n\n\t\t\t\t\t// Get width or height on the element, requesting but not forcing parseFloat\n\t\t\t\t\tjQuery.css( elem, type, extra ) :\n\n\t\t\t\t\t// Set width or height on the element\n\t\t\t\t\tjQuery.style( elem, type, value, extra );\n\t\t\t}, type, chainable ? margin : undefined, chainable );\n\t\t};\n\t} );\n} );\n\n\njQuery.each( [\n\t\"ajaxStart\",\n\t\"ajaxStop\",\n\t\"ajaxComplete\",\n\t\"ajaxError\",\n\t\"ajaxSuccess\",\n\t\"ajaxSend\"\n], function( _i, type ) {\n\tjQuery.fn[ type ] = function( fn ) {\n\t\treturn this.on( type, fn );\n\t};\n} );\n\n\n\n\njQuery.fn.extend( {\n\n\tbind: function( types, data, fn ) {\n\t\treturn this.on( types, null, data, fn );\n\t},\n\tunbind: function( types, fn ) {\n\t\treturn this.off( types, null, fn );\n\t},\n\n\tdelegate: function( selector, types, data, fn ) {\n\t\treturn this.on( types, selector, data, fn );\n\t},\n\tundelegate: function( selector, types, fn ) {\n\n\t\t// ( namespace ) or ( selector, types [, fn] )\n\t\treturn arguments.length === 1 ?\n\t\t\tthis.off( selector, \"**\" ) :\n\t\t\tthis.off( types, selector || \"**\", fn );\n\t},\n\n\thover: function( fnOver, fnOut ) {\n\t\treturn this.mouseenter( fnOver ).mouseleave( fnOut || fnOver );\n\t}\n} );\n\njQuery.each(\n\t( \"blur focus focusin focusout resize scroll click dblclick \" +\n\t\"mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave \" +\n\t\"change select submit keydown keypress keyup contextmenu\" ).split( \" \" ),\n\tfunction( _i, name ) {\n\n\t\t// Handle event binding\n\t\tjQuery.fn[ name ] = function( data, fn ) {\n\t\t\treturn arguments.length > 0 ?\n\t\t\t\tthis.on( name, null, data, fn ) :\n\t\t\t\tthis.trigger( name );\n\t\t};\n\t}\n);\n\n\n\n\n// Support: Android <=4.0 only\n// Make sure we trim BOM and NBSP\nvar rtrim = /^[\\s\\uFEFF\\xA0]+|[\\s\\uFEFF\\xA0]+$/g;\n\n// Bind a function to a context, optionally partially applying any\n// arguments.\n// jQuery.proxy is deprecated to promote standards (specifically Function#bind)\n// However, it is not slated for removal any time soon\njQuery.proxy = function( fn, context ) {\n\tvar tmp, args, proxy;\n\n\tif ( typeof context === \"string\" ) {\n\t\ttmp = fn[ context ];\n\t\tcontext = fn;\n\t\tfn = tmp;\n\t}\n\n\t// Quick check to determine if target is callable, in the spec\n\t// this throws a TypeError, but we will just return undefined.\n\tif ( !isFunction( fn ) ) {\n\t\treturn undefined;\n\t}\n\n\t// Simulated bind\n\targs = slice.call( arguments, 2 );\n\tproxy = function() {\n\t\treturn fn.apply( context || this, args.concat( slice.call( arguments ) ) );\n\t};\n\n\t// Set the guid of unique handler to the same of original handler, so it can be removed\n\tproxy.guid = fn.guid = fn.guid || jQuery.guid++;\n\n\treturn proxy;\n};\n\njQuery.holdReady = function( hold ) {\n\tif ( hold ) {\n\t\tjQuery.readyWait++;\n\t} else {\n\t\tjQuery.ready( true );\n\t}\n};\njQuery.isArray = Array.isArray;\njQuery.parseJSON = JSON.parse;\njQuery.nodeName = nodeName;\njQuery.isFunction = isFunction;\njQuery.isWindow = isWindow;\njQuery.camelCase = camelCase;\njQuery.type = toType;\n\njQuery.now = Date.now;\n\njQuery.isNumeric = function( obj ) {\n\n\t// As of jQuery 3.0, isNumeric is limited to\n\t// strings and numbers (primitives or objects)\n\t// that can be coerced to finite numbers (gh-2662)\n\tvar type = jQuery.type( obj );\n\treturn ( type === \"number\" || type === \"string\" ) &&\n\n\t\t// parseFloat NaNs numeric-cast false positives (\"\")\n\t\t// ...but misinterprets leading-number strings, particularly hex literals (\"0x...\")\n\t\t// subtraction forces infinities to NaN\n\t\t!isNaN( obj - parseFloat( obj ) );\n};\n\njQuery.trim = function( text ) {\n\treturn text == null ?\n\t\t\"\" :\n\t\t( text + \"\" ).replace( rtrim, \"\" );\n};\n\n\n\n// Register as a named AMD module, since jQuery can be concatenated with other\n// files that may use define, but not via a proper concatenation script that\n// understands anonymous AMD modules. A named AMD is safest and most robust\n// way to register. Lowercase jquery is used because AMD module names are\n// derived from file names, and jQuery is normally delivered in a lowercase\n// file name. Do this after creating the global so that if an AMD module wants\n// to call noConflict to hide this version of jQuery, it will work.\n\n// Note that for maximum portability, libraries that are not jQuery should\n// declare themselves as anonymous modules, and avoid setting a global if an\n// AMD loader is present. jQuery is a special case. For more information, see\n// https://github.com/jrburke/requirejs/wiki/Updating-existing-libraries#wiki-anon\n\nif ( typeof define === \"function\" && define.amd ) {\n\tdefine( \"jquery\", [], function() {\n\t\treturn jQuery;\n\t} );\n}\n\n\n\n\nvar\n\n\t// Map over jQuery in case of overwrite\n\t_jQuery = window.jQuery,\n\n\t// Map over the $ in case of overwrite\n\t_$ = window.$;\n\njQuery.noConflict = function( deep ) {\n\tif ( window.$ === jQuery ) {\n\t\twindow.$ = _$;\n\t}\n\n\tif ( deep && window.jQuery === jQuery ) {\n\t\twindow.jQuery = _jQuery;\n\t}\n\n\treturn jQuery;\n};\n\n// Expose jQuery and $ identifiers, even in AMD\n// (#7102#comment:10, https://github.com/jquery/jquery/pull/557)\n// and CommonJS for browser emulators (#13566)\nif ( typeof noGlobal === \"undefined\" ) {\n\twindow.jQuery = window.$ = jQuery;\n}\n\n\n\n\nreturn jQuery;\n} );\n"
  },
  {
    "path": "docs/Gemfile",
    "content": "source \"https://rubygems.org\"\n\ngem \"github-pages\", group: :jekyll_plugins\ngem \"minimal-mistakes-jekyll\", path: \"..\"\ngem \"rake\"\n\ngem \"tzinfo-data\"\ngem \"wdm\", \"~> 0.1.0\" if Gem.win_platform?\n\n# If you have any plugins, put them here!\ngroup :jekyll_plugins do\n  gem \"jekyll-paginate\"\n  gem \"jekyll-sitemap\"\n  gem \"jekyll-gist\"\n  gem \"jekyll-feed\"\n  gem \"jemoji\"\n  gem \"jekyll-include-cache\"\n  gem \"jekyll-algolia\"\nend\n"
  },
  {
    "path": "docs/Rakefile",
    "content": "task :default => %i[build]\n\ntask :build do\n  sh 'jekyll build --profile --trace --config _config.yml,_config.dev.yml'\nend\n"
  },
  {
    "path": "docs/_config.dev.yml",
    "content": "# Develop override settings\n\ntheme: minimal-mistakes-jekyll\nremote_theme: null\nurl: http://localhost:4000\n\nanalytics:\n  provider: false\n\ncomments:\n  disqus:\n    shortname            : \"mmistakes-dev\"\n\nsass:\n  style: expanded\n"
  },
  {
    "path": "docs/_config.yml",
    "content": "# Welcome to Jekyll!\n#\n# This config file is meant for settings that affect your entire site, values\n# which you are expected to set up once and rarely need to edit after that.\n# For technical reasons, this file is *NOT* reloaded automatically when you use\n# `jekyll serve`. If you change this file, please restart the server process.\n\nremote_theme             : \"mmistakes/minimal-mistakes@master\"\n\nminimal_mistakes_skin    : \"default\" # \"air\", \"aqua\", \"contrast\", \"dark\", \"dirt\", \"neon\", \"mint\", \"plum\", \"sunrise\"\n\n# Site Settings\nlocale                   : \"en-US\"\ntitle                    : \"Minimal Mistakes\"\ntitle_separator          : \"-\"\nsubtitle                 : \"A Jekyll theme\"\nname                     : &name \"Michael Rose\" # &name is a YAML anchor which can be *referenced later\ndescription              : &description \"A flexible Jekyll theme for your blog or site with a minimalist aesthetic.\"\nurl                      : https://mmistakes.github.io # the base hostname & protocol for your site e.g. \"https://mmistakes.github.io\"\nbaseurl                  : \"/minimal-mistakes\" # the subpath of your site, e.g. \"/blog\"\nrepository               : \"mmistakes/minimal-mistakes\"\nteaser                   : # path of fallback teaser image, e.g. \"/assets/images/500x300.png\"\nlogo                     : # path of logo image to display in the masthead, e.g. \"/assets/images/88x88.png\"\nmasthead_title           : # overrides the website title displayed in the masthead, use \" \" for no title\n# breadcrumbs            : false # true, false (default)\nwords_per_minute         : 200\nenable_copy_code_button  : true\ncomments:\n  provider               : \"false\" # false (default), \"disqus\", \"discourse\", \"facebook\", \"staticman_v2\", \"staticman\", \"utterances\", \"giscus\", \"custom\"\n  disqus:\n    shortname            :\n  discourse:\n    server               : # https://meta.discourse.org/t/embedding-discourse-comments-via-javascript/31963 , e.g.: meta.discourse.org\n  facebook:\n    # https://developers.facebook.com/docs/plugins/comments\n    appid                :\n    num_posts            : # 5 (default)\n    colorscheme          : # \"light\" (default), \"dark\"\n  utterances:\n    theme                : # \"github-light\" (default), \"github-dark\"\n    issue_term           : # \"pathname\" (default)\n  giscus:\n    repo_id              : # Shown during giscus setup at https://giscus.app\n    category_name        : # Full text name of the category\n    category_id          : # Shown during giscus setup at https://giscus.app\n    discussion_term      : # \"pathname\" (default), \"url\", \"title\", \"og:title\"\n    reactions_enabled    : # '1' for enabled (default), '0' for disabled\n    theme                : # \"light\" (default), \"dark\", \"dark_dimmed\", \"transparent_dark\", \"preferred_color_scheme\"\nreCaptcha:\n  siteKey                : # \"6LdRBykTAAAAAFB46MnIu6ixuxwu9W1ihFF8G60Q\"\n  secret                 : # \"PznnZGu3P6eTHRPLORniSq+J61YEf+A9zmColXDM5icqF49gbunH51B8+h+i2IvewpuxtA9TFoK68TuhUp/X3YKmmqhXasegHYabY50fqF9nJh9npWNhvITdkQHeaOqnFXUIwxfiEeUt49Yoa2waRR7a5LdRAP3SVM8hz0KIBT4=\"\n\natom_feed:\n  path                   : # blank (default) uses feed.xml\n\nsearch                   : true # true, false (default)\nsearch_full_content      : true # true, false (default)\nsearch_provider          : algolia # lunr (default), algolia\nalgolia:\n  application_id         : QB6HVGBSBA # YOUR_APPLICATION_ID\n  index_name             : minimal_mistakes # YOUR_INDEX_NAME\n  search_only_api_key    : 9d5014e5bbc77372547bce778dfa5663 # YOUR_SEARCH_ONLY_API_KEY\n  powered_by             : true # true (default), false\n  files_to_exclude:\n    - _posts/2017-11-28-post-exclude-search.md\n\n# SEO Related\ngoogle_site_verification : \"UQj93ERU9zgECodaaXgVpkjrFn9UrDMEzVamacSoQ8Y\" # Replace this with your ID, or delete\nbing_site_verification   :\nnaver_site_verification  :\nyandex_site_verification :\nbaidu_site_verification  :\n\n# Social Sharing\ntwitter:\n  username               : &twitter \"mmistakes\"\nfacebook:\n  username               : &facebook \"michaelrose\"\n  app_id                 :\n  publisher              :\nog_image                 : \"/assets/images/site-logo.png\" # Open Graph/Twitter default site image\n# For specifying social profiles, used in _includes/seo.html\n# - https://developers.google.com/structured-data/customize/social-profiles\nsocial:\n  type                   : # Person or Organization (defaults to Person)\n  name                   : # If the user or organization name differs from the site's name\n  links: # An array of links to social media profiles\n    - \"https://twitter.com/mmistakes\"\n    - \"https://www.facebook.com/michaelrose\"\n\n# Analytics\nanalytics:\n  provider               : \"google-universal\" # false (default), \"google\", \"google-universal\", \"google-gtag\", \"custom\"\n  google:\n    tracking_id          : \"UA-2011187-3\" # Replace this with your ID, or delete\n    anonymize_ip         : true\n\n\n# Site Author\nauthor:\n  name             : *name # *name is a YAML reference pointing to the &anchor earlier\n  avatar           : \"/assets/images/michael-rose.jpg\"\n  bio              : \"Just another *boring*, *tattooed*, *time traveling*, *designer*.\"\n  location         : \"Buffalo, NY\"\n  links:\n    - label: \"Made Mistakes\"\n      icon: \"fas fa-fw fa-link\"\n      url: \"https://mademistakes.com\"\n    - label: \"Twitter\"\n      icon: \"fab fa-fw fa-twitter-square\"\n      url: \"https://twitter.com/mmistakes\"\n    - label: \"GitHub\"\n      icon: \"fab fa-fw fa-github\"\n      url: \"https://github.com/mmistakes\"\n    - label: \"Instagram\"\n      icon: \"fab fa-fw fa-instagram\"\n      url: \"https://instagram.com/mmistakes\"\n\n\n# Site Footer\nfooter:\n  links:\n    - label: \"Twitter\"\n      icon: \"fab fa-fw fa-twitter-square\"\n      url: \"https://twitter.com/mmistakes\"\n    - label: \"GitHub\"\n      icon: \"fab fa-fw fa-github\"\n      url: \"https://github.com/mmistakes\"\n    - label: \"Instagram\"\n      icon: \"fab fa-fw fa-instagram\"\n      url: \"https://instagram.com/mmistakes\"\n  since: \"2013\"\n\n\n# Reading Files\ninclude:\n  - .htaccess\n  - _pages\nexclude:\n  - \"*.sublime-project\"\n  - \"*.sublime-workspace\"\n  - vendor\n  - .asset-cache\n  - .bundle\n  - .jekyll-assets-cache\n  - .sass-cache\n  - assets/js/plugins\n  - assets/js/_main.js\n  - assets/js/vendor\n  - Capfile\n  - CHANGELOG\n  - config\n  - Gemfile\n  - Gruntfile.js\n  - gulpfile.js\n  - LICENSE\n  - log\n  - node_modules\n  - package.json\n  - Rakefile\n  - README\n  - tmp\nkeep_files:\n  - .git\n  - .svn\nencoding: \"utf-8\"\nmarkdown_ext: \"markdown,mkdown,mkdn,mkd,md\"\n\n\n# Conversion\nmarkdown: kramdown\nhighlighter: rouge\nlsi: false\nexcerpt_separator: \"\\n\\n\"\nincremental: false\n\n\n# Markdown Processing\nkramdown:\n  input: GFM\n  hard_wrap: false\n  auto_ids: true\n  footnote_nr: 1\n  entity_output: as_char\n  toc_levels: 1..6\n  smart_quotes: lsquo,rsquo,ldquo,rdquo\n  enable_coderay: false\n\n\n# Collections\ncollections:\n  docs:\n    output: true\n    permalink: /:collection/:path/\n  recipes:\n    output: true\n    permalink: /:collection/:path/\n  pets:\n    output: true\n    permalink: /:collection/:path/\n  portfolio:\n    output: true\n    permalink: /:collection/:path/\n\n\n# Defaults\ndefaults:\n  # _posts\n  - scope:\n      path: \"\"\n      type: posts\n    values:\n      layout: single\n      author_profile: true\n      read_time: true\n      comments: true\n      share: true\n      related: true\n  # _pages\n  - scope:\n      path: \"_pages\"\n      type: pages\n    values:\n      layout: single\n      author_profile: true\n  # _docs\n  - scope:\n      path: \"\"\n      type: docs\n    values:\n      layout: single\n      read_time: false\n      author_profile: false\n      share: false\n      comments: false\n      toc_sticky: true\n      sidebar:\n        nav: \"docs\"\n  # _recipes\n  - scope:\n      path: \"\"\n      type: recipes\n    values:\n      layout: single\n      author_profile: true\n      share: true\n      comments: true\n  # _pets\n  - scope:\n      path: \"\"\n      type: pets\n    values:\n      layout: single\n      author_profile: true\n      share: true\n      comment: true\n  # _portfolio\n  - scope:\n      path: \"\"\n      type: portfolio\n    values:\n      layout: single\n      author_profile: false\n      share: true\n\n\n# Sass/SCSS\nsass:\n  sass_dir: _sass\n  style: compressed # http://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style\n\n\n# Outputting\npermalink: /:categories/:title/\n# paginate: 5 # amount of posts to show\n# paginate_path: /page:num/\ntimezone: America/New_York # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones\n\n\n# Plugins (previously gems:)\nplugins:\n  - jekyll-paginate\n  - jekyll-sitemap\n  - jekyll-gist\n  - jekyll-feed\n  - jemoji\n  - jekyll-include-cache\n\n# mimic GitHub Pages with --safe\nwhitelist:\n  - jekyll-paginate\n  - jekyll-sitemap\n  - jekyll-gist\n  - jekyll-feed\n  - jemoji\n  - jekyll-include-cache\n\n\n# Archives\n#  Type\n#  - GitHub Pages compatible archive pages built with Liquid ~> type: liquid (default)\n#  - Jekyll Archives plugin archive pages ~> type: jekyll-archives\n#  Path (examples)\n#  - Archive page should exist at path when using Liquid method or you can\n#    expect broken links (especially with breadcrumbs enabled)\n#  - <base_path>/tags/my-awesome-tag/index.html ~> path: /tags/\n#  - <base_path>/categories/my-awesome-category/index.html ~> path: /categories/\n#  - <base_path>/my-awesome-category/index.html ~> path: /\ncategory_archive:\n  type: liquid\n  path: /categories/\ntag_archive:\n  type: liquid\n  path: /tags/\n# https://github.com/jekyll/jekyll-archives\n# jekyll-archives:\n#   enabled:\n#     - categories\n#     - tags\n#   layouts:\n#     category: archive-taxonomy\n#     tag: archive-taxonomy\n#   permalinks:\n#     category: /categories/:name/\n#     tag: /tags/:name/\n\n\n# HTML Compression\n# - http://jch.penibelst.de/\ncompress_html:\n  clippings: all\n  ignore:\n    envs: development\n"
  },
  {
    "path": "docs/_data/authors.yml",
    "content": "# Authors\n\nBilly Rick:\n  name        : \"Billy Rick\"\n  bio         : \"What do you want, jewels? I am a very extravagant man.\"\n  avatar      : \"/assets/images/bio-photo-2.jpg\"\n  links:\n    - label: \"Email\"\n      icon: \"fas fa-fw fa-envelope-square\"\n      url: \"mailto:billyrick@rick.com\"\n    - label: \"Website\"\n      icon: \"fas fa-fw fa-link\"\n      url: \"https://thewhip.com\"\n    - label: \"Twitter\"\n      icon: \"fab fa-fw fa-twitter-square\"\n      url: \"https://twitter.com/extravagantman\"\n\nCornelius Fiddlebone:\n  name        : \"Cornelius Fiddlebone\"\n  bio         : \"I ordered what?\"\n  avatar      : \"/assets/images/bio-photo.jpg\"\n  links:\n    - label: \"Email\"\n      icon: \"fas fa-fw fa-envelope-square\"\n      url: \"mailto:cornelius@thewhip.com\"\n    - label: \"Twitter\"\n      icon: \"fab fa-fw fa-twitter-square\"\n      url: \"https://twitter.com/rhymeswithsackit\""
  },
  {
    "path": "docs/_data/comments/chocolate-chip-cookies/comment-1473870213530.yml",
    "content": "message: Cooooookies! Yum! (Thanks for this awesome them.. and... recipe..)\nname: Markus\nemail: f6f9be6ae6e174661ea7c87a520ffef8\nurl: 'http://www.markusgiesen.com'\nhidden: ''\ndate: '2016-09-14T16:23:32.840Z'\n"
  },
  {
    "path": "docs/_data/comments/chocolate-chip-cookies/comment-1478213467992.yml",
    "content": "message: \"DELETE ME\\r\\n\\r\\njust trying out the comment system\"\nname: Donald Duck\nemail: cfedc848417c6ed0ce1eed35e741b26e\nurl: 'http://disney.com'\nhidden: ''\ndate: '2016-11-03T22:51:07.174Z'\n"
  },
  {
    "path": "docs/_data/comments/chocolate-chip-cookies/comment-1500181304581.yml",
    "content": "_id: dcd6d950-69e3-11e7-8901-815fa61174ff\nmessage: >-\n  I'm exploring this theme. Apparently replies are not supported on this theme\n  (yet). Am I correct?\nname: Harry\nemail: 58dfe5ef6aaf9bf9af5a0b17b52e6168\nurl: 'http://www.deepfriedbrainproject.com'\nhidden: ''\ndate: '2017-07-16T05:01:44.574Z'\n"
  },
  {
    "path": "docs/_data/comments/chocolate-chip-cookies/comment-1500214855350.yml",
    "content": "_id: faa63db0-6a31-11e7-8901-815fa61174ff\nmessage: >-\n  @Harry - That's correct. See [this issue on\n  GitHub](https://github.com/mmistakes/minimal-mistakes/issues/803) for more\n  context as to why replies aren't added yet.\nname: Michael Rose\nemail: 1ce71bc10b86565464b612093d89707e\nurl: 'https://mademistakes.com'\nhidden: ''\ndate: '2017-07-16T14:20:55.348Z'\n"
  },
  {
    "path": "docs/_data/comments/gemified-theme-beta/comment-1479508047505.yml",
    "content": "message: wonderful theme!\nname: burner\nemail: 7327e2b38683d37634ada1dfa1d9f6e7\nurl: ''\nhidden: ''\ndate: '2016-11-18T22:27:26.851Z'\n"
  },
  {
    "path": "docs/_data/comments/gemified-theme-beta/comment-1480591890264.yml",
    "content": "_id: b3f80ef0-b7b9-11e6-9b81-0bc3350a75b6\nmessage: Awesome....\nname: Joko\nemail: e173d909aa244a3fbf81908da947ff94\nurl: ''\nhidden: ''\ndate: '2016-12-01T11:31:30.231Z'\n"
  },
  {
    "path": "docs/_data/comments/gemified-theme-beta/comment-1482532165381.yml",
    "content": "_id: 4218daa0-c95f-11e6-b347-77ada084d3be\nmessage: Agreed\nname: Bob\nemail: d73914c0f3c7350b9fbc0790e1fc0412\nurl: ''\nhidden: ''\ndate: '2016-12-23T22:29:25.380Z'\ndata: '2016-12-23T22:29:25.380Z'\n"
  },
  {
    "path": "docs/_data/comments/gemified-theme-beta/comment-1483456786593.yml",
    "content": "_id: 0ef265d0-d1c8-11e6-b0a9-efc179b06d97\nmessage: \"Got a little problem here,\\r\\n\\r\\nIf I'm using Github pages, should I delete those Theme files?\\r\\n\\r\\nbecause after I `bundle update`, they didn't generated as expected, or I've misunderstanding.\\r\\n\\r\\nOr, I should follow the instruction in Installation:\\r\\n> To maintain a local Jekyll environment in sync with GitHub Pages replace the gem \\\"jekyll\\\" line with gem \\\"github-pages\\\", group: :jekyll_plugins and run the following:\\r\\n\\r\\nThanks : )\"\nname: Specialvict\nemail: e568a82db250c5130842f4fa42d5cacf\nurl: 'https://oaleeapp.info'\nhidden: ''\ndate: '2017-01-03T15:19:46.590Z'\n"
  },
  {
    "path": "docs/_data/comments/gemified-theme-beta/comment-1483457152038.yml",
    "content": "_id: e91c28e0-d1c8-11e6-b0a9-efc179b06d97\nmessage: \"@Specialvict - follow [these instructions](https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/#github-pages-compatible-method) in the docs. The theme gem install instructions don't apply to you since GitHub Pages doesn't support 3rd party gem themes yet.\\r\\n\\r\\nYou need to install the old way of forking the theme files.\"\nname: Michael Rose\nemail: 1ce71bc10b86565464b612093d89707e\nurl: 'https://mademistakes.com'\nhidden: ''\ndate: '2017-01-03T15:25:52.037Z'\n"
  },
  {
    "path": "docs/_data/comments/gemified-theme-beta/comment-1519412839827.yml",
    "content": "_id: c4c722a0-18cc-11e8-81e7-ad1d9008e648\nmessage: great theme!\nname: vern\nemail: a6f5c444240028e515acd8e8808cd130\nurl: ''\nhidden: ''\ndate: '2018-02-23T19:07:19.827Z'\n"
  },
  {
    "path": "docs/_data/comments/layout-comments/comment-1470944006665.yml",
    "content": "message: \"![Bill Murray](http://www.fillmurray.com/400/300)\\r\\n\\r\\n“It's hard to be an artist. It's hard to be anything. It's hard to be.”\"\nname: Bill Murray\nemail: b0caa2a71f5066b3d90711c224578c21\nurl: ''\nhidden: ''\ndate: '2016-08-11T19:33:25.928Z'\n"
  },
  {
    "path": "docs/_data/comments/layout-comments/comment-1470944162041.yml",
    "content": "message: \"> “I never had seen Seinfeld, and they said, ‘Oh, it’s the last episode.’ And I said, ‘Oh, I’ll watch Seinfeld.’ And it was terrible.”\\r\\n>\\r\\n> *— From a 2014 interview with Howard Stern*\"\nname: Anonymous\nemail: 8c7e898f1b570760f834ecc03edf6b35\nurl: ''\nhidden: ''\ndate: '2016-08-11T19:36:01.033Z'\n"
  },
  {
    "path": "docs/_data/comments/layout-comments/comment-1472308473018.yml",
    "content": "message: test\nname: test\nemail: c028c75814332d38e088e43a252b7092\nurl: ''\nhidden: ''\ndate: '2016-08-27T14:34:32.281Z'\n"
  },
  {
    "path": "docs/_data/comments/layout-comments/comment-1514406795156.yml",
    "content": "_id: 29e7b010-eb45-11e7-a44f-935f90061bb7\nmessage: >-\n  I am not able to figure out the staticman v2 comments. Please help. Even after\n  updating the end points also its throws me a message that there is an error\n  with submission\nname: Krishna\nemail: 72e637576fd8729a323d648719daf631\nurl: ''\nhidden: ''\ndate: '2017-12-27T20:33:15.155Z'\n"
  },
  {
    "path": "docs/_data/comments/layout-comments/comment-1514407115153.yml",
    "content": "_id: e8aa5fc0-eb45-11e7-a44f-935f90061bb7\nmessage: \"Please open issue on GitHub and provide a link to a public repo.\\r\\n\\r\\n<https://github.com/mmistakes/minimal-mistakes>\"\nname: Michael Rose\nemail: 1ce71bc10b86565464b612093d89707e\nurl: 'https://mademistakes.com'\nhidden: ''\ndate: '2017-12-27T20:38:35.152Z'\ntimestamp: 1514407115\n"
  },
  {
    "path": "docs/_data/comments/layout-comments/comment-1538482988032.yml",
    "content": "_id: eb2fc040-c63d-11e8-a3e5-1590186c2f0d\nmessage: >-\n  Took a while to get commenting working for me, but got it in the end. I used\n  the layout for the comments here on my own site. Very clean.\nname: Bobby\nemail: 2f9024d5ac2e697176aab289c8c7ab76\nurl: ''\nhidden: ''\ndate: '2018-10-02T12:23:08.031Z'\n"
  },
  {
    "path": "docs/_data/comments/layout-header-image-horizontal/comment-1483124729757.yml",
    "content": "_id: edfee0e0-cec2-11e6-9fec-f15f86beaa6c\nmessage: \"How do I add a header image to the minimal mistakes theme? It's given in documentation to add a YAML front matter. But it's not given where to add it? \\r\\n<a href = \\\"https://mmistakes.github.io/minimal-mistakes/docs/layouts/\\\">Header documentation</a>\"\nname: shivam mitra\nemail: 38e378dc28daa978e5e7296723b3a65c\nurl: 'https://codophobia.github.io/'\nhidden: ''\ndate: '2016-12-30T19:05:29.755Z'\n"
  },
  {
    "path": "docs/_data/comments/layout-header-image-horizontal/comment-1483128389943.yml",
    "content": "_id: 73977ed0-cecb-11e6-9fec-f15f86beaa6c\nmessage: >-\n  You add it to the YAML Front Matter of the post or page you want the header\n  on. It's not globally assigned. If you want the same header on every page you\n  could set it with [front matter\n  defaults](https://jekyllrb.com/docs/configuration/#front-matter-defaults).\nname: Michael Rose\nemail: 1ce71bc10b86565464b612093d89707e\nurl: 'https://mademistakes.com'\nhidden: ''\ndate: '2016-12-30T20:06:29.940Z'\n"
  },
  {
    "path": "docs/_data/comments/layout-header-image-text-readability/comment-1474306861206.yml",
    "content": "message: Test message\nname: Artur\nemail: 1cbebf1e64617de54d7858ffc6d96935\nurl: ''\nhidden: ''\ndate: '2016-09-19T17:41:00.416Z'\n"
  },
  {
    "path": "docs/_data/comments/layout-header-image-text-readability/comment-1479253931238.yml",
    "content": "message: 'Cool, now how do I make a splash page my default home page?'\nname: Brett\nemail: 374ca0d969bee21fb740b11da4182306\nurl: ''\nhidden: ''\ndate: '2016-11-15T23:52:10.556Z'\n"
  },
  {
    "path": "docs/_data/comments/layout-header-image-text-readability/comment-1479265677846.yml",
    "content": "message: \"Simple. Save it in your site root folder as `index.md` or you can also save it in `_pages` folder with whatever name you want and set `permalink: /` in its YAML Front Matter.\\r\\n\\r\\nIf you want to see an example check [`_pages/home.md`](https://github.com/mmistakes/minimal-mistakes/blob/master/docs/_pages/home.md) used for this demo site.\"\nname: Michael Rose\nemail: 1ce71bc10b86565464b612093d89707e\nurl: 'https://mademistakes.com'\nhidden: ''\ndate: '2016-11-16T03:07:57.173Z'\n"
  },
  {
    "path": "docs/_data/comments/layout-header-overlay-image/comment-1512840683260.yml",
    "content": "_id: c6489fc0-dd06-11e7-be15-a3469e549c00\nmessage: >-\n  Have you think about adding an \"height\"-limit feature to the tos, allowing\n  users to use very heigh images, and not struggling with custom CSS and\n  classes?:-)\nname: Tobias Nordahl Kristensen\nemail: 86a84379052b26c55c912dc27ddd8647\nurl: ''\nhidden: ''\ndate: '2017-12-09T17:31:23.259Z'\n"
  },
  {
    "path": "docs/_data/comments/layout-header-overlay-image/comment-1513110608614.yml",
    "content": "_id: 3db51ae0-df7b-11e7-8cc2-7d7640aa7c35\nmessage: >-\n  Sorry for the noob question but what is the proper way to increase the image\n  containers height?\nname: Marc\nemail: 23569aaeded782b63941771dc067ca28\nurl: ''\nhidden: ''\ndate: '2017-12-12T20:30:08.613Z'\ntimestamp: 1513110608\n"
  },
  {
    "path": "docs/_data/comments/layout-header-overlay-image/comment-1513111329875.yml",
    "content": "_id: ec74b620-df7c-11e7-8cc2-7d7640aa7c35\nmessage: \"@Marc - you can set a height via CSS on `.page__hero--overlay`. It currently stretches to fit the text content inside of it, but if you want to make it taller just add something like `height: 500px;`.\\r\\n\\r\\nThis styling is in [`_sass/_page.scss`](https://github.com/mmistakes/minimal-mistakes/blob/4.8.0/_sass/minimal-mistakes/_page.scss#L136-L147).\\r\\n\\r\\nFor further context check [issue #542](https://github.com/mmistakes/minimal-mistakes/issues/542) on GitHub... probably a better place to ask/leave questions than the comments here.\"\nname: Michael Rose\nemail: 1ce71bc10b86565464b612093d89707e\nurl: 'https://mademistakes.com'\nhidden: ''\ndate: '2017-12-12T20:42:09.874Z'\ntimestamp: 1513111329\n"
  },
  {
    "path": "docs/_data/comments/layout-header-overlay-image/comment-1513111563922.yml",
    "content": "_id: 77e56d80-df7d-11e7-8cc2-7d7640aa7c35\nmessage: \"@Tobias - No, I have not thought about that. In general I'm not a fan of setting max-heights or widths as they fall apart in a responsive world. What might be 500px high on desktop could be smaller or larger on mobile (and everywhere in between).\\r\\n\\r\\nJavaScript could probably be used to determine some of that, but in this case I don't really see the benefit by adding more complexity.\"\nname: Michael Rose\nemail: 1ce71bc10b86565464b612093d89707e\nurl: 'https://mademistakes.com'\nhidden: ''\ndate: '2017-12-12T20:46:03.921Z'\ntimestamp: 1513111563\n"
  },
  {
    "path": "docs/_data/comments/layout-related-posts/comment-1500183131535.yml",
    "content": "_id: 1dda62b0-69e8-11e7-8901-815fa61174ff\nmessage: I don't see any related posts here.\nname: Harry\nemail: 58dfe5ef6aaf9bf9af5a0b17b52e6168\nurl: 'http://www.deepfriedbrainproject.com'\nhidden: ''\ndate: '2017-07-16T05:32:11.534Z'\n"
  },
  {
    "path": "docs/_data/comments/layout-related-posts/comment-1500214974083.yml",
    "content": "_id: 417a69a0-6a32-11e7-8901-815fa61174ff\nmessage: >-\n  @Harry It's a bug in how Jekyll handles related posts. See this [pull request\n  on GitHub](https://github.com/mmistakes/minimal-mistakes/pull/978) for the\n  fix. I haven't merged it yet for a variety of reasons.\nname: Michael Rose\nemail: 1ce71bc10b86565464b612093d89707e\nurl: 'https://mademistakes.com'\nhidden: ''\ndate: '2017-07-16T14:22:54.082Z'\n"
  },
  {
    "path": "docs/_data/comments/layout-sidebar-custom/comment-1519247076880.yml",
    "content": "_id: d262cff0-174a-11e8-b61b-7b344215416b\nmessage: \"Hey. I'm a newbie to github pages and jekyll, but I am liking the setup and loving your theme!\\r\\n\\r\\nI have an image that I want to add to the sidebar, but it is a little bit too big. Is there some way I can resize the image in the sidebar YAML Front Matter without needing another copy of it in github? I know I could resize it myself if I was adding it to the body of the text, but I can't find a way to do it in the YAML Front Matter.\\r\\nThx\"\nname: Brynjar Smári\nemail: 07e1d805e3e0472d0d7762ac8f7b2496\nurl: 'https://binnisb.github.io'\nhidden: ''\ndate: '2018-02-21T21:04:36.879Z'\napproved: false\ntitle: Comment\n"
  },
  {
    "path": "docs/_data/comments/layout-sidebar-custom/comment-1519247290410.yml",
    "content": "_id: 51aa9540-174b-11e8-b61b-7b344215416b\nmessage: \"No there isn't a native way of doing this. The theme and Jekyll core have no ability to transform your assets.\\r\\n\\r\\nYou'll need to manually do it, use a task runner like Gulp or Grunt, or a Jekyll plugin to resize the image for you.\"\nname: Michael Rose\nemail: 1ce71bc10b86565464b612093d89707e\nurl: 'https://mademistakes.com'\nhidden: ''\ndate: '2018-02-21T21:08:10.409Z'\napproved: false\ntitle: Comment\n"
  },
  {
    "path": "docs/_data/comments/layout-sidebar-custom/comment-1520748170396.yml",
    "content": "_id: d3bbd220-24f1-11e8-af65-d13c8029700e\nmessage: \"Hello Rose,\\r\\nCan you please add a feature for adding a custom sidebar on right hand side or let me know if it already exits or how can I implement it ? \\r\\nThanks\"\nname: Vipin Kumar\nemail: eeafc03a07852a239754fb68cca903b3\nurl: ''\nhidden: ''\ndate: '2018-03-11T06:02:50.395Z'\n"
  },
  {
    "path": "docs/_data/comments/layout-sidebar-nav-list/comment-1492811460488.yml",
    "content": "_id: 9b722860-26dc-11e7-ba90-7b0064600583\nmessage: >-\n  Is there a way to have a sidebar link jump to a particular part of the current\n  page? I have a long post that I want to let a viewer jump to different parts\n  without creating separate pages.\nname: Josh\nemail: b1d267b408432e054759f6b16d4ff24b\nurl: 'https://stregerdev.github.io'\nhidden: ''\ndate: '2017-04-21T21:51:00.487Z'\n"
  },
  {
    "path": "docs/_data/comments/layout-sidebar-nav-list/comment-1492812977693.yml",
    "content": "_id: 23c51da0-26e0-11e7-ba90-7b0064600583\nmessage: \"@Josh Kramdown auto creates id's on all of your page headlines in a post which you could use for this purpose. If you look at the source on [this page](https://mmistakes.github.io/minimal-mistakes/markup/markup-html-tags-and-formatting/) you'll see what I mean. For example the first heading named **Header one**:\\r\\n\\r\\n```html\\r\\n<h1 id=\\\"header-one\\\">Header one</h1>\\r\\n```\\r\\n\\r\\nIf you added `url: \\\"#header-one\\\"` to your sidebar nav YAML it would jump to that anchor because of what is set on the `id` attribute.\\r\\n\\r\\nYou can also insert your own anchors with `<a name=\\\"whatever-you-want\\\">` and target the same way... `#whatever-you-want`.\\r\\n\\r\\nThere's also several JavaScript solutions out there to things like this too.\"\nname: Michael Rose\nemail: 1ce71bc10b86565464b612093d89707e\nurl: 'https://mademistakes.com'\nhidden: ''\ndate: '2017-04-21T22:16:17.691Z'\n"
  },
  {
    "path": "docs/_data/comments/layout-table-of-contents-post/comment-1512118683486.yml",
    "content": "_id: bc6cbcd0-d675-11e7-920e-d53b2bdd726d\nmessage: >-\n  it would be nice if the table of content was sticky so it scrolls down with\n  the user to ease navigation\nname: jean\nemail: c569662e2d1490cd1d090450d8b5babc\nurl: ''\nhidden: ''\ndate: '2017-12-01T08:58:03.485Z'\n"
  },
  {
    "path": "docs/_data/comments/layout-table-of-contents-post/comment-1520683848241.yml",
    "content": "_id: 10db9fa0-245c-11e8-8f62-99e42cdc233b\nmessage: >-\n  +1 to jean. If only we can have toc in sidebar navigation so it sticks to the\n  page end.\nname: Albus\nemail: b2162ec2c865decb4c337acee7694a4c\nurl: ''\nhidden: ''\ndate: '2018-03-10T12:10:48.240Z'\n"
  },
  {
    "path": "docs/_data/comments/layout-table-of-contents-post/comment-1527082094887.yml",
    "content": "_id: 254049d0-5e8d-11e8-bff3-cf20643057a6\nmessage: \"+1 to jean. \\r\\nFurthermore, for posts with no table to contents, it would be great to have a \\\"sticky\\\" post-specific sidebar with CTAs (like different 'shares' for the post - Twitter, Linkedin, FB, etc., #comments, post categories, post tags and subscribe - RSS, newsletter). \\r\\nHere is an example of such sidebar, despite non-sticky: https://www.feld.com/archives/2018/05/misty-ii-teardown.html\\r\\nAnd here is another example (with less CTAs, and also non-sticky): https://www.gatesnotes.com/Books/Leonardo-da-Vinci\"\nname: Mora\nemail: aead23df2f7cf50789a29b3d9b5a6d5f\nurl: ''\nhidden: ''\ndate: '2018-05-23T13:28:14.886Z'\ntimestamp: 1527082094\ntags:\n  - comment-subscription\n"
  },
  {
    "path": "docs/_data/comments/layout-table-of-contents-post/comment-1527500055863.yml",
    "content": "_id: 497911d0-625a-11e8-afe5-3feaa7bb1d43\nmessage: >-\n  Making a sticky TOC sidebar is quite easy. I have made a separate [blog\n  post](https://shaharkadmiel.github.io/Sticky-TOC-Sidebar/) about it.\nname: Shahar Shani-Kadmiel\nemail: 2dd06215bf688e5bacc62f90b15105fc\nurl: 'https://shaharkadmiel.github.io'\nhidden: ''\ndate: '2018-05-28T09:34:15.862Z'\n"
  },
  {
    "path": "docs/_data/comments/layout-table-of-contents-post/comment-1527690060032.yml",
    "content": "_id: acc930b0-6414-11e8-85f3-dd0128460d26\nmessage: >-\n  Shahars's sticky sidebar is great on firefox, but doesn't work on Safari. I\n  haven't tested other browsers.\nname: Matthew Dorey\nemail: 69b0700825ff5bf5df1d9d2d6582cc5e\nurl: 'https://mattischrome.com'\nhidden: ''\ndate: '2018-05-30T14:21:00.032Z'\ntags: []\ntimestamp: 1527690060\n"
  },
  {
    "path": "docs/_data/comments/layout-table-of-contents-post/comment-1527690281769.yml",
    "content": "_id: 30e73630-6415-11e8-85f3-dd0128460d26\nmessage: \"@Matthew - that's likely due to vendor prefixes missing from the CSS. `position: sticky` isn't enough for webkit browsers like Safari.\\r\\n\\r\\n```css\\r\\nposition: sticky;\\r\\nposition: -webkit-sticky;\\r\\nposition: -moz-sticky;\\r\\nposition: -ms-sticky;\\r\\nposition: -o-sticky;\\r\\n```\"\nname: Michael Rose\nemail: 1ce71bc10b86565464b612093d89707e\nurl: 'https://mademistakes.com'\nhidden: ''\ndate: '2018-05-30T14:24:41.768Z'\ntags: []\ntimestamp: 1527690281\n"
  },
  {
    "path": "docs/_data/comments/layout-table-of-contents-post/comment-1540422628114.yml",
    "content": "_id: feba5d40-d7e1-11e8-a9f1-05b1ca7b5c0d\nmessage: >-\n  @Shahar not sure if this was added later but you can define toc_sticky: true\n  in the yaml.\nname: Jair G\nemail: a39a2b0f5ac5fe0ebd38ac9950ab81b8\nurl: ''\nhidden: ''\ndate: '2018-10-24T23:10:28.113Z'\n"
  },
  {
    "path": "docs/_data/comments/markup-image-alignment/comment-1534823211504.yml",
    "content": "_id: d66726e0-a4f4-11e8-9f86-137f5085ada7\nmessage: \"Hey man,\\r\\nI still feel I haven't conquered the usage of your site at times :D \\r\\nYou have pretty examples here, but is there a better way to see how they are implemented than to look it up on github?\"\nname: Richard Rich Steinmetz\nemail: c9b21f5e950c2a1f44b82b3be25c0a22\nurl: 'http://datagoodie.com'\nhidden: ''\ndate: '2018-08-21T03:46:51.504Z'\n"
  },
  {
    "path": "docs/_data/comments/markup-more-images/comment-1472040323579.yml",
    "content": "message: test\nname: test\nemail: 01540d5a1cdb4d03edb23805df684762\nurl: ''\nhidden: ''\ndate: '2016-08-24T12:05:22.844Z'\n"
  },
  {
    "path": "docs/_data/comments/markup-more-images/comment-1472146638519.yml",
    "content": "message: test\nname: ppmeng\nemail: b9c981f67166172c8804b5f9066a404a\nurl: ''\nhidden: ''\ndate: '2016-08-25T17:37:17.780Z'\n"
  },
  {
    "path": "docs/_data/comments/markup-syntax-highlighting/comment-1470969665387.yml",
    "content": "message: \"Here's a test comment with a Markdown code block:\\r\\n\\r\\n```scss\\r\\nh1, h2, h3, h4, h5, h6 {\\r\\n  margin: 2em 0 0.5em;\\r\\n  line-height: 1.2;\\r\\n  font-family: $header-font-family;\\r\\n  font-weight: bold;\\r\\n}\\r\\n```\"\nname: Michael Rose\nemail: 1ce71bc10b86565464b612093d89707e\nurl: 'https://mademistakes.com'\nhidden: ''\ndate: '2016-08-12T02:41:04.706Z'\n"
  },
  {
    "path": "docs/_data/comments/markup-syntax-highlighting/comment-1478928407894.yml",
    "content": "message: Is there a way to add custom syntax?\nname: Anbu\nemail: 559d2c680d83bc6246b4483a8d9ad7fa\nurl: ''\nhidden: ''\ndate: '2016-11-12T05:26:47.184Z'\n"
  },
  {
    "path": "docs/_data/comments/markup-syntax-highlighting/comment-1487758246637.yml",
    "content": "_id: 2d426a80-f8e7-11e6-9b83-8d0f1ec5628f\nmessage: >-\n  It would be great to be able to easily switch between light and dark\n  highlighting.\nname: looeee\nemail: 08df1cce15065b1b2547889573b76414\nurl: ''\nhidden: ''\ndate: '2017-02-22T10:10:46.636Z'\n"
  },
  {
    "path": "docs/_data/comments/markup-syntax-highlighting/comment-1505403032256.yml",
    "content": "_id: a5095860-9961-11e7-be3c-b52cab09c6a8\nmessage: The code blocks look lovely ! Is there a way to use dark theme ?\nname: Kanha\nemail: 266c737250ef78d52dee3db901ea9e1d\nurl: ''\nhidden: ''\ndate: '2017-09-14T15:30:32.254Z'\ntimestamp: 1505403032\n"
  },
  {
    "path": "docs/_data/comments/markup-syntax-highlighting/comment-1505403241808.yml",
    "content": "_id: 21f79d50-9962-11e7-be3c-b52cab09c6a8\nmessage: \"@Kanha - the theme includes skins now and there is a \\\"dark\\\" version you can use.\\r\\n\\r\\n<https://mmistakes.github.io/minimal-mistakes/docs/configuration/#dark-skin-dark>\"\nname: Michael Rose\nemail: 1ce71bc10b86565464b612093d89707e\nurl: 'https://mademistakes.com'\nhidden: ''\ndate: '2017-09-14T15:34:01.807Z'\ntimestamp: 1505403241\n"
  },
  {
    "path": "docs/_data/comments/markup-syntax-highlighting/comment-1514836962551.yml",
    "content": "_id: b9622300-ef2e-11e7-8e1a-f72b5c3fcf79\nmessage: >-\n  I'm planning to switch to your theme soon. Is it possible to impose some kind\n  of maximum-height constraint to fenced code blocks? If I'm posting 200 lines\n  of code, I'd rather have something like 20 or 30 lines visible with a\n  scrollbar...\nname: MV10\nemail: ae371690b3859dd1515ccf3e9ddc2ec8\nurl: ''\nhidden: ''\ndate: '2018-01-01T20:02:42.550Z'\n"
  },
  {
    "path": "docs/_data/comments/post-future-date/comment-1472064560364.yml",
    "content": "message: mm\nname: mm\nemail: 9d0057d30e7a5e44f6378ea2c9c11f5d\nurl: ''\nhidden: ''\ndate: '2016-08-24T18:49:19.649Z'\n"
  },
  {
    "path": "docs/_data/comments/post-future-date/comment-1472786137736.yml",
    "content": "message: This is a tst\nname: GnCavalry\nemail: 5669e6e45ccab46a7384a8c8ab88edd2\nurl: ''\nhidden: ''\ndate: '2016-09-02T03:15:37.068Z'\n"
  },
  {
    "path": "docs/_data/comments/post-gallery/comment-1500055247314.yml",
    "content": "_id: 5cbffb50-68be-11e7-89b4-79fbd5ed8e2b\nmessage: >-\n  Can you explain how can I add\n  this(https://github.com/sachinchoolur/lightGallery) gallery to your theme ?\nname: Albus\nemail: 73823e210b38f5b5fd2d6fba1970fed0\nurl: ''\nhidden: ''\ndate: '2017-07-14T18:00:47.312Z'\n"
  },
  {
    "path": "docs/_data/comments/post-gallery/comment-1500056210776.yml",
    "content": "_id: 9b21c2a0-68c0-11e7-89b4-79fbd5ed8e2b\nmessage: \"@Albus - To start I would follow that repo's instructions. It should be as simple as adding they're JavaScript as instructed. I haven't used that lightbox gallery so don't have experience with it.\\r\\n\\r\\nMM ships with [MagnificPopup's lightbox gallery](http://dimsemenov.com/plugins/magnific-popup/) so you might have to rip that out to use lightGallery.\"\nname: Michael Rose\nemail: 1ce71bc10b86565464b612093d89707e\nurl: 'https://mademistakes.com'\nhidden: ''\ndate: '2017-07-14T18:16:50.776Z'\n"
  },
  {
    "path": "docs/_data/comments/post-modified/comment-1497284119888.yml",
    "content": "_id: 54171710-4f8a-11e7-8049-afd01bcce0e9\nmessage: \"When I initially commented I appear to have clicked \\r\\nthe -Notify me when new comments are added- checkbox and now each time a comment is added I recieve \\r\\n4 emails with the same comment. Perhaps there \\r\\nis a way you are able to remove me from that service? Thank you!\"\nname: Valentina\nemail: 67028d1b5ddbe6a540aadbd93816c4b4\nurl: ''\nhidden: ''\ndate: '2017-06-12T16:15:19.871Z'\n"
  },
  {
    "path": "docs/_data/comments/post-modified/comment-1497284892766.yml",
    "content": "_id: 20cd7140-4f8c-11e7-8049-afd01bcce0e9\nmessage: \"@Valentina - Perhaps you're thinking of another site? There is no \\\"notify me when new comments are added\\\" checkbox.\\r\\n\\r\\nThat said I'm pretty sure there is an unsubscribe link in those emails you can click on to remove your email.\"\nname: Michael Rose\nemail: 1ce71bc10b86565464b612093d89707e\nurl: 'https://mademistakes.com'\nhidden: ''\ndate: '2017-06-12T16:28:12.765Z'\n"
  },
  {
    "path": "docs/_data/comments/post-modified/comment-1520673777110.yml",
    "content": "_id: 9dff9930-2444-11e8-8f62-99e42cdc233b\nmessage: Lol thank you\nname: Casimiro Corrales\nemail: fe98e599bd24fb12fd2f42bb6d77d3a8\nurl: ''\nhidden: ''\ndate: '2018-03-10T09:22:57.110Z'\n"
  },
  {
    "path": "docs/_data/comments/post-video-youtube/comment-1506623182288.yml",
    "content": "_id: 87276200-a47a-11e7-adb3-e700074bdbd8\nmessage: \"Thanks for an awesome theme. I've really enjoyed getting to use it.\\r\\n\\r\\nI'm not sure if this is the right place to ask but I'm trying to get a magnific popup working for a youtube iframe.\\r\\n\\r\\nNeither the [magnific  youtube popup](http://dimsemenov.com/plugins/magnific-popup/) example nor the [code pen example](https://codepen.io/dimsemenov/pen/zjtbr) work for me.\\r\\n\\r\\nI added them directly to a markdown page with the javascript wrapped in script tags.\\r\\n\\r\\nI've tried adding the javascript as a file using head_scripts too.\\r\\n\\r\\nAny help much appreciated!\"\nname: siva\nemail: 3a5235fe982bc1289695aa54e7274b51\nurl: 'https://www.spiraltaiji.com'\nhidden: ''\ndate: '2017-09-28T18:26:22.283Z'\n"
  },
  {
    "path": "docs/_data/comments/post-video-youtube/comment-1506623710918.yml",
    "content": "_id: c23d9d40-a47b-11e7-adb3-e700074bdbd8\nmessage: \"@siva - I suspect if you open your web browser's web development tools and take a look at the console you'll see some script errors.\\r\\n\\r\\njQuery and the Magnific Popup scripts are loaded at the bottom of every page right before the [closing `</body>` tag](https://github.com/mmistakes/minimal-mistakes/blob/master/_layouts/default.html#L31). You're trying to configure MP in your post which is before the core scripts have a chance to load.\\r\\n\\r\\nYou'll need to add your custom scripts after those. Couple of ways you can do that depending on how you're using the theme.\\r\\n\\r\\n1. Edit `_layouts/default.html` and place after the scripts.html include.\\r\\n2. Edit [`_includes/scripts.html`](https://github.com/mmistakes/minimal-mistakes/blob/master/_includes/scripts.html) and place after all scripts.\\r\\n3. Use the new [`footer_scripts` config](https://mmistakes.github.io/minimal-mistakes/docs/javascript/) to add your own custom script.\"\nname: Michael Rose\nemail: 1ce71bc10b86565464b612093d89707e\nurl: 'https://mademistakes.com'\nhidden: ''\ndate: '2017-09-28T18:35:10.917Z'\n"
  },
  {
    "path": "docs/_data/comments/post-video-youtube/comment-1506632190623.yml",
    "content": "_id: 80879fe0-a48f-11e7-988c-0da33b08c6af\nmessage: \"@michael - I went with option 3, adding main.min.js and then my own file to config.yml. Don't know much about javascript, but I've learnt a little now.\\r\\n\\r\\nThanks for the quick and detailed response.\"\nname: siva\nemail: 3a5235fe982bc1289695aa54e7274b51\nurl: 'https://www.spiraltaiji.com'\nhidden: ''\ndate: '2017-09-28T20:56:30.614Z'\n"
  },
  {
    "path": "docs/_data/comments/welcome-to-jekyll/comment-1470942205700.yml",
    "content": "message: \"This is a test comment with some **Markdown** sprinkled about for *testing purposes*.\\r\\n\\r\\n### Subheading in a comment? Madness!\\r\\n\\r\\nNam et risus nec ipsum efficitur facilisis. Aenean tincidunt dapibus odio, eget rutrum urna lacinia non. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.\"\nname: Michael Rose\nemail: 1ce71bc10b86565464b612093d89707e\nurl: 'https://mademistakes.com'\nhidden: ''\ndate: '2016-08-11T19:03:24.929Z'\n"
  },
  {
    "path": "docs/_data/comments/welcome-to-jekyll/comment-1470942247755.yml",
    "content": "message: '\"How much wood would a woodchuck chuck if a woodchuck could chuck wood?\"'\nname: Jackalope\nemail: cba827e665ae179e1d1ae007a6c3c1ab\nurl: ''\nhidden: ''\ndate: '2016-08-11T19:04:06.958Z'\n"
  },
  {
    "path": "docs/_data/comments/welcome-to-jekyll/comment-1470942265819.yml",
    "content": "message: '\"How much wood would a woodchuck chuck if a woodchuck could chuck wood?\"'\nname: Jackalope Duplicate\nemail: cba827e665ae179e1d1ae007a6c3c1ab\nurl: ''\nhidden: ''\ndate: '2016-08-11T19:04:25.085Z'\n"
  },
  {
    "path": "docs/_data/comments/welcome-to-jekyll/comment-1470942493518.yml",
    "content": "message: \"Images can be added to a comment using Markdown like this\\r\\n\\r\\n```markdown\\r\\n![Bill Murray](http://www.fillmurray.com/600/400)\\r\\n```\\r\\n![Bill Murray](http://www.fillmurray.com/600/400)\"\nname: Michael Rose\nemail: 1ce71bc10b86565464b612093d89707e\nurl: 'https://mademistakes.com'\nhidden: ''\ndate: '2016-08-11T19:08:12.789Z'\n"
  },
  {
    "path": "docs/_data/comments/welcome-to-jekyll/comment-1471823346931.yml",
    "content": "message: 'Wow, this is awesome'\nname: kkangshawn\nemail: db92190b2ee6118786fd1f25dceb448c\nurl: ''\nhidden: ''\ndate: '2016-08-21T23:49:06.270Z'\n"
  },
  {
    "path": "docs/_data/comments/welcome-to-jekyll/comment-1471834988411.yml",
    "content": "message: Test\nname: Test\nemail: b642b4217b34b1e8d3bd915fc65c4452\nurl: ''\nhidden: ''\ndate: '2016-08-22T03:03:07.694Z'\n"
  },
  {
    "path": "docs/_data/comments/welcome-to-jekyll/comment-1472786599470.yml",
    "content": "message: This is a test\nname: TestName\nemail: 97dfebf4098c0f5c16bca61e2b76c373\nurl: ''\nhidden: ''\ndate: '2016-09-02T03:23:18.756Z'\n"
  },
  {
    "path": "docs/_data/comments/welcome-to-jekyll/comment-1474328950155.yml",
    "content": "message: just testing as well\nname: js\nemail: f349d4bc6fa472971f68bcccc04337f9\nurl: ''\nhidden: ''\ndate: '2016-09-19T23:49:09.452Z'\n"
  },
  {
    "path": "docs/_data/comments/welcome-to-jekyll/comment-1500505983331.yml",
    "content": "_id: d073fc00-6cd7-11e7-a639-bb0964fd6b0b\nmessage: 'Another test comment here :)'\nname: Bob Whitelock\nemail: 38d95e43292a76cbefab8f8a823df64f\nurl: 'http://www.bobwhitelock.co.uk'\nhidden: ''\ndate: '2017-07-19T23:13:03.331Z'\n"
  },
  {
    "path": "docs/_data/comments/welcome-to-jekyll/comment-1507141538771.yml",
    "content": "_id: 6b96b520-a931-11e7-9a7d-c99de06bb99b\nmessage: >-\n  Testing out leaving a comment with the new Staticman v2 endpoint and reCAPTCHA\n  enabled.\nname: Michael Rose\nemail: 1ce71bc10b86565464b612093d89707e\nurl: 'https://mademistakes.com'\nhidden: ''\ndate: '2017-10-04T18:25:38.766Z'\n"
  },
  {
    "path": "docs/_data/comments/welcome-to-jekyll/comment-1529792272424.yml",
    "content": "_id: 44fe8b10-7733-11e8-a9b3-5b9ff79eceda\nmessage: \"Hey Michael,\\r\\nI was using your theme and found out that I cant use the collapsible markdown feature. Could you please let me know if there is any solution to this ? Eg code is below\\r\\n\\r\\n## collapsible markdown?\\r\\n\\r\\n<details><summary>CLICK ME</summary>\\r\\n<p>\\r\\n\\r\\n#### yes, even hidden code blocks!\\r\\n\\r\\n```python\\r\\nprint(\\\"hello world!\\\")\\r\\n```\\r\\n\\r\\n</p>\\r\\n</details>\"\nname: VIpin Kumar\nemail: eeafc03a07852a239754fb68cca903b3\nurl: ''\nhidden: ''\ndate: '2018-06-23T22:17:52.423Z'\n"
  },
  {
    "path": "docs/_data/comments/welcome-to-jekyll/comment-1529794012288.yml",
    "content": "_id: 5217d3c0-7737-11e8-a9b3-5b9ff79eceda\nmessage: >-\n  You're mixing Markdown inside of HTML elements, which is why it's not working.\n  Look at Kramdown's documentation as they have ways of enabling it I believe.\nname: Michael Rose\nemail: 1ce71bc10b86565464b612093d89707e\nurl: 'https://mademistakes.com'\nhidden: ''\ndate: '2018-06-23T22:46:52.287Z'\n"
  },
  {
    "path": "docs/_data/navigation.yml",
    "content": "# example navigation\nfoo:\n  - title: \"Parent Link 1\"\n    url: /parent-1-page-url/\n    children:\n      - title: \"Child Link 1\"\n        url: /child-1-page-url/\n      - title: \"Child Link 2\"\n        url: /child-2-page-url/\n  - title: \"Parent Link 2\"\n    url: /parent-2-page-url/\n    children:\n      - title: \"Child Link 1\"\n        url: /child-1-page-url/\n      - title: \"Child Link 2\"\n        url: /child-2-page-url/\n      - title: \"Child Link 3\"\n        url: /child-3-page-url/\n\n\n# main links\nmain:\n  - title: \"Quick-Start Guide\"\n    url: /docs/quick-start-guide/\n  - title: \"About\"\n    url: /about/\n  - title: \"Sample Posts\"\n    url: /year-archive/\n  - title: \"Sample Collections\"\n    url: /collection-archive/\n  - title: \"Terms &amp; Privacy Policy\"\n    url: /terms/\n\n\n# documentation links\ndocs:\n  - title: Getting Started\n    children:\n      - title: \"Quick-Start Guide\"\n        url: /docs/quick-start-guide/\n      - title: \"Structure\"\n        url: /docs/structure/\n      - title: \"Installation\"\n        url: /docs/installation/\n      - title: \"Upgrading\"\n        url: /docs/upgrading/\n  - title: Customization\n    children:\n      - title: \"Configuration\"\n        url: /docs/configuration/\n      - title: \"Overriding Theme Defaults\"\n        url: /docs/overriding-theme-defaults/\n      - title: \"Navigation\"\n        url: /docs/navigation/\n      - title: \"UI Text\"\n        url: /docs/ui-text/\n      - title: \"Authors\"\n        url: /docs/authors/\n      - title: \"Layouts\"\n        url: /docs/layouts/\n  - title: Content\n    children:\n      - title: \"Working with Posts\"\n        url: /docs/posts/\n      - title: \"Working with Pages\"\n        url: /docs/pages/\n      - title: \"Working with Collections\"\n        url: /docs/collections/\n      - title: \"Helpers\"\n        url: /docs/helpers/\n      - title: \"Utility Classes\"\n        url: /docs/utility-classes/\n  - title: Extras\n    children:\n      - title: \"Stylesheets\"\n        url: /docs/stylesheets/\n      - title: \"JavaScript\"\n        url: /docs/javascript/\n  - title: Meta\n    children:\n      - title: \"FAQ\"\n        url: /docs/faq/\n      - title: \"History\"\n        url: /docs/history/\n      - title: \"Contributing\"\n        url: /docs/contributing/\n      - title: \"Old 2.2 Docs\"\n        url: /docs/docs-2-2/\n      - title: \"License\"\n        url: /docs/license/\n      - title: \"Terms &amp; Privacy Policy\"\n        url: /terms/\n\n# sidebar navigation list sample\nsidebar-sample:\n  - title: \"Parent Page A\"\n    children:\n      - title: \"Child Page A1\"\n        url: /\n      - title: \"Child Page A2\"\n        url: /\n      - title: \"Child Page A3\"\n        url: /\n      - title: \"Child Page A4\"\n        url: /\n  - title: \"Parent Page B\"\n    children:\n      - title: \"Child Page B1\"\n        url: /\n      - title: \"Child Page B2\"\n        url: /\n      - title: \"Child Page B3\"\n        url: /\n      - title: \"Child Page B4\"\n        url: /\n      - title: \"Child Page B5\"\n        url: /\n  - title: \"Parent Page C\"\n    children:\n      - title: \"Child Page C1\"\n        url: /\n      - title: \"Child Page C2\"\n        url: /\n      - title: \"Child Page C3\"\n        url: /\n      - title: \"Child Page C4\"\n        url: /\n      - title: \"Child Page C5\"\n        url: /\n  - title: \"Parent Page D\"\n    children:\n      - title: \"Child Page D1\"\n        url: /\n      - title: \"Child Page D2\"\n        url: /\n"
  },
  {
    "path": "docs/_data/theme.yml",
    "content": "# for use with in-page templates\n---\nversion: 4.28.0\n"
  },
  {
    "path": "docs/_docs/01-quick-start-guide.md",
    "content": "---\ntitle: \"Quick-Start Guide\"\npermalink: /docs/quick-start-guide/\nexcerpt: \"How to quickly install and setup Minimal Mistakes for use with GitHub Pages.\"\nlast_modified_at: 2021-06-07T08:48:05-04:00\nredirect_from:\n  - /theme-setup/\ntoc: true\n---\n\nMinimal Mistakes has been developed as a [Gem-based theme](http://jekyllrb.com/docs/themes/) for easier use, and 100% compatible with GitHub Pages when used as a remote theme.\n\n**If you enjoy this theme, please consider [sponsoring me](https://github.com/sponsors/mmistakes) to continue developing and maintaining it.**\n\n[![\"Buy Me A Coffee\"](https://user-images.githubusercontent.com/1376749/120938564-50c59780-c6e1-11eb-814f-22a0399623c5.png)](https://www.buymeacoffee.com/mmistakes)\n\n[![Support via PayPal](https://cdn.jsdelivr.net/gh/twolfson/paypal-github-button@1.0.0/dist/button.svg)](https://www.paypal.me/mmistakes)\n{: style=\"margin-top: 0.5em;\"}\n\n## Installing the theme\n\nIf you're running Jekyll v3.7+ and self-hosting you can quickly install the theme as a Ruby gem.\n\n[^structure]: See [**Structure** page]({{ \"/docs/structure/\" | relative_url }}) for a list of theme files and what they do.\n\n**ProTip:** Be sure to remove `/docs` and `/test` if you forked Minimal Mistakes. These folders contain documentation and test pages for the theme and you probably don't want them littering up your repo.\n{: .notice--info}\n\n**Note:** The theme uses the [jekyll-include-cache](https://github.com/benbalter/jekyll-include-cache) plugin which will need to be installed in your `Gemfile` and added to the `plugins` array of `_config.yml`. Otherwise you'll throw `Unknown tag 'include_cached'` errors at build.\n{: .notice--warning}\n\n### Gem-based method\n\nWith Gem-based themes, directories such as the `assets`, `_layouts`, `_includes`, and `_sass` are stored in the theme’s gem, hidden from your immediate view. This allows for easier installation and updating as you don't have to manage any of the theme files. \n\nTo install as a Gem-based theme:\n\n1. Add the following to your `Gemfile`:\n\n   ```ruby\n   gem \"minimal-mistakes-jekyll\"\n   ```\n\n2. Fetch and update bundled gems by running the following [Bundler](https://bundler.io/) command:\n\n   ```bash\n   bundle\n   ```\n\n3. Set the `theme` in your project's Jekyll `_config.yml` file:\n\n   ```yaml\n   theme: minimal-mistakes-jekyll\n   ```\n\nTo update the theme run `bundle update`.\n\n### Remote theme method\n\nRemote themes are similar to Gem-based themes, but do not require `Gemfile` changes or whitelisting making them ideal for sites hosted with GitHub Pages.\n\nTo install as a remote theme:\n\n1. Create/replace the contents of your `Gemfile` with the following:\n\n   ```ruby\n   source \"https://rubygems.org\"\n\n   gem \"github-pages\", group: :jekyll_plugins\n   gem \"jekyll-include-cache\", group: :jekyll_plugins\n   ```\n\n2. Add `jekyll-include-cache` to the `plugins` array of your `_config.yml`.\n\n3. Fetch and update bundled gems by running the following [Bundler](https://bundler.io/) command:\n\n   ```bash\n   bundle\n   ```\n\n4. Add `remote_theme: \"mmistakes/minimal-mistakes@{{ site.data.theme.version }}\"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry.\n\nYou may also optionally specify a branch, [tag](https://github.com/mmistakes/minimal-mistakes/tags), or commit to use by appending an @ and the Git ref (e.g., `mmistakes/minimal-mistakes@4.9.0` or `mmistakes/minimal-mistakes@bbf3cbc5fd64a3e1885f3f99eb90ba92af84063d`). This is useful when rolling back to older versions of the theme. If you don't specify a Git ref, the latest on `master` will be used.\n\n**Looking for an example?** Use the [Minimal Mistakes remote theme starter](https://github.com/mmistakes/mm-github-pages-starter/generate) for the quickest method of getting a GitHub Pages hosted site up and running. Generate a new repository from the starter, replace sample content with your own, and configure as needed.\n{: .notice--info}\n\n---\n\n**Note:** Your Jekyll site should be viewable immediately at <http://USERNAME.github.io>. If it's not, you can force a rebuild by **Customizing Your Site** (see below for more details).\n{: .notice--warning}\n\nIf 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/).\n\n<figure>\n  <img src=\"{{ '/assets/images/mm-gh-pages.gif' | relative_url }}\" alt=\"creating a new branch on GitHub\">\n</figure>\n\nYou can also install the theme by copying all of the theme files[^structure] into your project.\n\nTo do so fork the [Minimal Mistakes theme](https://github.com/mmistakes/minimal-mistakes/fork), then rename the repo to **USERNAME.github.io** --- replacing **USERNAME** with your GitHub username.\n\n<figure>\n  <img src=\"{{ '/assets/images/mm-theme-fork-repo.png' | relative_url }}\" alt=\"fork Minimal Mistakes\">\n</figure>\n\n**GitHub Pages Alternatives:** Looking to host your site for free and install/update the theme painlessly? [Netlify][netlify-jekyll], [GitLab Pages][gitlab-jekyll], and [Continuous Integration (CI) services][ci-jekyll] have you covered. In most cases all you need to do is connect your repository to them, create a simple configuration file, and install the theme following the [Ruby Gem Method](#ruby-gem-method) above.\n{: .notice--info}\n\n[netlify-jekyll]: https://www.netlify.com/blog/2015/10/28/a-step-by-step-guide-jekyll-3.0-on-netlify/\n[gitlab-jekyll]: https://about.gitlab.com/2016/04/07/gitlab-pages-setup/\n[ci-jekyll]: https://jekyllrb.com/docs/deployment/automated/#continuous-integration-service\n\n### Remove the Unnecessary\n\nIf you forked or downloaded the `minimal-mistakes-jekyll` repo you can safely remove the following folders and files:\n\n- `.editorconfig`\n- `.gitattributes`\n- `.github`\n- `/docs`\n- `/test`\n- `CHANGELOG.md`\n- `minimal-mistakes-jekyll.gemspec`\n- `README.md`\n- `screenshot-layouts.png`\n- `screenshot.png`\n\n**Note:** If forking the theme be sure to update `Gemfile` as well. The one found at the root of the project is for building the theme's Ruby gem and is missing dependencies. To properly setup a [`Gemfile`](https://github.com/mmistakes/minimal-mistakes/blob/master/docs/Gemfile) with the theme, consult the \"[Install Dependencies](https://mmistakes.github.io/minimal-mistakes/docs/installation/#install-dependencies)\" section.\n{: .notice--warning}\n\n## Setup Your Site\n\nDepending on the path you took installing Minimal Mistakes you'll setup things a little differently.\n\n**ProTip:** The source code and content files for this site can be found in the [`/docs` folder](https://github.com/mmistakes/minimal-mistakes/tree/master/docs) if you want to copy or learn from them.\n{: .notice--info}\n\n### Starting Fresh\n\nStarting with an empty folder and `Gemfile` you'll need to copy or re-create this [default `_config.yml`](https://github.com/mmistakes/minimal-mistakes/blob/master/_config.yml) file. For a full explanation of every setting be sure to read the [**Configuration**]({{ \"/docs/configuration/\" | relative_url }}) section.\n\nFrom `v4.5.0` onwards, Minimal Mistakes theme-gem comes bundled with the necessary data files for localization.\nThey will be picked up automatically if you have the [`jekyll-data`](https://github.com/ashmaroli/jekyll-data) plugin installed.\nIf you're hosting on GitHub Pages, you can copy the [`_data/ui-text.yml`][ui-text.yml] file into your repository for the localization feature to work.\n\nYou'll need to create and edit these data files to customize them:\n\n- [`_data/ui-text.yml`][ui-text.yml] - UI text [documentation]({{ \"/docs/ui-text/\" | relative_url }})\n- [`_data/navigation.yml`][navigation.yml] - navigation [documentation]({{ \"/docs/navigation/\" | relative_url }})\n\n  [ui-text.yml]: https://github.com/mmistakes/minimal-mistakes/blob/master/_data/ui-text.yml\n  [navigation.yml]: https://github.com/mmistakes/minimal-mistakes/blob/master/_data/navigation.yml\n\n### Starting from `jekyll new`\n\nScaffolding out a site with the `jekyll new` command requires you to modify a few files that it creates.\n\nEdit `_config.yml`. Then:\n\n- Replace `<site root>/index.md` with a modified [Minimal Mistakes `index.html`](https://github.com/mmistakes/minimal-mistakes/blob/master/index.html). Be sure to enable pagination if using the [`home` layout]({{ \"/docs/layouts/#home-page\" | relative_url }}) by adding the necessary lines to **_config.yml**.\n- Change `layout: post` in `_posts/0000-00-00-welcome-to-jekyll.markdown` to `layout: single`.\n- Remove `about.md`, or at the very least change `layout: page` to `layout: single` and remove references to `icon-github.html` (or [copy to your `_includes`](https://github.com/jekyll/minima/tree/master/_includes) if using it).\n\n### Migrating to Gem Version\n\nIf you're migrating a site already using Minimal Mistakes and haven't customized any of the theme files things upgrading will be easier for you.\n\nStart by removing the following folders and any files within them: \n\n```terminal\n├── _includes\n├── _layouts\n├── _sass\n├── assets\n|  ├── css\n|  ├── fonts\n|  └── js\n```\n\nYou won't need these anymore as they're bundled with the theme gem --- unless you intend to [override them](https://jekyllrb.com/docs/themes/#overriding-theme-defaults).\n\n**Note:** When clearing out the `assets` folder be sure to leave any files you've added and need. This includes images, CSS, or JavaScript that aren't already [bundled in the theme](https://github.com/mmistakes/minimal-mistakes/tree/master/assets). \n{: .notice--warning}\n\nFrom `v4.5.0` onwards, the default language files are read-in automatically via the [`jekyll-data`](https://github.com/ashmaroli/jekyll-data) plugin if it's installed. For sites hosted with GitHub Pages, you still need to copy the [`_data/ui-text.yml`][ui-text.yml] file because the `jekyll-data` plugin [is unsupported on GitHub Pages](https://docs.github.com/en/github/working-with-github-pages/about-github-pages-and-jekyll#plugins).\n\nIf you customized any of these files leave them alone, and only remove the untouched ones. If done correctly your modified versions should [override](https://jekyllrb.com/docs/themes/#overriding-theme-defaults) the versions bundled with the theme and be used by Jekyll instead.\n\n#### Update Gemfile\n\nReplace `gem \"github-pages` or `gem \"jekyll\"` with `gem \"jekyll\", \"~> 3.5\"`. You'll need the latest version of Jekyll[^update-jekyll] for Minimal Mistakes to work and load all of the theme's assets properly, this line forces Bundler to do that.\n\n[^update-jekyll]: You could also run `bundle update jekyll` to update Jekyll.\n\nAdd the Minimal Mistakes theme gem: \n\n```ruby\ngem \"minimal-mistakes-jekyll\"\n```\n\nWhen finished your `Gemfile` should look something like this:\n\n```ruby\nsource \"https://rubygems.org\"\n\ngem \"jekyll\", \"~> 3.7\"\ngem \"minimal-mistakes-jekyll\"\n```\n\nThen run `bundle update` and add `theme: minimal-mistakes-jekyll` to your `_config.yml`.\n\n**v4 Breaking Change:** Paths for image headers, overlays, teasers, [galleries]({{ \"/docs/helpers/#gallery\" | relative_url }}), and [feature rows]({{ \"/docs/helpers/#feature-row\" | relative_url }}) have changed and now require a full path. Instead of just `image: filename.jpg` you'll need to use the full path eg: `image: /assets/images/filename.jpg`. The preferred location is now `/assets/images/` but can be placed elsewhere or externally hosted. This applies to image references in `_config.yml` and `author.yml` as well.\n{: .notice--danger}\n\n---\n\nThat's it! If all goes well running `bundle exec jekyll serve` should spin-up your site.\n"
  },
  {
    "path": "docs/_docs/02-structure.md",
    "content": "---\ntitle: \"Structure\"\npermalink: /docs/structure/\nexcerpt: \"How the theme is organized and what all of the files are for.\"\nlast_modified_at: 2018-03-20T15:19:22-04:00\n---\n\nNothing 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.\n\n**Please note:** If you installed Minimal Mistakes via the Ruby Gem method, theme files like `_layouts`, `_includes`, `_sass`, and `/assets/` will be missing. This is normal as they are bundled with the [`minimal-mistakes-jekyll`](https://rubygems.org/gems/minimal-mistakes-jekyll) Ruby gem. If you would like to make changes, create the files and Jekyll will prefer your local copy.\n{: .notice--info}\n\n```bash\nminimal-mistakes\n├── _data                      # data files for customizing the theme\n|  ├── navigation.yml          # main navigation links\n|  └── ui-text.yml             # text used throughout the theme's UI\n├── _includes\n|  ├── analytics-providers     # snippets for analytics (Google, Swetrix, and custom)\n|  ├── comments-providers      # snippets for comments\n|  ├── footer\n|  |  └── custom.html          # custom snippets to add to site footer\n|  ├── head\n|  |  └── custom.html          # custom snippets to add to site head\n|  ├── feature_row             # feature row helper\n|  ├── gallery                 # image gallery helper\n|  ├── group-by-array          # group by array helper for archives\n|  ├── nav_list                # navigation list helper\n|  ├── toc                     # table of contents helper\n|  └── ...\n├── _layouts\n|  ├── archive-taxonomy.html   # tag/category archive for Jekyll Archives plugin\n|  ├── archive.html            # archive base\n|  ├── categories.html         # archive listing posts grouped by category\n|  ├── category.html           # archive listing posts grouped by specific category\n|  ├── collection.html         # archive listing documents in a specific collection\n|  ├── compress.html           # compresses HTML in pure Liquid\n|  ├── default.html            # base for all other layouts\n|  ├── home.html               # home page\n|  ├── posts.html              # archive listing posts grouped by year\n|  ├── search.html             # search page\n|  ├── single.html             # single document (post/page/etc)\n|  ├── tag.html                # archive listing posts grouped by specific tag\n|  ├── tags.html               # archive listing posts grouped by tags\n|  └── splash.html             # splash page\n├── _sass                      # SCSS partials\n├── assets\n|  ├── css\n|  |  └── main.scss            # main stylesheet, loads SCSS partials from _sass\n|  ├── images                  # image assets for posts/pages/collections/etc.\n|  ├── js\n|  |  ├── plugins              # jQuery plugins\n|  |  ├── vendor               # vendor scripts\n|  |  ├── _main.js             # plugin settings and other scripts to load after jQuery\n|  |  └── main.min.js          # optimized and concatenated script file loaded before </body>\n├── _config.yml                # site configuration\n├── Gemfile                    # gem file dependencies\n├── index.html                 # paginated home page showing recent posts\n└── package.json               # NPM build scripts\n```\n"
  },
  {
    "path": "docs/_docs/03-installation.md",
    "content": "---\ntitle: \"Installation\"\npermalink: /docs/installation/\nexcerpt: \"Instructions for installing the theme for new and existing Jekyll based sites.\"\nlast_modified_at: 2019-08-20T21:36:18-04:00\ntoc: true\n---\n\n## Install the theme\n\n**1.** For a **new site**, install the `minimal-mistakes-jekyll` gem, remote theme, or fork the Minimal Mistakes repo on GitHub following the steps outlined in the [*Quick-Start Guide*]({{ \"/docs/quick-start-guide/\" | relative_url }}).\n\nIf you plan to host with GitHub Pages be sure to properly setup [**jekyll-remote-theme**](https://github.com/benbalter/jekyll-remote-theme) as it is required for the theme to work properly. \n\n**2.** For an **existing site** follow the steps outlined in the [*Quick-Start Guide*]({{ \"/docs/quick-start-guide/\" | relative_url }}). Then work through the guidelines below for migration and setup.\n\n**3.** For those who'd like to make substantial edits to the theme, download as a ZIP file to customize.\n\n[<i class=\"fas fa-download\"></i> Download Minimal Mistakes Theme](https://github.com/mmistakes/minimal-mistakes/archive/master.zip){: .btn .btn--success}\n\n**ProTip:** Be sure to remove `/docs` and `/test` if you forked or downloaded Minimal Mistakes. These folders contain documentation and test pages for the theme and you probably don't want them littering up in your repo.\n{: .notice--info}\n\n**Note:** The theme uses the [jekyll-include-cache](https://github.com/benbalter/jekyll-include-cache) plugin which will need to be installed in your `Gemfile` and added to the `plugins` array of `_config.yml`. Otherwise you'll throw `Unknown tag 'include_cached'` errors at build.\n{: .notice--warning}\n\n## Theme migration\n\nTo 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.\n\nNext 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.\n\n[**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.\n\nPosts 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:\n\n```yaml\ndefaults:\n  # _posts\n  - scope:\n      path: \"\"\n      type: posts\n    values:\n      layout: single\n      read_time: true\n      comments: true\n      share: true\n      related: true\n```\n\n**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.\n{: .notice--info}\n\n## Install dependencies\n\nIf 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.\n\nTo keep your sanity and better manage dependencies I strongly urge you to [install Bundler](http://bundler.io/) with `gem install bundler` and use the following `Gemfile`:\n\n```ruby\nsource \"https://rubygems.org\"\n\n# Hello! This is where you manage which Jekyll version is used to run.\n# When you want to use a different version, change it below, save the\n# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:\n#\n#     bundle exec jekyll serve\n#\n# This will help ensure the proper Jekyll version is running.\n# Happy Jekylling!\n\n# gem \"github-pages\", group: :jekyll_plugins\n\n# To upgrade, run `bundle update`.\n\ngem \"jekyll\"\ngem \"minimal-mistakes-jekyll\"\n\n# The following plugins are automatically loaded by the theme-gem:\n#   gem \"jekyll-paginate\"\n#   gem \"jekyll-sitemap\"\n#   gem \"jekyll-gist\"\n#   gem \"jekyll-feed\"\n#   gem \"jekyll-include-cache\"\n#\n# If you have any other plugins, put them here!\n# Cf. https://jekyllrb.com/docs/plugins/installation/\ngroup :jekyll_plugins do\nend\n```\n\n**ProTip:** To be bleeding edge install the latest (unreleased) version of Minimal Mistakes by adding this line to your `Gemfile`: `gem \"minimal-mistakes-jekyll\", :github => \"mmistakes/minimal-mistakes\"`.\n{: .notice--info}\n\nTo maintain a local Jekyll environment in sync with GitHub Pages replace the `gem \"jekyll\"` line with `gem \"github-pages\", group: :jekyll_plugins` and run the following:\n\n```bash\n$ bundle install\n```\n\n**Note:** The [GitHub Pages gem](https://github.com/github/pages-gem) installs additional dependencies that may need to be added to your `Gemfile` if you decide to remove the `gem \"github-pages\"` eg. `jekyll-paginate`, `jekyll-sitemap`, `jekyll-feed`, `jekyll-include-cache`, etc.\n{: .notice--warning}\n\n<figure>\n  <img src=\"{{ '/assets/images/mm-bundle-install.gif' | relative_url }}\" alt=\"bundle install in Terminal window\">\n</figure>\n\nDepending 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.\n\nWhen using Bundler to manage gems you'll want to run Jekyll using `bundle exec jekyll serve` and `bundle exec jekyll build`.\n\nDoing 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.\n"
  },
  {
    "path": "docs/_docs/04-upgrading.md",
    "content": "---\ntitle: \"Upgrading\"\npermalink: /docs/upgrading/\nexcerpt: \"Instructions and suggestions for upgrading the theme.\"\nlast_modified_at: 2024-04-23T00:43:19+08:00\ntoc: true\n---\n\nIf you're using the [Ruby Gem]({{ \"/docs/quick-start-guide/#gem-based-method\" | relative_url }}) or [remote theme]({{ \"/docs/quick-start-guide/#remote-theme-method\" | relative_url }}) versions of Minimal Mistakes, upgrading is fairly painless.\n\nTo check which version you are currently using, view the source of your built site and you should see something similar to:\n\n```text\n{% include copyright.html %}\n```\n\nAt the top of every `.html` file, `/assets/css/main.css`, and `/assets/js/main.min.js`.\n\n## Ruby Gem\n\nSimply run `bundle update` if you're using Bundler (have a `Gemfile`) or `gem update minimal-mistakes-jekyll` if you're not.\n\nWhen using Bundler you can downgrade or lock the theme to a specific release ([tag][tag]), branch, or commit. Instead of `gem \"minimal-mistakes-jekyll\"` you'd add the following to your `Gemfile`:\n\n```ruby\ngem \"minimal-mistakes-jekyll\", :git => \"https://github.com/mmistakes/minimal-mistakes.git\", :tag => \"{{ site.data.theme.version }}\"\n```\n\n  [tag]: https://github.com/mmistakes/minimal-mistakes/tags\n\nFor more information on [installing gems from Git repositories](https://bundler.io/guides/git.html) consult Bundler's documentation.\n\n## Remote theme\n\nWhen setting `remote_theme: \"mmistakes/minimal-mistakes@{{ site.data.theme.version }}\"` in your `_config.yml` you may also optionally specify a branch, [tag][tag], or commit to use by appending an @ and the Git ref.\n\nFor example, you can roll back to release 4.8.1 with `mmistakes/minimal-mistakes@4.8.1` or a specific commit with `mmistakes/minimal-mistakes@bbf3cbc5fd64a3e1885f3f99eb90ba92af84063d`). For a complete list of theme versions consult the [releases page](https://github.com/mmistakes/minimal-mistakes/releases).\n\nTo update the theme on GitHub Pages you'll need to push up a commit to force a rebuild. An empty commit works well if you don't have anything to push at the moment:\n\n```terminal\ngit commit --allow-empty -m \"Force rebuild of site\"\n```\n\n## Use Git\n\nIf 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.\n\nTo double check, run `git remote -v` and verify that you can fetch from `origin https://github.com/{{ site.repository }}.git`.\n\nTo add it you can do the following:\n\n```terminal\ngit remote add upstream https://github.com/{{ site.repository }}.git\n```\n\n### Pull down updates\n\nNow you can pull any commits made to theme's `master` branch with:\n\n```terminal\ngit pull upstream master\n```\n\nDepending on the amount of customizations you've made after forking, there's likely to be merge conflicts. Work through any conflicting files Git flags, staging the changes you wish to keep, and then commit them.\n\n## Update files manually\n\nAnother way of dealing with updates is [downloading the theme](https://github.com/{{ site.repository }}/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](https://github.com/{{ site.repository }}/commits/master) to see what's changed since.\n\nHere's a quick checklist of the important folders/files you'll want to be mindful of:\n\n| Name                   |     |\n| ----                   | --- |\n| `_layouts`             | Replace all. Apply edits if you customized any layouts. |\n| `_includes`            | Replace all. Apply edits if you customized any includes. |\n| `assets`               | Replace all. Apply edits if you customized stylesheets or scripts. |\n| `_sass`                | Replace all. Apply edits if you customized Sass partials. |\n| `_data/navigation.yml` | Safe to keep. Verify that there were no major structural changes or additions. |\n| `_data/ui-text.yml`    | Safe to keep. Verify that there were no major structural changes or additions. |\n| `_config.yml`          | Safe to keep. Verify that there were no major structural changes or additions. |\n\n---\n\n**Note:** If you're not seeing the latest version, be sure to flush browser and CDN caches. Depending on your hosting environment older versions of `/assets/css/main.css`, `/assets/js/main.min.js`, or `*.html` may be cached.\n{: .notice--info}\n"
  },
  {
    "path": "docs/_docs/05-configuration.md",
    "content": "---\ntitle: \"Configuration\"\npermalink: /docs/configuration/\nexcerpt: \"Settings for configuring and customizing the theme.\"\nlast_modified_at: 2021-05-11T10:40:42-04:00\ntoc: true\n\nskins:\n  - name: air\n    description: Calm and blue.\n  - name: aqua\n    description: Just like water.\n  - name: contrast\n    description: Retro feel with bold blue links and inverted footer.\n  - name: dark\n    description: Inverted palette, white text on a dark background.\n  - name: dirt\n    description: Earthy tones.\n  - name: mint\n    description: Minty fresh green.\n  - name: neon\n    description: Inverted palette, white text on a dark background.\n  - name: plum\n    description: Purple reigns supreme.\n  - name: sunrise\n    description: Oranges and red.\n---\n\nSettings 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. If you don't have this file you'll need to copy or create one using the theme's [default `_config.yml`](https://github.com/mmistakes/minimal-mistakes/blob/master/_config.yml) as a base.\n\n**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.\n{: .notice--warning}\n\nTake 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.\n\n## Site settings\n\n### Theme\n\nIf you're using the Ruby gem version of the theme you'll need this line to activate it:\n\n```yaml\ntheme: minimal-mistakes-jekyll\n```\n\n### Skin\n\nEasily change the color scheme of the theme using one of the provided \"skins\":\n\n```yaml\nminimal_mistakes_skin: \"default\" # \"air\", \"aqua\", \"contrast\", \"dark\", \"dirt\", \"neon\", \"mint\", \"plum\", \"sunrise\"\n```\n\n**Note:** If you have made edits to the theme's CSS files be sure to update [`/assets/css/main.scss`](https://github.com/mmistakes/minimal-mistakes/blob/master/assets/css/main.scss) to include {% raw %}`@import \"minimal-mistakes/skins/{{ site.minimal_mistakes_skin | default: 'default' }}\"; // skin`{% endraw %} before the `minimal-mistakes` import.\n{: .notice--warning}\n\n{% for skin in page.skins %}\n#### {{ skin.name | capitalize }} skin: `{{ skin.name }}`\n{:.no_toc}\n\n<figure class=\"half\">\n  <a href=\"{{ skin.name | prepend: \"/assets/images/\" | append: \"-skin-archive-large.png\" | relative_url }}\">\n    <img\n      src=\"{{ skin.name | prepend: \"/assets/images/\" | append: \"-skin-archive.png\" | relative_url }}\"\n      alt=\"Archive page of {{ skin.name | capitalize }} skin\"\n      />\n  </a>\n  <a href=\"{{ skin.name | prepend: \"/assets/images/\" | append: \"-skin-post-large.png\" | relative_url }}\">\n    <img\n      src=\"{{ skin.name | prepend: \"/assets/images/\" | append: \"-skin-post.png\" | relative_url }}\"\n      alt=\"Posts page of {{ skin.name | capitalize }} skin\"\n      />\n  </a>\n  <figcaption>{{ skin.description }}</figcaption>\n</figure>\n{% endfor %}\n\n### Site locale\n\n`site.locale` is used to declare the primary language for each web page within the site.\n\n_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 variation `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>).\n\nProperly setting the locale is important for associating localized text found in the [**UI Text**]({{ \"/docs/ui-text/\" | relative_url }}) data file. An improper match will cause parts of the UI to disappear (eg. button labels, section headings, etc).\n\n**Note:** Localization can also be overridden per page by specifying `locale` in the front matter.\n{: .notice--info}\n\n**Note:** The theme comes with localized text in English (`en`, `en-US`, `en-GB`). If you change `locale` in `_config.yml` to something else, most of the UI text will go blank. Be sure to add the corresponding locale key and translated text to `_data/ui-text.yml` to avoid this.\n{: .notice--warning}\n\n### Site title\n\nThe name of your site. Is used throughout the theme in places like the site masthead and `<title>` tags.\n\n_Example:_ `title: \"My Awesome Site\"`\n\nYou also have the option of customizing the separation character used in SEO-friendly page titles.\n\n_Example:_ `title_separator: \"|\"` would produce page titles like `Sample Page | My Awesome Site`.\n\n**Note:** Long site titles have been known to break the masthead layout. Avoid adding a long \"tagline\" to the title to prevent this from happening, e.g. `My Awesome Site is the Best Because I Say So`.\n{: .notice--warning}\n\n### Site subtitle\n\nA short tagline that appears below the title in site masthead.\n\n_Example:_ `subtitle: \"Version 2.0\"`\n\n### Site name\n\nUsed to assign a site author. Don't worry, you can override the site author with different ones on specific posts, pages, or collection documents.\n\n_Example:_ `name: \"Michael Rose\"`.\n\n**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.\n{: .notice--info}\n\n### Site description\n\nFairly obvious. `site.description` describes the site. Used predominantly in meta descriptions for improving SEO.\n\n_Example:_ `description: \"A flexible Jekyll theme for your blog or site with a minimalist aesthetic.\"`\n\n### Site URL\n\nThe base hostname and protocol for your site. If you're hosting on GitHub Pages this will be something like `url: \"https://mmistakes.github.io\"` or `url: \"https://mademistakes.com\"` if you have a custom domain name.\n\nGitHub Pages now [forces `https://` for new sites](https://help.github.com/articles/securing-your-github-pages-site-with-https/) so be mindful of that when setting your URL to avoid mixed-content warnings.\n\n**Note:** Jekyll 3.3 overrides this value with `url: http://localhost:4000` when running `jekyll serve` locally in development. If you want to avoid this behavior set `JEKYLL_ENV=production` to [force the environment](https://jekyllrb.com/docs/configuration/environments/) to production.\n{: .notice--warning}\n\n### Site base URL\n\nThis 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.\n\nIn 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\"`.\n\nFor 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/).\n\n**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`.\n{: .notice--warning}\n\n### Site repository\n\nAdd your repository name with organization to your site's configuration file, `_config.yml`.\n\n```yaml\nrepository: \"username/repo-name\"\n```\n\n\"NWO\" stands for \"**n**ame **w**ith **o**wner.\" It is GitHub lingo for the username of the owner of the repository plus a forward slash plus the name of the repository, e.g. `mmistakes/minimal-mistakes`, where **mmistakes** is the owner and **minimal-mistakes** is the repository name.\n\nYour `site.github.*` fields should be filled in like normal. If you run Jekyll with the `--verbose` flag, you should be able to see all the API calls made.\n\nIf you don't set `repository` correctly you may see the following error when trying to `serve` or `build` your Jekyll site:\n\n**Liquid Exceptions:** No repo name found. Specify using `PAGES_REPO_NWO` environment variables, `repository` in your configuration, or set up `origin` git remote pointing to your github.com repository.\n{: .notice--danger}\n\nFor more information on how `site.github` data can be used with Jekyll check out [`github-metadata`'s documentation](https://github.com/jekyll/github-metadata).\n\n### Site scripts\n\nAdd scripts to the `<head>` or closing `</body>` elements by assigning paths to either `head_scripts` and/or `footer_scripts`.\n\nFor example, to add a CDN version of jQuery to page's head along with a custom script you'd do the following:\n\n```yaml\nhead_scripts:\n  - https://code.jquery.com/jquery-3.2.1.min.js\n  - /assets/js/your-custom-head-script.js\n```\n\nConsult the [JavaScript documentation]({{ site.baseurl }}{% link _docs/17-javascript.md %}) for more information on working with theme scripts.\n{: .notice--info}\n\n### Site default teaser image\n\nTo assign a fallback teaser image used in the \"**Related Posts**\" module, place a graphic in the `/assets/images/` directory and add the filename to `_config.yml` like so:\n\n```yaml\nteaser: /assets/images/500x300.png\n```\n\nThis image can be overridden at anytime by applying the following to a document's YAML Front Matter.\n\n```yaml\nheader:\n  teaser: /assets/images/my-awesome-post-teaser.jpg\n```\n\n<figure>\n  <img src=\"{{ '/assets/images/mm-teaser-images-example.jpg' | relative_url }}\" alt=\"teaser image example\">\n  <figcaption>Example of teaser images found in the related posts module.</figcaption>\n</figure>\n\n### Site masthead logo\n\nTo insert a logo before the site title, place a graphic in the `/assets/images/` directory and add the filename to `_config.yml`:\n\n```yaml\nlogo: \"/assets/images/88x88.png\"\n```\n\n<figure>\n  <img src=\"{{ '/assets/images/mm-masthead-logo.png' | relative_url }}\" alt=\"masthead with logo and custom title\">\n  <figcaption>Example of masthead with logo and custom title.</figcaption>\n</figure>\n\n### Site masthead title\n\nBy default your site title is used in the masthead. You can override this text by adding the following to your `_config.yml`:\n\n```yaml\nmasthead_title: \"My Custom Title\"\n```\n\n### Site RTL direction\n\n`site.rtl` is used to turn the direction of the page into right to left. This option can be used for RTL languages (like Arabic, Persian, etc)\n\n_Example:_ `rtl: true` sets the direction of the page to right to left. By default this option is `rtl: false`.\n\n### Breadcrumb navigation (beta)\n\nEnable 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:\n\n1. Use a category based permalink structure e.g. `permalink: /:categories/:title/`\n2. 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.\n\n![breadcrumb navigation example]({{ \"/assets/images/mm-breadcrumbs-example.jpg\" | relative_url }})\n\n```yaml\nbreadcrumbs: true  # disabled by default\n```\n\nBreadcrumb start link text and separator character can both be changed in the [UI Text data file]({{ \"/docs/ui-text/\" | relative_url }}).\n\n### Post dates\n\nEnable post date snippets with `show_date: true` in YAML Front Matter.\n\n![post date example]({{ \"/assets/images/mm-post-date-example.png\" | relative_url }})\n\nInstead of adding `show_date: true` to each post, apply as a default in `_config.yml` like so:\n\n```yaml\ndefaults:\n  # _posts\n  - scope:\n      path: \"\"\n      type: posts\n    values:\n      show_date: true\n```\n\nTo disable post date for a post, add `show_date: false` to its YAML Front Matter, overriding what was set in `_config.yml`.\n\nWhen dates are shown on blog posts or pages, a date format will be chosen to format the date string. The default format is `\"%B %-d, %Y\"`, which will be displayed like \"February 24, 2016\". You can choose your date format by referencing this [cheat sheet](https://www.shortcutfoo.com/app/dojos/ruby-date-format-strftime/cheatsheet). For example, use your date format in `_config.yml`.\n\n```yaml\ndate_format: \"%Y-%m-%d\"\n```\n\n### Reading time\n\nEnable 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_minute:` in `_config.yml`.\n\n![reading time example]({{ \"/assets/images/mm-read-time-example.jpg\" | relative_url }})\n\nInstead of adding `read_time: true` to each post, apply as a default in `_config.yml` like so:\n\n```yaml\ndefaults:\n  # _posts\n  - scope:\n      path: \"\"\n      type: posts\n    values:\n      read_time: true\n```\n\nTo disable reading time for a post, add `read_time: false` to its YAML Front Matter to override what was set in `_config.yml`.\n\n`words_per_minute` can also be adjusted on a per-page basis by adding to its YAML Front Matter. This is useful for sites with multi-lingual content where you'd like specify a different value from the site config.\n\n```yaml\nwords_per_minute: 250\n```\n\n### Page meta separator\n\nTo customise the separator between the page date and reading time (if both are enabled), edit `.page__meta-sep::before` in a [custom stylesheet]({{ \"/docs/stylesheets/\" | relative_url }}).\n\nFor example,\n\n```css\n.page__meta-sep::before {\n  content: \"\\2022\";\n  padding-left: 0.5em;\n  padding-right: 0.5em;\n}\n```\n\n### Code block copy button\n\n*New in v4.26.0*\n\nTo enable a copy button on code blocks, add the following to `_config.yml`:\n\n```yaml\nenable_copy_code_button: true\n```\n\nWhen enabled site-wide, the button can be disabled on individual code blocks by adding `no-copy` to the code block's class list.\n\n````markdown\n```\nHey, I have a \"copy to clipboard\" button!\n```\n````\n\n````markdown\n```\nBut I don't have one.\n```\n{: .no-copy}\n````\n{: .no-copy}\n\n### Comments\n\n[**Disqus**](https://disqus.com/), [**Discourse**](https://www.discourse.org/), [**Facebook**](https://developers.facebook.com/docs/plugins/comments), [**utterances**](https://utteranc.es/), [**giscus**](https://giscus.app/) and static-based commenting via [**Staticman**](https://staticman.net/) are built into the theme. First set the comment provider you'd like to use:\n\n| Name             | Comment Provider          |\n| ---------------- | ------------------------- |\n| **disqus**       | Disqus                    |\n| **discourse**    | Discourse                 |\n| **facebook**     | Facebook Comments         |\n| **staticman_v2** | Staticman v2 / v3         |\n| **staticman**    | Staticman v1 (deprecated) |\n| **utterances**   | utterances                |\n| **giscus**       | giscus                    |\n| **custom**       | Other                     |\n\nThen add `comments: true` to each document you want comments visible on.\n\nInstead of adding YAML Front Matter to each document, apply as a default in `_config.yml`. To enable comments for all posts:\n\n```yaml\ndefaults:\n  # _posts\n  - scope:\n      path: \"\"\n      type: posts\n    values:\n      comments: true\n```\n\nIf you add `comments: false` to a post's YAML Front Matter it will override the default and disable comments for just that post.\n\n**Note:** Comments are disabled in `development`. To enable when testing/building locally be sure to set\n`JEKYLL_ENV=production` to [force the environment](http://jekyllrb.com/docs/configuration/#specifying-a-jekyll-environment-at-build-time) to production.\n{: .notice--info}\n\n#### Disqus\n\nTo 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:\n\n```yaml\ncomments:\n  provider: \"disqus\"\n  disqus:\n    shortname: \"your-disqus-shortname\"\n```\n\n#### Discourse\n\nFor guidance on how to set up Discourse for embedding comments from a topic on a post page, [consult this guide](https://meta.discourse.org/t/embedding-discourse-comments-via-javascript/31963).\n\n```yaml\ncomments:\n  provider: \"discourse\"\n  discourse:\n    server: # meta.discourse.org\n```\n\n**Note:** Do not include `http://` or `https://` when setting your Discourse `server`. The theme automatically prepends the URL `//`, following a scheme-less pattern.\n{: .notice--info}\n\n#### Facebook comments\n\nTo enable Facebook Comments choose how many comments you'd like visible per post and the color scheme of the widget.\n\n```yaml\ncomments:\n  provider: \"facebook\"\n  facebook:\n    appid: # optional\n    num_posts: # 5 (default)\n    colorscheme: # \"light\" (default), \"dark\"\n```\n\n#### utterances comments\n\nTo use utterances you will need to [install the app](https://github.com/apps/utterances) to your GitHub repository by adding the following to `_config.yml`:\n\n```yaml\nrepository: # GitHub username/repo-name e.g. \"mmistakes/minimal-mistakes\"\n```\n\n**Note:** Make sure the repo is public, otherwise your readers will not be able to view the issues/comments. The [issues feature](https://guides.github.com/features/issues/) also needs to be active on your repo.\n{: .notice--warning}\n\nTo enable utterances on the front end set `comments.provider` and the color theme of the widget.\n\n```yaml\ncomments:\n  provider: \"utterances\"\n  utterances:\n    theme: \"github-light\" # \"github-dark\"\n    issue_term: \"pathname\"\n    label: \"comment\" # Optional - must be existing label.\n```\n\n#### giscus comments\n\nTo use giscus you will need to [install the app](https://github.com/apps/giscus) to your GitHub repository.\n\nThe next step is to go to <https://giscus.app> and fill out the desired settings. This will generate JavaScript that will provide you with the settings you will need to configure things below.\n\nYou'll need to ensure you've added the following to `_config.yml`:\n\n```yaml\nrepository: # GitHub username/repo-name e.g. \"mmistakes/minimal-mistakes\"\n```\n\n**Note:** Make sure the repo is public, otherwise your readers will not be able to view the issues/comments. The [discussions feature](https://docs.github.com/en/discussions) also needs to be active on your repo.\n{: .notice--warning}\n\nTo enable giscus on the front end set `comments.provider` and the other additional options.\n\n```yaml\ncomments:\n  provider: \"giscus\"\n  giscus:\n    repo_id              : # Shown during giscus setup at https://giscus.app\n    category_name        : # Full text name of the category\n    category_id          : # Shown during giscus setup at https://giscus.app\n    discussion_term      : # \"pathname\" (default), \"url\", \"title\", \"og:title\"\n    reactions_enabled    : # '1' for enabled (default), '0' for disabled\n    theme                : # \"light\" (default), \"dark\", \"dark_dimmed\", \"transparent_dark\", \"preferred_color_scheme\"\n```\n\n#### Static-based comments via Staticman\n\nTransform user comments into `_data` files that live inside of your GitHub repository by enabling Staticman.\n\n**Note:** Looking to migrate comments from a WordPress based site? Give [this tool](https://github.com/arthurlacoste/wordpress-comments-jekyll-staticman) a try.\n{: .notice--info}\n\n**Note:** Please note that as of September 2018, Staticman is reaching GitHub API limits due to its popularity, and it is recommended by its maintainer that users deploy their own instances for production (use `site.staticman.endpoint`).  Consult the Staticman \"[Get Started](https://staticman.net/docs/index.html)\" guide for more info.\n{: .notice--warning}\n\n##### Add Staticman as a collaborator on GitHub (legacy)\n\n1. Allow Staticman push access to your GitHub repository by clicking on **Settings**, then the **Collaborators** tab and adding your GitHub bot as a collaborator.\n2. To accept the pending invitation visit: `https://{your Staticman v2/3 API}/v[2|3]/connect/{your GitHub username}/{your repository name}`.\n\n**Note:** The new GitHub App authentication method is recommended for GitHub repositories to avoid the API rate limit.\n{: .notice--info}\n\n##### Configure Staticman\n\n###### Staticman v3\n\nDue to the [support for GitLab](https://github.com/eduardoboucas/staticman/pull/219), the URL scheme has been changed.  Between `v3/entry/` and `/{your Git username}`, one needs to input a Git service provider (either `github` or `gitlab`).  For example\n\n    https://{your Staticman v3 API}/v3/entry/github/{your Git username}/{your repository name}/...\n\n```yaml\n# _config.yml (defaults)\nrepository  : # Git username/repo-name e.g. \"mmistakes/minimal-mistakes\"\ncomments:\n  provider  : \"staticman_v2\"\n  staticman:\n    branch    : \"master\"\n    endpoint  : https://{your Staticman v3 API}/v3/entry/github/\n```\n\n###### Staticman v2\n\nDefault settings have been provided in [`staticman.yml`](https://github.com/mmistakes/minimal-mistakes/blob/master/staticman.yml) and are commented to guide you through setup. View the [full list of configurations](https://staticman.net/docs/configuration).\n\n```yaml\n# staticman.yml (defaults)\ncomments:\n  allowedFields      : [\"name\", \"email\", \"url\", \"message\"]\n  branch             : \"master\"\n  commitMessage      : \"New comment by {fields.name}\"\n  filename           : \"comment-{@timestamp}\"\n  format             : \"yaml\"\n  generatedFields:\n    date:\n      type           : \"date\"\n      options:\n        format       : \"iso8601\"\n  moderation         : true\n  path               : \"_data/comments/{options.slug}\"\n  requiredFields     : [\"name\", \"email\", \"message\"]\n  transforms:\n    email            : md5\n```\n\nThese settings need to be added to your `_config.yml` file as well:\n\n```yaml\n# _config.yml (defaults)\nrepository  : # GitHub username/repo-name e.g. \"mmistakes/minimal-mistakes\"\ncomments:\n  provider  : \"staticman_v2\"\n  staticman:\n    branch    : \"master\"\n```\n\n**Branch setting:** This is the branch comment files will be sent to via pull requests. If you host your site on GitHub Pages it will likely be `master` unless your repo is setup as a project --- use `gh-pages` in that case.\n{: .notice--info}\n\n**Note:** Staticman is currently compatible with GitHub and GitLab based repositories. [Support for GitLab Pages](https://github.com/eduardoboucas/staticman/issues/22) is already available at [Staticman v3](https://github.com/eduardoboucas/staticman/pull/219).\n{: .notice--warning}\n\n###### Staticman v1 (deprecated)\n\nDefault settings have been provided in `_config.yml`. The important ones to set are `provider: \"staticman\"`, `branch`, and `path`. View the [full list of configurations](https://staticman.net/docs/configuration).\n\n```yaml\n# _config.yml (defaults)\ncomments:\n  provider: \"staticman\"\nstaticman:\n  allowedFields          : ['name', 'email', 'url', 'message']\n  branch                 : \"master\"\n  commitMessage          : \"New comment by {fields.name}\"\n  filename               : comment-{@timestamp}\n  format                 : \"yml\"\n  moderation             : true\n  path                   : \"_data/comments/{options.slug}\"\n  requiredFields         : ['name', 'email', 'message']\n  transforms:\n    email                : \"md5\"\n  generatedFields:\n    date:\n      type               : \"date\"\n      options:\n        format           : \"iso8601\" # \"iso8601\" (default), \"timestamp-seconds\", \"timestamp-milliseconds\"\n```\n\n##### Comment moderation\n\nBy default comment moderation is enabled in `staticman.yml`. As new comments are submitted Staticman will send a pull request. Merging these in will approve the comment, close the issue, and automatically rebuild your site (if hosted on GitHub Pages).\n\nTo skip this moderation step simply set `moderation: false`.\n\n**ProTip:** Create a GitHub webhook that sends a `POST` request to the following payload URL `https://{your Staticman API URL}/v2/webhook` and triggers a \"Pull request\" event to delete Staticman branches on merge.\n{: .notice--info}\n\n![pull-request webhook]({{ \"/assets/images/mm-staticman-pr-webhook.jpg\" | relative_url }})\n\n##### reCAPTCHA support (v2 only)\n\nTo enable Google's reCAPTCHA to aid in spam detection you'll need to:\n\n1. Apply for [reCAPTCHA API](https://www.google.com/recaptcha) keys and register your site using the reCAPTCHA V2 type.\n2. Add your site and secret keys to `staticman.yml` and `_config.yml`. Be sure to properly encrypt your secret key using [Staticman's encrypt endpoint](https://staticman.net/docs/encryption).\n\n```yaml\nreCaptcha:\n  enabled: true\n  siteKey: # \"6LdRBykTAAAAAFB46MnIu6ixuxwu9W1ihFF8G60Q\"\n  secret: # \"PznnZGu3P6eTHRPLORniSq+J61YEf+A9zmColXDM5icqF49gbunH51B8+h+i2IvewpuxtA9TFoK68TuhUp/X3YKmmqhXasegHYabY50fqF9nJh9npWNhvITdkQHeaOqnFXUIwxfiEeUt49Yoa2waRR7a5LdRAP3SVM8hz0KIBT4=\"\n```\n\n#### Other comment providers\n\nTo use another provider not included with the theme set `provider: \"custom\"` then add their embed code to `_includes/comments-providers/custom.html`.\n\n### Custom feed URL\n\nBy default the theme links to `feed.xml` generated in the root of your site by the **jekyll-feed** plugin. To link to an externally hosted feed update `atom_feed` in `_config.yml` like so:\n\n```yaml\natom_feed:\n  path: \"http://feeds.feedburner.com/youFeedname\"\n```\n\n**Note:** By default the site feed is linked in two locations: inside the [`<head>` element](https://github.com/mmistakes/minimal-mistakes/blob/master/_includes/head.html) and at the bottom of every page in the [site footer](https://github.com/mmistakes/minimal-mistakes/blob/master/_includes/footer.html).\n{: .notice--info}\n\n### Disable Feed Icons\n\nBy default the theme links to `feed.xml` generated in the root of your site by the **jekyll-feed** plugin. To remove the RSS icon in the header and footer, update `atom_feed` in `_config.yml` like so:\n\n```yaml\natom_feed:\n  hide: true\n```\n\n### Site search\n\nTo enable site-wide search add `search: true` to your `_config.yml`.\n\n![masthead search example]({{ \"/assets/images/masthead-search.gif\" | relative_url }})\n\n#### Lunr (default)\n\nThe default search uses [**Lunr**](https://lunrjs.com/) to build a search index of all post and your documents in collections. This method is 100% compatible with sites hosted on GitHub Pages.\n\nTo have it index all pages, update `lunr` in `_config.yml` like so:\n\n```yaml\nlunr:\n  search_within_pages: true\n```\n\n**Note:** Only the first 50 words of a post or page's body content is added to the Lunr search index. Setting `search_full_content` to `true` in your `_config.yml` will override this and could impact page load performance.\n{: .notice--warning}\n\n#### Algolia\n\nFor faster and more relevant search ([see demo](https://mmistakes.github.io/minimal-mistakes-algolia-search/)):\n\n1. Add the [`jekyll-algolia`](https://github.com/algolia/jekyll-algolia) gem to your `Gemfile`, in the `:jekyll_plugins` section.\n\n   ```ruby\n   group :jekyll_plugins do\n     gem \"jekyll-feed\"\n     gem \"jekyll-seo-tag\"\n     gem \"jekyll-sitemap\"\n     gem \"jekyll-paginate\"\n     gem \"jekyll-include-cache\"\n     gem \"jekyll-algolia\"\n   end\n   ```\n\n   Once this is done, download all dependencies by running `bundle install`.\n\n2. Switch search providers from `lunr` to `algolia` in your `_config.yml` file:\n\n   ```yaml\n   search_provider: algolia\n   ```\n\n3. Add the following Algolia credentials to your `_config.yml` file. *If you don't have an Algolia account, you can open a free [Community plan](https://www.algolia.com/users/sign_up/hacker). Once signed in, you can grab your credentials from [your dashboard](https://www.algolia.com/licensing).*\n\n   ```yaml\n   algolia:\n     application_id: # YOUR_APPLICATION_ID\n     index_name: # YOUR_INDEX_NAME\n     search_only_api_key: # YOUR_SEARCH_ONLY_API_KEY\n     powered_by: # true (default), false\n   ```\n\n4. Once your credentials are setup, you can run the indexing with the following command:\n\n   ```\n   ALGOLIA_API_KEY=your_admin_api_key bundle exec jekyll algolia\n   ```\n\n   For Windows users you will have to use `set` to assigned the `ALGOLIA_API_KEY` environment variable.\n\n   ```\n   set ALGOLIA_API_KEY=your_admin_api_key\n   bundle exec jekyll algolia\n   ```\n\n   Note that `ALGOLIA_API_KEY` should be set to your admin API key.\n\nTo use the Algolia search with GitHub Pages hosted sites follow [this deployment guide](https://community.algolia.com/jekyll-algolia/github-pages.html). Or this guide for [deploying on Netlify](https://community.algolia.com/jekyll-algolia/netlify.html).\n\n**Note:** The Jekyll Algolia plugin can be configured in several ways. Be sure to check out [their full documentation](https://community.algolia.com/jekyll-algolia/options.html \"Algolia configuration\") on how to exclude files and other valuable settings.\n{: .notice--info}\n\n#### Google Custom Search Engine\n\nAdd a Google search box to your site.\n\n1. Create a **New search engine** in [Google Custom Search Engine](https://cse.google.com/cse/all), give it an appropriate name and setup \"Sites to search\" to your liking.\n\n2. Under **Look and feel** choose the \"Results only\" layout and a theme (*Minimalist* is a good choice to match the default look of the Minimal Mistakes).\n\n   ![Google Custom Search Engine layout]({{ '/assets/images/google-custom-search-engine-layout.png' | relative_url }})\n\n3. Select \"Save & Get Code\" and grab your search engine ID from the line that begins with `var cx = 'YOUR_SEARCH_ENGINE_ID'`.\n\n4. Add your search engine ID to `_config.yml` like so:\n\n   ```yaml\n   google:\n     search_engine_id: YOUR_SEARCH_ENGINE_ID\n   ```\n\n**Note:** If your site is new and hasn't been indexed by Google yet, search will be incomplete and won't provide accurate results.\n{: .notice--info}\n\n### SEO, social sharing, and analytics settings\n\nAll optional, but a good idea to take the time setting up to improve SEO and links shared from the site.\n\n#### Google Search Console\n\nFormerly 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\"`.\n\n**Note:** You likely won't have to do this if you verify site ownership through **Google Analytics** instead.\n{: .notice--warning}\n\n#### Bing Webmaster Tools\n\nThere are several ways to [verify site ownership](https://www.bing.com/webmasters/help/add-and-verify-site-12184f8b) --- the easiest adding an authentication code to your config file.\n\nCopy and paste the string inside of `content`:\n\n```html\n<meta name=\"msvalidate.01\" content=\"0FC3FD70512616B052E755A56F8952D\" />\n```\n\nInto `_config.yml`\n\n```yaml\nbing_site_verification: \"0FC3FD70512616B052E755A56F8952D\"\n```\n\n#### Naver Webmaster Tools\n\nTo verify site ownership you will need to [create a Naver account](https://nid.naver.com/user2/joinGlobal.nhn?lang=en_US&m=init) and then **Add your site** via [Naver Webmaster Tools](http://webmastertool.naver.com/).\n\nMuch like Google and Bing you'll be provided with a meta description:\n\n```html\n<meta name=\"naver-site-verification\" content=\"6BF5A01C0E650B479B612AC5A2184144\">`\n```\n\nWhich you can add to your `_config.yml` like so:\n\n```yaml\nnaver_site_verification: \"6BF5A01C0E650B479B612AC5A2184144\"\n```\n\n#### Yandex\n\nTo verify site ownership copy and paste the string inside of `content`:\n\n```html\n<meta name='yandex-verification' content='2132801JL' />\n```\n\nInto `_config.yml`\n\n```yaml\nyandex_site_verification: \"2132801JL\"\n```\n\n#### Baidu\n\nThere are several ways to verify site ownership — the easiest is adding an authentication code to your config file.\n\nCopy and paste the string inside of `content`:\n\n```html\n<meta name=\"baidu-site-verification\" content=\"code-iA0wScWXN1\" />\n```\n\nInto `_config.yml`\n\n```yaml\nbaidu_site_verification: \"code-iA0wScWXN1\"\n```\n\n#### Twitter Cards and Facebook Open Graph\n\nTo improve the appearance of links shared from your site to social networks like Twitter and Facebook be sure to configure the following.\n\n##### Site Twitter username\n\nTwitter 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.\n\nFor example if my site's Twitter account is `@mmistakes-theme` I would add the following to `_config.yml`\n\n```yaml\ntwitter:\n  username: \"mmistakes-theme\"\n```\n\nAnd 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.\n\n**Note**: You need to validate cards are working and have Twitter [approve Player Cards](https://developer.twitter.com/en/docs/tweets/optimize-with-cards/overview/player-card) before they begin showing up.\n{: .notice--warning}\n\n##### Fediverse creator\n\nIf the site author (or a per-page author override) has a `fediverse` value set, a `<meta name=\"fediverse:creator\">` tag is emitted. This enables \"by @user@instance\" attribution on Mastodon, Pixelfed, Flipboard, and other fediverse platforms — the same role `twitter:creator` plays for Twitter Cards.\n\nThe value is set in the `author` block of `_config.yml` (or in `_data/authors.yml` for multi-author sites):\n\n```yaml\nauthor:\n  name: \"Your Name\"\n  fediverse: \"@you@instance.social\"\n```\n\n##### Facebook Open Graph\n\nIf you have a Facebook ID or publisher page add them:\n\n```yaml\nfacebook:\n  app_id:  # A Facebook app ID\n  publisher:  # A Facebook page URL or ID of the publishing entity\n```\n\nWhile not part a part of Open Graph, you can also add your Facebook username for use in the sidebar and footer.\n\n```yaml\nfacebook:\n  username: \"michaelrose\"  # https://www.facebook.com/michaelrose\n```\n\n**ProTip:** To debug Open Graph data use [this tool](https://developers.facebook.com/tools/debug/) to test your pages. If content changes aren't reflected you will probably have to hit the **Scrape Again** button to refresh.\n{: .notice--info}\n\n##### Open Graph default image\n\nFor pages that don't have a `header.image` assigned in their YAML Front Matter, `site.og_image` will be used as a fallback. Use your logo, icon, avatar or something else that is meaningful. Just make sure it is placed in the `/assets/images/` folder, has a minimum size of 120px by 120px, and is less than 1MB in file size.\n\n```yaml\nog_image: /assets/images/site-logo.png\nog_image_alt: \"Site logo\"\n```\n\n`og_image_alt` sets the default alt text for `og:image:alt` and `twitter:image:alt` meta tags. This can be overridden per-page with `page.header.og_image_alt` in the YAML Front Matter. If no alt text is set, the tags are omitted.\n\n{% include figure\n   image_path=\"/assets/images/mm-twitter-card-summary-image.jpg\"\n   alt=\"Twitter Card summary example\"\n   caption=\"Example of an image placed in a Summary Card.\"\n%}\n\nDocuments who have a `header.image` assigned in their YAML Front Matter will appear like this when shared on Twitter and Facebook.\n\n{% include figure\n   image_path=\"/assets/images/mm-twitter-card-summary-large.jpg\"\n   alt=\"page shared on Twitter\"\n   caption=\"Shared page on Twitter with header image assigned.\"\n%}\n\n{% include figure\n   image_path=\"/assets/images/facebook-share-example.jpg\"\n   alt=\"page shared on Facebook\"\n   caption=\"Shared page on Facebook with header image assigned.\"\n%}\n\n##### Include your social profile in search results\n\nUse 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.\n\n```yaml\nsocial:\n  type:  # Person or Organization (defaults to Person)\n  name:  # If the user or organization name differs from the site's name\n  links:\n    - \"https://twitter.com/yourTwitter\"\n    - \"https://www.facebook.com/yourFacebook\"\n    - \"https://instagram.com/yourProfile\"\n    - \"https://www.linkedin.com/in/yourprofile\"\n```\n\n#### Analytics\n\nAnalytics is disabled by default. To enable globally select one of the following:\n\n| Name                 | Analytics Provider                                                    |\n| -------------------- | --------------------------------------------------------------------- |\n| **google**           | [Google Standard Analytics](https://www.google.com/analytics/)        |\n| **google-universal** | [Google Universal Analytics](https://www.google.com/analytics/)       |\n| **google-gtag**      | [Google Analytics Global Site Tag](https://www.google.com/analytics/) |\n| **swetrix**          | [Swetrix](https://swetrix.com/) GDPR-compliant analytics              |\n| **custom**           | Other analytics providers                                             |\n\nFor Google Analytics add your Tracking Code:\n\n```yaml\nanalytics:\n  provider: \"google-gtag\"\n  google:\n    tracking_id: \"UA-1234567-8\"\n    anonymize_ip: false # default\n```\n\nFor Swetrix Analytics add your Tracking ID:\n\n```yaml\nanalytics:\n  provider: \"swetrix\"\n  swetrix:\n    tracking_id: \"xyz43567EF\"\n```\n\nTo use another provider not included with the theme set `provider: \"custom\"` then add their embed code to `_includes/analytics-providers/custom.html`.\n\n**Note:** Analytics are disabled in `development`. To enable when testing/building locally be sure to set\n`JEKYLL_ENV=production` to [force the environment](http://jekyllrb.com/docs/configuration/#specifying-a-jekyll-environment-at-build-time) to production.\n{: .notice--info}\n\n## Site author\n\nUsed as the defaults for defining what appears in the author sidebar.\n\n![author sidebar example]({{ \"/assets/images/mm-author-sidebar-example.jpg\" | relative_url }})\n\n**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.\n{: .notice--info}\n\n```yaml\nauthor:\n  name     : \"Your Name\"\n  avatar   : \"/assets/images/bio-photo.jpg\"\n  bio      : \"My awesome biography constrained to a sentence or two goes here.\"\n  location : \"Somewhere, USA\"\n  fediverse: \"@you@instance.social\"\n```\n\nAuthor links are all optional, include the ones you want visible under the `author.links` array.\n\n| Name      | Description                                                                                           |\n| --------- | ----------------------------------------------------------------------------------------------------- |\n| **label** | Link label (e.g. `\"Twitter\"`)                                                                         |\n| **icon**  | [Font Awesome icon](https://fontawesome.com/v6/search) classes (e.g. `\"fab fa-fw fa-square-x-twitter\"`) |\n| **url**   | Link URL (e.g. `\"https://twitter.com/mmistakes\"`)                                                     |\n\n```yaml\nauthor:\n  name: \"Your Name\"\n  avatar: \"/assets/images/bio-photo.jpg\"\n  bio: \"I am an **amazing** person.\" # Note: Markdown is allowed\n  location: \"Somewhere\"\n  links:\n    - label: \"Made Mistakes\"\n      icon: \"fas fa-fw fa-link\"\n      url: \"https://mademistakes.com\"\n    - label: \"Twitter\"\n      icon: \"fab fa-fw fa-square-x-twitter\"\n      url: \"https://twitter.com/mmistakes\"\n    - label: \"GitHub\"\n      icon: \"fab fa-fw fa-github\"\n      url: \"https://github.com/mmistakes\"\n    - label: \"Instagram\"\n      icon: \"fab fa-fw fa-instagram\"\n      url: \"https://instagram.com/mmistakes\"\n```\n\nTo customize the author sidebar, read the full [layout documentation]({{ \"/docs/layouts/#author-profile\" | relative_url }}).\n\n## Site footer\n\nFooter links can be added under the `footer.links` array.\n\n| Name      | Description                                                                                                                                                   |\n| --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| **label** | Link label (e.g. `\"Twitter\"`)                                                                                                                                 |\n| **icon**  | [Font Awesome icon](https://fontawesome.com/v6/search) classes (e.g. `\"fab fa-fw fa-square-x-twitter\"`)                                                         |\n| **url**   | Link URL (e.g. `\"https://twitter.com/mmistakes\"`)                                                                                                             |\n| **rel**   | Optional [link relation](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel) appended to the default `nofollow noopener noreferrer` (e.g. `\"me\"` for [IndieWeb web sign-in](https://indieweb.org/How_to_set_up_web_sign-in_on_your_own_domain)) |\n\n```yaml\nfooter:\n  links:\n    - label: \"Twitter\"\n      icon: \"fab fa-fw fa-square-x-twitter\"\n      url: \"https://twitter.com/mmistakes\"\n    - label: \"GitHub\"\n      icon: \"fab fa-fw fa-github\"\n      url: \"https://github.com/mmistakes\"\n      rel: \"me\"\n    - label: \"Instagram\"\n      icon: \"fab fa-fw fa-instagram\"\n      url: \"https://instagram.com/mmistakes\"\n```\n\n**Note:** Twitter and Facebook footer links no longer automatically pull from `site.twitter.username` and `site.facebook.username`. This behavior has been deprecated in favor of the `footer.links` array above.\n{: .notice--danger}\n\nTo change \"Follow:\" text that precedes footer links, edit the `follow_label` key in `_data/ui-text.yml`.\n\nThe copyright notice in the footer shows the year the site has been generated. This can be overridden with `time` in `_config.yml`. If `footer.since` is added and the value is not equal to the current year or the optional value of `time`, then a time range will be shown.\n\n```yaml\nfooter:\n  since: \"2013\"\n```\n\nThe above will result for example in `© 2013 - 2025 Minimal ...`. Note that `time` and `footer.since` also support values other than year numbers.\n\n## Reading files\n\nNothing out of the ordinary here. `include` and `exclude` may be the only things you need to alter.\n\n## Conversion and Markdown processing\n\nAgain 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**](https://rouge.jneen.net/) syntax highlighting, and incremental building disabled. Change them if you need to.\n\n## Front Matter Defaults\n\nTo 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.\n\nUsing 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.\n\n```yaml\ndefaults:\n  # _posts\n  - scope:\n      path: \"\"\n      type: posts\n    values:\n      layout: single\n      author_profile: true\n      read_time: true\n      comments: true\n      share: true\n      related: true\n```\n\nPages Front Matter defaults can be scoped like this:\n\n```yaml\ndefaults:\n  # _pages\n  - scope:\n      path: \"\"\n      type: pages\n    values:\n      layout: single\n```\n\nAnd collections like this:\n\n```yaml\ndefaults:\n  # _foo\n  - scope:\n      path: \"\"\n      type: foo\n    values:\n      layout: single\n```\n\nAnd 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`](https://github.com/mmistakes/minimal-mistakes/blob/master/_config.yml).\n\n## Outputting\n\nThe 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`.\n\n**Note:** If you plan on enabling breadcrumb links --- including category names in permalinks is a big part of how those are created.\n{: .notice--warning}\n\n### Paginate\n\nIf [using pagination](https://github.com/jekyll/jekyll-paginate) on the homepage you can change the amount of posts shown with:\n\n```yaml\npaginate: 5\n```\n\nYou'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]({{ \"/docs/layouts/#home-page\" | relative_url }}).\n\nThe paginator only works on files with name `index.html`. To use pagination in a subfolder --- for example `/recent/`, create `/recent/index.html` and set the `paginate_path` in `_config.yml` to this:\n\n```yaml\npaginate_path: /recent/page:num/\n```\n\n**Please note:** When using Jekyll's default [pagination plugin](https://jekyllrb.com/docs/pagination/) `paginator.posts` can only be called once. If you're looking for something more powerful that can paginate category, tag, and collection pages I suggest **[jekyll-paginate-v2][jekyll-paginate-v2]**.\n{: .notice--info}\n\n  [jekyll-paginate-v2]: https://github.com/sverrirs/jekyll-paginate-v2\n\n### Paginate V2\n\n*New in v4.26.0*\n\nIf you're using [Jekyll Paginate V2][jekyll-paginate-v2], you can enjoy its powerful features by removing `paginate` and `paginate_path` and adding the following configuration to your `_config.yml`:\n\n```yaml\npagination:\n  enabled: true\n  collection: 'posts'\n  per_page: 5\n  permalink: '/page/:num/'  # Pages are index.html inside this folder (default)\n  title: ':title - page :num'\n  limit: 0\n  sort_field: 'date'\n  sort_reverse: true\n  trail:\n    before: 2\n    after: 2\n```\n\nThen, create `/posts/index.html` with the following content:\n\n```html\n---\ntitle: \"Posts\"\nlayout: home\npermalink: /posts/\npagination:\n  enabled: true\n---\n```\n\nYour posts will be paginated at `/posts/`, `/posts/page/2/` and `/posts/page/3/` etc.\n\nSimilarly, if you want to paginate a collection or a tag, you can create another `index.html` at an appropriate location, and add configuration to the `pagination` key in the front matter, like this:\n\n```html\n---\ntitle: \"Lovely pets\"\nlayout: home\npermalink: /pets/\npagination:\n  enabled: true\n  collection:\n    - cat\n    - dog\n---\n```\n\n<div class=\"notice--danger\" markdown=\"1\">\n**Note:** There are two more configuration options from Jekyll Paginate V2 that this theme doesn't support yet. You should either leave them out or use their default values as shown below. Changing them may lead to unexpected results and you're on your own.\n\n```yaml\npagination:\n  # Optional, the default file extension for generated pages (e.g html, json, xml).\n  # Internally this is set to html by default\n  extension: html\n\n  # Optional, the default name of the index file for generated pages (e.g. 'index.html')\n  # Without file extension\n  indexpage: 'index'\n```\n</div>\n\n### Timezone\n\nThis sets the timezone environment variable, which Ruby uses to handle time and date creation and manipulation. Any entry from the [IANA Time Zone Database](https://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.\n\n```yaml\ntimezone: America/New_York\n```\n\n## Plugins\n\nWhen 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.\n\n| Plugin                                       | Description                                                                               |\n| -------------------------------------------- | ----------------------------------------------------------------------------------------- |\n| [jekyll-paginate][jekyll-paginate]           | Pagination Generator for Jekyll.                                                          |\n| [jekyll-sitemap][jekyll-sitemap]             | Jekyll plugin to silently generate a sitemaps.org compliant sitemap for your Jekyll site. |\n| [jekyll-gist][jekyll-gist]                   | Liquid tag for displaying GitHub Gists in Jekyll sites.                                   |\n| [jekyll-feed][jekyll-feed]                   | A Jekyll plugin to generate an Atom (RSS-like) feed of your Jekyll posts.                 |\n| [jekyll-include-cache][jekyll-include-cache] | Liquid tag that caches Liquid includes.                                                   |\n\n[jekyll-paginate]: https://github.com/jekyll/jekyll-paginate\n[jekyll-sitemap]: https://github.com/jekyll/jekyll-sitemap\n[jekyll-gist]: https://github.com/jekyll/jekyll-gist\n[jekyll-feed]: https://github.com/jekyll/jekyll-feed\n[jekyll-include-cache]: https://github.com/benbalter/jekyll-include-cache\n\nIf 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.\n\n**Note:** The [jekyll-include-cache](https://github.com/benbalter/jekyll-include-cache) plugin needs to be installed in your `Gemfile` and added to the `plugins` array of `_config.yml`. Otherwise you'll throw `Unknown tag 'include_cached'` errors at build.\n{: .notice--warning}\n\n## Archive settings\n\nThe 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.\n\n[jekyll-archives]: https://github.com/jekyll/jekyll-archives\n\nThe default `type` is set to use Liquid.\n\n**Note:** `category_archive` and `tag_archive` were previously named `categories` and `tags`. Names were changed to avoid possible conflicts with `site.categories` and `site.tags`.\n{: .notice--danger}\n\n```yaml\ncategory_archive:\n  type: liquid\n  path: /categories/\ntag_archive:\n  type: liquid\n  path: /tags/\n```\n\nTo hide the tag and category lists displayed on each post, set `show_taxonomy: false` in `_config.yml`. The taxonomy archive pages themselves are unaffected — only the per-post lists are suppressed.\n\n```yaml\nshow_taxonomy: false\n```\n\nWhich would create category and tag links in the breadcrumbs and page meta like: `/categories/#foo` and `/tags/#foo`.\n\n**Note:** these are simply hash (fragment) links into the full taxonomy index pages. For them to resolve properly, the category and tag index pages need to exist at [`/categories/index.html`](https://github.com/{{ site.repository }}/blob/master/docs/_pages/category-archive.md) (copy to `_pages/category-archive.md`) and [`/tags/index.html`](https://github.com/{{ site.repository }}/blob/master/docs/_pages/tag-archive.md) (copy to `_pages/tag-archive.md`).\n{: .notice--warning}\n\nIf you have the luxury of using Jekyll Plugins, then [**jekyll-archives**][jekyll-archives] will create a better experience as discrete taxonomy pages would be generated, and their corresponding links would be \"real\" (not just hash/fragment links into a larger index). However, the plugin will not generate the taxonomy index pages (`category-archive.md` and `tag-archive.md`) so you'd still need to manually create them if you'd like to have them (see note above).\n\nFirst, you'll need to make sure that the `jekyll-archives` plugin is installed. Either run `gem install jekyll-archives` or add the following to your `Gemfile`:\n\n```\ngroup :jekyll_plugins do\n  gem \"jekyll-archives\"\nend\n```\n\nThen run `bundle install`.\n\nNow that the plugin is installed, change `type` to `jekyll-archives` and apply the following [configurations](https://github.com/jekyll/jekyll-archives/blob/master/docs/configuration.md):\n\n```yaml\ncategory_archive:\n  type: jekyll-archives\n  path: /categories/\ntag_archive:\n  type: jekyll-archives\n  path: /tags/\njekyll-archives:\n  enabled:\n    - categories\n    - tags\n  layouts:\n    category: archive-taxonomy\n    tag: archive-taxonomy\n  permalinks:\n    category: /categories/:name/\n    tag: /tags/:name/\n```\n\n**Note:** The `archive-taxonomy` layout used by jekyll-archives is provided with the theme and can be found in the `_layouts` folder.\n{: .notice--info}\n\n<div class=\"notice--success\" markdown=\"1\">\n\n<h4 class=\"no_toc\"><i class=\"fas fa-lightbulb\"></i> Tip</h4>\n\nTo apply [Front Matter defaults](https://jekyllrb.com/docs/configuration/front-matter-defaults/) to pages generated by the `jekyll-archives` plugin, you can specify a scope of an empty `path` and a `type` of either `tag` or `category`.\n\nFor example, the following configuration enables author profile on tag archives and disables comments on category archives.\n\n```yaml\ndefaults:\n  - scope:\n      path: \"\"\n      type: tag\n    values:\n      author_profile: true\n  - scope:\n      path: \"\"\n      type: category\n    values:\n      comments: false\n```\n\n</div>\n\n## HTML compression\n\nIf you care at all about performance (and really who doesn't) compressing the HTML files generated by Jekyll is a good thing to do.\n\nIf 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.\n\nThere's a variety of configurations and caveats to using the `compress` layout, so be sure to read through the [documentation](http://jch.penibelst.de/) if you decide to change the defaults set in the theme's `_config.yml`.\n\n```yaml\ncompress_html:\n  clippings: all\n  ignore:\n    envs: development  # disable compression in dev environment\n```\n\n**Caution:** Inline JavaScript comments can cause problems with `compress.html`, so be sure to `/* comment this way */` and avoid `// these sorts of comments`.\n{: .notice--warning}\n\n**Note:** CDN services such as CloudFlare provide optional automatic minification for HTML, CSS, and JavaScript. If you are serving your site via such a service and have minification enabled, this configuration might be redundant.\n{: .notice--info}\n"
  },
  {
    "path": "docs/_docs/06-overriding-theme-defaults.md",
    "content": "---\ntitle: \"Overriding Theme Defaults\"\npermalink: /docs/overriding-theme-defaults/\nexcerpt: \"Instructions on how to customize the theme's default set of layouts, includes, and stylesheets when using the Ruby Gem version.\"\nlast_modified_at: 2020-07-27\n---\n\nWhen installing the theme as a Ruby Gem its layouts, includes, stylesheets, and other assets are all bundled in the `gem`. Meaning they're not easily visible in your project.\n\nEach of these files can be modified, but you'll need to copy the default version into your project first. For example, if you wanted to modify the default [`single` layout](https://github.com/mmistakes/minimal-mistakes/blob/master/_layouts/single.html), you'd start by copying it to `_layouts/single.html`.\n\n**ProTip**: To locate theme files, run `bundle info minimal-mistakes-jekyll`. Then copy the files you want to override from the returned path, to the appropriate folder in your project.\n{: .notice--info}\n\nJekyll will use the files in your project first before falling back to the default versions of the theme. It exhibits this behavior with files in the following folders:\n\n```\n/assets\n/_layouts\n/_includes\n/_sass\n```\n\nAdditionally, from `v4.5.0` onwards the theme-gem will also exhibit above behavior for `/_data` via a plugin.\nConsequently, the data files for UI Text and Navigation are also bundled within the theme-gem.\nThis doesn't apply if you're building your site on GitHub Pages, however.\n\nFor more information on customizing the theme's [stylesheets]({{ \"/docs/stylesheets/\" | relative_url }}) and [JavaScript]({{ \"/docs/javascript/\" | relative_url }}), see the appropriate pages.\n"
  },
  {
    "path": "docs/_docs/07-navigation.md",
    "content": "---\ntitle: \"Navigation\"\npermalink: /docs/navigation/\nexcerpt: \"Instructions on how to customize the main navigation and enabling breadcrumb links.\"\nlast_modified_at: 2018-03-20T15:59:40-04:00\ntoc: true\n---\n\nCustomize site navigational links through a Jekyll data file.\n\n## Masthead\n\nThe 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.\n\nTo define these links add titles and URLs under the `main` key in `_data/navigation.yml`:\n\n```yaml\nmain:\n  - title: \"Quick-Start Guide\"\n    url: /docs/quick-start-guide/\n  - title: \"Posts\"\n    url: /year-archive/\n  - title: \"Categories\"\n    url: /categories/\n  - title: \"Tags\"\n    url: /tags/\n  - title: \"Pages\"\n    url: /page-archive/\n  - title: \"Collections\"\n    url: /collection-archive/\n  - title: \"External Link\"\n    url: https://google.com\n    target: _blank\n```\n\nWhich will give you a responsive masthead similar to this:\n\n![priority plus masthead animation]({{ \"/assets/images/mm-priority-plus-masthead.gif\" | relative_url }})\n\nOptionally, you can add a `description` key per title in the `main` key. This `description` will show up like a tooltip, when the user hovers over the link on a desktop browser.\n\n**ProTip:** Put the most important links first so they're always visible and not hidden behind the **menu toggle**.\n{: .notice--info}\n\n## Breadcrumbs (beta)\n\nEnable 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:\n\n1. Use a category based permalink structure e.g. `permalink: /:categories/:title/`\n2. 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.\n\n![breadcrumb navigation example]({{ \"/assets/images/mm-breadcrumbs-example.jpg\" | relative_url }})\n\n```yaml\nbreadcrumbs: true  # disabled by default\n```\n\nBreadcrumb start link text and separator character can both be changed in `_data/ui-text.yml`.\n\n```yaml\nbreadcrumb_home_label : \"Home\"\nbreadcrumb_separator  : \"/\"\n```\n\nFor breadcrumbs that resemble something like `Start > Blog > My Awesome Post` you'd apply these settings:\n\n```yaml\nbreadcrumb_home_label : \"Start\"\nbreadcrumb_separator  : \">\"\n```\n\n## Custom sidebar navigation menu\n\nSee the [**sidebars** documentation]({{ \"/docs/layouts/#custom-sidebar-navigation-menu\" | relative_url }}) for information on setting up a custom navigation menu."
  },
  {
    "path": "docs/_docs/08-ui-text.md",
    "content": "---\ntitle: \"UI Text\"\npermalink: /docs/ui-text/\nexcerpt: \"Text for customizing user interface elements found in the theme.\"\nlast_modified_at: 2021-05-11T10:22:55-04:00\n---\n\nText for UI elements, `_layouts`, and `_includes` grouped together as a set of translation keys. This is by no means a full-on i18n solution, but it does help make customizing theme text a bit easier.\n\nThe English[^yaml-anchors] main keys in [`_data/ui-text.yml`](https://github.com/mmistakes/minimal-mistakes/blob/master/_data/ui-text.yml) are translated in the following languages:\n\n- Arabic (عربي)\n- Brazilian Portuguese (Português brasileiro)\n- Bulgarian\n- Catalan\n- Chinese\n- Czech\n- Danish\n- Dutch\n- Finnish\n- French (Français)\n- German (Deutsch)\n- Greek\n- Hebrew\n- Hungarian\n- Indonesian\n- Irish (Gaeilge)\n- Italian (Italiano)\n- Kiswahili\n- Korean\n- Japanese\n- Malayalam\n- Myanmar (Burmese)\n- Nepali (Nepalese)\n- Norwegian (Norsk)\n- Polish\n- Persian (فارسی)\n- Romanian\n- Russian\n- Slovak\n- Spanish (Español)\n- Swedish\n- Thai\n- Turkish (Türkçe)\n- Vietnamese\n\nIf 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.\n\n[^yaml-anchors]: `en-US`, and `en-GB` use [YAML anchors](http://www.yaml.org/spec/1.2/spec.html#id2785586) to reference the values in `en` as to not repeat them.\n\nMany 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.\n\n![UI text labels]({{ \"/assets/images/mm-ui-text-labels.jpg\" | relative_url }})\n\n**Note:** Localization can also be overridden per page by specifying `locale` in the front matter.\n{: .notice--info}\n\n**Note:** The theme comes with localized text in English (`en`, `en-US`, `en-GB`). If you change `locale` in `_config.yml` to something else, most of the UI text will go blank. Be sure to add the corresponding locale key and translated text to `_data/ui-text.yml` to avoid this.\n{: .notice--warning}\n"
  },
  {
    "path": "docs/_docs/09-authors.md",
    "content": "---\ntitle: \"Authors\"\npermalink: /docs/authors/\nexcerpt: \"Instructions and settings for working with multiple site authors.\"\nlast_modified_at: 2018-09-10T12:33:24-04:00\n---\n\nSites that may have content authored from various individuals can be accommodated by using [data files](https://jekyllrb.com/docs/datafiles/).\n\nTo assign an author to a post or page that is different from the site author specified in `_config.yml`:\n\n**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`, `bio`, `avatar`, author `links`, etc.).\n\n```yaml\n# /_data/authors.yml\n\nBilly Rick:\n  name        : \"Billy Rick\"\n  bio         : \"What do you want, jewels? I am a very extravagant man.\"\n  avatar      : \"/assets/images/bio-photo-2.jpg\"\n  fediverse   : \"@billyrick@instance.social\"\n  links:\n    - label: \"Email\"\n      icon: \"fas fa-fw fa-square-envelope\"\n      url: \"mailto:billyrick@rick.com\"\n    - label: \"Website\"\n      icon: \"fas fa-fw fa-link\"\n      url: \"https://thewhip.com\"\n    - label: \"Twitter\"\n      icon: \"fab fa-fw fa-square-x-twitter\"\n      url: \"https://twitter.com/extravagantman\"\n\nCornelius Fiddlebone:\n  name        : \"Cornelius Fiddlebone\"\n  bio         : \"I ordered what?\"\n  avatar      : \"/assets/images/bio-photo.jpg\"\n  links:\n    - label: \"Email\"\n      icon: \"fas fa-fw fa-square-envelope\"\n      url: \"mailto:cornelius@thewhip.com\"\n    - label: \"Twitter\"\n      icon: \"fab fa-fw fa-square-x-twitter\"\n      url: \"https://twitter.com/rhymeswithsackit\"\n```\n\n**Step 2.** Assign one of the authors in `authors.yml` to a post or page you wish to override the `site.author` with. \n\nExample: To assign `Billy Rick` as an author for a post the following YAML Front Matter would be applied:\n\n```yaml\nauthor: Billy Rick\n```\n"
  },
  {
    "path": "docs/_docs/10-layouts.md",
    "content": "---\ntitle: \"Layouts\"\npermalink: /docs/layouts/\nexcerpt: \"Descriptions and samples of all layouts included with the theme and how to best use them.\"\nsingle_layout_gallery:\n  - image_path: /assets/images/mm-layout-single-header.png\n    alt: \"single layout with header example\"\n  - image_path: /assets/images/mm-layout-single-meta.png\n    alt: \"single layout with comments and related posts\"\nlast_modified_at: 2020-08-30T21:27:40-04:00\ntoc: true\ntoc_label: \"Included Layouts\"\ntoc_icon: \"columns\"\n---\n\nThe 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.\n\n## Default layout\n\nThe base layout all other layouts inherit from. There's not much to this layout apart from pulling in several `_includes`:\n\n* `<head>` elements\n* masthead navigation links\n* {% raw %}`{{ content }}`{% endraw %}\n* page footer\n* scripts\n\n**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.\n{: .notice--warning}\n\n### Layout based and user-defined classes\n\nClass names corresponding to each layout are automatically added to the `<body>` element eg. `<body class=\"layout--single\">`.\n\n| layout           | class name                  |\n| ---------------- | --------------------------- |\n| archive          | `.layout--archive`          |\n| archive-taxonomy | `.layout--archive-taxonomy` |\n| search           | `.layout--search`           |\n| single           | `.layout--single`           |\n| splash           | `.layout--splash`           |\n| home             | `.layout--home`             |\n| posts            | `.layout--posts`            |\n| categories       | `.layout--categories`       |\n| category         | `.layout--category`         |\n| tags             | `.layout--tags`             |\n| tag              | `.layout--tag`              |\n\nUsing YAML Front Matter you can also assign custom classes to target with CSS or JavaScript. Perfect for \"art directed\" posts or adding custom styles to specific pages.\n\nExample:\n\n```yaml\n---\nlayout: splash\nclasses:\n  - landing\n  - dark-theme\n---\n```\n\nOutputs:\n\n```html\n<body class=\"layout--splash landing dark-theme\">\n```\n\n### Canonical URL\n\nYou can set custom Canonical URL for a page by specifying `canonical_url` option in pages YAML Front Matter. For example, if you have the following:\n\n```yaml\nlayout: single\ntitle: Title of Your Post\ncanonical_url: \"https://yoursite.com/custom-canonical-url\"\n```\n\nThis will generate the following in the `<head>` of your page:\n\n```html\n<link rel=\"canonical\" href=\"https://yoursite.com/custom-canonical-url\" />\n```\n\n## Compress layout\n\nA Jekyll layout that compresses HTML in pure Liquid. To enable add `layout: compress` to `_layouts/default.html`.\n\n**Note:** Has been known to mangle markup and break JavaScript... especially if inline `// comments` are present. For this reason it has been disabled by default.\n{: .notice--danger}\n\n* [Documentation](http://jch.penibelst.de/)\n\n## Single layout\n\nThe layout you'll likely use the most --- sidebar and main content combo.\n\n**Includes:**\n\n* Optional header image with caption\n* Optional header overlay (solid color/image) + text and optional \"call to action\" button\n* Optional social sharing links module\n* Optional comments module\n* Optional related posts module\n* Wide page variant\n\n{% include gallery id=\"single_layout_gallery\" caption=\"Image header and meta info examples for `single` layout\" %}\n\nAssign with `layout: single` , or better yet apply as a [Front Matter default]({{ \"/docs/configuration/#front-matter-defaults\" | relative_url }}) in `_config.yml`.\n\n### Wide page\n\nTo expand the main content to the right, filling the space of what is normally occupied by the table of contents. Add the following to a post or page's YAML Front Matter:\n\n```yaml\nclasses: wide\n```\n\n**Note:** If the page contains a table of contents, it will no longer appear to the right. Instead it will be forced into the main content container directly following the page's title.\n{: .notice--info}\n\n### Table of contents\n\nAuto-generated table of contents list for your posts and pages can be enabled by adding `toc: true` to the YAML Front Matter.\n\n![table of contents example]({{ \"/assets/images/mm-toc-helper-example.jpg\" | relative_url }})\n\n| Parameter   | Required | Description | Default |\n| ---------   | -------- | ----------- | ------- |\n| **toc**     | Optional | Show table of contents. (boolean) | `false` |\n| **toc_label** | Optional | Table of contents title. (string) | `toc_label` in UI Text data file. |\n| **toc_icon**  | Optional | Table of contents icon, displays before the title. (string) | [Font Awesome](https://fontawesome.com/v6/search?s=solid&m=free) <i class=\"fas fa-file-alt\"></i> **file-alt** icon. Other FA icons can be used instead. |\n| **toc_sticky** | Optional | Stick table of contents to top of screen.                   | `false` |\n\n**TOC example with custom title and icon**\n\n```yaml\n---\ntoc: true\ntoc_label: \"My Table of Contents\"\ntoc_icon: \"cog\"\n---\n```\n\n{% capture notice-text %}\n**Note:** You need to use contiguous levels of headings for the TOC to generate properly. For example:\n\n```markdown\nGood headings:\n\n# Heading\n## Heading\n### Heading\n### Heading\n# Heading\n## Heading\n\nBad headings:\n\n# Heading\n### Heading (skipped H2)\n##### Heading (skipped H4)\n```\n{% endcapture %}\n\n<div class=\"notice--warning\">\n  {{ notice-text | markdownify }}\n</div>\n\n## Archive layout\n\nEssentially the same as `single` with markup adjustments and some modules removed.\n\n**Includes:**\n\n* Optional header image with caption\n* Optional header overlay (solid color/image) + text and optional \"call to action\" button\n* List and grid views\n\n<figure>\n  <img src=\"{{ '/assets/images/mm-layout-archive.png' | relative_url }}\" alt=\"archive layout example\">\n  <figcaption>List view example.</figcaption>\n</figure>\n\nBelow 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.\n\n* [All Posts Grouped by Category -- List View][posts-categories]\n* [All Posts Grouped by Tag -- List View][posts-tags]\n* [All Posts Grouped by Year -- List View][posts-year]\n* [All Posts Grouped by Collection -- List View][posts-collection]\n* [Portfolio Collection -- Grid View][portfolio-collection]\n\n[posts-categories]: https://github.com/{{ site.repository }}/blob/master/docs/_pages/category-archive.md\n[posts-tags]: https://github.com/{{ site.repository }}/blob/master/docs/_pages/tag-archive.md\n[posts-year]: https://github.com/{{ site.repository }}/blob/master/docs/_pages/year-archive.md\n[posts-collection]: https://github.com/{{ site.repository }}/blob/master/docs/_pages/collection-archive.html\n[portfolio-collection]: https://github.com/{{ site.repository }}/blob/master/docs/_pages/portfolio-archive.md\n\nPost 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:\n\n```yaml\nexcerpt: \"A unique line of text to describe this post that will display in an archive listing and meta description with SEO benefits.\"\n```\n\n### Wide page\n\nTo expand the main content to the right, filling the space of what is normally occupied by the table of contents. Add the following to a post or page's YAML Front Matter:\n\n```yaml\nclasses: wide\n```\n\n### Grid view\n\nAdding `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:\n\nCreate a portfolio archive page (eg. `_pages/portfolio-archive.md`) with the following YAML Front Matter:\n\n```yaml\n---\ntitle: Portfolio\nlayout: collection\npermalink: /portfolio/\ncollection: portfolio\nentries_layout: grid\n---\n```\n\nTeaser images are assigned similar to header images using the following YAML Front Matter:\n\n```yaml\nheader:\n  teaser: path-to-teaser-image.jpg\n```\n\n**Note:** More information on using this `_include` can be found under [**Helpers**]({{ \"/docs/helpers/\" | relative_url }}).\n{: .notice--info}\n\n## Taxonomy archives\n\nIf you have the luxury of using Jekyll plugins, the creation of category and tag archives is greatly simplified. Simply enable support for the [`jekyll-archives`](https://github.com/jekyll/jekyll-archives) plugin with a few `_config.yml` settings as noted in the [**Configuration**]({{ \"/docs/configuration/#archive-settings\" | relative_url }}) section and you're good to go.\n\n![archive taxonomy layout example]({{ \"/assets/images/mm-layout-archive-taxonomy.png\" | relative_url }})\n\nIf you're not using the `jekyll-archives` plugin then you need to create archive pages yourself. Sample taxonomy archives can be found by grabbing the Markdown sources below and adding to your site.\n\n| Name                 | Layout | Example |\n| -------------------- | ------ | ------ |\n| [Posts Archive](https://mmistakes.github.io/minimal-mistakes/year-archive/) | `layout: posts` | [year-archive.md](https://github.com/mmistakes/minimal-mistakes/blob/master/docs/_pages/year-archive.md) |\n| [Categories Archive](https://mmistakes.github.io/minimal-mistakes/categories/) | `layout: categories` | [category-archive.md](https://github.com/mmistakes/minimal-mistakes/blob/master/docs/_pages/category-archive.md) |\n| [Category Archive](https://mmistakes.github.io/minimal-mistakes/categories/edge-case/) | `layout: category` | [edge-case.md](https://github.com/mmistakes/minimal-mistakes/blob/master/docs/_pages/edge-case.md) |\n| [Tags Archive](https://mmistakes.github.io/minimal-mistakes/tags/) | `layout: tags` | [tag-archive.md](https://github.com/mmistakes/minimal-mistakes/blob/master/docs/_pages/tag-archive.md) |\n| [Tag Archive](https://mmistakes.github.io/minimal-mistakes/tags/markup/) | `layout: tag` | [markup.md](https://github.com/mmistakes/minimal-mistakes/blob/master/docs/_pages/markup.md) |\n| [Collection Archive](https://mmistakes.github.io/minimal-mistakes/recipes/) | `layout: collection` | [recipes-archive.md](https://github.com/mmistakes/minimal-mistakes/blob/master/docs/_pages/recipes-archive.md) |\n\n**Note:** By default, documents are shown in a list view. To change to a grid view add `entries_layout: grid` to the page's front matter.\n{: .notice--info}\n\n### `layout: posts`\n\nThis layout displays all posts grouped by the year they were published. It accommodates the same front matter as `layout: archive`.\n\n### `layout: categories`\n\nThis layout displays all posts grouped category. It accommodates the same front matter as `layout: archive`.\n\n### `layout: tags`\n\nThis layout displays all posts grouped by tag. It accommodates the same front matter as `layout: archive`.\n\n### `layout: collection`\n\nThis layout displays all documents grouped by a specific collection. It accommodates the same front matter as `layout: archive` with the addition of the following:\n\n```yaml\ncollection: # collection name\nentries_layout: # list (default), grid\nshow_excerpts: # true (default), false\nsort_by: # date (default), title or any metadata key added to the collection's documents\nsort_order: # forward (default), reverse\n```\n\nTo create a page showing all documents in the `recipes` collection you'd create `recipes.md` in the root of your project and add this front matter:\n\n```yaml\ntitle: Recipes\nlayout: collection\npermalink: /recipes/\ncollection: recipes\n```\n\nIf you want to sort the collection by title add `sort_by: title`. If you want reverse sorting, add `sort_order: reverse`.\nYou can also use any metadata key that is present in the documents. For example, you can add `number: <any number>` to your documents and use `number` as the sort key:\n\n```yaml\nsort_by: number\n```\n\n### `layout: category`\n\nThis layout displays all posts grouped by a specific category. It accommodates the same front matter as `layout: archive` with the addition of the following:\n\n```yaml\ntaxonomy: # category name\nentries_layout: # list (default), grid\n```\n\nTo create a page showing all posts assigned to the category `foo` you'd create `foo.md` and add this front matter:\n\n```yaml\ntitle: Foo\nlayout: category\npermalink: /categories/foo/\ntaxonomy: foo\n```\n\n### `layout: tag`\n\nThis layout displays all posts grouped by a specific tag. It accommodates the same front matter as `layout: archive` with the addition of the following:\n\n```yaml\ntaxonomy: # tag name\nentries_layout: # list (default), grid\n```\n\nTo create a page showing all posts assigned to the tag `foo bar` you'd create `foo-bar.md` and add this front matter:\n\n```yaml\ntitle: Foo Bar\nlayout: tag\npermalink: /tags/foo-bar/\ntaxonomy: foo bar\n```\n\n## Home page layout\n\nA derivative archive page layout to be used as a simple home page. It is built to show a paginated list of recent posts based off of the [pagination settings]({{ \"/docs/configuration/#paginate\" | relative_url }}) in `_config.yml`.\n\n<figure>\n  <img src=\"{{ '/assets/images/mm-home-post-pagination-example.jpg' | relative_url }}\" alt=\"paginated home page example\">\n  <figcaption>Example of a paginated home page showing 5 recent posts.</figcaption>\n</figure>\n\nTo use create `index.html` at the root of your project and add the following YAML Front Matter:\n\n```yaml\n---\nlayout: home\n---\n```\n\nThen configure pagination in `_config.yml`.\n\n```yaml\npaginate: 5 # amount of posts to show\npaginate_path: /page:num/\n```\n\nIf you'd rather have a paginated page of posts reside in a subfolder instead of acting as your homepage make the following adjustments.\n\nCreate `index.html` in the location you'd like. For example if I wanted it to live at **/blog** I'd create `/blog/index.html` with `layout: home` in its YAML Front Matter.\n\nThen adjust the `paginate_path` in **_config.yml** to match.\n\n```yaml\npaginate_path: /blog/page:num\n```\n\n**Note:** The default Jekyll Paginate plugin can only paginate a single `index.html` file. If you'd like to paginate more pages (e.g. category indexes) you'll need the help of a custom plugin. For more pagination-related settings check the [**Configuration**]({{ \"/docs/configuration/#paginate\" | relative_url }}) section, including settings for [Jekyll Paginate V2](https://github.com/sverrirs/jekyll-paginate-v2).\n{: .notice--info}\n\n**Note:** By default, documents are shown in a list view. To change to a grid view add `entries_layout: grid` to the page's front matter. To increase the width of the main container, giving more space to the grid items also add `classes: wide` to the home page's YAML Front Matter.\n{: .notice--info}\n\n## Splash page layout\n\nFor full-width landing pages that need a little something extra add `layout: splash` to the YAML Front Matter.\n\n**Includes:**\n\n* Optional header image with caption\n* Optional header overlay (solid color/image) + text and optional \"call to action\" button\n* Feature blocks (`left`, `center`, and `right` alignment options)\n\n![splash page layout example]({{ \"/assets/images/mm-layout-splash.png\" | relative_url }})\n\nFeature 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**]({{ \"/docs/helpers/\" | relative_url }}) section or review a [sample splash page](https://github.com/{{ site.repository }}/blob/master/docs/_pages/splash-page.md).\n\n## Search page layout\n\nA page with a search form. Add `layout: search` to the YAML Front Matter similar to [this example](https://github.com/mmistakes/minimal-mistakes/blob/master/test/_pages/search.md) on the test site.\n\n![search page layout example]({{ \"/assets/images/search-layout-example.png\" | relative_url }})\n\n**Note:** A page using the `layout: search` isn't compatible with the new [site search feature]({{ \"/docs/configuration/#site-search\" | relative_url }}) incorporated in the masthead.\n{: .notice--warning}\n\n### Exclusions\n\nIf you would like to exclude specific pages/posts from the search index set the search flag to `false` in the YAML Front Matter for the page/post.\n\n```yaml\nsearch: false\n```\n\n**ProTip:** Add a link to this page in the masthead navigation.\n{: .notice--info}\n\n---\n\n## Headers\n\nTo add some visual punch to a post or page, a large full-width header image can be included.\n\nBe 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.\n\n**Please Note:** Paths for image headers, overlays, teasers, [galleries]({{ \"/docs/helpers/#gallery\" | relative_url }}), and [feature rows]({{ \"/docs/helpers/#feature-row\" | relative_url }}) have changed and require a full path. Instead of just `image: filename.jpg` you'll need to use the full path eg: `image: /assets/images/filename.jpg`. The preferred location is now `/assets/images/`, but can be placed elsewhere or external hosted. This all applies for image references in `_config.yml` and `author.yml` as well.\n{: .notice--danger}\n\n![single layout header image example]({{ \"/assets/images/mm-single-header-example.jpg\" | relative_url }})\n\nPlace your images in the `/assets/images/` folder and add the following YAML Front Matter:\n\n```yaml\nheader:\n  image: /assets/images/image-filename.jpg\n```\n\nFor externally hosted images include the full image path instead of just the filename:\n\n```yaml\nheader:\n  image: http://some-site.com/assets/images/image.jpg\n```\n\nTo provide a custom alt tag for screen readers:\n\n```yaml\nheader:\n  image: /assets/images/unsplash-image-1.jpg\n  image_description: \"A description of the image\"\n```\n\nTo include a caption or attribution for the image:\n\n```yaml\nheader:\n  image: /assets/images/unsplash-image-1.jpg\n  caption: \"Photo credit: [**Unsplash**](https://unsplash.com)\"\n```\n\n**ProTip:** Captions written in Markdown are supported, so feel free to add links, or style text. Just be sure to wrap it in quotes.\n{: .notice--info}\n\n### Header overlay\n\nTo overlay text on top of a header image you have a few more options:\n\n| Name                     | Description | Default |\n| ----                     | ----------- | ------- |\n| **overlay_image**        | Header image you'd like to overlay. Same rules as `header.image` from above. | |\n| **overlay_filter**       | Color/opacity to overlay on top of the header image. Example: `0.5`, `rgba(255, 0, 0, 0.5)` or [`linear-gradient`][mdn-linear-gradient]. |\n| **show_overlay_excerpt** | Display excerpt in the overlay text | true |\n| **excerpt**              | Auto-generated page excerpt is added to the overlay text or can be overridden. | |\n| **tagline**              | Overrides page excerpt. Useful when header text needs to be different from excerpt in archive views. | |\n| **actions**              | Call to action button links (`actions` array: `label` and `url`). More than one button link can be assigned. | |\n\n  [mdn-linear-gradient]: https://developer.mozilla.org/en-US/docs/Web/CSS/linear-gradient()\n\nWith this YAML Front Matter:\n\n```yaml\nexcerpt: \"This post should display a **header with an overlay image**, if the theme supports it.\"\nheader:\n  overlay_image: /assets/images/unsplash-image-1.jpg\n  caption: \"Photo credit: [**Unsplash**](https://unsplash.com)\"\n  actions:\n    - label: \"More Info\"\n      url: \"https://unsplash.com\"\n```\n\nYou'd get a header image overlaid with text and a call to action button like this:\n\n![single layout header overlay example]({{ \"/assets/images/mm-single-header-overlay-example.jpg\" | relative_url }})\n\nYou also have the option of specifying a solid background-color to use instead of an image.\n\n![single layout header overlay with background fill]({{ \"/assets/images/mm-single-header-overlay-fill-example.jpg\" | relative_url }})\n\n```yaml\nexcerpt: \"This post should display a **header with a solid background color**, if the theme supports it.\"\nheader:\n  overlay_color: \"#333\"\n```\n\nYou can also specifying the opacity (between `0` and `1`) of a black overlay like so:\n\n![transparent black overlay]({{ \"/assets/images/mm-header-overlay-black-filter.jpg\" | relative_url }})\n\n```yaml\nexcerpt: \"This post should [...]\"\nheader:\n  overlay_image: /assets/images/unsplash-image-1.jpg\n  overlay_filter: 0.5 # same as adding an opacity of 0.5 to a black background\n  caption: \"Photo credit: [**Unsplash**](https://unsplash.com)\"\n  actions:\n    - label: \"Download\"\n      url: \"https://github.com\"\n```\n\nOr if you feel colorful, use full rgba:\n\n![transparent red overlay]({{ \"/assets/images/mm-header-overlay-red-filter.jpg\" | relative_url }})\n\n```yaml\nexcerpt: \"This post should [...]\"\nheader:\n  overlay_image: /assets/images/unsplash-image-1.jpg\n  overlay_filter: rgba(255, 0, 0, 0.5)\n  caption: \"Photo credit: [**Unsplash**](https://unsplash.com)\"\n  actions:\n    - label: \"Download\"\n      url: \"https://github.com\"\n```\n\nOr if you want to do more fancy things, go all the way to [linear-gradient][mdn-linear-gradient]:\n\n![transparent custom overlay]({{ \"/assets/images/mm-header-overlay-custom-filter.jpg\" | relative_url }})\n\n```yaml\nexcerpt: \"This post should [...]\"\nheader:\n  overlay_image: /assets/images/unsplash-image-1.jpg\n  overlay_filter: linear-gradient(rgba(255, 0, 0, 0.5), rgba(0, 255, 255, 0.5))\n  caption: \"Photo credit: [**Unsplash**](https://unsplash.com)\"\n  actions:\n    - label: \"Download\"\n      url: \"https://github.com\"\n```\n\nMultiple call to action button links can be assigned like this:\n\n```yaml\nexcerpt: \"This post should display a **header with an overlay image**, if the theme supports it.\"\nheader:\n  overlay_image: /assets/images/unsplash-image-1.jpg\n  caption: \"Photo credit: [**Unsplash**](https://unsplash.com)\"\n  actions:\n    - label: \"Foo Button\"\n      url: \"#foo\"\n    - label: \"Bar Button\"\n      url: \"#bar\"\n```\n\n### Open Graph & Twitter Card images\n\nBy default the large page header or overlay images are used for sharing previews. If you'd like to set this image to something else use `page.header.og_image` like:\n\n```yaml\nheader:\n  image: /assets/images/your-page-image.jpg\n  og_image: /assets/images/your-og-image.jpg\n  og_image_alt: \"Description of the image\"\n```\n\n`og_image_alt` sets alt text for `og:image:alt` and `twitter:image:alt` meta tags. This overrides the site-wide `og_image_alt` set in `_config.yml`.\n\n**ProTip:** `og_image` is useful for setting OpenGraph images on pages that don't have a header or overlay image.\n{: .notice--info}\n\n---\n\n## Sidebars\n\nThe 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.\n\n### Author profile\n\nAdd `author_profile: true` to a post or page's YAML Front Matter.\n\n![single layout example]({{ \"/assets/images/mm-layout-single.png\" | relative_url }})\n\nBetter yet, enable it with Front Matter Defaults set in `_config.yml`.\n\n```yaml\ndefaults:\n  # _posts\n  - scope:\n      path: \"\"\n      type: posts\n    values:\n      author_profile: true\n```\n\n**Note:** To disable the author sidebar profile for a specific post or page, add `author_profile: false` to the YAML Front Matter instead.\n{: .notice--warning}\n\nTo assign more author links, add to the `author.links` array  in [`_config.yml`]({{ \"/docs/configuration/\" | relative_url }}) link so. Any of [Font Awesome's icons](https://fontawesome.com/v6/search) are available for use.\n\n```yaml\nauthor:\n  name: \"Your Name\"\n  avatar: \"/assets/images/bio-photo.jpg\"\n  bio: \"I am an **amazing** person.\" # Note: Markdown is allowed\n  location: \"Somewhere\"\n  links:\n    - label: \"Made Mistakes\"\n      icon: \"fas fa-fw fa-link\"\n      url: \"https://mademistakes.com\"\n    - label: \"Twitter\"\n      icon: \"fab fa-fw fa-square-x-twitter\"\n      url: \"https://twitter.com/mmistakes\"\n    - label: \"GitHub\"\n      icon: \"fab fa-fw fa-github\"\n      url: \"https://github.com/mmistakes\"\n    - label: \"Instagram\"\n      icon: \"fab fa-fw fa-instagram\"\n      url: \"https://instagram.com/mmistakes\"\n```\n\n**Note:** Depending on the icon and theme skin used, colors may not be used. Popular social networks like Twitter, Facebook, Instagram, etc. have the appropriate brand color set in CSS. To change or add missing colors edit [`_utilities.scss`](https://github.com/mmistakes/minimal-mistakes/blob/master/_sass/minimal-mistakes/_utilities.scss) in `<site root>/_sass/minimal-mistakes/`.\n{: .notice--info}\n\nFor example, to color a Reddit icon, simply add a `color` declaration and the corresponding hex code like so:\n\n```scss\n.social-icons {\n  .fa-reddit {\n    color: #ff4500;\n  }\n}\n```\n\n![Reddit link in author profile with color]({{ \"/assets/images/mm-author-profile-reddit-color.png\" | relative_url }})\n\n### Custom sidebar content\n\nBlocks of content can be added by using the following under `sidebar`:\n\n| Name          | Description                                                |\n| ----          | -----------                                                |\n| **title**     | Title or heading.                                          |\n| **image**     | Image path placed in `/images/` folder or an external URL. |\n| **image_alt** | Alternate description for image.                           |\n| **text**      | Text. Markdown is allowed.                                 |\n\nMultiple blocks can also be added by following the example below:\n\n```yaml\nsidebar:\n  - title: \"Title\"\n    image: http://placehold.it/350x250\n    image_alt: \"image\"\n    text: \"Some text here.\"\n  - title: \"Another Title\"\n    text: \"More text here.\"\n```\n\n<figure>\n  <img src=\"{{ '/assets/images/mm-custom-sidebar-example.jpg' | relative_url }}\" alt=\"custom sidebar content example\">\n  <figcaption>Example of custom sidebar content added as YAML Front Matter.</figcaption>\n</figure>\n\n**Note:** Custom sidebar content added to a post or page's YAML Front Matter will appear below the author profile if enabled with `author_profile: true`.\n{: .notice--info}\n\nFor more advanced customization, create `_includes/sidebar-custom.html` in your site. Its contents are included at the bottom of the sidebar on every page, after the author profile, YAML-defined blocks, and navigation menu. This follows the same pattern as [`head/custom.html`](#custom-head-tags) and `author-profile-custom-links.html`.\n\n### Custom sidebar navigation menu\n\nTo create a sidebar menu[^sidebar-menu] similar to the one found in the theme's documentation pages you'll need to modify a `_data` file and some YAML Front Matter.\n\n[^sidebar-menu]: Sidebar menu supports 1 level of nested links.\n\n<figure>\n  <img src=\"{{ '/assets/images/mm-custom-sidebar-nav.jpg' | relative_url }}\" alt=\"sidebar navigation example\">\n  <figcaption>Custom sidebar navigation menu example.</figcaption>\n</figure>\n\nTo start, add a new key to `_data/navigation.yml`. This will be referenced later via YAML Front Matter so keep it short and memorable. In the case of the theme's documentation menu I used `docs`.\n\n**Sample sidebar menu links:**\n\n```yaml\ndocs:\n  - title: Getting Started\n    children:\n      - title: \"Quick-Start Guide\"\n        url: /docs/quick-start-guide/\n      - title: \"Structure\"\n        url: /docs/structure/\n      - title: \"Installation\"\n        url: /docs/installation/\n      - title: \"Upgrading\"\n        url: /docs/upgrading/\n\n  - title: Customization\n    children:\n      - title: \"Configuration\"\n        url: /docs/configuration/\n      - title: \"Navigation\"\n        url: /docs/navigation/\n      - title: \"UI Text\"\n        url: /docs/ui-text/\n      - title: \"Authors\"\n        url: /docs/authors/\n      - title: \"Layouts\"\n        url: /docs/layouts/\n\n  - title: Content\n    children:\n      - title: \"Working with Posts\"\n        url: /docs/posts/\n      - title: \"Working with Pages\"\n        url: /docs/pages/\n      - title: \"Working with Collections\"\n        url: /docs/collections/\n      - title: \"Helpers\"\n        url: /docs/helpers/\n      - title: \"Utility Classes\"\n        url: /docs/utility-classes/\n\n  - title: Extras\n    children:\n      - title: \"Stylesheets\"\n        url: /docs/stylesheets/\n      - title: \"JavaScript\"\n        url: /docs/javascript/\n```\n\nNow you can pull these links into any page by adding the following YAML Front Matter.\n\n```yaml\nsidebar:\n  nav: \"docs\"\n```\n\n**Note:** `nav: \"docs\"` references the `docs` key in `_data/navigation.yml` so make sure they match.\n{: .notice--info}\n\nIf you're adding a sidebar navigation menu to several pages the use of Front Matter Defaults is a better option. You can define them in `_config.yml` to avoid adding it to every page or post.\n\n**Sample sidebar nav default:**\n\n```yaml\ndefaults:\n  # _docs\n  - scope:\n      path: \"\"\n      type: docs\n    values:\n      sidebar:\n        nav: \"docs\"\n```\n\n*New in v4.26.0*: If you have multiple sidebar navs defined and want to include more than one on a page, the sidebar nav can also be a list.\n\n```yaml\nsidebar:\n  nav:\n    - main\n    - docs\n```\n\n---\n\n## Social sharing links\n\nThe `single` layout has an option to enable social links at the bottom of posts for sharing on Twitter, Facebook, and LinkedIn. Similar to the links found in the author sidebar, the theme ships with defaults for the most common social networks.\n\n![default social share link buttons]({{ \"/assets/images/mm-social-share-links-default.png\" | relative_url }})\n\nTo enable these links add `share: true` to a post or page's YAML Front Matter or use a [default](https://jekyllrb.com/docs/configuration/#front-matter-defaults) in your `_config.yml` to apply more globally.\n\nIf you'd like to add, remove, or change the order of these default links you can do so by editing [`_includes/social-share.html`](https://github.com/mmistakes/minimal-mistakes/blob/master/_includes/social-share.html).\n\nLet's say you wanted to replace the LinkedIn button with a Reddit one. Simply replace the HTML with the following:\n\n```html\n{% raw %}<a href=\"https://www.reddit.com/submit?url={{ page.url | absolute_url | url_encode }}&title={{ page.title }}\" class=\"btn\" title=\"{{ site.data.ui-text[site.locale].share_on_label }} Reddit\"><i class=\"fab fa-fw fa-reddit\" aria-hidden=\"true\"></i><span> Reddit</span></a>{% endraw %}\n```\n\nThe important parts to change are:\n\n1. Share point URL *eg. `https://www.reddit.com/submit?url=`\n2. Link `title`\n3. [Font Awesome icon](http://fontawesome.io/icons/) (`fa-` class)\n4. Link label\n\n![Reddit social share link button]({{ \"/assets/images/mm-social-share-links-reddit-gs.png\" | relative_url }})\n\nTo change the color of the button use one of the built in [utility classes]({{ \"/docs/utility-classes/#buttons\" | relative_url }}). Or you can create a new button class to match whatever color you want.\n\nUnder the `$buttoncolors:` color map in `_sass/minimal-mistakes/_buttons.scss` simply add a name (this will be appended to `btn--`) that matches the new button class. In our case `reddit` ~> `.btn--reddit`.\n\n```scss\n$buttoncolors:\n(facebook, $facebook-color),\n(twitter, $twitter-color),\n(linkedin, $linkedin-color),\n(reddit, $reddit-color);\n```\n\n**ProTip:** For bonus points you can modify the Sass variable `$reddit-color` that is set in `_variables.scss` [or use a different \"brand\" color](http://brandcolors.net/).\n{: .notice--info}\n\nAdd the new `.btn--reddit` class to the `<a>` element from earlier, [compile `main.css`]({{ \"/docs/stylesheets/\" | relative_url }}) and away you go.\n\n```html\n{% raw %}<a href=\"https://www.reddit.com/submit?url={{ page.url | absolute_url | url_encode }}&title={{ page.title }}\" class=\"btn btn--reddit\" title=\"{{ site.data.ui-text[site.locale].share_on_label }} Reddit\"><i class=\"fab fa-fw fa-reddit\" aria-hidden=\"true\"></i><span> Reddit</span></a>{% endraw %}\n```\n\n![Reddit social share link button]({{ \"/assets/images/mm-social-share-links-reddit-color.png\" | relative_url }})\n\n---\n\n## Custom head and footer\n\nThe `default` layout includes a number of custom templates, which provide ways for you to directly add content to all your pages.\n\n### Head\n\n`_includes/head/custom.html` is included at the end of the `<head>` tag. An example use of this include is to add custom CSS per page:\n\nAdd some Liquid tags for the new configuration to `_includes/head/custom.html`.\n{% raw %}```html\n{% if page.page_css %}\n  {% for stylesheet in page.page_css %}\n    <link rel=\"stylesheet\" href=\"{{ stylesheet | relative_url }}\">\n  {% endfor %}\n{% endif %}\n```{% endraw %}\n\nNext, add `page_css` to any page's YAML Front Matter to have your CSS loaded for that page.\n```yaml\npage_css:\n  - /path/to/your/custom.css\n```\n\n### Footer\n\n`_includes/footer/custom.html` is included at the beginning of the `<footer>` tag. An example use of this include is to add custom JavaScript per page:\n\nAdd some Liquid tags for the new configuration to `_includes/footer/custom.html`.\n{% raw %}```html\n{% if page.page_js %}\n  {% for script in page.page_js %}\n    <script src=\"{{ script | relative_url }}\"></script>\n  {% endfor %}\n{% endif %}\n```{% endraw %}\n\nNext, add `page_js` to any page's YAML Front Matter to have your JavaScript loaded for that page.\n```yaml\npage_js:\n  - /path/to/your/custom.js\n```\n\n---\n"
  },
  {
    "path": "docs/_docs/11-posts.md",
    "content": "---\ntitle: \"Working with Posts\"\npermalink: /docs/posts/\nexcerpt: \"Suggestions and Front Matter defaults for working with posts.\"\nlast_modified_at: 2018-03-20T15:59:57-04:00\n---\n\nPosts 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/).\n\nWhere `YEAR` is a four-digit number, `MONTH` and `DAY` are both two-digit numbers, and `MARKUP` is the file extension representing the format used in the file. For example, the following are examples of valid post filenames:\n\n```\n2016-07-20-writing-jekyll-posts.md\n2015-01-03-static-site-generators.markdown\n```\n\n**Recommended Front Matter Defaults:**\n\n```yaml\ndefaults:\n  # _posts\n  - scope:\n      path: \"\"\n      type: posts\n    values:\n      layout: single\n      author_profile: true\n      read_time: true\n      comments: true\n      share: true\n      related: true\n```\n\nAdding the above to `_config.yml` will assign the `single` layout and enable: *author profile*, *reading time*, *comments*, [*social sharing links*]({{ \"/docs/layouts/#social-sharing-links\" | relative_url }}), and *related posts*, for all posts.\n\n**ProTip:** Remember to write unique `excerpt` descriptions for each post for improved SEO and archive listings.\n{: .notice--info}"
  },
  {
    "path": "docs/_docs/12-pages.md",
    "content": "---\ntitle: \"Working with Pages\"\npermalink: /docs/pages/\nexcerpt: \"Suggestions and Front Matter defaults for working with pages.\"\nlast_modified_at: 2016-11-03T11:13:12-04:00\n---\n\nTo better organize all of your pages you can centralize them into a single location similar to posts and collections.\n\n**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.\n\n```bash\nsample-project\n└── _pages/\n    ├── 404.md               # custom 404 page\n    ├── about.md             # about page\n    └── contact.md           # contact page\n```\n\n**Step 2:** Include pages to be sure Jekyll \"sees\" and processes the files inside of `_pages`. Add `include: [\"_pages\"]` to `_config.yml`.\n\n**Step 3:** Assign permalink overrides in the YAML Front Matter of each.\n\nExamples:\n\n| filename            | permalink              |\n| --------            | ---------              |\n| _pages/about.md     | `permalink: /about/`   |\n| _pages/home.md      | `permalink: /`         |\n| _pages/contact.md   | `permalink: /contact/` |\n\n**Recommended Front Matter Defaults:**\n\n```yaml\ndefaults:\n  # _pages\n  - scope:\n      path: \"\"\n      type: pages\n    values:\n      layout: single\n      author_profile: true\n```"
  },
  {
    "path": "docs/_docs/13-collections.md",
    "content": "---\ntitle: \"Working with Collections\"\npermalink: /docs/collections/\nexcerpt: \"Suggestions and Front Matter defaults for working with collections.\"\nlast_modified_at: 2018-03-20T16:00:02-04:00\n---\n\nCollections 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/).\n\nThe theme has been built with collections in mind and you will find [several examples]({{ \"/collection-archive/\" | relative_url }}) on the demo site ([portfolio]({{ \"/portfolio/\" | relative_url }}), [recipes]({{ \"/recipes/\" | relative_url }}), [pets]({{ \"/pets/\" | relative_url }})). \n\n**Collections in the Wild:** This set of documentation is also [built as a collection](https://github.com/{{ site.repository }}/blob/master/docs/_docs/) if you're looking for a fully fleshed out example to inspect.\n{: .notice--info}\n\n---\n\nA 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.\n\n**Step 1:** Configure the portfolio collection by adding the following to `_config.yml`.\n\n```yaml\ncollections:\n  portfolio:\n    output: true\n    permalink: /:collection/:path/\n```\n\nThese settings essentially say output `index.html` files for each portfolio document in `_portfolio` at `_site/portfolio/<document-filename>/`.\n\nJust like posts and pages you'll probably want to set some defaults for the Front Matter:\n\n```yaml\ndefaults:\n  # _portfolio\n  - scope:\n      path: \"\"\n      type: portfolio\n    values:\n      layout: single\n      author_profile: false\n      share: true\n```\n\nNow make a portfolio.md file in the '_pages' folder.\n\n```yaml\n---\ntitle: Portfolio\nlayout: collection\npermalink: /portfolio/\ncollection: portfolio\nentries_layout: grid\nclasses: wide\n---\n```\n\nAnd then create portfolio content like [`_portfolio/foo-bar-website.md`](https://github.com/{{ site.repository }}/blob/master/docs/_portfolio/foo-bar-website.md), to end up with something like this.\n\n![portfolio collection example]({{ \"/assets/images/mm-portfolio-collection-example.jpg\" | relative_url }})\n"
  },
  {
    "path": "docs/_docs/14-helpers.md",
    "content": "---\ntitle: \"Helpers\"\npermalink: /docs/helpers/\nexcerpt: \"Jekyll `_includes` and other helpers to use as shortcuts for creating archives, galleries, table of contents, and more.\"\ngallery:\n  - url: /assets/images/unsplash-gallery-image-1.jpg\n    image_path: /assets/images/unsplash-gallery-image-1-th.jpg\n    alt: \"placeholder image 1\"\n    title: \"Image 1 title caption\"\n  - url: /assets/images/unsplash-gallery-image-2.jpg\n    image_path: /assets/images/unsplash-gallery-image-2-th.jpg\n    alt: \"placeholder image 2\"\n    title: \"Image 2 title caption\"\n  - url: /assets/images/unsplash-gallery-image-3.jpg\n    image_path: /assets/images/unsplash-gallery-image-3-th.jpg\n    alt: \"placeholder image 3\"\n    title: \"Image 3 title caption\"\nfeature_row:\n  - image_path: /assets/images/unsplash-gallery-image-1-th.jpg\n    alt: \"placeholder image 1\"\n    title: \"Placeholder 1\"\n    excerpt: \"This is some sample content that goes here with **Markdown** formatting.\"\n  - image_path: /assets/images/unsplash-gallery-image-2-th.jpg\n    alt: \"placeholder image 2\"\n    title: \"Placeholder 2\"\n    excerpt: \"This is some sample content that goes here with **Markdown** formatting.\"\n    url: \"#test-link\"\n    btn_label: \"Read More\"\n    btn_class: \"btn--inverse\"\n  - image_path: /assets/images/unsplash-gallery-image-3-th.jpg\n    title: \"Placeholder 3\"\n    excerpt: \"This is some sample content that goes here with **Markdown** formatting.\"\nlast_modified_at: 2020-05-01T10:22:56-04:00\ntoc: true\ntoc_label: \"Helpers\"\ntoc_icon: \"cogs\"\n---\n\nYou 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.\n\n## Group by array\n\n[Jekyll Group-By-Array](https://github.com/mushishi78/jekyll-group-by-array) by Max White.\n\nA liquid include file for Jekyll that allows an object to be grouped by an array.\n\n## Figure\n\nGenerate a `<figure>` element with a single image and caption.\n\n| Include Parameter | Required     | Description                                                                                          |\n| ----------------- | ------------ | ---------------------------------------------------------------------------------------------------- |\n| **image_path**    | **Required** | Full path to image eg: `/assets/images/filename.jpg`. Use absolute URLS for those hosted externally. |\n| **alt**           | Optional     | Alternate text for image.                                                                            |\n| **caption**       | Optional     | Figure caption text. Markdown is allowed.                                                            |\n| **popup**         | Optional     | Enable Magnific Popup on the image.                                                                  |\n\nUsing the `figure` include like so:\n\n```liquid\n{% raw %}{% include figure popup=true image_path=\"/assets/images/unsplash-image-10.jpg\" alt=\"this is a placeholder image\" caption=\"This is a figure caption.\" %}{% endraw %}\n```\n\nWill output the following:\n\n{% include figure popup=true image_path=\"/assets/images/unsplash-image-10.jpg\" alt=\"this is a placeholder image\" caption=\"This is a figure caption.\" %}\n\n```html\n<figure>\n  <a href=\"/assets/images/unsplash-image-10.jpg\" class=\"image-popup\" title=\"This is a figure caption.\">\n    <img src=\"/assets/images/unsplash-image-10.jpg\" alt=\"this is a placeholder image\">\n  </a>\n  <figcaption>This is a figure caption.</figcaption>\n</figure>\n```\n\n## Gallery\n\nGenerate a `<figure>` element with optional caption of arrays with two or more images.\n\nTo place a gallery add the necessary YAML Front Matter.\n\n| Name           | Required     | Description                                                                                                           |\n| -------------- | ------------ | --------------------------------------------------------------------------------------------------------------------- |\n| **url**        | Optional     | URL to link gallery image to (eg. a larger detail image).                                                             |\n| **image_path** | **Required** | Full path to image eg: `/assets/images/filename.jpg`. Use absolute URLS for those hosted externally.                  |\n| **alt**        | Optional     | Alternate text for image.                                                                                             |\n| **title**      | Optional     | Title text for image. Will display as a caption in a Magnific Popup overlay when linked to a larger image with `url`. |\n\n```yaml\ngallery:\n  - url: /assets/images/unsplash-gallery-image-1.jpg\n    image_path: /assets/images/unsplash-gallery-image-1-th.jpg\n    alt: \"placeholder image 1\"\n    title: \"Image 1 title caption\"\n  - url: /assets/images/unsplash-gallery-image-2.jpg\n    image_path: /assets/images/unsplash-gallery-image-2-th.jpg\n    alt: \"placeholder image 2\"\n    title: \"Image 2 title caption\"\n  - url: /assets/images/unsplash-gallery-image-3.jpg\n    image_path: /assets/images/unsplash-gallery-image-3-th.jpg\n    alt: \"placeholder image 3\"\n    title: \"Image 3 title caption\"\n```\n\nAnd then drop-in the gallery include in the body where you'd like it to appear.\n\n| Include Parameter | Required | Description                                                                                                                                                       | Default                                                                      |\n| ----------------- | -------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------- |\n| **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`                                                                    |\n| **layout**        | Optional | Layout type. 2 column: `half`, 3 column: `third`, single column: `''` (blank)                                                                                     | Determined by gallery size. Two items: `half`, three or more items: `third`. |\n| **class**         | Optional | Use to add a `class` attribute to the surrounding `<figure>` element for additional styling needs.                                                                |                                                                              |\n| **caption**       | Optional | Gallery caption description. Markdown is allowed.                                                                                                                 |                                                                              |\n\n```liquid\n{% raw %}{% include gallery caption=\"This is a sample gallery with **Markdown support**.\" %}{% endraw %}\n```\n\n**Gallery example with caption:**\n\n{% include gallery caption=\"This is a sample gallery with **Markdown support**.\" %}\n\n**More Gallery Goodness:** A few more examples and [source code](https://github.com/{{ site.repository }}/blob/master/docs/\\_posts/2010-09-09-post-gallery.md) can be seen in [this sample gallery post]({{ \"\" | relative_url }}{% post_url 2010-09-09-post-gallery %}).\n{: .notice--info}\n\n## Feature row\n\nDesigned to compliment the [`splash`]({{ \"/docs/layouts/#splash-page-layout\" | relative_url }}) page layout as a way of arranging and aligning \"feature blocks\" containing text or image.\n\nTo add a feature row containing three content blocks with text and image, add the following YAML Front Matter\n\n| Name              | Required     | Description                                                                                          | Default                            |\n| ----------------- | ------------ | ---------------------------------------------------------------------------------------------------- | ---------------------------------- |\n| **image_path**    | **Required** | Full path to image eg: `/assets/images/filename.jpg`. Use absolute URLS for those hosted externally. |                                    |\n| **image_caption** | Optional     | Caption for image, Markdown is supported eg: `\"Image from [Unsplash](https://unsplash.com)\"`         |\n| **alt**           | Optional     | Alternate text for image.                                                                            |                                    |\n| **title**         | Optional     | Content block title.                                                                                 |                                    |\n| **excerpt**       | Optional     | Content block excerpt text. Markdown is allowed.                                                     |                                    |\n| **url**           | Optional     | URL that the button should link to.                                                                  |                                    |\n| **btn_label**     | Optional     | Button text label.                                                                                   | `more_label` in UI Text data file. |\n| **btn_class**     | Optional     | Button style. See [utility classes]({{ \"/docs/utility-classes/#buttons\"                              | relative_url }}) for options.      | `btn` |\n\n```yaml\nfeature_row:\n  - image_path: /assets/images/unsplash-gallery-image-1-th.jpg\n    alt: \"placeholder image 1\"\n    title: \"Placeholder 1\"\n    excerpt: \"This is some sample content that goes here with **Markdown** formatting.\"\n  - image_path: /assets/images/unsplash-gallery-image-2-th.jpg\n    alt: \"placeholder image 2\"\n    title: \"Placeholder 2\"\n    excerpt: \"This is some sample content that goes here with **Markdown** formatting.\"\n    url: \"#test-link\"\n    btn_label: \"Read More\"\n    btn_class: \"btn--inverse\"\n  - image_path: /assets/images/unsplash-gallery-image-3-th.jpg\n    title: \"Placeholder 3\"\n    excerpt: \"This is some sample content that goes here with **Markdown** formatting.\"\n```\n\nAnd then drop-in the feature row include in the body where you'd like it to appear.\n\n| Include Parameter | Required | Description                                                                                                                                                | Default       |\n| ----------------- | -------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------- |\n| **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` |\n| **type**          | Optional | Alignment of the featured blocks in the row. Options include: `left`, `center`, or `right` aligned.                                                        |               |\n\n```liquid\n{% raw %}{% include feature_row %}{% endraw %}\n```\n\n{% include feature_row %}\n\n**More Feature Row Goodness:** A [few more examples]({{ \"/splash-page/\" | relative_url }}) and [source code](https://github.com/{{ site.repository }}/blob/master/docs/\\_pages/splash-page.md) can be seen in the demo site.\n{: .notice--info}\n\n## Responsive video embed\n\nEmbed a video from YouTube, Vimeo, Google Drive, or bilibili that responsively sizes to fit the width of its parent. To help with GDPR compliance, the theme is using the privacy enhanced version of YouTube and Vimeo providers out of the box.\n\n| Parameter  | Required     | Description                                                |\n| ---------- | ------------ | ---------------------------------------------------------- |\n| `id`       | **Required** | ID of the video                                            |\n| `provider` | **Required** | Hosting provider of the video: `youtube`, `vimeo`, `google-drive`, or `bilibili` |\n| `danmaku`  | Optional     | Bilibili only, [details below](#Bilibili)                  |\n\n### YouTube\n\nTo embed the following YouTube video at url `https://www.youtube.com/watch?v=-PVofD2A9t8` (long version) or `https://youtu.be/-PVofD2A9t8` (short version) into a post or page's main content you'd use:\n\n```liquid\n{% raw %}{% include video id=\"-PVofD2A9t8\" provider=\"youtube\" %}{% endraw %}\n```\n\n{% include video id=\"-PVofD2A9t8\" provider=\"youtube\" %}\n\nTo embed it as a video header you'd use the following YAML Front Matter\n\n```yaml\nheader:\n  video:\n    id: -PVofD2A9t8\n    provider: youtube\n```\n\n**Tip:** if you'd like to start the video at a particular timestamp, you can append `?start=110` (for instance) to the video `id` in order to have the video start at 1:50.\n{: .notice--info }\n\n### Vimeo\n\nTo embed the following Vimeo video at url `https://vimeo.com/212731897` into a post or page's main content you'd use:\n\n```liquid\n{% raw %}{% include video id=\"212731897\" provider=\"vimeo\" %}{% endraw %}\n```\n\n{% include video id=\"212731897\" provider=\"vimeo\" %}\n\nTo embed it as a video header you'd use the following YAML Front Matter\n\n```yaml\nheader:\n  video:\n    id: 212731897\n    provider: vimeo\n```\n\n### Google Drive\n\nTo embed the following Google Drive video at url `https://drive.google.com/file/d/1u41lIbMLbV53PvMbyYc9HzvBug5lNWaO/preview` into a post or page's main content you'd use:\n\n```liquid\n{% raw %}{% include video id=\"1u41lIbMLbV53PvMbyYc9HzvBug5lNWaO\" provider=\"google-drive\" %}{% endraw %}\n```\n\n{% include video id=\"1u41lIbMLbV53PvMbyYc9HzvBug5lNWaO\" provider=\"google-drive\" %}\n\nTo embed it as a video header you'd use the following YAML Front Matter\n\n```yaml\nheader:\n  video:\n    id: 212731897\n    provider: google-drive\n```\n\n### Bilibili\n\nTo embed the following Bilibili video at url `https://www.bilibili.com/video/BV1E7411e7hC` into a post or page's main content you'd use:\n\n```liquid\n{% raw %}{% include video id=\"BV1E7411e7hC\" provider=\"bilibili\" %}{% endraw %}\n```\n\nIf you want to enable danmaku (弹幕) for the embedded video, which is disabled by default, you can supply an additional parameter `danmaku=\"1\"` as shown below:\n\n```liquid\n{% raw %}{% include video id=\"BV1E7411e7hC\" provider=\"bilibili\" danmaku=\"1\" %}{% endraw %}\n```\n\nTo embed it as a video header you'd use the following YAML Front Matter:\n\n```yaml\nheader:\n  video:\n    id: BV1E7411e7hC\n    provider: bilibili\n    danmaku: 1\n```\n\n## Table of contents\n\nAuto-generated table of contents list for your posts and pages can be enabled using two methods.\n\n![table of contents example]({{ \"/assets/images/mm-toc-helper-example.jpg\" | relative_url }})\n\n### Enabled via YAML Front Matter\n\nAdd `toc: true` to the YAML Front Matter of any post or page.\n\n| Parameter      | Required | Description                                                 | Default                                                                                                                                                       |\n| -------------- | -------- | ----------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| **toc**        | Optional | Show table of contents. (boolean)                           | `false`                                                                                                                                                       |\n| **toc_label**  | Optional | Table of contents title. (string)                           | `toc_label` in UI Text data file.                                                                                                                             |\n| **toc_icon**   | Optional | Table of contents icon, displays before the title. (string) | [Font Awesome](https://fontawesome.com/v6/search?s=solid&m=free) <i class=\"fas fa-file-alt\"></i> **file-alt** icon. Other FA icons can be used instead. |\n| **toc_sticky** | Optional | Stick table of contents to top of screen.                   | `false`                                                                                                                                                       |\n\n**TOC example with custom title and icon**\n\n```yaml\ntoc: true\ntoc_label: \"My Table of Contents\"\ntoc_icon: \"cog\"\n---\n\n```\n\n**Note:** using both methods will have unintended results. Be sure to remove `{% raw %}{% include toc %}{% endraw %}` placed table of contents from your content when using `toc: true`.\n{: .notice--warning }\n\n{% capture notice-text %}\n**Note:** You need to use contiguous levels of headings for the TOC to generate properly. For example:\n\n```markdown\nGood headings:\n\n# Heading\n## Heading\n### Heading\n### Heading\n# Heading\n## Heading\n\nBad headings:\n\n# Heading\n### Heading (skipped H2)\n##### Heading (skipped H4)\n```\n{% endcapture %}\n\n<div class=\"notice--warning\">\n  {{ notice-text | markdownify }}\n</div>\n\n### Enabled via `toc` include (deprecated)\n\nTo include a Kramdown [auto-generated table of contents](https://kramdown.gettalong.org/converter/html.html#toc) for posts and pages, add the following helper to your content.\n\n```liquid\n{% raw %}{% include toc %}{% endraw %}\n```\n\n**Note:** this method only works with Markdown files.\n{: .notice--warning}\n\n**Deprecated:** `toc` helper will be removed in the next major version of the theme. It is encouraged that you migrate to the YAML Front Matter method above.\n{: .notice--danger}\n\n| Parameter | Required | Description                                                 | Default                                                                                                                                                       |\n| --------- | -------- | ----------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| **title** | Optional | Table of contents title. (string)                           | `toc_label` in UI Text data file.                                                                                                                             |\n| **icon**  | Optional | Table of contents icon, displays before the title. (string) | [Font Awesome](https://fontawesome.com/v6/search?s=solid&m=free) <i class=\"fas fa-file-alt\"></i> **file-alt** icon. Other FA icons can be used instead. |\n\n**TOC example with custom title and icon**\n\n```liquid\n{% raw %}{% include toc icon=\"cog\" title=\"My Table of Contents\" %}{% endraw %}\n```\n\n## Navigation list\n\nInclude an unordered list of links to be used as sidebar navigation with the `nav_list` helper.\n\n**1.** Start by adding a set of titles and URLs to `_data/navigation.yml` in the same way the [`main` navigation]({{ \"/docs/navigation/\" | relative_url }}) is built.\n\n`foo` navigation example:\n\n```yaml\n# _data/navigation.yml\nfoo:\n  - title: \"Link 1 Title\"\n    url: /link-1-page-url/\n\n  - title: \"Link 2 Title\"\n    url: http://external-link.com\n\n  - title: \"Link 3 Title\"\n    url: /link-3-page-url/\n\n  - title: \"Link 4 Title\"\n    url: /link-4-page-url/\n```\n\nFor a navigation list that has child pages you'd structure the YAML like this:\n\n```yaml\n# _data/navigation.yml\nfoo:\n  - title: \"Parent Link 1\"\n    url: /parent-1-page-url/\n    children:\n      - title: \"Child Link 1\"\n        url: /child-1-page-url/\n      - title: \"Child Link 2\"\n        url: /child-2-page-url/\n\n  - title: \"Parent Link 2\"\n    url: /parent-2-page-url/\n    children:\n      - title: \"Child Link 1\"\n        url: /child-1-page-url/\n      - title: \"Child Link 2\"\n        url: /child-2-page-url/\n      - title: \"Child Link 3\"\n        url: /child-3-page-url/\n```\n\n**2:** On the page(s) you'd like the `foo` sidebar nav add the following YAML Front Matter, referencing the same key name.\n\n```yaml\nsidebar:\n  nav: \"foo\"\n```\n\n**ProTip:** If you're applying the same navigation list to several pages setting it as a [Front Matter default](https://jekyllrb.com/docs/configuration/#front-matter-defaults) is the better option.\n{: .notice--info}\n\nThe theme's documentation is built with the `nav_list` helper so if you'd like an example to dissect take a look at `navigation.yml`, `_config.yml` and `_doc` collection in the [`/docs/` folder](https://github.com/{{ site.repository }}/tree/master/docs/) of this repo.\n\nTo add a navigation list to a post or page's main content instead of the sidebar use the include this way:\n\n```liquid\n{% raw %}{% include nav_list nav=\"foo\" %}{% endraw %}\n```\n\n{% include nav_list nav=\"foo\" %}\n\n| Parameter | Required     | Description                                              |\n| --------- | ------------ | -------------------------------------------------------- |\n| items     | **Required** | Name of the links array found in `_data/navigation.yml`. |\n"
  },
  {
    "path": "docs/_docs/15-utility-classes.md",
    "content": "---\ntitle: \"Utility Classes\"\npermalink: /docs/utility-classes/\nexcerpt: \"CSS classes for aligning text/image, styling buttons and notices, and more.\"\nlast_modified_at: 2018-11-25T19:46:43-05:00\ntoc: true\ntoc_label: \"Utility Classes\"\ntoc_icon: \"cogs\"\n---\n\nUsing 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.\n\n**Jekyll 3:** Kramdown is the default for `jekyll new` sites and those hosted on GitHub Pages. Not using Kramdown? That's OK. The following classes are still available when used with standard HTML.\n{: .notice--warning}\n\n## Text alignment\n\nAlign text blocks with the following classes.\n\nLeft aligned text `.text-left`\n{: .text-left}\n\n```markdown\nLeft aligned text\n{: .text-left}\n```\n\n---\n\nCenter aligned text. `.text-center`\n{: .text-center}\n\n```markdown\nCenter aligned text.\n{: .text-center}\n```\n\n---\n\nRight aligned text. `.text-right`\n{: .text-right}\n\n```markdown\nRight aligned text.\n{: .text-right}\n```\n\n---\n\n**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.\n{: .text-justify}\n\n```markdown\nJustified text.\n{: .text-justify}\n```\n\n---\n\nNo wrap text. `.text-nowrap`\n{: .text-nowrap}\n\n```markdown\nNo wrap text.\n{: .text-nowrap}\n```\n\n## Image alignment\n\nPosition images with the following classes.\n\n![image-center]({{ \"/assets/images/image-alignment-580x300.jpg\" | relative_url }}){: .align-center}\n\nThe image above happens to be **centered**.\n\n```markdown\n![image-center](/assets/images/filename.jpg){: .align-center}\n```\n\n---\n\n![image-left]({{ \"/assets/images/image-alignment-150x150.jpg\" | relative_url }}){: .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.\n\n```markdown\n![image-left](/assets/images/filename.jpg){: .align-left}\n```\n\n---\n\n![image-right]({{ \"/assets/images/image-alignment-300x200.jpg\" | relative_url }}){: .align-right}\n\nAnd 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.\n\n```markdown\n![image-right](/assets/images/filename.jpg){: .align-right}\n```\n\n---\n\n![full]({{ \"/assets/images/image-alignment-1200x4002.jpg\" | relative_url }})\n{: .full}\n\nThe image above should extend outside of the parent container on right.\n\n```markdown\n![full](/assets/images/filename.jpg)\n{: .full}\n```\n\n## Buttons\n\nMake any link standout more when applying the `.btn .btn--primary` classes.\n\n```html\n<a href=\"#\" class=\"btn btn--primary\">Link Text</a>\n```\n\n| Button Type   | Example | Class | Kramdown |\n| ------        | ------- | ----- | ------- |\n| Default       | [Text](#link){: .btn} | `.btn` | `[Text](#link){: .btn}` |\n| Primary       | [Text](#link){: .btn .btn--primary} | `.btn .btn--primary` | `[Text](#link){: .btn .btn--primary}` |\n| Success       | [Text](#link){: .btn .btn--success} | `.btn .btn--success` | `[Text](#link){: .btn .btn--success}` |\n| Warning       | [Text](#link){: .btn .btn--warning} | `.btn .btn--warning` | `[Text](#link){: .btn .btn--warning}` |\n| Danger        | [Text](#link){: .btn .btn--danger} | `.btn .btn--danger` | `[Text](#link){: .btn .btn--danger}` |\n| Info          | [Text](#link){: .btn .btn--info} | `.btn .btn--info` | `[Text](#link){: .btn .btn--info}` |\n| Inverse       | [Text](#link){: .btn .btn--inverse} | `.btn .btn--inverse` | `[Text](#link){: .btn .btn--inverse}` |\n| Light Outline | [Text](#link){: .btn .btn--light-outline} | `.btn .btn--light-outline` | `[Text](#link){: .btn .btn--light-outline}` |\n\n| Button Size | Example | Class | Kramdown |\n| ----------- | ------- | ----- | -------- |\n| X-Large     | [X-Large Button](#){: .btn .btn--primary .btn--x-large} | `.btn .btn--primary .btn--x-large` | `[Text](#link){: .btn .btn--primary .btn--x-large}` |\n| Large       | [Large Button](#){: .btn .btn--primary .btn--large} | `.btn .btn--primary .btn--large` | `[Text](#link){: .btn .btn--primary .btn--large}` |\n| Default     | [Default Button](#){: .btn .btn--primary} | `.btn .btn--primary` | `[Text](#link){: .btn .btn--primary }` |\n| Small       | [Small Button](#){: .btn .btn--primary .btn--small} | `.btn .btn--primary .btn--small` | `[Text](#link){: .btn .btn--primary .btn--small}` |\n\n## Notices\n\nCall attention to a block of text.\n\n| Notice Type | Class              |\n| ----------- | -----              |\n| Default     | `.notice`          |\n| Primary     | `.notice--primary` |\n| Info        | `.notice--info`    |\n| Warning     | `.notice--warning` |\n| Success     | `.notice--success` |\n| Danger      | `.notice--danger`  |\n\n**Watch out!** This paragraph of text has been [emphasized](#) with the `{: .notice}` class.\n{: .notice}\n\n**Watch out!** This paragraph of text has been [emphasized](#) with the `{: .notice--primary}` class.\n{: .notice--primary}\n\n**Watch out!** This paragraph of text has been [emphasized](#) with the `{: .notice--info}` class.\n{: .notice--info}\n\n**Watch out!** This paragraph of text has been [emphasized](#) with the `{: .notice--warning}` class.\n{: .notice--warning}\n\n**Watch out!** This paragraph of text has been [emphasized](#) with the `{: .notice--success}` class.\n{: .notice--success}\n\n**Watch out!** This paragraph of text has been [emphasized](#) with the `{: .notice--danger}` class.\n{: .notice--danger}\n\n{% capture notice-text %}\nYou can also add the `.notice` class to a `<div>` element.\n\n* Bullet point 1\n* Bullet point 2\n{% endcapture %}\n\n<div class=\"notice--info\">\n  <h4 class=\"no_toc\">Notice Headline:</h4>\n  {{ notice-text | markdownify }}\n</div>\n"
  },
  {
    "path": "docs/_docs/16-stylesheets.md",
    "content": "---\ntitle: \"Stylesheets\"\npermalink: /docs/stylesheets/\nexcerpt: \"Instructions for customizing and building the theme's stylesheets.\"\nlast_modified_at: 2018-11-25T19:47:43-05:00\ntoc: true\n---\n\nThe theme's `assets/css/main.css` file is built from several SCSS partials located in [`_sass/`](https://github.com/mmistakes/minimal-mistakes/tree/master/_sass) and is structured as follows:\n\n```bash\nminimal-mistakes\n├── _sass\n|  └── minimal-mistakes\n|     ├── vendor               # vendor SCSS partials\n|     |   ├── breakpoint       # media query mixins\n|     |   ├── magnific-popup   # Magnific Popup lightbox\n|     |   └── susy             # Susy grid system\n|     ├── _animations.scss     # animations\n|     ├── _archive.scss        # archives (list, grid, feature views)\n|     ├── _base.scss           # base HTML elements\n|     ├── _buttons.scss        # buttons\n|     ├── _footer.scss         # footer\n|     ├── _masthead.scss       # masthead\n|     ├── _mixins.scss         # mixins (em function, clearfix)\n|     ├── _navigation.scss     # nav links (breadcrumb, priority+, toc, pagination, etc.)\n|     ├── _notices.scss        # notices\n|     ├── _page.scss           # pages\n|     ├── _print.scss          # print styles\n|     ├── _reset.scss          # reset\n|     ├── _sidebar.scss        # sidebar\n|     ├── _syntax.scss         # syntax highlighting\n|     ├── _tables.scss         # tables\n|     ├── _utilities.scss      # utility classes (text/image alignment)\n|     └── _variables.scss      # theme defaults (fonts, colors, etc.)\n├── assets\n|  ├── css\n|  |  └── main.scss            # main stylesheet, loads SCSS partials in _sass\n```\n\n## Customizing\n\nTo override the default [Sass](http://sass-lang.com/guide) (located in theme's\n`_sass` directory), do one of the following:\n\n1. Copy directly from the Minimal Mistakes theme gem\n\n   - Go to your local Minimal Mistakes gem installation directory (run\n     `bundle show minimal-mistakes-jekyll` to get the path to it).\n   - Copy the contents of `/assets/css/main.scss` from there to\n     `<your_project>`.\n   - Customize what you want inside `<your_project>/assets/css/main.scss`.\n\n2. Copy from this repo.\n\n   - Copy the contents of [assets/css/main.scss](https://github.com/mmistakes/minimal-mistakes/blob/master/assets/css/main.scss)\n     to `<your_project>`.\n   - Customize what you want inside `<your_project/assets/css/main.scss`.\n\n**Note:** To make more extensive changes and customize the Sass partials bundled\nin the gem. You will need to copy the complete contents of the `_sass` directory\nto `<your_project>` due to the way Jekyll currently reads those files.\n\nTo make basic tweaks to theme's style Sass variables can be overridden by adding\nto `<your_project>/assets/css/main.scss`. For instance, to change the\nlink color used throughout the theme add:\n\n```scss\n$link-color: red;\n```\n\nBefore any `@import` lines.\n\n### Paragraph indention\n\nTo 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.\n\n<figure>\n  <img src=\"{{ '/assets/images/mm-paragraph-indent-example.jpg' | relative_url }}\" alt=\"indented paragraph example\">\n  <figcaption>Example of indented paragraphs.</figcaption>\n</figure>\n\nThe size of the indent can also be customized by changing the value of `$indent-var`.\n\n### Font stacks\n\nBy 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 by default.\n\n```scss\n/* system typefaces */\n$serif      : Georgia, Times, serif;\n$sans-serif : -apple-system, BlinkMacSystemFont, \"Roboto\", \"Segoe UI\", \"Helvetica Neue\", \"Lucida Grande\", Arial, sans-serif;\n$monospace  : Monaco, Consolas, \"Lucida Console\", monospace;\n```\n\nSans-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.\n\n**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`.\n{: .notice--info}\n\n#### Typography from older versions\n\nNot a fan of the refreshed typography of the theme and want to revert back an older version? Easy enough.\n\n**1.** Add this Google Fonts script to [`_includes/head/custom.html`](https://github.com/mmistakes/minimal-mistakes/blob/master/_includes/head/custom.html):\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700|PT+Serif:400,700,400italic\" rel=\"stylesheet\" type=\"text/css\">\n```\n\n**2.** Update the following SCSS variables:\n\n```scss\n$serif              : \"PT Serif\", Georgia, Times, serif;\n$sans-serif-narrow  : \"PT Sans Narrow\", -apple-system, BlinkMacSystemFont, \"Roboto\", \"Segoe UI\", \"Helvetica Neue\", \"Lucida Grande\", Arial, sans-serif;\n\n$global-font-family : $serif;\n$header-font-family : $sans-serif-narrow;\n```\n\n### Type scale\n\nWherever possible type scale variables have been used instead of writing out fixed sizes. This makes updating much easier by changing values in one file.\n\nExample:\n\n```scss\n.page__lead {\n  font-family: $global-font-family;\n  font-size: $type-size-4;\n}\n```\n\nType 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:\n\n```scss\n/* type scale */\n$type-size-1 : 2.441em;  // ~39.056px\n$type-size-2 : 1.953em;  // ~31.248px\n$type-size-3 : 1.563em;  // ~25.008px\n$type-size-4 : 1.25em;   // ~20px\n$type-size-5 : 1em;      // ~16px\n$type-size-6 : 0.75em;   // ~12px\n$type-size-7 : 0.6875em; // ~11px\n$type-size-8 : 0.625em;  // ~10px\n```\n\n### Colors\n\nChange 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 effect when changed.\n\n#### Syntax highlighting\n\nTo make customizing the colors used in code highlighted blocks, a base of sixteen colors ([Base16](http://chriskempson.com/projects/base16/)) have been used.\n\nCode block colors can easily be changed by overriding any of the following color variables:\n\n##### Default\n\n![default-code-block]({{ '/assets/images/default-code-block.jpg' | relative_url }})\n\n```scss\n/* default syntax highlighting (base16) */\n$base00: #263238;\n$base01: #2e3c43;\n$base02: #314549;\n$base03: #546e7a;\n$base04: #b2ccd6;\n$base05: #eeffff;\n$base06: #eeffff;\n$base07: #ffffff;\n$base08: #f07178;\n$base09: #f78c6c;\n$base0a: #ffcb6b;\n$base0b: #c3e88d;\n$base0c: #89ddff;\n$base0d: #82aaff;\n$base0e: #c792ea;\n$base0f: #ff5370;\n```\n\n##### Solarized light\n\n![solarized-light-code-block]({{ '/assets/images/solarized-light-code-block.jpg' | relative_url }})\n\n```scss\n/* solarized light syntax highlighting (base16) */\n$base00: #fafafa !default;\n$base01: #073642 !default;\n$base02: #586e75 !default;\n$base03: #657b83 !default;\n$base04: #839496 !default;\n$base05: #586e75 !default;\n$base06: #eee8d5 !default;\n$base07: #fdf6e3 !default;\n$base08: #dc322f !default;\n$base09: #cb4b16 !default;\n$base0a: #b58900 !default;\n$base0b: #859900 !default;\n$base0c: #2aa198 !default;\n$base0d: #268bd2 !default;\n$base0e: #6c71c4 !default;\n$base0f: #d33682 !default;\n```\n\n##### Contrast\n\n![contrast-code-block]({{ '/assets/images/contrast-code-block.jpg' | relative_url }})\n\n```scss\n/* contrast syntax highlighting (base16) */\n$base00: #000000;\n$base01: #242422;\n$base02: #484844;\n$base03: #6c6c66;\n$base04: #918f88;\n$base05: #b5b3aa;\n$base06: #d9d7cc;\n$base07: #fdfbee;\n$base08: #ff6c60;\n$base09: #e9c062;\n$base0a: #ffffb6;\n$base0b: #a8ff60;\n$base0c: #c6c5fe;\n$base0d: #96cbfe;\n$base0e: #ff73fd;\n$base0f: #b18a3d;\n```\n\n##### Dark\n\n![dark-code-block]({{ '/assets/images/dark-code-block.jpg' | relative_url }})\n\n```scss\n/* dark syntax highlighting (base16) */\n$base00: #ffffff;\n$base01: #e0e0e0;\n$base02: #d0d0d0;\n$base03: #b0b0b0;\n$base04: #000000;\n$base05: #101010;\n$base06: #151515;\n$base07: #202020;\n$base08: #ff0086;\n$base09: #fd8900;\n$base0a: #aba800;\n$base0b: #00c918;\n$base0c: #1faaaa;\n$base0d: #3777e6;\n$base0e: #ad00a1;\n$base0f: #cc6633;\n```\n\n##### Dirt\n\n![dirt-code-block]({{ '/assets/images/dirt-code-block.jpg' | relative_url }})\n\n```scss\n/* dirt syntax highlighting (base16) */\n$base00: #231e18;\n$base01: #302b25;\n$base02: #48413a;\n$base03: #9d8b70;\n$base04: #b4a490;\n$base05: #cabcb1;\n$base06: #d7c8bc;\n$base07: #e4d4c8;\n$base08: #d35c5c;\n$base09: #ca7f32;\n$base0a: #e0ac16;\n$base0b: #b7ba53;\n$base0c: #6eb958;\n$base0d: #88a4d3;\n$base0e: #bb90e2;\n$base0f: #b49368;\n```\n\n##### Dracula\n\n![dracula-code-block]({{ '/assets/images/dracula-code-block.jpg' | relative_url }})\n\n```scss\n/* dracula syntax highlighting (base16) */\n/* https://github.com/dracula/base16-dracula-scheme */\n$base00: #282936;\n$base01: #3a3c4e;\n$base02: #4d4f68;\n$base03: #626483;\n$base04: #62d6e8;\n$base05: #e9e9f4;\n$base06: #f1f2f8;\n$base07: #f7f7fb;\n$base08: #ea51b2;\n$base09: #b45bcf;\n$base0a: #00f769;\n$base0b: #ebff87;\n$base0c: #a1efe4;\n$base0d: #62d6e8;\n$base0e: #b45bcf;\n$base0f: #00f769;\n```\n\n##### Neon\n\n![neon-code-block]({{ '/assets/images/neon-code-block.jpg' | relative_url }})\n\n```scss\n/* neon syntax highlighting (base16) */\n$base00: #ffffff;\n$base01: #e0e0e0;\n$base02: #d0d0d0;\n$base03: #b0b0b0;\n$base04: #000000;\n$base05: #101010;\n$base06: #151515;\n$base07: #202020;\n$base08: #ff0086;\n$base09: #fd8900;\n$base0a: #aba800;\n$base0b: #00c918;\n$base0c: #1faaaa;\n$base0d: #3777e6;\n$base0e: #ad00a1;\n$base0f: #cc6633;\n```\n\n##### Plum\n\n![plum-code-block]({{ '/assets/images/plum-code-block.jpg' | relative_url }})\n\n```scss\n/* plum syntax highlighting (base16) */\n$base00: #ffffff;\n$base01: #e0e0e0;\n$base02: #d0d0d0;\n$base03: #b0b0b0;\n$base04: #000000;\n$base05: #101010;\n$base06: #151515;\n$base07: #202020;\n$base08: #ff0086;\n$base09: #fd8900;\n$base0a: #aba800;\n$base0b: #00c918;\n$base0c: #1faaaa;\n$base0d: #3777e6;\n$base0e: #ad00a1;\n$base0f: #cc6633;\n```\n\n##### Sunrise\n\n![sunrise-code-block]({{ '/assets/images/sunrise-code-block.jpg' | relative_url }})\n\n```scss\n/* sunrise syntax highlighting (base16) */\n$base00: #1d1f21;\n$base01: #282a2e;\n$base02: #373b41;\n$base03: #969896;\n$base04: #b4b7b4;\n$base05: #c5c8c6;\n$base06: #e0e0e0;\n$base07: #ffffff;\n$base08: #cc6666;\n$base09: #de935f;\n$base0a: #f0c674;\n$base0b: #b5bd68;\n$base0c: #8abeb7;\n$base0d: #81a2be;\n$base0e: #b294bb;\n$base0f: #a3685a;\n```\n\n### Breakpoints and grid stuff\n\nProbably 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.\n\nAnd `$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.\n\n<figure>\n  <img src=\"{{ '/assets/images/mm-susy-grid-overlay.jpg' | relative_url }}\" alt=\"Susy grid overlay for debugging\">\n  <figcaption>Susy grid debug overlay enabled.</figcaption>\n</figure>\n\n### Disabling animations\n\nYou can disable either the fade-in intro animation, element transition animations, or both by overriding the corresponding variables. For example if you wanted to disable all animations you could include the following lines:\n\n```scss\n$intro-transition  : none;\n$global-transition : none;\n```\n"
  },
  {
    "path": "docs/_docs/17-javascript.md",
    "content": "---\ntitle: \"JavaScript\"\npermalink: /docs/javascript/\nexcerpt: \"Instructions for customizing and building the theme's scripts.\"\nlast_modified_at: 2021-07-23T09:33:35-04:00\n---\n\nThe theme's `assets/js/main.min.js` script is built from several vendor, jQuery plugins, and other scripts found in [`assets/js/`](https://github.com/mmistakes/minimal-mistakes/tree/master/assets/js).\n\n```bash\nminimal mistakes\n├── assets\n|  ├── js\n|  |  ├── plugins\n|  |  |   ├── gumshoe.js                     # simple scrollspy\n|  |  |   ├── jquery.ba-throttle-debounce.js # rate-limit functions\n|  |  |   ├── jquery.fitvids.js              # fluid width video embeds\n|  |  |   ├── jquery.greedy-navigation.js    # priority plus navigation\n|  |  |   ├── jquery.magnific-popup.js       # responsive lightbox\n|  |  |   └── smooth-scroll.js               # make same-page links scroll smoothly\n|  |  ├── vendor\n|  |  |   └── jquery\n|  |  |       └── jquery-3.5.1.js\n|  |  ├── _main.js                           # jQuery plugin settings and other scripts\n|  |  └── main.min.js                        # concatenated and minified theme script\n```\n\n## Customizing\n\nTo modify or add your own scripts include them in [`assets/js/_main.js`](https://github.com/mmistakes/minimal-mistakes/blob/master/assets/js/_main.js) and then rebuild using `npm run build:js`. See below for more details.\n\nIf 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`](https://github.com/mmistakes/minimal-mistakes/blob/master/package.json). Same goes for scripts that you remove.\n\nYou can also add scripts to the `<head>` or closing `</body>` elements by adding paths to following arrays in `_config.yml`.\n\n**Example:**\n\n```yaml\nhead_scripts:\n  - https://code.jquery.com/jquery-3.3.1.min.js\n  - /assets/js/your-custom-head-script.js\nfooter_scripts:\n  - /assets/js/your-custom-footer-script.js\nafter_footer_scripts:\n  - /assets/js/custom-script-loads-after-footer.js\n```\n\n**Note:** If you assign `footer_scripts` the theme's `/assets/js/main.min.js` file will be deactivated. This script includes jQuery and various other plugins that you'll need to find replacements for and include separately.\n{: .notice--warning}\n\n---\n\n## Build process\n\nIn 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 means use them instead :wink:.\n\nTo get started:\n\n1. Install [Node.js](http://nodejs.org/).\n2. `cd` to the root of your project.\n3. Install all of the dependencies by running `npm install`.\n\n**Note:** If you upgraded from a previous version of the theme be sure you copied over [`package.json`](https://github.com/{{ site.repository }}/blob/master/package.json) prior to running `npm install`.\n{: .notice--warning}\n\nIf all goes well, running `npm run build:js` will compress/concatenate `_main.js` and all plugin scripts into `main.min.js`.\n\n## Debugging\n\nThe minified JavaScript is harder to debug in the browser than the raw source. To stop the minification and bundle all the JavaScript as-is --- open up `package.json` and edit the value `scripts.uglify` from:\n\n```json\n  \"scripts\": {\n    \"uglify\": \"uglifyjs [...] -c -m -o assets/js/main.min.js\",\n```\n\nTo the following:\n\n```json\n  \"scripts\": {\n    \"uglify\": \"cat [...] > assets/js/main.min.js\",\n```\n"
  },
  {
    "path": "docs/_docs/18-history.md",
    "content": "---\ntitle: History\nclasses: wide\npermalink: \"/docs/history/\"\nexcerpt: Change log of enhancements and bug fixes made to the theme.\nsidebar:\n  nav: docs\nlast_modified_at: '2026-03-11T15:33:49+08:00'\ntoc: false\n---\n\n<!--\n  Sourced from CHANGELOG.md\n  See Rakefile `task :changelog` for details\n-->\n\n{% raw %}\n## [4.28.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.28.0)\n\n### Enhancements\n\n- Updated Traditional Chinese translation [#5250](https://github.com/mmistakes/minimal-mistakes/issues/5250)\n- Add built-in support for jekyll-gfm-admonitions [#5312](https://github.com/mmistakes/minimal-mistakes/issues/5312)\n- Add Latte and Mocha skins from Catppuccin project [#5341](https://github.com/mmistakes/minimal-mistakes/issues/5341)\n- Add support for Swetrix, a GDPR-compliant analytics provider [#5344](https://github.com/mmistakes/minimal-mistakes/issues/5344)\n- Support resolving `ui-text` using `page.locale` when available [#5439](https://github.com/mmistakes/minimal-mistakes/issues/5439)\n- Add `aria-label` to all nav elements for WCAG compliance [#5442](https://github.com/mmistakes/minimal-mistakes/issues/5442)\n- Add IndieWeb microformat support and configurable footer `rel` attribute [#5443](https://github.com/mmistakes/minimal-mistakes/issues/5443)\n- Add `og:image:alt` and `twitter:image:alt` support [#5444](https://github.com/mmistakes/minimal-mistakes/issues/5444)\n- Add `fediverse:creator` meta tag for link preview attribution [#5445](https://github.com/mmistakes/minimal-mistakes/issues/5445)\n- Update hardcoded icon classes for Font Awesome 6 [#5446](https://github.com/mmistakes/minimal-mistakes/issues/5446)\n- Add missing brand-color rules for newer social platforms [#5447](https://github.com/mmistakes/minimal-mistakes/issues/5447)\n- Add custom sidebar content hook [#5448](https://github.com/mmistakes/minimal-mistakes/issues/5448)\n- Add config toggle to suppress taxonomy display on posts [#5449](https://github.com/mmistakes/minimal-mistakes/issues/5449)\n- Minor changes to the PR auto labeling GitHub Actions workflow\n\nSpecial thanks to @bexelbie for their contributions in this release.\n\n### Bug Fixes\n\n- Fix some social icon colors and missing Korean translations [#5103](https://github.com/mmistakes/minimal-mistakes/issues/5103)\n\n## [4.27.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.27.3)\n\n### Bug Fixes\n\n- Add explicit CSS rules for `.sr-only` following Font Awesome 7's changes. [#5296](https://github.com/mmistakes/minimal-mistakes/issues/5296)\n\n## [4.27.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.27.2)\n\n### Enhancements\n\n- Hide `.page__footer-follow` if there are no links nor atom feed. [#5279](https://github.com/mmistakes/minimal-mistakes/issues/5279)\n- Add HTML escaping for some titles, labels and metada that was missing. [#5276](https://github.com/mmistakes/minimal-mistakes/issues/5276)\n- Add optional `footer.since` for copyright time range. [#5275](https://github.com/mmistakes/minimal-mistakes/issues/5275)\n\n### Bug Fixes\n\n- Add `escape_once` to gallery title and alt text.\n\n## [4.27.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.27.1)\n\n### Enhancements\n\n- Add a \"Share on Bluesky\" button [#5179](https://github.com/mmistakes/minimal-mistakes/issues/5179)\n- Add preset variables for modern font stack [#5033](https://github.com/mmistakes/minimal-mistakes/issues/5033)\n- Update X share button to match brand color [#5245](https://github.com/mmistakes/minimal-mistakes/issues/5245)\n\n### Bug Fixes\n\n- Fix wrong icon and color for X share button.\n\n## [4.27.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.27.0)\n\n### Enhancements\n\n- Add RTL Support. [#4886](https://github.com/mmistakes/minimal-mistakes/pull/4886)\n- Add missing Polish translation. [#4890](https://github.com/mmistakes/minimal-mistakes/pull/4890)\n- Rewrite most directions with [CSS logical properties](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_logical_properties_and_values).\n- Remove unnecessary \"type\" attribute [#4956](https://github.com/mmistakes/minimal-mistakes/issues/4956)\n- The \"if\" means the default is never used [#4955](https://github.com/mmistakes/minimal-mistakes/issues/4955)\n- For pages without a title, show the site title only once [#4959](https://github.com/mmistakes/minimal-mistakes/issues/4959)\n- Use `documents-collection.html` partial in `home` layout.\n- Add Bulgarian translation. [#5003](https://github.com/mmistakes/minimal-mistakes/pull/5003)\n- Add provider and comments info to `single.html` layout for non-production. [#5068](https://github.com/mmistakes/minimal-mistakes/issues/5068)\n- Tweak contrast skin $primary-color to adhere to WCAG guidelines. [#5126](https://github.com/mmistakes/minimal-mistakes/issues/5126)\n- Update social share buttons to reflect Twitter rebranding to X [#5210](https://github.com/mmistakes/minimal-mistakes/issues/5210)\n\n### Bug Fixes\n\n- Replace a redirected link to MadeMistakes in footer. [#4882](https://github.com/mmistakes/minimal-mistakes/pull/4882)\n- Fix wrong float direction for `feature_row` with `type=\"right\"`. [#4061](https://github.com/mmistakes/minimal-mistakes/issues/4061)\n- Fix reset stylesheet overruling `$doc-font-size`. [#4983](https://github.com/mmistakes/minimal-mistakes/issues/4983)\n- Fix JavaScript null error on home and splash layouts. [#4938](https://github.com/mmistakes/minimal-mistakes/issues/4938), [#4939](https://github.com/mmistakes/minimal-mistakes/pull/4939)\n- Fix bad &lt;figure&gt; HTML if \"alt\" contains quotes.\n- Fix extra newline generated in `_includes/post_pagination.html`.\n- Hide hidden links & remove the overlay when one is clicked. [#5042](https://github.com/mmistakes/minimal-mistakes/pull/5042)\n- Fix typo in \"Configuration\" [#5106](https://github.com/mmistakes/minimal-mistakes/issues/5106)\n- bundle exec jekyll serve will fail if more than once [#5193](https://github.com/mmistakes/minimal-mistakes/issues/5193)\n\n### Documentation & Maintenance\n\n- Automatically update Algolia search index with GitHub Actions.\n\n## [4.26.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.26.2)\n\n### Enhancements\n\n- Add Czech localization. [#4866](https://github.com/mmistakes/minimal-mistakes/pull/4866)\n- Allow overriding HTML `lang` attribute on a per-page basis. [#4862](https://github.com/mmistakes/minimal-mistakes/pull/4862)\n\n### Bug Fixes\n\n- Figure helper breaks when using code markup in caption with `popup=true`. [#4841](https://github.com/mmistakes/minimal-mistakes/issues/4841)\n\n## [4.26.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.26.1)\n\n### Bug Fixes\n\n- Disable copy button on invalid syntax highlighting blocks to avoid positioning issues.\n- Fix typo for `fa-dribbble` in `_utilities.scss`.\n- Restrict \"auto scroll sticky ToC to content\" feature to Chromium browsers for now. [#4826](https://github.com/mmistakes/minimal-mistakes/issues/4826)\n\n### Documentation & Maintenance\n\n- Rewrite social icons SCSS with a loop.\n\n### Enhancements\n\n- Change the icon of a copy button into a tick for 1.5 seconds on successful copy.\n\n## [4.26.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.26.0)\n\n### Bug Fixes\n\n- Fix an unclosed `<p>` tag in `page__hero.html`, near `page.header.actions`.\n- Remove overlay and revert X to hamburger icon when popup disappears. [#3958](https://github.com/mmistakes/minimal-mistakes/pull/3958)\n- Fix SEO title when it contains a vertical bar. [#3094](https://github.com/mmistakes/minimal-mistakes/pull/3094) [#3113](https://github.com/mmistakes/minimal-mistakes/pull/3113)\n- Remove \"sticky sidebar\" JS as it's now completely based on CSS media queries. [#4245](https://github.com/mmistakes/minimal-mistakes/issues/4245) [#4645](https://github.com/mmistakes/minimal-mistakes/pull/4645)\n\n### Enhancements\n\n- Add support for [Jekyll Paginate V2](https://github.com/sverrirs/jekyll-paginate-v2) 🎉 [#2636](https://github.com/mmistakes/minimal-mistakes/pull/2636)\n- Add \"copy to clipboard\" button for code blocks 🎉 [#2812](https://github.com/mmistakes/minimal-mistakes/pull/2812)\n- Auto scroll sticky ToC with content. [#3115](https://github.com/mmistakes/minimal-mistakes/pull/3115)\n- Replace \"hidden\" check in Liquid templates with `where_exp: \"item\", \"item.hidden != true\"`.\n- Remove deprecated `page.header.cta_url` setting. [#4821](https://github.com/mmistakes/minimal-mistakes/pull/4821)\n- Allow multiple nav lists in sidebar. [#2843](https://github.com/mmistakes/minimal-mistakes/pull/2843)\n- Add popup parameter to `{% include figure %}` to enable Magnific Popup. [#3119](https://github.com/mmistakes/minimal-mistakes/pull/3119)\n- Add target attribute for navigation link. [#3056](https://github.com/mmistakes/minimal-mistakes/pull/3056)\n- Split schema to a separate include file. [#3085](https://github.com/mmistakes/minimal-mistakes/pull/3085)\n- Cleanup `_includes/seo.html`.\n\n### Documentation & Maintenance\n\n- Rewrite skin previews on `05-configuration.md` in Liquid template.\n- Remove unused classes from `_layouts/single.html`.\n- Migrate npm run scripts to Ruby Rake tasks.\n- Add Rake task `version` for updating all hard-coded version numbers from `package.json` all at once.\n- Merge `categories` and `tags` layout into `_includes/posts-taxonomy.html`.\n- Update Social Sharing links section. [#4066](https://github.com/mmistakes/minimal-mistakes/pull/4066)\n\n## [4.25.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.25.1)\n\n### Bug Fixes\n\n- \"You may also enjoy\" no longer recommends hidden posts. [#4653](https://github.com/mmistakes/minimal-mistakes/issues/4653)\n- Replaced dead link to \"Viewport and Media Queries\" slides. [#4421](https://github.com/mmistakes/minimal-mistakes/discussions/4421)\n- Fix broken `where_exp` in `lunr-store.js` for Jekyll &lt; 4.0. [#4808](https://github.com/mmistakes/minimal-mistakes/issues/4808)\n\n### Enhancements\n\n- Add Ukrainian translations. [#4273](https://github.com/mmistakes/minimal-mistakes/pull/4273)\n- Add more configuration for Giscus. [#4274](https://github.com/mmistakes/minimal-mistakes/pull/4274)\n- Bump jekyll-toc to [v1.2.1](https://github.com/allejo/jekyll-toc/releases/tag/v1.2.1).\n\n### Documentation & Maintenance\n\n- Bump shell-quote from 1.7.1 to 1.7.3 [#3692](https://github.com/mmistakes/minimal-mistakes/issues/3692)\n- Add `after-content.html` and `before-related.html` includes to ease docs site overrides.\n- GitHub Workflows security hardening [#3884](https://github.com/mmistakes/minimal-mistakes/issues/3884)\n- Replace Font Awesome v5 search page with v6.\n- Try adding an FAQ page.\n- Update remote theme reference in Quick-Start Guide to point to 4.25.0. [#4809](https://github.com/mmistakes/minimal-mistakes/issues/4809)\n\n## [4.25.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.25.0)\n\n### Bug Fixes\n\n- Fix Linkedin social share link [#4754](https://github.com/mmistakes/minimal-mistakes/issues/4754)\n- Fix non-English characters being url encoded in breadcrumb [#3819](https://github.com/mmistakes/minimal-mistakes/issues/3819)\n- Fix wrong `first_page_path` because of hard-coded `page:num` [#3778](https://github.com/mmistakes/minimal-mistakes/issues/3778)\n- Remove JS and other files from search index [#4000](https://github.com/mmistakes/minimal-mistakes/pull/4000)\n- Fix unlisted YouTube video embeds in documentation/test sites. [#3649](https://github.com/mmistakes/minimal-mistakes/issues/3649)\n- Fix error in Algolia search script when returning a hit that without `html` and `hightlight.html`. [#3101](https://github.com/mmistakes/minimal-mistakes/issues/3101) [#3102](https://github.com/mmistakes/minimal-mistakes/pull/3102)\n- Fix inline code style not applied to stylized text. [#3253](https://github.com/mmistakes/minimal-mistakes/pull/3253)\n- Fix Keybase icon in author sidebar. [#3221](https://github.com/mmistakes/minimal-mistakes/pull/3221)\n- Fix sort order of Staticman comments when data files aren't named alphabetically. [#3184](https://github.com/mmistakes/minimal-mistakes/pull/3184)\n- Fix `layout: compress` issue with HTML comment in video include. [#3117](https://github.com/mmistakes/minimal-mistakes/pull/3117)\n- Add Magnific Popup class to anchors that only contain an `img` element. [#3111](https://github.com/mmistakes/minimal-mistakes/issues/3111) [#3114](https://github.com/mmistakes/minimal-mistakes/pull/3114)\n- Fix heading level of related posts section from `h4` to `h2` to improve accessibility and SEO. [#3064](https://github.com/mmistakes/minimal-mistakes/pull/3064)\n- Fix grammar error in German localized UI text string. [#3063](https://github.com/mmistakes/minimal-mistakes/pull/3063)\n- Remove site.url from first breadcrumb link. [#3051](https://github.com/mmistakes/minimal-mistakes/pull/3051)\n\n### Enhancements\n\n- Add `site.copyright` and `site.copyright_url` config options [#4313](https://github.com/mmistakes/minimal-mistakes/pull/4313)\n- Lazy-load InstantSearch scripts and stylesheets [#3691](https://github.com/mmistakes/minimal-mistakes/pull/3691)\n- Improve Finnish translations [#4595](https://github.com/mmistakes/minimal-mistakes/pull/4595)\n- Remove redundant downcase from \\_layouts/categories.html. [#4531](https://github.com/mmistakes/minimal-mistakes/pull/4531)\n- Load latest Font Awesome package. [#3765](https://github.com/mmistakes/minimal-mistakes/pull/3765)\n- Add missing Polish missing UI text strings. [#3969](https://github.com/mmistakes/minimal-mistakes/pull/3969)\n- Update breadcrumbs conditional to enable/disable them via Front Matter on pages using `layout: single`. [#3096](https://github.com/mmistakes/minimal-mistakes/pull/3096) [#3669](https://github.com/mmistakes/minimal-mistakes/pull/3669)\n- Remove Internet Explorer 9 upgrade notice. [#3666](https://github.com/mmistakes/minimal-mistakes/pull/3666)\n- Add Kiswahili localized UI text strings. [#3489](https://github.com/mmistakes/minimal-mistakes/pull/3489)\n- Exclude `main.scss` from Lunr search index.\n- Allow `site.pages` to be indexed and searched via Lunr. [#3352](https://github.com/mmistakes/minimal-mistakes/pull/3352)\n- Update jQuery to v3.6.0. [#3254](https://github.com/mmistakes/minimal-mistakes/pull/3254)\n- Use notice `<a>` colors for blockquotes that have `notice--` classes applied. [#3140](https://github.com/mmistakes/minimal-mistakes/pull/3140) [#3068](https://github.com/mmistakes/minimal-mistakes/issues/3068)\n- Add sameAs itemprop to author link. [#3087](https://github.com/mmistakes/minimal-mistakes/pull/3087)\n- Update and add missing Brazilian Portuguese translations. [#3204](https://github.com/mmistakes/minimal-mistakes/pull/3204)\n- Add optional label attribute for utterances comments. [#3128](https://github.com/mmistakes/minimal-mistakes/pull/3128)\n- Add missing Danish translations. [#3095](https://github.com/mmistakes/minimal-mistakes/pull/3095)\n- Add ARIA role to search forms. [#3086](https://github.com/mmistakes/minimal-mistakes/pull/3086)\n- Add overflow scroll bar to sticky table of contents that are taller than the viewport's height. [#2874](https://github.com/mmistakes/minimal-mistakes/pull/2874)\n- Add Microformats markup. [#3052](https://github.com/mmistakes/minimal-mistakes/pull/3052)\n\n### Documentation & Maintenance\n\n- Fix links to Font Awesome gallery. [#3599](https://github.com/mmistakes/minimal-mistakes/pull/3599)\n- Fix GreedyNav.js attribution link. [#3553](https://github.com/mmistakes/minimal-mistakes/pull/3553)\n- Fix typo about loading JavaScript in layout documentation. [#3350](https://github.com/mmistakes/minimal-mistakes/pull/3350)\n- Fix documentation typos. [#3232](https://github.com/mmistakes/minimal-mistakes/pull/3232) [#3318](https://github.com/mmistakes/minimal-mistakes/pull/3318)\n- Add link to documentation clarifying how to add plugins. [#3181](https://github.com/mmistakes/minimal-mistakes/pull/3181)\n- Fix broken documentation link and add Baidu site verification to `_config.yml` files. [#3139](https://github.com/mmistakes/minimal-mistakes/pull/3139)\n- Bump path-parse from 1.0.6 to 1.0.7. [#3116](https://github.com/mmistakes/minimal-mistakes/pull/3116)\n- Automatically close invalid PRs using GitHub Actions. [#3313](https://github.com/mmistakes/minimal-mistakes/pull/3313)\n- Add instructions on how to unminify `main.js` for easier browser debugging. [#3055](https://github.com/mmistakes/minimal-mistakes/pull/3055)\n- Consolidate hard-coded version numbers where possible.\n- Add Rakefile for automatically syncing CHANGELOG with history and synched them.\n\n## [4.24.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.24.0)\n\n### Bug Fixes\n\n- Fix README text for Gumshoejs license. [#3024](https://github.com/mmistakes/minimal-mistakes/pull/3024)\n- Remove `tabindex=\"-1\"` from `input` elements in `search.html` layout to allow them to be accessible by keyboard. [#2982](https://github.com/mmistakes/minimal-mistakes/issues/2982)\n- Fix broken sidebar image in sample post. [#3013](https://github.com/mmistakes/minimal-mistakes/issues/3013)\n- Fix broken links in Upgrading documentation. [#3004](https://github.com/mmistakes/minimal-mistakes/issues/3004)\n\n### Enhancements\n\n- Remove IE9 flexbox fallback. [#3042](https://github.com/mmistakes/minimal-mistakes/pull/3042)\n- Remove `h2` from skip links navigation as it is not important for site structure. [#3012](https://github.com/mmistakes/minimal-mistakes/pull/3012)\n- Loads Font Awesome asynchronously. [#2967](https://github.com/mmistakes/minimal-mistakes/pull/2967)\n- Replace custom search icon SVG with Font Awesome icon. [#2774](https://github.com/mmistakes/minimal-mistakes/pull/2774)\n- Adds support for giscus comments. [#3022](https://github.com/mmistakes/minimal-mistakes/pull/3022)\n\n## [4.23.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.23.0)\n\n### Enhancements\n\n- Add Arabic (عربي) localized UI text strings. [#2936](https://github.com/mmistakes/minimal-mistakes/pull/2936)\n- Update onchange and uglify-js dependencies.\n- Document head and footer `custom.html` includes. [#2815](https://github.com/mmistakes/minimal-mistakes/pull/2815)\n- Color notices based on skin colors instead of fixed values. [#2887](https://github.com/mmistakes/minimal-mistakes/pull/2887)\n- Add configurable datetime format. [#2844](https://github.com/mmistakes/minimal-mistakes/pull/2844)\n- Add Baidu site verification [#2830](https://github.com/mmistakes/minimal-mistakes/pull/2830)\n- Add `alt` attribute to site logo. [#2529](https://github.com/mmistakes/minimal-mistakes/issues/2529) [#2824](https://github.com/mmistakes/minimal-mistakes/issues/2824)\n\n### Bug Fixes\n\n- Fix menu toggle to properly show close icon when open.\n- Fix Jekyll environment note in configuration documentation. [#2912](https://github.com/mmistakes/minimal-mistakes/issues/2912)\n- Fix typo in Helpers documentation. [#2940](https://github.com/mmistakes/minimal-mistakes/pull/2940)\n- Remove all references to official public Staticman API instance. [#2818](https://github.com/mmistakes/minimal-mistakes/issues/2818) [#2831](https://github.com/mmistakes/minimal-mistakes/pull/2831)\n- Remove Google Search CSS. [#2852](https://github.com/mmistakes/minimal-mistakes/issues/2852) [#2855](https://github.com/mmistakes/minimal-mistakes/pull/2855)\n\n## [4.22.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.22.0)\n\n### Bug Fixes\n\n- Remove Google Search script from `404.md`. [#2597](https://github.com/mmistakes/minimal-mistakes/issues/2597) [#2737](https://github.com/mmistakes/minimal-mistakes/pull/2737) [#2789](https://github.com/mmistakes/minimal-mistakes/pull/2789)\n- Fix Font Awesome icon color in `contrast`, `dark`, `mint`, `neon`, `plum`, and `sunrise` skins. [#2724](https://github.com/mmistakes/minimal-mistakes/issues/2724)\n\n### Enhancements\n\n- Allow custom sorting for collections. [#2723](https://github.com/mmistakes/minimal-mistakes/pull/2723)\n- Use `sort_natural` instead of custom Liquid logic to sort tags and categories. [#2756](https://github.com/mmistakes/minimal-mistakes/pull/2756)\n- Add configuration option to toggle off RSS feed link in `<head>` and site footer. [#2787](https://github.com/mmistakes/minimal-mistakes/pull/2787)\n- Upgrade Lunrjs to 2.3.9 and switch to `relative_url`. [#2805](https://github.com/mmistakes/minimal-mistakes/pull/2805)\n- Adds `.webp` to list of supported image extensions for the image popup lightbox. [#2788](https://github.com/mmistakes/minimal-mistakes/pull/2788)\n- Add Hebrew localized UI text strings. [#2760](https://github.com/mmistakes/minimal-mistakes/pull/2760)\n- Update documentation to include `toc_sticky` parameter's description. [#2741](https://github.com/mmistakes/minimal-mistakes/pull/2741)\n- Update Indonesian localized UI text strings. [#2731](https://github.com/mmistakes/minimal-mistakes/pull/2731)\n- Update remote theme documentation. [#2734](https://github.com/mmistakes/minimal-mistakes/pull/2734)\n- Update allejo/jekyll-toc to v1.1.0, skip headings without an ID. [#2752](https://github.com/mmistakes/minimal-mistakes/pull/2752)\n- Allow custom gradient for page header overlay. [#2806](https://github.com/mmistakes/minimal-mistakes/pull/2806)\n\n## [4.21.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.21.0)\n\n### Bug Fixes\n\n- Fix greedy navigation by improving reliability of remaining space for visible links. [#2664](https://github.com/mmistakes/minimal-mistakes/issues/2664)\n- Collapse white-space in `figure` helper to fix issues when used in Markdown ordered and unordered lists. [#2697](https://github.com/mmistakes/minimal-mistakes/pull/2697)\n- Fix dead link to CI services in documentation. [#2635](https://github.com/mmistakes/minimal-mistakes/issues/2635) [#2692](https://github.com/mmistakes/minimal-mistakes/pull/2692)\n- Fix a small typo in documentation. [#2718](https://github.com/mmistakes/minimal-mistakes/pull/2718)\n\n### Enhancements\n\n- Update jQuery to 3.5.1. [#2713](https://github.com/mmistakes/minimal-mistakes/pull/2713)\n- Add Indonesian localized UI text strings. [#2725](https://github.com/mmistakes/minimal-mistakes/pull/2725)\n- Update Vietnamese localized UI text strings. [#2722](https://github.com/mmistakes/minimal-mistakes/pull/2722)\n- Add Norwegian (Norsk) localized UI text strings. [#2702](https://github.com/mmistakes/minimal-mistakes/pull/2702)\n- Update allejo/jekyll-toc to v1.0.14 [#2700](https://github.com/mmistakes/minimal-mistakes/pull/2700)\n\n## [4.20.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.20.2)\n\n### Bug Fixes\n\n- Fix broken link in documentation. [#2677](https://github.com/mmistakes/minimal-mistakes/issues/2677)\n- Fix typo in documentation. [#2678](https://github.com/mmistakes/minimal-mistakes/issues/2678)\n- Remove duplicate CSS definitions. [#2666](https://github.com/mmistakes/minimal-mistakes/pull/2666)\n- Fix `entries_layout: grid` in various layouts. [#2639](https://github.com/mmistakes/minimal-mistakes/issues/2639)\n- Change `fa` to `fas` for Font Awesome 5. [#2649](https://github.com/mmistakes/minimal-mistakes/pull/2649)\n\n### Enhancements\n\n- Refactor page meta include. [#2641](https://github.com/mmistakes/minimal-mistakes/pull/2641)\n- Add `article:author` Open Graph markup. [#2670](https://github.com/mmistakes/minimal-mistakes/pull/2670)\n\n## [4.20.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.20.1)\n\n### Bug Fixes\n\n- Fix grid `entries_layout` in home.html. [#2616](https://github.com/mmistakes/minimal-mistakes/pull/2616)\n\n## [4.20.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.20.0)\n\n### Bug Fixes\n\n- Add `relative_url` filter to author home link [#2575](https://github.com/mmistakes/minimal-mistakes/pull/2575)\n- Fix `analytics.provider` config comment to list all analytics providers. [#2607](https://github.com/mmistakes/minimal-mistakes/pull/2607)\n- Fix typo in installation documentation. [#2570](https://github.com/mmistakes/minimal-mistakes/pull/2570)\n- Fix broken Lunr search with Jekyll v4.1.0. [#2617](https://github.com/mmistakes/minimal-mistakes/pull/2617)\n\n### Enhancements\n\n- Add an optional date alongside the reading time. To enable set `show_date: true` similar to how reading time is. [#2526](https://github.com/mmistakes/minimal-mistakes/pull/2526)\n- Remove hidden posts from posts.html layout. [#2625](https://github.com/mmistakes/minimal-mistakes/pull/2625)\n- Add entry layout configuration for `list` (default) or `grid` views on `layout: home`. [#2616](https://github.com/mmistakes/minimal-mistakes/pull/2616)\n- Add missing Chinese translations. [#2576](https://github.com/mmistakes/minimal-mistakes/pull/2576)\n- Improve Chinese translations. [#2626](https://github.com/mmistakes/minimal-mistakes/pull/2626)\n- Add `line-height` to `h4` element in notice helper. [#2602](https://github.com/mmistakes/minimal-mistakes/pull/2602)\n- Improve Algolia search. [#2572](https://github.com/mmistakes/minimal-mistakes/pull/2572)\n- Update link to wtfpl license in README. [#2571](https://github.com/mmistakes/minimal-mistakes/pull/2571)\n- Ignore teaser headline in table of contents when including posts list in another page. [#2558](https://github.com/mmistakes/minimal-mistakes/pull/2558)\n- Replace Font Awesome Kits with CSS from jsDelivr CDN. [#2583](https://github.com/mmistakes/minimal-mistakes/pull/2583)\n- Add `danmaku` option to Bilibili video provider and add corresponding documentation/ [#2599](https://github.com/mmistakes/minimal-mistakes/pull/2599)\n- Update documentation about loading l10n data file from the theme-gem. [#2621](https://github.com/mmistakes/minimal-mistakes/issues/2621) [#2624](https://github.com/mmistakes/minimal-mistakes/pull/2624)\n\n## [4.19.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.19.3)\n\n### Enhancements\n\n- Update GreedyNav.js to reduce masthead link overflow/shifting on mobile devices. [#2551](https://github.com/mmistakes/minimal-mistakes/issues/2551)\n- Replace `<section id=\"custom-comments\"></section>` in `comments.html` include and add `custom_scripts.html` include for loading custom comment provider JavaScript in the footer. [#2549](https://github.com/mmistakes/minimal-mistakes/issues/2549)\n- Move page date Liquid to include. [#2544](https://github.com/mmistakes/minimal-mistakes/pull/2544)\n- Strip trailing whitespace in `seo_description`. [#2542](https://github.com/mmistakes/minimal-mistakes/pull/2542)\n- Improve sticky sidebar's appearance with short content. [#2514](https://github.com/mmistakes/minimal-mistakes/pull/2514)\n\n## [4.19.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.19.2)\n\n### Enhancements\n\n- Add support for bilibili videos in [responsive video helper](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#responsive-video-embed). [#2512](https://github.com/mmistakes/minimal-mistakes/pull/2512)\n- Add Myanmar (Burmese) localized UI text strings. [#2500](https://github.com/mmistakes/minimal-mistakes/pull/2500)\n- Improve author links underline on hover. [#2472](https://github.com/mmistakes/minimal-mistakes/pull/2472)\n- Add documentation for applying Front Matter defaults to jekyll-archives pages. [#2466](https://github.com/mmistakes/minimal-mistakes/pull/2466)\n- Add missing Vietnamese translations. [#2459](https://github.com/mmistakes/minimal-mistakes/pull/2459) [#2486](https://github.com/mmistakes/minimal-mistakes/pull/2486)\n- Fix Finnish localized UI text strings. [#2455](https://github.com/mmistakes/minimal-mistakes/pull/2455)\n- Clarify documentation that Lunr only searches documents in collections. [#2450](https://github.com/mmistakes/minimal-mistakes/pull/2450)\n- Add guide on applying Front Matter defaults to jekyll-archives pages [#2466](https://github.com/mmistakes/minimal-mistakes/pull/2466)\n\n### Bug Fixes\n\n- Fix typo in configuration documentation. [#2497](https://github.com/mmistakes/minimal-mistakes/pull/2497)\n- Fix \"Follow menu falls under post links\" on small screens. [#2479](https://github.com/mmistakes/minimal-mistakes/issues/2479)\n- Hide index page from page-archive. [#2482](https://github.com/mmistakes/minimal-mistakes/pull/2482)\n\n## [4.19.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.19.1)\n\n### Enhancements\n\n- Add [Dracula](https://draculatheme.com/) Base16 syntax highlighting theme Sass variables to [stylesheets documentation](https://mmistakes.github.io/minimal-mistakes/docs/stylesheets/#syntax-highlighting). [#2438](https://github.com/mmistakes/minimal-mistakes/pull/2438)\n- Update links to `HTTPS` and remove Google+ from configuration documentation. [#2432](https://github.com/mmistakes/minimal-mistakes/pull/2432)\n- Use `first_page_path` from jekyll-paginate-v2 if available. [#2431](https://github.com/mmistakes/minimal-mistakes/pull/2431)\n- Update onchange and uglify-js dependencies.\n- Update smooth-scroll.js to `v16.1.2`. [#2430](https://github.com/mmistakes/minimal-mistakes/issues/2430)\n\n### Bug Fixes\n\n- Fix author profile links `z-index` order on small screens. [#2440](https://github.com/mmistakes/minimal-mistakes/issues/2440)\n\n## [4.19.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.19.0)\n\n### Enhancements\n\n- Add \"click\" overlay to close masthead and follow button menus when open. [#1168](https://github.com/mmistakes/minimal-mistakes/issues/1168)\n- Remove deprecated Staticman v1 configurations from `_config.yml`. [#2386](https://github.com/mmistakes/minimal-mistakes/issues/2386)\n- Use `relative_url` and `absolute_url` filters where possible. [#2387](https://github.com/mmistakes/minimal-mistakes/pull/2387)\n- Improve headline hierarchy and add Sass specific variables `$h-size-x`. [#2423](https://github.com/mmistakes/minimal-mistakes/issues/2423)\n- Improve accessibility of `default` skin by increasing color contrast of text and links.\n- Hide posts with `hidden: true` YAML front matter from appearing in listings. [#2345](https://github.com/mmistakes/minimal-mistakes/pull/2345)\n- Add Irish (Gaeilge) localized UI text strings. [#2422](https://github.com/mmistakes/minimal-mistakes/pull/2422)\n- Remove `box-shadow` on radio and checkbox inputs. [#2398](https://github.com/mmistakes/minimal-mistakes/pull/2398)\n- Bump Jekyll gem dependency to `v3.7`.\n\n### Bug Fixes\n\n- Fix documentation around using `bundle info` command. [#2425](https://github.com/mmistakes/minimal-mistakes/pull/2425)\n- Fix rake vulnerability in `.gemspec` file.\n- Fix Staticman v2 comment submission. [#2402](https://github.com/mmistakes/minimal-mistakes/pull/2402)\n- Fix repeated site base path for masthead logo. [#2385](https://github.com/mmistakes/minimal-mistakes/pull/2385)\n\n## [4.18.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.18.1)\n\n### Bug Fixes\n\n- Fix compatibility issue with jekyll-paginate-v2. [#2381](https://github.com/mmistakes/minimal-mistakes/pull/2381)\n\n## [4.18.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.18.0)\n\n### Enhancements\n\n- Allow `home` layout to display posts without pagination. [#2378](https://github.com/mmistakes/minimal-mistakes/pull/2378)\n- Add links to high resolution skin screenshots in README. [#2363](https://github.com/mmistakes/minimal-mistakes/issues/2363)\n- Update README and LICENSE. [#2367](https://github.com/mmistakes/minimal-mistakes/pull/2367)\n- Update `.gitignore` file. [#2366](https://github.com/mmistakes/minimal-mistakes/pull/2366)\n- Allow override of page excerpt in hero header via `tagline` YAML front matter. [#2307](https://github.com/mmistakes/minimal-mistakes/pull/2307)\n- Exclude `package-lock.json` from Jekyll build. [#2364](https://github.com/mmistakes/minimal-mistakes/pull/2364)\n- Use `%-d` instead of `%d` so displayed dates aren't padded with zero. [#2359](https://github.com/mmistakes/minimal-mistakes/pull/2359)\n- Update table of contents helper (`toc.html`) to [v1.0.8](https://github.com/allejo/jekyll-toc/releases). [#2355](https://github.com/mmistakes/minimal-mistakes/pull/2355)\n- Add missing Dutch localized UI text strings. [#2321](https://github.com/mmistakes/minimal-mistakes/pull/2321)\n- Support page header (hero) in `archive-taxonomy` layout. [#2320](https://github.com/mmistakes/minimal-mistakes/pull/2320)\n- Add social icon color for Keybase. [#2302](https://github.com/mmistakes/minimal-mistakes/pull/2302)\n\n### Bug Fixes\n\n- Fix JavaScript comments in Disqus include to be compatible with `compress` layout. [#2373](https://github.com/mmistakes/minimal-mistakes/pull/2373)\n- Fix wrong newline concatenation in SEO description [#2368](https://github.com/mmistakes/minimal-mistakes/pull/2368) [#2354](https://github.com/mmistakes/minimal-mistakes/issues/2354)\n- Fix Staticman v2/v3 conditional for showing comments. [#2351](https://github.com/mmistakes/minimal-mistakes/pull/2351)\n- Fix masthead logo path. [#2332](https://github.com/mmistakes/minimal-mistakes/pull/2332)\n- Fix schema.org dates to ISO-8601. [#2339](https://github.com/mmistakes/minimal-mistakes/pull/2339)\n- Fix background color of code blocks in notices. [#2328](https://github.com/mmistakes/minimal-mistakes/pull/2328)\n- Fix alignment of feature rows when placed next to a sticky sidebar. [#2327](https://github.com/mmistakes/minimal-mistakes/issues/2327)\n- Fix `seo_description` in `_includes/seo.html`. [#2326](https://github.com/mmistakes/minimal-mistakes/pull/2326)\n- Fix typo in `_config.yml`. [#2319](https://github.com/mmistakes/minimal-mistakes/pull/2319)\n\n## [4.17.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.17.2)\n\n### Enhancements\n\n- Add collection step to documentation about creating a portfolio page. [#2294](https://github.com/mmistakes/minimal-mistakes/pull/2294)\n- Replace sticky footer JavaScript with flexbox styles. [#2289](https://github.com/mmistakes/minimal-mistakes/pull/2289)\n\n### Bug Fixes\n\n- Fix sticky footer when using MozBar extension. [#2281](https://github.com/mmistakes/minimal-mistakes/issues/2281)\n\n## [4.17.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.17.1)\n\n### Enhancements\n\n- Update Chinese (Simplified) localized UI text strings. [#2286](https://github.com/mmistakes/minimal-mistakes/pull/2286)\n- Update list of 3rd party JavaScript used and licenses. [#2276](https://github.com/mmistakes/minimal-mistakes/pull/2276)\n\n### Bug Fixes\n\n- Fix indention of nested GFM task lists. [#2283](https://github.com/mmistakes/minimal-mistakes/issues/2283)\n\n## [4.17.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.17.0)\n\n### Enhancements\n\n- Show a permalink anchor when hovering over headings in main content area. [#2251](https://github.com/mmistakes/minimal-mistakes/pull/2251)\n- Allow per-page override of `words_per_minute`. [#2250](https://github.com/mmistakes/minimal-mistakes/pull/2250)\n- Update [onchange](https://www.npmjs.com/package/onchange) development dependency in `package.json`. [#2241](https://github.com/mmistakes/minimal-mistakes/issues/2241)\n- Add Catalan localized UI text strings. [#2237](https://github.com/mmistakes/minimal-mistakes/pull/2237)\n\n### Bug Fixes\n\n- Remove extraneous space from Internet Explorer conditional statement. [#2273](https://github.com/mmistakes/minimal-mistakes/pull/2273)\n- Fix typo in `_config.yml`. [#2243](https://github.com/mmistakes/minimal-mistakes/pull/2243)\n- Replace `http` URLs with `https` where applicable in `_config.yml`. [#2244](https://github.com/mmistakes/minimal-mistakes/pull/2244)\n\n## [4.16.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.16.6)\n\n### Enhancements\n\n- Relax Jekyll dependency to allow for version 4.0.\n- Add missing Spanish localized UI text strings. [#2229](https://github.com/mmistakes/minimal-mistakes/pull/2229)\n- Allow Markdown in author bio. [#2215](https://github.com/mmistakes/minimal-mistakes/pull/2215)\n\n### Bug Fixes\n\n- Fix `site.url` in Organization/Person JSON-LD schema. [#1906](https://github.com/mmistakes/minimal-mistakes/issues/1906)\n- Remove full stop in some `comment_form_info` UI text strings. [#2220](https://github.com/mmistakes/minimal-mistakes/pull/2220)\n- Fix default `site.author` in seo.html [#2230](https://github.com/mmistakes/minimal-mistakes/pull/2230)\n- Fix overlapping links (linked to and post's permalink) in post link type. [#2222](https://github.com/mmistakes/minimal-mistakes/issues/2222)\n\n## [4.16.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.16.5)\n\n### Enhancements\n\n- Add optional site subtitle to masthead. [#2173](https://github.com/mmistakes/minimal-mistakes/issues/2173)\n- Add missing Punjabi and Hindi localized UI text strings. [#2212](https://github.com/mmistakes/minimal-mistakes/pull/2212)\n- Add missing Korean localized UI text strings. [#2209](https://github.com/mmistakes/minimal-mistakes/pull/2209)\n- Use [Font Awesome Kits](https://blog.fontawesome.com/introducing-font-awesome-kits-7134d1d59959) to use the latest version of icons. [#2184](https://github.com/mmistakes/minimal-mistakes/issues/2184)\n- Remove unnecessary console.log in `lunr-en.js` and `lunr-gr.js` JavaScript. [#2193](https://github.com/mmistakes/minimal-mistakes/issues/2193)\n- Remove unnecessary `type=\"text/javascript\"` from Google Analytics JavaScript. [#2190](https://github.com/mmistakes/minimal-mistakes/pull/2190)\n- Update links and fix typos in documentation. [#2186](https://github.com/mmistakes/minimal-mistakes/pull/2186)\n- Add skip links. [#2182](https://github.com/mmistakes/minimal-mistakes/issues/2182)\n\n### Bug Fixes\n\n- Fix aria issues with Lunr search form. [#2211](https://github.com/mmistakes/minimal-mistakes/pull/2211)\n- Fix missing fallback title for table of contents.\n\n## [4.16.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.16.4)\n\n### Enhancements\n\n- Update Brazilian Portuguese localized UI text strings. [#2162](https://github.com/mmistakes/minimal-mistakes/pull/2162)\n- Update Font Awesome to v5.8.2. [#2150](https://github.com/mmistakes/minimal-mistakes/pull/2150)\n- Add missing Spanish localized UI text strings. [#2149](https://github.com/mmistakes/minimal-mistakes/pull/2149)\n\n### Bug Fixes\n\n- Fix arithmetic in `_form.scss` partial. [#2169](https://github.com/mmistakes/minimal-mistakes/pull/2169)\n- Fix pound symbol not displaying properly for post categories and tags. [#2156](https://github.com/mmistakes/minimal-mistakes/issues/2156)\n- Fix permalink stacking order and click-able area in archives.\n\n## [4.16.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.16.3)\n\n### Enhancements\n\n- Update jQuery to v3.4.1. [#2137](https://github.com/mmistakes/minimal-mistakes/issues/2137)\n- Update Gumshoe to v5.1.1. [#2140](https://github.com/mmistakes/minimal-mistakes/issues/2140)\n\n### Bug Fixes\n\n- Fix JavaScript error when resizing pages with table of contents. [#2140](https://github.com/mmistakes/minimal-mistakes/issues/2140)\n\n## [4.16.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.16.2)\n\n### Bug Fixes\n\n- Revert jQuery back to version v3.3.1, v.3.4.0 causes issues with other plugins that haven't been updated. [#2137](https://github.com/mmistakes/minimal-mistakes/issues/2137)\n\n## [4.16.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.16.1)\n\n### Enhancements\n\n- Update [`compress` layout](https://mmistakes.github.io/minimal-mistakes/docs/layouts/#compress-layout) to v3.1.0. [#2128](https://github.com/mmistakes/minimal-mistakes/pull/2128)\n- Update jQuery to v3.4.0. [#2129](https://github.com/mmistakes/minimal-mistakes/pull/2129)\n\n### Bug Fixes\n\n- Fix Gumshoe related JavaScript error on pages without a table of contents. [#2124](https://github.com/mmistakes/minimal-mistakes/pull/2124)\n\n## [4.16.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.16.0)\n\n### Enhancements\n\n- Improve search `input` semantics for Lunr and Google search providers. [#2123](https://github.com/mmistakes/minimal-mistakes/pull/2123)\n- Allow adding JavaScript files after those bundled in the theme. [#2110](https://github.com/mmistakes/minimal-mistakes/issues/2110) [#2116](https://github.com/mmistakes/minimal-mistakes/pull/2116)\n- Add `$max-width` Sass variable for adjusting page content's maximum width. [#2093](https://github.com/mmistakes/minimal-mistakes/pull/2093)\n- Add Thai localized UI text strings. [#2111](https://github.com/mmistakes/minimal-mistakes/pull/2111)\n- Update Font Awesome to [v5.8.1](https://github.com/FortAwesome/Font-Awesome/releases/tag/5.8.1). [#2102](https://github.com/mmistakes/minimal-mistakes/pull/2102)\n- Add missing Vietnamese localized UI text strings. [#2097](https://github.com/mmistakes/minimal-mistakes/pull/2097)\n- Replace jQuery Smooth Scroll with Smooth Scroll + Gumshoe. [#2082](https://github.com/mmistakes/minimal-mistakes/pull/2082)\n- Add styling for [GFM task lists](https://help.github.com/en/articles/about-task-lists#creating-task-lists). [#2092](https://github.com/mmistakes/minimal-mistakes/issues/2092)\n- Update Google Universal Analytics to load async. [#2079](https://github.com/mmistakes/minimal-mistakes/pull/2079)\n- Remove Google+ social sharing button, comment provider, and author link configs from theme.\n- Add missing Chinese text strings. [#2072](https://github.com/mmistakes/minimal-mistakes/pull/2072)\n\n### Bug Fixes\n\n- Fix table of contents active link styling.\n- Add missing Hindi localized UI text strings. [#2105](https://github.com/mmistakes/minimal-mistakes/pull/2105) [#2106](https://github.com/mmistakes/minimal-mistakes/pull/2106)\n- Fix Brazilian Portuguese text strings. [#2098](https://github.com/mmistakes/minimal-mistakes/pull/2098)\n- Fix typo in French `results_found` text string. [#2096](https://github.com/mmistakes/minimal-mistakes/pull/2096)\n- Fix figures inside of list elements. [#2094](https://github.com/mmistakes/minimal-mistakes/pull/2094)\n- Remove Font Awesome `data-search-pseudo-elements` attribute as it degrades smooth scroll performance. [#2075](https://github.com/mmistakes/minimal-mistakes/issues/2075#issuecomment-472437014)\n- Fix footnote links incompatibility with smooth scroll plugin. [#2075](https://github.com/mmistakes/minimal-mistakes/issues/2075)\n- Loosen Bundler dependency in ruby gem.\n\n## [4.15.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.15.2)\n\n### Enhancements\n\n- Close search overlay with <kbd>Esc</kbd>. [#2055](https://github.com/mmistakes/minimal-mistakes/pull/2055)\n- Update Swedish localized UI text strings. [#2056](https://github.com/mmistakes/minimal-mistakes/pull/2056)\n- Update Font Awesome to 5.7.1 and add `data-search-pseudo-elements` attribute. [#2053](https://github.com/mmistakes/minimal-mistakes/pull/2053)\n- Add Malayalam localized UI text strings. [#2037](https://github.com/mmistakes/minimal-mistakes/pull/2037)\n\n### Bug Fixes\n\n- Fix table of contents errors with non-English characters in the headings. [#2042](https://github.com/mmistakes/minimal-mistakes/pull/2042)\n- Fix `site.logo` false positives. [#2026](https://github.com/mmistakes/minimal-mistakes/pull/2026#issuecomment-455770730)\n- Add empty `alt` attribute to `site.logo` image. [#2035](https://github.com/mmistakes/minimal-mistakes/pull/2035)\n\n## [4.15.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.15.1)\n\n### Bug Fixes\n\n- Fix empty `<img>` when `site_logo` is not assigned. [#2026](https://github.com/mmistakes/minimal-mistakes/pull/2026#issuecomment-454809876)\n\n## [4.15.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.15.0)\n\n### Enhancements\n\n- Add logo and title customization to the masthead. [#2026](https://github.com/mmistakes/minimal-mistakes/pull/2026)\n- Add support to customize `issue-term` for utterances comment provider. [#2022](https://github.com/mmistakes/minimal-mistakes/pull/2022)\n- Allow custom canonical url on a page-by-page basis. [#2021](https://github.com/mmistakes/minimal-mistakes/pull/2021)\n- Update table of contents navigation based on scroll position to indicate which link is currently active in the viewport. [#2020](https://github.com/mmistakes/minimal-mistakes/pull/2020)\n- Clicking table of contents links changes URL has fragment. [#2019](https://github.com/mmistakes/minimal-mistakes/pull/2019) [#2023](https://github.com/mmistakes/minimal-mistakes/pull/2023)\n\n## [4.14.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.14.2)\n\n### Enhancements\n\n- Improve accessibility by adding label text to search button toggle. [#2014](https://github.com/mmistakes/minimal-mistakes/pull/2014)\n- Update Lunr to 2.3.5. [#2010](https://github.com/mmistakes/minimal-mistakes/pull/2010)\n- Shorten Internet Explorer conditional statement in `_includes/head.html`. [#2006](https://github.com/mmistakes/minimal-mistakes/pull/2006)\n- Add Persian localized UI text strings. [#2004](https://github.com/mmistakes/minimal-mistakes/pull/2004)\n- Remove unused JavaScript variables from Staticman comment script. [#1996](https://github.com/mmistakes/minimal-mistakes/pull/1996)\n- Update Font Awesome to 5.6.0. [#1995](https://github.com/mmistakes/minimal-mistakes/pull/1995)\n- Change remaining schema.org markup to `https`. [#1978](https://github.com/mmistakes/minimal-mistakes/pull/1978)\n- Update NPM dependencies.\n\n### Bug Fixes\n\n- Fix wide tables that overflow parent container. [#2008](https://github.com/mmistakes/minimal-mistakes/issues/2008)\n- Fix Spanish `comments_label` and `comments_title` UI text strings. [#1997](https://github.com/mmistakes/minimal-mistakes/pull/1997)\n- Allow sidebar navigation with custom sidebar content. [#1986](https://github.com/mmistakes/minimal-mistakes/issues/1986)\n- Fix Google Custom Search JavaScript error when not using Instant Search. [#1983](https://github.com/mmistakes/minimal-mistakes/pull/1983)\n\n## [4.14.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.14.1)\n\n### Bug Fixes\n\n- Fix closed navicon on hover.\n\n## [4.14.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.14.0)\n\n### Enhancements\n\n- Change schema.org markup to `https`. [#1969](https://github.com/mmistakes/minimal-mistakes/pull/1969)\n- Add Google Drive as video provider. [#1967](https://github.com/mmistakes/minimal-mistakes/pull/1967)\n- Match `:focus` color to skin.\n- Add support for [utterances](https://utteranc.es/) comments. [#1909](https://github.com/mmistakes/minimal-mistakes/issues/1909)\n- Use privacy aware embed options for YouTube and Vimeo in [responsive video helper](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#responsive-video-embed). [#1964](https://github.com/mmistakes/minimal-mistakes/pull/1964)\n- Add `rel=\"nofollow noopener noreferrer\"` to author profile links. [#1924](https://github.com/mmistakes/minimal-mistakes/pull/1924)\n- Improve color contrast of primary buttons and links.\n- Add Punjabi localized UI text strings. [#1962](https://github.com/mmistakes/minimal-mistakes/pull/1962)\n- Add Hindi localized UI text strings. [#1888](https://github.com/mmistakes/minimal-mistakes/pull/1888)\n- Update Lunr to `2.3.3`. [#1885](https://github.com/mmistakes/minimal-mistakes/pull/1885)\n- Cache \"static\" includes to improve build performance. **Note:** The theme uses the [jekyll-include-cache](https://github.com/benbalter/jekyll-include-cache) plugin which will need to be installed in your `Gemfile` and added to the `plugins` array of `_config.yml`. Otherwise you'll throw `Unknown tag 'include_cached'` errors at build. [#1874](https://github.com/mmistakes/minimal-mistakes/pull/1874)\n- Make entire feature and archive items \"clickable\". [#1864](https://github.com/mmistakes/minimal-mistakes/pull/1864)\n- Allow custom Staticman endpoints. [#1842](https://github.com/mmistakes/minimal-mistakes/issues/1842)\n- Remove `type=\"text/css\"` from Algolia script includes. [#1836](https://github.com/mmistakes/minimal-mistakes/pull/1836)\n- Remove unneeded `HandheldFriendly` and `MobileOptimized` meta tags. [#1837](https://github.com/mmistakes/minimal-mistakes/pull/1837)\n- Update Font Awesome to version `5.5.0` and add `integrity` hash. [#1922](https://github.com/mmistakes/minimal-mistakes/pull/1922)\n- Always load Google 404 Linkhelp script over HTTPS. [#1829](https://github.com/mmistakes/minimal-mistakes/pull/1829)\n- Remove deprecated `base_path` include helper.\n\n### Bug Fixes\n\n- Prevent current post from showing in the related posts section. [#1976](https://github.com/mmistakes/minimal-mistakes/pull/1976)\n- Fix dark skins syntax highlighting colors. [#1973](https://github.com/mmistakes/minimal-mistakes/issues/1973)\n- Remove unnecessary closing bracket in analytics documentation. [#1915](https://github.com/mmistakes/minimal-mistakes/pull/1915)\n- Fix breadcrumb navigation alignment. [#1917](https://github.com/mmistakes/minimal-mistakes/issues/1917)\n- Fix Algolia search link positioning. [#1904](https://github.com/mmistakes/minimal-mistakes/pull/1904)\n- Fix Lunr search index merging words. [#1883](https://github.com/mmistakes/minimal-mistakes/issues/1883)\n- Properly apply `relative_url` filter to internal links in header overlay `actions` array.\n- Revert cached includes (`include_cached`) for comment and analytics providers. [#1905](https://github.com/mmistakes/minimal-mistakes/issues/1905)\n\n## [4.13.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.13.0)\n\n### Enhancements\n\n- Add Romanian localized UI text strings. [#1814](https://github.com/mmistakes/minimal-mistakes/pull/1814)\n- Improve author link flexibility. [#1581](https://github.com/mmistakes/minimal-mistakes/issues/1581)\n- Improve footer link flexibility.\n- Deprecate `cta_label` and `cta_url` in header overlay in favor of new `actions` array that allows for multiple \"call to action\" button links. [#1461](https://github.com/mmistakes/minimal-mistakes/issues/1461)\n- Add support to [gallery helper](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#gallery) for defining column layout (`half`, `third`, or single `''`). [#1821](https://github.com/mmistakes/minimal-mistakes/issues/1821)\n\n### Bug Fixes\n\n- Fix sidebar navigation list toggle. [#1819](https://github.com/mmistakes/minimal-mistakes/issues/1819)\n- Fix hover animation for links with `:visited` state. [#1820](https://github.com/mmistakes/minimal-mistakes/issues/1820)\n\n## [4.12.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.12.2)\n\n### Enhancements\n\n- Add missing Italian localized UI text strings. [#1793](https://github.com/mmistakes/minimal-mistakes/pull/1793)\n- Update [jekyll-toc](https://github.com/allejo/jekyll-toc) to `v1.0.5`.\n- Support heading levels 1-6 in table of contents with proper indentation styling. [#1782](https://github.com/mmistakes/minimal-mistakes/issues/1782)\n- Use relative links for masthead navigation menu items when possible. [#1784](https://github.com/mmistakes/minimal-mistakes/pull/1784)\n- Add `.emoji` class to author sidebar to normalize image sizes. [#1780](https://github.com/mmistakes/minimal-mistakes/pull/1780)\n- Update Staticman commit message to include comment author's name.\n- Improve side navigation spacing in relation to masthead.\n- Style archive links with appropriate link color.\n- Adjust feature row spacing and font-sizes.\n- Use sentence case and increase font-sizes for improved readability in table of contents.\n- Add `{{ content }}` to `home` layout. [#1775](https://github.com/mmistakes/minimal-mistakes/pull/1775)\n\n## [4.12.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.12.1)\n\n### Enhancements\n\n- Add missing French localized UI text strings. [#1769](https://github.com/mmistakes/minimal-mistakes/pull/1769) [#1741](https://github.com/mmistakes/minimal-mistakes/pull/1741)\n- Update Font Awesome to version [`5.2.0`](https://github.com/FortAwesome/Font-Awesome/blob/master/CHANGELOG.md). [#1754](https://github.com/mmistakes/minimal-mistakes/pull/1754)\n- Add documentation note to update root `Gemfile` when forking theme.\n\n### Bug Fixes\n\n- Remove slash at the beginning of `path` in staticman.yml example. [#1772](https://github.com/mmistakes/minimal-mistakes/pull/1772)\n- Fix `read_time` logic in header image overlay. [#1756](https://github.com/mmistakes/minimal-mistakes/pull/1756)\n\n## [4.12.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.12.0)\n\n### Enhancements\n\n- Add Hungarian localized UI text strings. [#1682](https://github.com/mmistakes/minimal-mistakes/pull/1682)\n- DRY `tags_max` calculation in tags.html layout. [#1696](https://github.com/mmistakes/minimal-mistakes/pull/1696)\n- DRY `categories_max` calculation in categories.html layout.\n- Add support for [\"sticking\" table of contents](https://mmistakes.github.io/minimal-mistakes/layout-table-of-contents-sticky/) to top of page via `toc_sticky: true` YAML Front Matter.\n- Add support for captioning images in feature row helper via `image_caption` YAML Front Matter. [#1440](https://github.com/mmistakes/minimal-mistakes/issues/1440)\n- Add [Google Custom Search Engine](https://cse.google.com/cse) support. [#1652](https://github.com/mmistakes/minimal-mistakes/issues/1652)\n- Update Font Awesome to version. [`5.1.13`](https://github.com/FortAwesome/Font-Awesome/blob/master/CHANGELOG.md)\n- Add \"Pets\" sample archive page to documentation site. [#1664](https://github.com/mmistakes/minimal-mistakes/pull/1664)\n- Add GitLab social icon brand color. [#1653](https://github.com/mmistakes/minimal-mistakes/issues/1653)\n- Prevent line breaks between FontAwesome icon and text in footer social links. [#1659](https://github.com/mmistakes/minimal-mistakes/issues/1659)\n\n### Bug Fixes\n\n- Set default `title_separator`. [#1701](https://github.com/mmistakes/minimal-mistakes/pull/1701)\n- Fix `naver_site_verification` typo in /\\_includes/seo.html. [#1687](https://github.com/mmistakes/minimal-mistakes/pull/1687)\n- Fix table of contents missing borders. [#1675](https://github.com/mmistakes/minimal-mistakes/issues/1675)\n- Fix link to \"Recipes\" sample archive on documentation site. [#1664](https://github.com/mmistakes/minimal-mistakes/pull/1664)\n- Update example Reddit social share interpolation syntax in documentation. [#1656](https://github.com/mmistakes/minimal-mistakes/issues/1656)\n- Fix \"Back to Top\" links on pages that use [header overlays](https://mmistakes.github.io/minimal-mistakes/docs/layouts/#header-overlay).\n\n## [4.11.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.11.2)\n\n### Enhancements\n\n- Update Font Awesome to version `5.0.11`. [#1620](https://github.com/mmistakes/minimal-mistakes/pull/1620)\n- Add Slovak localized UI text strings. [#1613](https://github.com/mmistakes/minimal-mistakes/pull/1613)\n- Add option to anonymize IP addresses of hits sent to Google Analytics. [#1636](https://github.com/mmistakes/minimal-mistakes/pull/1636)\n\n### Bug Fixes\n\n- Use correct text string for \"Back to Top\" link. [#1595](https://github.com/mmistakes/minimal-mistakes/issues/1595)\n- Add conditionals for showing `reCaptcha.siteKey` and `reCaptcha.secret` in Staticman comments form.\n\n## [4.11.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.11.1)\n\n### Enhancements\n\n- Add default `theme` and `remote_theme` values to `_config.yml`.\n- Add new layouts (`posts`, `categories`, `tags`, `collection`, `category`, and `tag`) for easier archive page creation.\n\n### Bug Fixes\n\n- Replace `absolute_url` filter with `relative_url` where it makes sense (asset/navigation related paths). [#1588](https://github.com/mmistakes/minimal-mistakes/issues/1588)\n- Fix search excerpts that run together because of implied spaces.\n\n## [4.10.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.10.1)\n\n### Enhancements\n\n- Update jQuery to version `3.3.1`. [#1491](https://github.com/mmistakes/minimal-mistakes/issues/1491)\n- Add link to jekyll-algolia's `files_to_exclude` documentation.\n- Update Font Awesome to version [`5.0.8`](https://github.com/FortAwesome/Font-Awesome/blob/master/CHANGELOG.md). [#1561](https://github.com/mmistakes/minimal-mistakes/pull/1561)\n- Activate Algolia search for documentation site. [#1570](https://github.com/mmistakes/minimal-mistakes/issues/1570)\n- Add missing German translations. [#1577](https://github.com/mmistakes/minimal-mistakes/pull/1577)\n- Add support for Google Analytics with global site tag (gtag.js) [#1563](https://github.com/mmistakes/minimal-mistakes/pull/1563)\n\n### Bug Fixes\n\n- Focus Algolia search input after clicking on search toggle.\n\n## [4.10.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.10.0)\n\n### Enhancements\n\n- Add support for [Algolia](https://www.algolia.com/) search provider ([see demo](https://mmistakes.github.io/minimal-mistakes-algolia-search/)). [#1416](https://github.com/mmistakes/minimal-mistakes/issues/1416)\n\n## [4.9.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.9.1)\n\n### Enhancements\n\n- Simplify year archive Liquid.\n- Add documentation on how to downgrade theme.\n- Improve greedy navigation's layout when JavaScript is disabled.\n- Improve SEO include by grouping similar tags, reducing white-space, and adding `article:modified_time`. [#1456](https://github.com/mmistakes/minimal-mistakes/pull/1456)\n- Minify `assets/js/lunr/lunr.js`.\n- Improve calculation of Greedy navigation's `availableSpace`.\n- Add Danish and Russian translations for new search strings. [#1472](https://github.com/mmistakes/minimal-mistakes/pull/1472) [#1477](https://github.com/mmistakes/minimal-mistakes/pull/1477)\n- Indicate that archive titles are links with an underline.\n- Remove `base_path` include from `/test` pages.\n- Reduce font-size of page meta in list/grid items.\n- Improve feature row styling when used with `archive` layout. [#1484](https://github.com/mmistakes/minimal-mistakes/issues/1484)\n- Improve German translations. [#1511](https://github.com/mmistakes/minimal-mistakes/pull/1511)\n- Update Font Awesome to `5.0.6`. [#1513](https://github.com/mmistakes/minimal-mistakes/pull/1513)\n- Add `wide` variant to single layout. [#1516](https://github.com/mmistakes/minimal-mistakes/pull/1516)\n\n### Bug Fixes\n\n- Allow `author` to accept an object or string. [#289](https://github.com/mmistakes/minimal-mistakes/issues/289)\n- Fix syntax highlighting line number styling inconsistency. [#1467](https://github.com/mmistakes/minimal-mistakes/issues/1467)\n- Fix author sidebar icon colors for dark skins. [#1482](https://github.com/mmistakes/minimal-mistakes/issues/1482)\n- Remove misleading underline hover state on feature row items.\n- Properly escape quotes in `site.social.name` and `site.name`. [#1485](https://github.com/mmistakes/minimal-mistakes/pull/1485)\n- Fix typo in upgrading documentation. [#1487](https://github.com/mmistakes/minimal-mistakes/pull/1487)\n- Fix `border-bottom` for Gist line numbers.\n- Replace `|` with HTML entity when used as title separator. [#760](https://github.com/mmistakes/minimal-mistakes/issues/760)\n\n## [4.9.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.9.0)\n\n### Enhancements\n\n- Add `show_overlay_excerpt` for disabling overlay image excerpt text. [#1436](https://github.com/mmistakes/minimal-mistakes/pull/1436)\n- Update remote theme installation instructions in Quick Start Guide. [#1439](https://github.com/mmistakes/minimal-mistakes/pull/1439)\n- Reduce visual weight of code blocks.\n- Add Lunr.js Greek stemmer. [#1445](https://github.com/mmistakes/minimal-mistakes/pull/1445)\n- Update Font Awesome 5 [SVG with JavaScript version](https://fontawesome.com/how-to-use/svg-with-js). [#1446](https://github.com/mmistakes/minimal-mistakes/pull/1446)\n  - Note: if Font Awesome icons were used in the content of posts/pages or custom table of contents, find and replace any icons that have different names between version 4 and 5. Make sure to read the [complete list](https://fontawesome.com/how-to-use/upgrading-from-4#icon-name-changes-full) on Font Awesome's site.\n- Reduce size of Lunr.js search JSON data and introduce `site.search_full_content` flag for limiting size of JSON file. [#1449](https://github.com/mmistakes/minimal-mistakes/pull/1449)\n- Improve syntax highlighting styles. [#1450](https://github.com/mmistakes/minimal-mistakes/pull/1450)\n\n### Bug Fixes\n\n- Fix code block extra white-space when using [Jekyll's highlight tag](https://jekyllrb.com/docs/templates/#code-snippet-highlighting) with `linenos`. [#1437](https://github.com/mmistakes/minimal-mistakes/issues/1437)\n- Round top-right corner of code block icon.\n- Remove Lunr.js trimmer and bring back colons. [#1445](https://github.com/mmistakes/minimal-mistakes/pull/1445)\n- Fix sticky `.sidebar` that overlaps main content when resizing viewport. [#1447](https://github.com/mmistakes/minimal-mistakes/issues/1447)\n\n## [4.8.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.8.1)\n\n### Enhancements\n\n- Add linkback functionality to author avatar and name in sidebar via `author.home`. [#1386](https://github.com/mmistakes/minimal-mistakes/pull/1386)\n- Add Japanese localized UI text strings. [#1411](https://github.com/mmistakes/minimal-mistakes/pull/1411)\n- Update Lunr.js to 2.1.5 [#1419](https://github.com/mmistakes/minimal-mistakes/pull/1419)\n\n### Bug Fixes\n\n- Fixed broken link to Staticman's page [#1422](https://github.com/mmistakes/minimal-mistakes/pull/1422)\n- Fix Lunr search to work with number tags. [#1409](https://github.com/mmistakes/minimal-mistakes/issues/1409) [#1419](https://github.com/mmistakes/minimal-mistakes/pull/1419)\n\n## [4.8.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.8.0)\n\n### Enhancements\n\n- Open social share links in a new window. [#1357](https://github.com/mmistakes/minimal-mistakes/pull/1357)\n- Remove Alexa.com verification due to retiring of \"[Claim Your Site](https://support.alexa.com/hc/en-us/articles/219135887)\" feature. [#1350](https://github.com/mmistakes/minimal-mistakes/issues/1350)\n- Disable analytics in `development` environment. [#1362](https://github.com/mmistakes/minimal-mistakes/pull/1362)\n- Disable comments in `development` environment. [#1363](https://github.com/mmistakes/minimal-mistakes/pull/1363)\n- Exclude specific pages/posts from search index by adding `search: false` to the YAML Front Matter. [#1369](https://github.com/mmistakes/minimal-mistakes/pull/1369)\n- Add optional `description` key to masthead links for clarifying their purpose with the `title` attribute. [#1380](https://github.com/mmistakes/minimal-mistakes/pull/1380)\n- Incorporate site search into masthead. [#1383](https://github.com/mmistakes/minimal-mistakes/pull/1383)\n- Update gem dependencies. [#1388](https://github.com/mmistakes/minimal-mistakes/pull/1388)\n\n### Bug Fixes\n\n- Fix `post.content` typo in `assets/js/lunr-en.js`. [#1354](https://github.com/mmistakes/minimal-mistakes/pull/1354)\n- Fix \"lunr-en.js:1 Uncaught SyntaxError: Unexpected token <\" in `assets/js/lunr-en.js`. [#1356](https://github.com/mmistakes/minimal-mistakes/pull/1356)\n- Rename Naver verification `naver_site_verification` to be consistent with other site variables.\n- Fix button class in \"Post with Table Of Contents\" demo content. [#1368](https://github.com/mmistakes/minimal-mistakes/pull/1368)\n- Fix capitalization of WordPress in documentation. [#1381](https://github.com/mmistakes/minimal-mistakes/pull/1381)\n- Fix zh-HK UI text to point to Traditional Chinese. [#1374](https://github.com/mmistakes/minimal-mistakes/issues/1374) [#1389](https://github.com/mmistakes/minimal-mistakes/pull/1389)\n\n## [4.7.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.7.1)\n\n### Enhancements\n\n- Add search layout powered by [Lunr](https://lunrjs.com/). [#1353](https://github.com/mmistakes/minimal-mistakes/pull/1353)\n- Use [jekyll-remote-theme](https://github.com/benbalter/jekyll-remote-theme) for demo site. [#1339](https://github.com/mmistakes/minimal-mistakes/issues/1339)\n- Add note about WordPress to Staticman comment migration tool in documentation. [#1346](https://github.com/mmistakes/minimal-mistakes/issues/1346)\n\n### Bug Fixes\n\n- Change `http` to `https` for Jekyll and Browserhappy links. [#1342](https://github.com/mmistakes/minimal-mistakes/pull/1342) [#1343](https://github.com/mmistakes/minimal-mistakes/pull/1343)\n- Change `http` author profile links to `https` when supported. [#1349](https://github.com/mmistakes/minimal-mistakes/pull/1349)\n- Fix broken SCSS partial links in layouts documentation. [#1351](https://github.com/mmistakes/minimal-mistakes/issues/1351)\n\n## [4.7.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.7.0)\n\n### Enhancements\n\n- Add `alt` description to avatar image. [#1226](https://github.com/mmistakes/minimal-mistakes/pull/1226)\n- Clarify documentation about which `assets` folders and files to remove when migrating to the gem version of the theme. [#1268](https://github.com/mmistakes/minimal-mistakes/issues/1268)\n- Add note about Staticman GitHub compatibility. [#1273](https://github.com/mmistakes/minimal-mistakes/issues/1273)\n- Add missing Brazilian Portuguese translations to `ui-text.yml`. [#1278](https://github.com/mmistakes/minimal-mistakes/pull/1278)\n- Update font stack documentation. [#1292](https://github.com/mmistakes/minimal-mistakes/pull/1292)\n- Improve accessibility of navigation menu button. [#1099](https://github.com/mmistakes/minimal-mistakes/issues/1099)\n- Add Naver Webmaster Tools verification. [#1286](https://github.com/mmistakes/minimal-mistakes/pull/1286)\n- Add support for Staticman v2 endpoint and reCAPTCHA.\n- Add Polish localized UI text strings. [#1304](https://github.com/mmistakes/minimal-mistakes/pull/1304)\n- Add toggleable table of contents via YAML Front Matter. Note: `toc` helper include will be deprecated in next major version. [#1222](https://github.com/mmistakes/minimal-mistakes/issues/1222)\n- Refactor seo.html include to DRY-up page image handling.\n- Add support for setting what image is used by OpenGraph and Twitter via `page.header.og_image`. [#1316](https://github.com/mmistakes/minimal-mistakes/issues/1316)\n- Fix the spelling of some product names in the author profile. [#1328](https://github.com/mmistakes/minimal-mistakes/pull/1328)\n- Add `aqua`, `neon`, and `plum` skins. [#1336](https://github.com/mmistakes/minimal-mistakes/pull/1336)\n- Update **jekyll-toc** with heading classes fix. [#1337](https://github.com/mmistakes/minimal-mistakes/pull/1337)\n- Remove `+` from Google+ author link to allow non-vanity URLs. [#1319](https://github.com/mmistakes/minimal-mistakes/pull/1319)\n\n### Bug Fixes\n\n- Fix system font rendering in Chrome on macOS/OS X. [#1290](https://github.com/mmistakes/minimal-mistakes/pull/1290)\n- Fix extra padding in syntax highlighted code blocks due to Rouge 2 adding `<div class=\"highlight\"></div>` to markup.\n\n## [4.6.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.6.0)\n\n### Enhancements\n\n- Test strict Front Matter in `/test` site. [#1236](https://github.com/mmistakes/minimal-mistakes/pull/1236)\n- Rename `gems` key to `plugins`. [#1239](https://github.com/mmistakes/minimal-mistakes/pull/1239)\n- Add [YIQ Color Contrast](https://github.com/easy-designs/yiq-color-contrast) mixin for determining lightness of a color.\n- DRY up button CSS using Sass lists and YIQ Color Contrast mixin.\n- Add `btn--primary` button class. **Note:** elements that were previously using only a `.btn` class will now also need `.btn--primary` (eg. `<a class=\"btn btn--primary\" href=\"#\">my link</a>`).\n- Add `air`, `contrast`, `dark`, `dirt`, `mint`, and `sunrise` skin color options. [#1208](https://github.com/mmistakes/minimal-mistakes/issues/1208)\n- Allow scripts in `<head>` and before `</body>` to be added/overridden with `head_scripts` and `footer_scripts` arrays in `_config.yml`. [#1241](https://github.com/mmistakes/minimal-mistakes/pull/1241)\n- Update JavaScript dependencies: jQuery `v3.2.1`, jQuery Smooth Scroll `v2.2.0`, and Magnific Popup `v1.1.0`. [#328690652](https://github.com/mmistakes/minimal-mistakes/pull/1241#issuecomment-328690652)\n\n## [4.5.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.5.2)\n\n### Enhancements\n\n- Add `.page__comments-form` to \"non-printing\" selectors in print styles. [#1195](https://github.com/mmistakes/minimal-mistakes/pull/1195)\n- Add LinkedIn and Steam author sidebar examples to `_config.yml`. [#1203](https://github.com/mmistakes/minimal-mistakes/pull/1203) [#1204](https://github.com/mmistakes/minimal-mistakes/pull/1204)\n- Remove the http-equiv=\"cleartype\" meta tag. [#1087](https://github.com/mmistakes/minimal-mistakes/pull/1087)\n- Clarify documentation for `jekyll-archives` plugin and how to install. [#1206](https://github.com/mmistakes/minimal-mistakes/pull/1206)\n- Clarify documentation around taxonomy page and index generation. [#1207](https://github.com/mmistakes/minimal-mistakes/pull/1207)\n- Fix \"Posts by tag\" grammar in documentation. [#1209](https://github.com/mmistakes/minimal-mistakes/pull/1209)\n- Improve Chinese `date_label` and `minute_read` translations in `ui-text.yml`. [#1205](https://github.com/mmistakes/minimal-mistakes/pull/1205) [#1211](https://github.com/mmistakes/minimal-mistakes/pull/1211)\n- Add note to Quick-Start Guide about GitHub Pages hosting alternatives that allow 3rd party gem themes and Jekyll plugins.\n- Add note to configuration documentation about Cloudflare minification as an alternative to `layout: compress`. [#1217](https://github.com/mmistakes/minimal-mistakes/pull/1217)\n- Show 4 latest posts in \"You May Also Enjoy\" module when `related: true` and no related posts are found due to `lsi` ([latent semantic indexing](https://en.wikipedia.org/wiki/Latent_semantic_analysis#Latent_semantic_indexing)) being disabled on GitHub Pages. [#554](https://github.com/mmistakes/minimal-mistakes/issues/554)\n- Truncate archive item titles' that overflow with an ellipsis. [#1213](https://github.com/mmistakes/minimal-mistakes/issues/1213)\n\n### Bug Fixes\n\n- Fix license URL in README file. [#1189](https://github.com/mmistakes/minimal-mistakes/pull/1189)\n- Reduce amount of blank pages when printing in Chrome. [#1196](https://github.com/mmistakes/minimal-mistakes/issues/1196)\n- Remove `#disqus_thread` duplicate from `comments-providers/disqus.html` as it is already in `comments.html` include. [#1199](https://github.com/mmistakes/minimal-mistakes/issues/1199)\n- Fix Liquid syntax errors in `tag-list.html` and `category-list.html` includes by removing parenthesis in `assign`s. [#1223](https://github.com/mmistakes/minimal-mistakes/issues/1223)\n- Fix Liquid syntax error: \"Expected id but found open_square in `\"{{ page.[include.id] }}\"`\" in `gallery` and `feature_row` includes.\n- Fix Liquid syntax error: \"Expected end_of_string but found pipe in `\"name in __names | sort\"`\" in `group-by-array` include.\n\n## [4.5.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.5.1)\n\n### Enhancements\n\n- Add Greek and Danish localized UI text strings. [#1159](https://github.com/mmistakes/minimal-mistakes/pull/1159) [#1188](https://github.com/mmistakes/minimal-mistakes/pull/1188)\n- Remove blank YAML Front Matter from JavaScript banner. [#1158](https://github.com/mmistakes/minimal-mistakes/issues/1158)\n- Improve `page` and `archive` layouts to visually center main content and harmonize sidebar widths and placement. [#1166](https://github.com/mmistakes/minimal-mistakes/pull/1166)\n- Increase font-size of code blocks.\n- Reduce indent of nested \"table of contents\" links.\n- Extend [archive grid view](https://mmistakes.github.io/minimal-mistakes/docs/layouts/) to the right to better fill the page.\n- URL encode title and page URL in social share links. [#1177](https://github.com/mmistakes/minimal-mistakes/pull/1177)\n- Replace old Disqus script with new Universal Embed Code. [#1179](https://github.com/mmistakes/minimal-mistakes/pull/1179)\n\n### Bug Fixes\n\n- Fix positioning of sidebar table of contents when using `layout: splash`. [#1169](https://github.com/mmistakes/minimal-mistakes/issues/1169)\n- Fix \"follow\" links `z-index` order to avoid overlapping issues. [#1167](https://github.com/mmistakes/minimal-mistakes/issues/1167)\n\n### Maintenance\n\n- Fix typo `words_per_minute` typo in documentation. [#1164](https://github.com/mmistakes/minimal-mistakes/pull/1164)\n- Remove outside and right borders in `table`s.\n- Adjust width of `.sidebar` to match `.sidebar__right`.\n- Add sample documents to [\"portfolio\" collection](https://mmistakes.github.io/minimal-mistakes/portfolio/) for testing grid view.\n- Fix typo in stylesheets documentation. [#1170](https://github.com/mmistakes/minimal-mistakes/pull/1170)\n- Add note about setting Discourse `server` as a scheme-less URL (eg. `meta.discourse.com` and not `http://meta.discourse.com`) in `_config.yml`. [#1182](https://github.com/mmistakes/minimal-mistakes/issues/1182)\n\n## [4.5.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.5.0)\n\n### Enhancements\n\n- Add scrollbar to sidebars with overflowing content that extends outside the viewport's height. [#706](https://github.com/mmistakes/minimal-mistakes/issues/706)\n- Add missing Spanish UI text strings. [#1118](https://github.com/mmistakes/minimal-mistakes/pull/1118)\n- Update Susy to version 3 and rewrite grid CSS to be more readable.\n- Refactor intro animations into a separate Sass variable `$intro-transition` to allow for customizing. [#1147](https://github.com/mmistakes/minimal-mistakes/pull/1147)\n- Add [**jekyll-data**](https://github.com/ashmaroli/jekyll-data) as a dependency to read data files from theme-gem. [#1131](https://github.com/mmistakes/minimal-mistakes/pull/1131)\n- Add support for customizing header image alternative text through YAML Front Matter. [#1138](https://github.com/mmistakes/minimal-mistakes/pull/1138)\n\n### Bug Fixes\n\n- Fix Sass `DEPRECATION WARNING: Passing a string to call()` by [upgrading Susy to version 3](https://github.com/mmistakes/minimal-mistakes/commit/387f8149d6270b876f224a57a07062ffb0647938). [#1114](https://github.com/mmistakes/minimal-mistakes/issues/1114)\n- Fix disappearing author profile links due to tapping the \"Follow\" button and changing a browser's viewport width to > `$lg`. [#1136](https://github.com/mmistakes/minimal-mistakes/issues/1136)\n\n### Maintenance\n\n- Replace reference to \"Basically Basic theme\" with **Minimal Mistakes**. [#1149](https://github.com/mmistakes/minimal-mistakes/pull/1149)\n- Add documentation for disabling CSS3 animations. [#1150](https://github.com/mmistakes/minimal-mistakes/pull/1150)\n- Update quickstart, installation, and overriding defaults documentation. [#1151](https://github.com/mmistakes/minimal-mistakes/pull/1151)\n\n## [4.4.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.4.2)\n\n### Enhancements\n\n- Add Swedish, Dutch, and Indonesian localized UI text strings. [#996](https://github.com/mmistakes/minimal-mistakes/pull/996) [#1081](https://github.com/mmistakes/minimal-mistakes/pull/1081) [#1101](https://github.com/mmistakes/minimal-mistakes/pull/1101)\n- Add Bitbucket social icon color. [#1009](https://github.com/mmistakes/minimal-mistakes/pull/1009)\n- Add GitLab to author sidebar. [#1050](https://github.com/mmistakes/minimal-mistakes/pull/1050)\n- Add Sass variable for navicon link hover color. [#1089](https://github.com/mmistakes/minimal-mistakes/pull/1089) [#1088](https://github.com/mmistakes/minimal-mistakes/pull/1088)\n\n### Bug Fixes\n\n- Toggle close button on `mouseleave`. [#975](https://github.com/mmistakes/minimal-mistakes/issues/975)\n- Remove extraneous `</a>` and `</li>` tags from `paginator.html` include. [#1038](https://github.com/mmistakes/minimal-mistakes/pull/1038)\n- Fix Google+ comments provider includes. [#1092](https://github.com/mmistakes/minimal-mistakes/issues/1092)\n- Replace category variable used in `_includes/breadcrumbs.html` to `site.category_archive` to avoid conflicts with `site.categories`. [#1063](https://github.com/mmistakes/minimal-mistakes/pull/1063) [#329](https://github.com/mmistakes/minimal-mistakes/issues/329)\n\n### Maintenance\n\n- Add mention of Greek localized UI text strings to theme documentation. [#972](https://github.com/mmistakes/minimal-mistakes/pull/972)\n- Update Greek localized UI text strings. [#1054](https://github.com/mmistakes/minimal-mistakes/pull/1054)\n- Add documentation for adding teaser images in grid view using `header.teaser`.\n\n## [4.4.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.4.1)\n\n### Enhancements\n\n- Add Greek localized UI text strings. [#958](https://github.com/mmistakes/minimal-mistakes/pull/958)\n\n### Bug Fixes\n\n- Fix `video` helper to load Vimeo videos over https. [#945](https://github.com/mmistakes/minimal-mistakes/pull/945)\n- Fix close menu button that was removed when updating Greedy navigation script. [#969](https://github.com/mmistakes/minimal-mistakes/issues/969)\n\n## [4.4.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.4.0)\n\n### Enhancements\n\n- Move SCSS partials to `/_sass/minimal-mistakes` for easier CSS customization.\n- Replace `modified` with `last_modified_at` to leverage various Jekyll plugins that utilize this variable. [#930](https://github.com/mmistakes/minimal-mistakes/pull/930)\n- Add Lithuanian localized UI text. [#924](https://github.com/mmistakes/minimal-mistakes/pull/924)\n- Improve print stylesheet by increasing text contrast, removing elements that don't need to be printed, expanding URLs, and reducing amount of blank pages. [#909](https://github.com/mmistakes/minimal-mistakes/issues/909)\n\n### Maintenance\n\n- Remove extra word in comment. [#911](https://github.com/mmistakes/minimal-mistakes/pull/911)\n- Fix typo in Utility Class docs. [#915](https://github.com/mmistakes/minimal-mistakes/pull/915)\n\n## [4.3.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.3.1)\n\n### Bug Fixes\n\n- Fix `.masthead` and `.page__footer` overlapping full screen video elements. [#933](https://github.com/mmistakes/minimal-mistakes/issues/933)\n- Correctly show Related Posts heading when UI Text data file is omitted and `related: true` in YAML Front Matter. [#901](https://github.com/mmistakes/minimal-mistakes/pull/901)\n\n## [4.3.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.3.0)\n\n### Enhancements\n\n- Add workaround to allow theme gem's `/assets/js/main.min.js` file to be overridden by a local version. Simply add the following YAML Front Matter to the file:\n\n  ```\n  ---\n  layout:\n  ---\n  ```\n\n  Any local customizations you make to `/assets/js/main.min.js` should now replace the theme gem's version.\n\n## [4.2.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.2.2)\n\n### Enhancements\n\n- Update [Greedy Navigation](https://github.com/lukejacksonn/GreedyNav) to flexbox version to make it more flexible when dealing with long site titles (`site.title`). [#836](https://github.com/mmistakes/minimal-mistakes/issues/836)\n- Adjust `box-shadow` in navigation and author sidebar. [#576](https://github.com/mmistakes/minimal-mistakes/pull/576)\n- Add Russian, Korean, and zh-TW localized UI text. [#815](https://github.com/mmistakes/minimal-mistakes/issues/815) [#834](https://github.com/mmistakes/minimal-mistakes/pull/834) [#838](https://github.com/mmistakes/minimal-mistakes/pull/838)\n\n### Bug Fixes\n\n- Fix Discourse embedded comments bug. [#823](https://github.com/mmistakes/minimal-mistakes/issues/823)\n- Fix `seo_author` default value in `seo.html` and add `author` meta. [#858](https://github.com/mmistakes/minimal-mistakes/pull/858)\n\n### Maintenance\n\n- Add theme meta info to `_layouts/default.html` and `main.css`.\n- Update README.\n- Improve the pagination and taxonomy archive documentation. [#826](https://github.com/mmistakes/minimal-mistakes/pull/826)\n- Add comments to `/docs/_config.yml` to clarify use of YAML references. [#847](https://github.com/mmistakes/minimal-mistakes/pull/847)\n\n## [4.2.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.2.1)\n\n### Enhancements\n\n- Improve `paginator.html` to support paginated pages that live inside of a subfolder. See [documentation](https://mmistakes.github.io/minimal-mistakes/docs/layouts/#home-page) for more details. [#764](https://github.com/mmistakes/minimal-mistakes/pull/764/)\n\n### Maintenance\n\n- Add `https` protocol to Google Universal Analytics embed. [#772](https://github.com/mmistakes/minimal-mistakes/pull/772)\n\n## [4.2.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.2.0)\n\n### Enhancements\n\n- Add `video` helper (for YouTube/Vimeo) and video headers to `single`, `archive`, and `splash` layouts. [#788](https://github.com/mmistakes/minimal-mistakes/pull/788)\n- Add missing simplified Chinese localized UI text strings. [#747](https://github.com/mmistakes/minimal-mistakes/pull/747)\n- Add Nepali (Nepalese) localized UI text strings. [#785](https://github.com/mmistakes/minimal-mistakes/pull/785)\n- Remove borders from table elements found in Google Custom Search Engine widget. [#759](https://github.com/mmistakes/minimal-mistakes/issues/759)\n\n### Bug Fixes\n\n- Remove `position: sticky` JavaScript polyfill and fallback to default positioning for browsers that don't support it. [#752](https://github.com/mmistakes/minimal-mistakes/issues/752)\n\n### Maintenance\n\n- Fix invalid Google Universal Analytics example in documentation. [#783](https://github.com/mmistakes/minimal-mistakes/pull/783)\n- Bump `jekyll-sitemap` gem dependency to (1.0).\n\n## [4.1.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.1.1)\n\n### Enhancements\n\n- Remove hardcoded `words_per_minute` \"less than\" and \"minute read\" values and make dynamic. [#703](https://github.com/mmistakes/minimal-mistakes/issues/703)\n- Update Font Awesome to `v4.7.0`. [#723](https://github.com/mmistakes/minimal-mistakes/issues/723), [#722](https://github.com/mmistakes/minimal-mistakes/issues/722)\n- Add support for YouTube channel URLs in author profile. [#716](https://github.com/mmistakes/minimal-mistakes/issues/716)\n\n### Bug Fixes\n\n- Add Jekyll as `spec.add_runtime_dependency` in `.gemspec`.\n\n## [4.1.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.1.0)\n\n### Enhancements\n\n- Add Jekyll include for adding [custom author profile links](https://github.com/mmistakes/minimal-mistakes/blob/master/_includes/author-profile-custom-links.html) to sidebar\n\n### Bug Fixes\n\n- Fix link to Discourse.org homepage in `noscript` section [#699](https://github.com/mmistakes/minimal-mistakes/pull/699)\n- Fix padding issue with pagination buttons [#694](https://github.com/mmistakes/minimal-mistakes/issues/694)\n\n## [4.0.10](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.10)\n\n### Bug Fixes\n\n- Add Staticman default `path`. [#683](https://github.com/mmistakes/minimal-mistakes/issues/683)\n\n### Maintenance\n\n- Slight correction/improvements to French UI text. [#685](https://github.com/mmistakes/minimal-mistakes/pull/685)\n\n## [4.0.9](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.9)\n\n### Bug Fixes\n\n- Fix overlapping sidebar navigation lists due to `max-height: 100vh`. [#668](https://github.com/mmistakes/minimal-mistakes/issues/668)\n\n## [4.0.8](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.8)\n\n### Bug Fixes\n\n- Set default value for `words_per_minute`. [#657](https://github.com/mmistakes/minimal-mistakes/issues/657)\n- Adjust sidebar navigation list CSS so it collapses at the correct width.\n\n### Maintenance\n\n- Add Google AdSense banner to `/docs/_layouts/default.html` for demo site.\n\n## [4.0.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.7)\n\n### Enhancements\n\n- Add `!default` values to **\\_sass/\\_variables.scss**.\n- Collapse sidebar navigation lists on smaller screens. [#607](https://github.com/mmistakes/minimal-mistakes/issues/607)\n\n### Bug Fixes\n\n- Rename `#comments` to something more unique to avoid clashes with Kramdown generated headline IDs. [#582](https://github.com/mmistakes/minimal-mistakes/issues/582)\n\n### Maintenance\n\n- Reorganize SCSS partials in **assets/css/main.scss**\n\n## [4.0.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.6)\n\n### Enhancements\n\n- Add [`figure` helper](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#figure) to make generating a `<figure>` element with a single image and caption easier. [#572](https://github.com/mmistakes/minimal-mistakes/pull/572)\n- Add structured data markup for `itemprop=\"person\"` in author profile sidebar. [#647](https://github.com/mmistakes/minimal-mistakes/pull/647)\n\n### Bug Fixes\n\n- Fix improper YAML formatting of some locales. [#651](https://github.com/mmistakes/minimal-mistakes/pull/651)\n\n### Maintenance\n\n- Clarify \"migrating to gem-theme\" instructions in **Quick Start Guide**.\n- Add `rake preview` task for testing `/test` during theme development.\n\n## [4.0.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.5)\n\n### Enhancements\n\n- Update gems: `jekyll-sitemap` (0.12), `jekyll-feed` (0.8).\n- Improve next/previous pager links visibility by changing gray color to blue (`$link-color`).\n\n### Bug Fixes\n\n- Fix `.sidebar` flicker/jump when hovered. [#583](https://github.com/mmistakes/minimal-mistakes/issues/583)\n\n### Maintenance\n\n- Move contents of `gh-pages` branch to `master` inside of the `/docs` folder.\n\n## [4.0.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.0.4)\n\n### Enhancements\n\n- \"Gemify\" theme ~> `gem \"minimal-mistakes-jekyll\"`\n- Replace `base_path` include with `relative_url` filter where possible.\n- Allow images to be placed in other folders. Remove `/images/` only restriction and encourage placement in `/assets/images/` instead. **Full paths are now required. If upgrading from MM 3.4 add `/images/` before filenames in Front Matter and `_config.yml` variables.**\n- Add [home `layout`](https://github.com/mmistakes/minimal-mistakes/blob/master/_layouts/home.html)\n- Added missing Turkish translations for UI text. [#621](https://github.com/mmistakes/minimal-mistakes/pull/621)\n- Make author avatar optional in sidebar.\n- Update **/\\_includes/seo.html** for meta description. [#558](https://github.com/mmistakes/minimal-mistakes/pull/558)\n\n### Bug Fixes\n\n- Fix navigation bar animation \"flicker\" in Safari [#568](https://github.com/mmistakes/minimal-mistakes/issues/568)\n- Fix `author.avatar` paths for externally hosted images.\n\n### Maintenance\n\n- Add documentation around `gem \"minimal-mistakes-jekyll\"` installation and use.\n- Add note about using full image paths for eg. `assets/images/filename.jpg` (header images, overlays, galleries, feature rows, etc.) instead of assuming they will always be in `/images/`.\n- Add \"[Overriding Theme Defaults](https://mmistakes.github.io/minimal-mistakes/docs/overriding-theme-defaults/)\" page to documentation.\n\n## [3.4.8](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.8)\n\n### Enhancements\n\n- Improve type readability for larger viewports by bumping up base `font-size`. [#533](https://github.com/mmistakes/minimal-mistakes/issues/533)\n- Update Portuguese localized UI text. [#541](https://github.com/mmistakes/minimal-mistakes/pull/541)\n- Add `page.title` and via parameter to Twitter share link. [#538](https://github.com/mmistakes/minimal-mistakes/pull/538)\n\n### Bug Fixes\n\n- Fix Last.fm author profile URL. [#540](https://github.com/mmistakes/minimal-mistakes/pull/540)\n\n### Maintenance\n\n- Move Brazilian Portuguese localized text under `pt-BR` key.\n\n## [3.4.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.7)\n\n### Enhancements\n\n- Add `layout` based and user-defined class names to `<body>` element for added CSS hooks. [#526](https://github.com/mmistakes/minimal-mistakes/pull/526)\n- Add simplified Chinese localized UI text. [#532](https://github.com/mmistakes/minimal-mistakes/pull/532)\n\n### Bug Fixes\n\n- Remove duplicate include of `base_path` in category-list.html [#522](https://github.com/mmistakes/minimal-mistakes/pull/522)\n\n## [3.4.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.6)\n\n### Enhancements\n\n- Add Italian \"comments\" related localized UI text. [#514](https://github.com/mmistakes/minimal-mistakes/pull/514)\n\n### Bug Fixes\n\n- Disable `compress` HTML layout by default. To enable add `layout: compress` to `_layouts/default.html`.\n\n## [3.4.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.5)\n\n### Enhancements\n\n- Improve line numbered code block styling when using `{% highlight linenos %}` tag. [#513](https://github.com/mmistakes/minimal-mistakes/issues/513)\n- Add English fallback to \"Follow\" button label. [#496](https://github.com/mmistakes/minimal-mistakes/pull/496)\n\n### Bug Fixes\n\n- Fix Firefox alignment issues with code blocks generated with the `{% highlight %}` tag. [#512](https://github.com/mmistakes/minimal-mistakes/issues/512)\n\n### Maintenance\n\n- Clarified comment for `author.stackoverflow` value used in author sidebar links. [#487](https://github.com/mmistakes/minimal-mistakes/pull/487)\n- Add list of localized text strings. [#488](https://github.com/mmistakes/minimal-mistakes/pull/488)\n- Add `{% highlight %}` code block examples to demo site.\n- Add documentation for using custom sidebar navigation menus. [#476](https://github.com/mmistakes/minimal-mistakes/issues/476)\n\n## [3.4.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.4)\n\n### Enhancements\n\n- Add French \"comments\" related localized UI text. [#472](https://github.com/mmistakes/minimal-mistakes/pull/472)\n\n### Bug Fixes\n\n- Exclude `vendor` in Jekyll config file.\n- Fix Liquid syntax error for offending parenthesis. [#479](https://github.com/mmistakes/minimal-mistakes/issues/479)\n\n### Maintenance\n\n- Update gems: `colorator` (1.1.0), `forwardable-extended` (2.6.0), `github-pages` (93), `jekyll` (= 3.2.1), `minima` (= 1.0.1).\n\n## [3.4.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.3)\n\n### Enhancements\n\n- Make [\"honeypot\" `input`](https://github.com/mmistakes/minimal-mistakes/commit/06a8249a69a37dddda7e2a5bfbe32056c1a9a607) in Staticman comment form less obvious to spam bots\n- Add padding to `.highlight` code blocks to better [align `overflow` scrollbar](https://github.com/mmistakes/minimal-mistakes/commit/e4abec0a6f7f8cff72505ca0754615df294fd5b3) to the bottom.\n- Add additional image options for Twitter card social sharing meta tags. [#466](https://github.com/mmistakes/minimal-mistakes/pull/466)\n- Add structured data markup for Staticman comments. [#458](https://github.com/mmistakes/minimal-mistakes/issues/458)\n\n### Bug Fixes\n\n- Format `og:locale` tag with `_` instead of `-`. [#462](https://github.com/mmistakes/minimal-mistakes/issues/462)\n\n### Maintenance\n\n- Add note to docs about using `url: http://localhost:4000` when working locally.\n\n## [3.4.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.2)\n\n### Enhancements\n\n- Improve UX of static comment forms. [#448](https://github.com/mmistakes/minimal-mistakes/issues/448)\n\n## [3.4.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.1)\n\n### Enhancements\n\n- Add `staticman.filename` configuration with UNIX timestamp for sorting data files. example ~> `comment-1470943149`.\n\n### Bug Fixes\n\n- Don't add `<a>` to author name if URL is blank.\n\n## [3.4.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.0)\n\n### Enhancements\n\n- Support static-based commenting via [Staticman](https://staticman.net/) for sites hosted with GitHub Pages. [#424](https://github.com/mmistakes/minimal-mistakes/issues/424)\n\n## [3.3.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.7)\n\n### Bug Fixes\n\n- Re-enabled Jekyll plugins in `_config.yml` in case they aren't autoloaded in `Gemfile`. [#417](https://github.com/mmistakes/minimal-mistakes/issues/417)\n\n### Enhancements\n\n- Fallback to `site.github.url` for use in `{{ base_path }}` when `site.url` is `nil`.\n- Replace Sass and Autoprefixer `npm` build scripts with [Jekyll's built-in asset support](https://jekyllrb.com/docs/assets/). [#333](https://github.com/mmistakes/minimal-mistakes/issues/333)\n\n### Maintenance\n\n- Document `site.repository` and its role with [`github-metadata`](https://github.com/jekyll/github-metadata) gem.\n- Add sample [archive page with content](https://mmistakes.github.io/minimal-mistakes/archive-layout-with-content/) for testing styles on demo site.\n\n## [3.3.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.6)\n\n### Bug Fixes\n\n- Fix blank `site.teaser` bug. [#412](https://github.com/mmistakes/minimal-mistakes/issues/412)\n\n## [3.3.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.5)\n\n### Enhancements\n\n- Add English default text `site.locale` strings. [#407](https://github.com/mmistakes/minimal-mistakes/issues/407)\n- Add Portuguese localized UI text. [#411](https://github.com/mmistakes/minimal-mistakes/pull/411)\n- Add Italian localized UI text. [#409](https://github.com/mmistakes/minimal-mistakes/pull/409)\n\n### Maintenance\n\n- Remove unused Google AdSense variables in `_config.yml`. [#404](https://github.com/mmistakes/minimal-mistakes/issues/404)\n- Update `Gemfile` instructions for using `github-pages` vs. native `jekyll` gems.\n- Disable `gems:` in `_config.yml` and enable plugins with Bundler instead.\n- Add `repository` to `_config.yml` to suppress GitHub Pages error `Liquid Exception: No repo name found.`\n\n## [3.3.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.4)\n\n### Enhancements\n\n- Add support for configurable feed URL to use a service like FeedBurner instead of linking directly to `feed.xml` in `<head>` and the site footer. [#378](https://github.com/mmistakes/minimal-mistakes/issues/378), [#379](https://github.com/mmistakes/minimal-mistakes/pull/379), [#406](https://github.com/mmistakes/minimal-mistakes/pull/406)\n- Add Turkish localized UI text. [#403](https://github.com/mmistakes/minimal-mistakes/pull/403)\n\n### Maintenance\n\n- Update gems: `activesupport` (4.2.7), `ffi` (1.9.14), `github-pages` (88), `jekyll-redirect-from` (0.11.0), `jekyll-watch` (1.5.0).\n\n## [3.3.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.3)\n\n### Enhancements\n\n- Make footer stick to the bottom of the page.\n\n### Bug Fixes\n\n- Fix `gallery` size bug [#402](https://github.com/mmistakes/minimal-mistakes/issues/402)\n\n### Maintenance\n\n- Set default `lang` to `en`.\n\n## [3.3.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.2)\n\n### Bug Fixes\n\n- Fix JavaScript that triggers \"sticky\" sidebar to avoid layout issues on screen sizes < `1024px`. [#396](https://github.com/mmistakes/minimal-mistakes/issues/396)\n\n## [3.3.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.1)\n\n### Enhancements\n\n- Enable image popup on < 500px wide screens. [#385](https://github.com/mmistakes/minimal-mistakes/issues/385)\n- Indicate the relationship between component URLs in a paginated series by applying `rel=\"prev\"` and `rel=\"next\"` to pages that use `site.paginator`. [#253](https://github.com/mmistakes/minimal-mistakes/issues/253)\n- Improve link posts in archive listings. [#276](https://github.com/mmistakes/minimal-mistakes/issues/276)\n\n### Maintenance\n\n- Update gems: `github-pages` (86), `ffi` 1.9.13, `jekyll-mentions` 1.1.3, and `rouge` 1.11.1\n- Fix note about custom sidebar content appearing below author profile. [#388](https://github.com/mmistakes/minimal-mistakes/issues/388)\n\n## [3.2.13](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.13)\n\n### Enhancements\n\n- Add English default UI text for Canada, Great Britain, and Australia. [#377](https://github.com/mmistakes/minimal-mistakes/issues/377)\n- Switch default locale from `en-US` to `en`.\n\n## [3.2.12](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.12)\n\n### Enhancements\n\n- Remove window width \"magic number\" from sticky sidebar check in `main.js` for improved flexibility. [#375](https://github.com/mmistakes/minimal-mistakes/pull/375)\n\n### Bug Fixes\n\n- Fix author override conditional where a missing `authors.yml` would show broken sidebar content. Defaults to `site.author`. [#376](https://github.com/mmistakes/minimal-mistakes/pull/376)\n\n## [3.2.11](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.11)\n\n### Bug Fixes\n\n- Fix disappearing author sidebar links [#372](https://github.com/mmistakes/minimal-mistakes/issues/372)\n\n### Maintenance\n\n- Update gems: `github-pages` (84), `jekyll-github-metadata` 2.0.2, and `kramdown` 1.11.1\n- Update vendor JavaScript: jQuery 1.12.4, Stickyfill.js 1.1.4\n- Update Font Awesome 4.6.3\n\n## [3.2.10](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.10)\n\n### Maintenance\n\n- Add `CONTRIBUTING.md`\n\n## [3.2.9](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.9)\n\n### Enhancements\n\n- Add support for [header overlay images](https://mmistakes.github.io/minimal-mistakes/docs/layouts/#header-overlay) for Open Graph images. [#358](https://github.com/mmistakes/minimal-mistakes/pull/358)\n\n### Bug Fixes\n\n- Fix `Person` typo Schema.org type [#358](https://github.com/mmistakes/minimal-mistakes/pull/358)\n\n### Maintenance\n\n- Update `github-pages` gem and dependencies.\n- Remove `minutes_read` to avoid awkward reading time wording [#356](https://github.com/mmistakes/minimal-mistakes/issues/356)\n\n## [3.2.8](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.8)\n\n### Bug Fixes\n\n- Remove `cursor: pointer` that appears on white-space surrounding author side list items and links. [#354](https://github.com/mmistakes/minimal-mistakes/pull/354)\n\n### Maintenance\n\n- Add contributing information to `README.md`. [#357](https://github.com/mmistakes/minimal-mistakes/issues/357)\n\n## [3.2.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.7)\n\n### Enhancements\n\n- Add French localized UI text. [#346](https://github.com/mmistakes/minimal-mistakes/pull/346)\n\n### Bug Fixes\n\n- Fix branch logic for Yandex and Alexa in `seo.html`. [#348](https://github.com/mmistakes/minimal-mistakes/pull/348)\n\n## [3.2.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.6)\n\n### Bug Fixes\n\n- Fix error `Liquid Exception: divided by 0 in _includes/archive-single.html, included in _layouts/single.html` caused by null `words_per_minute` in `_config.yml`. [#345](https://github.com/mmistakes/minimal-mistakes/pull/345)\n\n## [3.2.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.5)\n\n### Bug Fixes\n\n- Fix link color in hero overlay to be white.\n- Remove underlines from archive item titles.\n\n## [3.2.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.4)\n\n### Enhancements\n\n- Improve text alignment of masthead, hero overlay, page footer to be flush left and remove awkward white-space gaps. [#342](https://github.com/mmistakes/minimal-mistakes/issues/342)\n- Add Spanish localized UI text. [#338](https://github.com/mmistakes/minimal-mistakes/pull/338)\n\n### Bug Fixes\n\n- Fix alignment of icons in author sidebar [#341](https://github.com/mmistakes/minimal-mistakes/issues/341)\n\n### Maintenance\n\n- Add background color to page footer to set it apart from main content. [#342](https://github.com/mmistakes/minimal-mistakes/issues/342)\n- Add terms and privacy policy to theme's demo site. [#343](https://github.com/mmistakes/minimal-mistakes/issues/343)\n- Update screenshots found in theme documentation.\n\n## [3.2.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.3)\n\n### Enhancements\n\n- Add [Discourse](https://www.discourse.org/) as a commenting provider. [#335](https://github.com/mmistakes/minimal-mistakes/pull/335)\n\n## [3.2.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.2)\n\n### Enhancements\n\n- Add support for image captions in Magnific Popup overlays via the [`gallery`](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#gallery) helper. [#334](https://github.com/mmistakes/minimal-mistakes/issues/334)\n\n## [3.2.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.1)\n\n### Bug Fixes\n\n- Remove need for \"double tapping\" masthead menu links on iOS devices. [#315](https://github.com/mmistakes/minimal-mistakes/issues/315)\n\n### Maintenance\n\n- Add `ISSUE_TEMPLATE.md` for improve issue submission process.\n\n## [3.2.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.0)\n\n### Bug Fixes\n\n- Fix missing category/tag links in post footer due to possible conflict with `site.tags` and `site.categories`. [#329](https://github.com/mmistakes/minimal-mistakes/issues/329#issuecomment-222375568)\n\n## [3.1.8](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.8)\n\n### Bug Fixes\n\n- Fix `Liquid Exception: undefined method 'gsub' for nil:NilClass in _layouts/single.html` error when `page.title` is null. `<h1>` element is now conditional if `title:` is not set for a `page` or collection item. [#312](https://github.com/mmistakes/minimal-mistakes/issues/312)\n\n### Maintenance\n\n- Remove duplicate `fa-twitter` and `fa-twitter-square` classes from `_utilities.scss`. [#302](https://github.com/mmistakes/minimal-mistakes/issues/302)\n\n- Document installing additional Jekyll gem dependencies when using `gem \"jekyll\"` instead of `gem \"github-pages\"` to avoid any errors on run. [#305](https://github.com/mmistakes/minimal-mistakes/issues/305)\n\n## [3.1.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.7)\n\n### Enhancements\n\n- Add translation key for \"Recent Posts\" used in home page `index.html`. [#316](https://github.com/mmistakes/minimal-mistakes/pull/316)\n\n### Maintenance\n\n- Small fix to avoid underlying the whitespace between icons and related text when hovering. [#303](https://github.com/mmistakes/minimal-mistakes/pull/303)\n\n## [3.1.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.6)\n\n### Maintenance\n\n- Update gem dependencies. Run `bundle` to update `Gemfile.lock`.\n\n## [3.1.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.5)\n\n### Maintenance\n\n- Fix `www` and `https` links in author profile include [#293](https://github.com/mmistakes/minimal-mistakes/pull/293)\n\n## [3.1.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.4)\n\n### Enhancements\n\n- Add `overlay_filter` param to hero headers [#298](https://github.com/mmistakes/minimal-mistakes/pull/298)\n\n## [3.1.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.3)\n\n### Enhancements\n\n- Improve `site.locale` documentation [#284](https://github.com/mmistakes/minimal-mistakes/issues/284)\n- Remove ProTip note about protocol-less `site.url` as it is an anti-pattern [#288](https://github.com/mmistakes/minimal-mistakes/issues/288)\n\n### Bug Fixes\n\n- Fix `og_image` URL in seo.html [#277](https://github.com/mmistakes/minimal-mistakes/issues/277)\n- Fix `author_profile` toggle when assigned in a `_layout` [#285](https://github.com/mmistakes/minimal-mistakes/issues/285)\n- Fix typo in `build:all` npm script [#283](https://github.com/mmistakes/minimal-mistakes/pull/283)\n- Fix URL typo documentation [#287](https://github.com/mmistakes/minimal-mistakes/issues/287)\n- SEO author bug. If `twitter.username` is set and `author.twitter` is `nil` bad things happen. [#289](https://github.com/mmistakes/minimal-mistakes/issues/289)\n\n## [3.1.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.2)\n\n### Enhancements\n\n- Explain how to use `nav_list` helper in [documentation](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#navigation-list).\n- Reduce left/right padding on smaller screens to increase width of main content column.\n\n### Bug Fixes\n\n- Fix alignment issues with related posts [#273](https://github.com/mmistakes/minimal-mistakes/issues/273) and \"Follow\" button in author profile [#274](https://github.com/mmistakes/minimal-mistakes/issues/274).\n\n## [3.1.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.1)\n\n### Bug Fix\n\n- Fixed reading time bug when `words_per_minute` wasn't set in `_config.yml` [#271](https://github.com/mmistakes/minimal-mistakes/issues/271)\n\n## [3.1.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.0)\n\n### Enhancements\n\n- Updated [Font Awesome](https://fortawesome.github.io/Font-Awesome/whats-new/) to version 4.6.1\n- Added optional GitHub and Bitbucket links to footer if set on `site.author` in `_config.yml`.\n\n### Bug Fixes\n\n- Fixed Bitbucket URL typo in author sidebar.\n\n## [3.0.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.0.3)\n\n### Enhancements\n\n- Rebuilt the entire theme: layouts, includes, stylesheets, scripts, you name it.\n- Refreshed the look and feel while staying true to the original design of the theme (author sidebar/main content).\n- Replaced grid system with [Susy](http://susy.oddbird.net/).\n- Replaced Grunt tasks with `npm` scripts.\n- Removed Google Fonts and replaced with system fonts to improve performance (they can be [added back](https://mmistakes.github.io/minimal-mistakes/docs/stylesheets/) if desired)\n- Greatly improved [theme documentation](https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/).\n- Increased the amount of sample posts, sample pages, and sample collections to throughly test the theme and edge-cases.\n- Moved all sample content and assets out of `master` to keep it as clean as possible for forking.\n- Added new layouts for `splash` pages, archives for [`jekyll-archives`](https://github.com/jekyll/jekyll-archives) if enabled, and [`compress.html`](https://github.com/penibelst/jekyll-compress-html) to improve performance.\n- Added taxonomy links to posts (tags and categories).\n- Added optional \"reading time\" meta data.\n- Improved Liquid used for Twitter Cards and Open Graph data in `<head>`.\n- Improved `gallery` include helper and added `feature_row` for use with splash page layout.\n- Added Keybase.io, author web URI, and Bitbucket optional links to sidebar.\n- Add `feed.xml` link to footer.\n- Added a [UI text data file](https://mmistakes.github.io/minimal-mistakes/docs/ui-text/) to easily change all text found in the theme.\n- Added LinkedIn to optional social share buttons.\n- Added Facebook, Google+, and custom commenting options in addition to Disqus.\n- Added optional breadcrumb links.\n\n## [2.2.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.2.1)\n\n## [2.2.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.2.0)\n\n### Enhancements\n\n- Add support for Jekyll 3.0\n- Minor updates to syntax highlighting CSS and theme documentation\n\n## [2.1.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.1.3)\n\n### Enhancements\n\n- Cleaner print styles that remove the top navigation, social sharing buttons, and other elements not needed when printed.\n\n## [2.1.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.1.2)\n\n### Enhancements\n\n- Add optional CodePen icon/url to author side bar [#156](https://github.com/mmistakes/minimal-mistakes/pull/156)\n- Documented Stackoverflow username explanation in `_config.yml` [#157](https://github.com/mmistakes/minimal-mistakes/pull/157)\n- Simplified Liquid in `post-index.html` to better handle year listings [#166](https://github.com/mmistakes/minimal-mistakes/pull/166)\n\n### Bug Fixes\n\n- Cleanup Facebook related Open Graph meta tags [#149](https://github.com/mmistakes/minimal-mistakes/issues/149)\n- Corrected minor typos [#158](https://github.com/mmistakes/minimal-mistakes/pull/158) [#175](https://github.com/mmistakes/minimal-mistakes/issues/175)\n\n## [2.1.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.1.1)\n\n### Enhancements\n\n- Add optional XING profile link to author sidebar\n- Include open graph meta tags for feature image (if assigned) [#149](https://github.com/mmistakes/minimal-mistakes/issues/149)\n- Create an include for feed footer\n\n### Bug Fixes\n\n- Remove http protocol from Google search form on sample 404 page\n- Only show related posts if there are one or more available\n- Fix alignment of email address link in author sidebar\n\n## [2.1.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.1.0)\n\n### Enhancements\n\n- Add optional social sharing buttons ([#42](https://github.com/mmistakes/minimal-mistakes/issues/42))\n\n![social sharing buttons](https://cloud.githubusercontent.com/assets/1376749/5860522/d9f28a96-a22f-11e4-9b83-940a3a9a766a.png)\n\n- Add Soundcloud, YouTube ([#95](https://github.com/mmistakes/minimal-mistakes/pull/95)), Flickr ([#119](https://github.com/mmistakes/minimal-mistakes/pull/119)), and Weibo ([#116](https://github.com/mmistakes/minimal-mistakes/pull/116)) icons for use in author sidebar.\n- Fix typos in posts and documentation and remove references to Less\n- Include note about Octopress gem being optional\n- Post author override support extended to the Atom feed ([#71](https://github.com/mmistakes/minimal-mistakes/pull/71))\n- Only include email address in feed if specified in `_config.yml` or author `_data`\n- Wrap all page content in `#main` to harmonize article and post index styles ([#86](https://github.com/mmistakes/minimal-mistakes/issues/86))\n- Include new sample feature images for posts and pages\n- Table of contents improvements: fix collapse toggle, indent nested elements, show on small screens, and create an `_include` for reusing in posts and pages.\n- Include note about running Jekyll with `bundle exec` when using Bundler\n- Fix home page path in top navigation\n- Remove Google Authorship ([#120](https://github.com/mmistakes/minimal-mistakes/issues/120))\n- Remove duplicate author content that displayed in `div.article-author-bottom`\n- Removed unused `_sass/print.scss` styles\n- Improve comments in `.scss` files\n\n## [2.0.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/v2.0)\n\n## [1.3.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.3.3)\n\n### Enhancements\n\n- Added new icons and profile links for Stackoverflow, Dribbble, Pinterest, Foursquare, and Steam to the author bio sidebar.\n- Cleaned up the Kramdown auto table of contents styling to be more readable\n- Removed page width specific .less stylesheets and created mixins for easier updating\n- Removed Modernizr since it wasn't being used\n- Added pages to sitemap.xml\n- Added category: to rake new_post task\n- Minor typographic changes\n\n### Bug Fixes\n\n- Corrected various broken links in README and Theme Setup.\n\n## [1.3.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.3.1)\n\n### Enhancements\n\n- Cleaned up table of contents styling\n- Reworked top navigation to be a better experience on small screens. Nav items now display vertically when the menu button is tapped, revealing links with larger touch targets.\n\n![menu animation](https://camo.githubusercontent.com/3fbd8c1326485f4b1ab32c0005c0fca7660b5d31/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f313337363734392f323136343037352f31653366303663322d393465372d313165332d383961612d6436623636376562306564662e676966)\n\n## [1.2.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.2.0)\n\n### Bug Fixes\n\n- Table weren't filling the entire width of the content container. They now scale at 100%. Thanks [@dhruvbhatia](https://github.com/dhruvbhatia)\n\n### Enhancements\n\n- Decreased spacing between Markdown footnotes\n- Removed dark background on footer\n- Removed UPPERCASE styling on post titles in the index listing\n\n## [1.1.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.1.4)\n\n### Bug Fixes\n\n- Fix top navigation bug issue ([#10](https://github.com/mmistakes/minimal-mistakes/issues/10)) for real this time. Remember to clear your floats kids.\n\n## [1.1.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.1.3)\n\n### Bug Fixes\n\n- Fix top navigation links that weren't click able on small viewports (Issue [#10](https://github.com/mmistakes/minimal-mistakes/issues/10)).\n- Remove line wrap from top navigation links that may span multiple lines.\n\n## [1.1.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.1.2)\n\n### Enhancements\n\n- Added Grunt build script for compiling Less/JavaScript and optimizing image assets.\n- Added support for large image summary Twitter card.\n- Stylesheet adjustments\n\n## [1.1.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.1.1)\n\n### Bug Fixes\n\n- 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.\n\n### Enhancements\n\n- Added [image attribution](http://mmistakes.github.io/minimal-mistakes/theme-setup/#feature-images) for post and page feature images.\n- Added [404 page](http://mmistakes.github.io/minimal-mistakes/404.html).\n- Cleaned up various Less variables to better align with naming conventions used in other MM Jekyll themes.\n- Removed Chrome Frame references.\n- Added global CSS3 transitions to text and block elements.\n- Improved typography in a few places.\n\n## [1.0.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/v1.0.2)\n\n### Enhancements\n\n- Google Analytics, Google Authorship, webmaster verifies, and Twitter card meta are now optional.\n\n## [1.0.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/v1.0.1)\n{% endraw %}\n"
  },
  {
    "path": "docs/_docs/19-contributing.md",
    "content": "---\ntitle: \"Contributing\"\npermalink: /docs/contributing/\nexcerpt: \"How you can contribute to make this theme better.\"\nlast_modified_at: 2017-03-22T09:51:05-04:00\n---\n\nHaving trouble working with the theme? Found a typo in the documentation? Interested in adding a feature or [fixing a bug](https://github.com/mmistakes/minimal-mistakes/issues)? Then by all means [submit an issue](https://github.com/mmistakes/minimal-mistakes/issues/new) or [pull request](https://help.github.com/articles/using-pull-requests/). If this is your first pull request, it may be helpful to read up on the [GitHub Flow](https://guides.github.com/introduction/flow/) first.\n\nMinimal Mistakes has been designed as a base for you to customize and fit your site's unique needs. Please keep this in mind when requesting features and/or submitting pull requests. If it's not something that most people will use, I probably won't consider it. When in doubt ask. \n\nThis goes for author sidebar links and \"share button\" additions -- I have no intention of merging in every possibly option, the essentials are there to get you started :smile:.\n\n## Pull requests\n\nWhen submitting a pull request:\n\n1. Clone the repo.\n2. Create a branch off of `master` and give it a meaningful name (e.g. `my-awesome-new-feature`) and describe the feature or fix.\n3. Open a pull request on GitHub.\n\nTheme documentation and demo pages can be found in the [`/docs`](https://github.com/{{ site.repository }}/blob/master/docs) folder if you'd like to tackle any \"low-hanging fruit\" like fixing typos, bad grammar, etc."
  },
  {
    "path": "docs/_docs/20-docs-2-2.md",
    "content": "---\ntitle: \"2.2 Documentation\"\npermalink: /docs/docs-2-2/\nexcerpt: \"Setup and installation instructions for Minimal Mistakes 2.2 (deprecated).\"\nlast_modified_at: 2018-03-20T16:00:34-04:00\ntoc: true\n---\n\n## Installation\n\nMinimal 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.\n\nIf you are creating a new Jekyll site using Minimal Mistakes follow these steps:\n\n1. Fork the [Minimal Mistakes repo](http://github.com/mmistakes/minimal-mistakes/fork).\n2. Clone the repo you just forked and rename it.\n3. [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)\n4. Update `config.yml`, add navigation, and replace demo posts and pages with your own. Full details below.\n\nIf you want to use Minimal Mistakes with an existing Jekyll site follow these steps:\n\n1. [Download Minimal Mistakes](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.2.1) and unzip.\n2. Rename `minimal-mistakes-master` to something meaningful ie: `new-site`\n3. Run `bundle install` to install all dependencies (Jekyll, [Jekyll-Sitemap](https://github.com/jekyll/jekyll-sitemap), [Octopress](https://github.com/octopress/octopress), etc)\n4. Remove demo posts/pages and replace with your own posts, pages, and any other content you want to move over.\n5. Update posts' and pages' YAML to match variables used by Minimal Mistakes. Full details below.\n6. Update `_config.yml` and add navigation links. Full details below.\n\n**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.\n{: .notice}\n\n## Running Jekyll\n\nThe 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`.\n\n> 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.\n>\n>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.\n\n```bash\nbundle exec jekyll serve\n```\n\n## Scaffolding\n\nHow 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/`.\n\n```bash\nminimal-mistakes/\n├── _includes/\n|    ├── author-bio.html        # bio stuff layout. pulls optional owner data from _config.yml\n|    ├── disqus-comments   # Disqus comments script\n|    ├── footer            # site footer\n|    ├── head              # site head\n|    ├── navigation        # site top navigation\n|    ├── open-graph.html        # Twitter Cards and Open Graph meta data\n|    └── scripts           # site scripts\n├── _layouts/\n|    ├── home.html               # homepage layout\n|    ├── page.html               # page layout\n|    ├── post-index.html         # post index layout\n|    └── post.html               # single post layout\n├── _posts/                      # MarkDown formatted posts\n├── _sass/                       # Sass stylesheets\n├── _templates/                  # used by Octopress to define YAML variables for new posts/pages\n├── about/                       # sample about page\n├── assets/\n|    ├── css/                    # compiled stylesheets\n|    ├── fonts/                  # webfonts\n|    ├── js/\n|    |   ├── _main.js            # main JavaScript file, plugin settings, etc\n|    |   ├── plugins/            # scripts and jQuery plugins to combine with _main.js\n|    |   ├── scripts.min.js      # concatenated and minified _main.js + plugin scripts\n|    |   └── vendor/             # vendor scripts to leave alone and load as is\n|    └── less/\n├── images/                      # images for posts and pages\n├── 404.md                       # 404 page\n├── feed.xml                     # Atom feed template\n├── index.md                     # sample homepage. lists 5 latest posts\n├── posts/                       # sample post index page. lists all posts in reverse chronology\n└── theme-setup/                 # theme setup page. safe to remove\n```\n\n## Site Setup\n\nA quick checklist of the files you'll want to edit to get up and running.\n\n### Site Wide Configuration\n\n`_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:\n\n#### title\n\nThe title of your site... shocker!\n\nExample `title: My Awesome Site`\n\n#### url\n\nUsed 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 `/`*.\n\nExamples:\n\n```yaml\nurl: http://mmistakes.github.io/minimal-mistakes\nurl: http://localhost:4000\nurl: //cooldude.github.io\nurl:\n```\n\n#### Google Analytics and Webmaster Tools\n\nGoogle 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.\n\n### Navigation Links\n\nTo 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.*\n\n```yaml\n- title: Portfolio\n  url: /portfolio/\n\n- title: Made Mistakes\n  url: http://mademistakes.com\n```\n\n## Adding New Content with Octopress\n\nWhile 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.\n\n```bash\n$ gem install octopress\n```\n\n### New Post\n\nDefault command\n\n```bash\n$ octopress new post \"Post Title\"\n```\n\nDefault 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.\n\n```bash\n$ octopress new post \"New Portfolio Post Title\" --dir portfolio\n```\n\n### New Page\n\nTo create a new page use the following command.\n\n```bash\n$ octopress new page new-page/\n```\n\nThis will create a page at `/new-page/index.md`\n\n## Layouts and Content\n\nExplanations of the various `_layouts` included with the theme and when to use them.\n\n### Post and Page\n\nThese 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.\n\n### Post Index Page\n\nA [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:\n\nIn `_config.yml` under `links:` rename the title and URL to the following:\n\n```yaml\n  links:\n  - title: Writing\n    url: /writing/\n```\n\n* Rename `posts/index.md` to `writing/index.md` and update the YAML front matter accordingly.\n* Update the **View all posts** link in the `post.html` layout found in `_layouts` to match title and URL set previously.\n\n### Feature Images\n\nA 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].\n\n[^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.\n\nThe 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.\n\n```yaml\nimage:\n  feature: feature-image-filename.jpg\n  thumb: thumbnail-image.jpg #keep it square 200x200 px is good\n```\n\nTo 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.\n\n```yaml\nimage:\n  feature: feature-image-filename.jpg\n  credit: Michael Rose #name of the person or site you want to credit\n  creditlink: http://mademistakes.com #url to their site or licensing\n```\n\n### Thumbnails for OG and Twitter Cards\n\nFeature 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.\n\n**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.\n{:.notice}\n\n### Author Override\n\nBy making use of data files you can assign different authors for each post.\n\nStart by modifying `authors.yml` file in the `_data` folder and add your authors using the following format.\n\n```yaml\n# Authors\n\nbilly_rick:\n  name        : \"Billy Rick\"\n  web         : \"http://thewhip.com\"\n  email       : \"billy@rick.com\"\n  bio         : \"What do you want, jewels? I am a very extravagant man.\"\n  avatar      : \"bio-photo-2.jpg\"\n  twitter     : \"extravagantman\"\n  google_plus : \"BillyRick\"\n\ncornelius_fiddlebone:\n  name        : \"Cornelius Fiddlebone\"\n  email       : \"cornelius@thewhip.com\"\n  bio         : \"I ordered what?\"\n  avatar      : \"bio-photo.jpg\"\n  twitter     : \"rhymeswithsackit\"\n  google_plus : \"CorneliusFiddlebone\"\n```\n\nTo assign Billy Rick as an author for our post. We'd add the following YAML front matter to a post:\n\n```yaml\nauthor: billy_rick\n```\n\n### Kramdown Table of Contents\n\nTo 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.\n\n```html\n{% raw %}{% include toc.html %}{% endraw %}\n```\n\n### Paragraph Indentation\n\nBy 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.\n\n<figure>\n  <img src=\"{{ '/assets/images/paragraph-indent.png' | relative_url }}\" alt=\"screen shot of paragraphs with default indent style set\">\n  <figcaption>Example of the default paragraph style (indented first line and bottom margin removed).</figcaption>\n</figure>\n\nTo disable the indents and add spacing between paragraphs change the following line in `_sass/variables.scss` from `true !default` to `false` like so.\n\n```scss\n$paragraph-indent: false;\n```\n\n<figure>\n  <img src=\"{{ '/assets/images/paragraph-no-indent.png' | relative_url }}\" alt=\"screen shot of paragraphs with indent style disabled\">\n  <figcaption>Example of paragraphs with $paragraph-indent disabled.</figcaption>\n</figure>\n\n### Videos\n\nVideo embeds are responsive and scale with the width of the main content block with the help of [FitVids](http://fitvidsjs.com/).\n\nNot 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:\n\n```html\n<iframe width=\"560\" height=\"315\" src=\"http://www.youtube.com/embed/PWf4WUoMXwg\" frameborder=\"0\"> </iframe>\n```\n\n### Social Sharing Links\n\nSocial 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).\n\n## Further Customization\n\nJekyll 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.\n\nFor example if you wanted a red background instead of white you'd change `$bodycolor: #fff;` to `$bodycolor: $cc0033;`.\n\nTo 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`:\n\n```bash\nnpm install\n```\n\nFrom 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.\n"
  },
  {
    "path": "docs/_docs/21-license.md",
    "content": "---\ntitle: \"License\"\npermalink: /docs/license/\nexcerpt: \"License for Minimal Mistakes Jekyll Theme.\"\nlast_modified_at: 2018-01-10T11:22:01-05:00\n---\n\nThe MIT License (MIT)\n\nCopyright (c) 2013-{{ site.time | date: '%Y' }} Michael Rose and contributors\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\nMinimal Mistakes incorporates icons from [The Noun Project](https://thenounproject.com/) \ncreators Garrett Knoll, Arthur Shlain, and tracy tam.\nIcons are distributed under Creative Commons Attribution 3.0 United States (CC BY 3.0 US).\n\nMinimal Mistakes incorporates [Font Awesome](http://fontawesome.io/),\nCopyright (c) 2017 Dave Gandy.\nFont Awesome is distributed under the terms of the [SIL OFL 1.1](http://scripts.sil.org/OFL) \nand [MIT License](http://opensource.org/licenses/MIT).\n\nMinimal Mistakes incorporates photographs from [Unsplash](https://unsplash.com).\n\nMinimal Mistakes incorporates [Susy](http://susy.oddbird.net/),\nCopyright (c) 2017, Miriam Eric Suzanne.\nSusy is distributed under the terms of the [BSD 3-clause \"New\" or \"Revised\" License](https://opensource.org/licenses/BSD-3-Clause).\n\nMinimal Mistakes incorporates [Breakpoint](http://breakpoint-sass.com/).\nBreakpoint is distributed under the terms of the [MIT/GPL Licenses](http://opensource.org/licenses/MIT).\n\nMinimal Mistakes incorporates [FitVids.js](https://github.com/davatron5000/FitVids.js/),\nCopyright (c) 2013 Dave Rubert and Chris Coyier.\nFitVids is distributed under the terms of the [WTFPL License](http://sam.zoy.org/wtfpl/).\n\nMinimal Mistakes incorporates [Magnific Popup](http://dimsemenov.com/plugins/magnific-popup/),\nCopyright (c) 2014-2016 Dmitry Semenov, http://dimsemenov.com.\nMagnific Popup is distributed under the terms of the MIT License.\n\nMinimal Mistakes incorporates [jQuery Smooth Scroll](https://github.com/kswedberg/jquery-smooth-scroll),\nCopyright (c) 2017 Karl Swedberg.\njQuery Smooth Scroll is distributed under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n\nMinimal Mistakes incorporates [GreedyNav.js](https://github.com/lukejacksonn/GreedyNav),\nCopyright (c) 2015 Luke Jackson.\nGreedyNav.js is distributed under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n\nMinimal Mistakes incorporates [Jekyll Group-By-Array](https://github.com/mushishi78/jekyll-group-by-array),\nCopyright (c) 2015 Max White <mushishi78@gmail.com>.\nJekyll Group-By-Array is distributed under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n\nMinimal Mistakes incorporates [@allejo's Pure Liquid Jekyll Table of Contents](https://allejo.io/blog/a-jekyll-toc-in-liquid-only/),\nCopyright (c) 2017 Vladimir Jimenez.\nPure Liquid Jekyll Table of Contents is distributed under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n\nMinimal Mistakes incorporates [Lunr](http://lunrjs.com),\nCopyright (c) 2017 Oliver Nightingale.\nLunr is distributed under the terms of the [MIT License](http://opensource.org/licenses/MIT)."
  },
  {
    "path": "docs/_docs/22-faq.md",
    "content": "---\ntitle: Frequently Asked Questions\nclasses: wide\npermalink: \"/docs/faq/\"\nsidebar:\n  nav: docs\nlast_modified_at: '2024-04-24T00:51:32+08:00'\ntoc: false\n---\n\nThis page is still under construction. Meanwhile, check out existing [issues](https://github.com/mmistakes/minimal-mistakes/issues) and [discussions](https://github.com/mmistakes/minimal-mistakes/discussions) to see if your question has already been asked before.\n{: .notice--primary }\n\n- `'require': cannot load such file -- webrick (LoadError)`\n  \n  This error occurs when you run `jekyll serve` on Ruby 3.0+. \n\n  Ruby 3.0 no longer comes with Webrick by default. To fix this, add `gem \"webrick\"` to your `Gemfile` and run `bundle install`. See [jekyll/jekyll#8523](https://github.com/jekyll/jekyll/issues/8523)\n"
  },
  {
    "path": "docs/_drafts/post-draft.md",
    "content": "---\nlayout: single\ntitle:  \"Draft Post\"\nheader:\n  teaser: \"unsplash-gallery-image-2-th.jpg\"\ncategories: \n  - Jekyll\ntags:\n  - edge case\n---\nMonocle 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.\n\nConversation 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.\n\nFugiat 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.\n\nCommodo 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.\n\nTsutaya 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."
  },
  {
    "path": "docs/_includes/after-content.html",
    "content": "<div align=\"center\" style=\"margin: 1em 0;\">\n  <ins class=\"adsbygoogle\"\n        style=\"display:block; border-bottom: initial;\"\n        data-ad-client=\"ca-pub-7328585512091257\"\n        data-ad-slot=\"3049671934\"\n        data-ad-format=\"auto\"\n        data-full-width-responsive=\"true\"></ins>\n</div>\n"
  },
  {
    "path": "docs/_includes/before-related.html",
    "content": "{% include after-content.html %}\n"
  },
  {
    "path": "docs/_includes/comments-providers/scripts.html",
    "content": "{% comment %}\n  Repurposing this file as \"after-scripts.html\" snippet,\n  since the docs site isn't using comments anyway.\n{% endcomment %}\n<style>\n.google-auto-placed {\n  margin: 2em auto;\n}\n</style>\n<script async src=\"//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js\"></script>\n<script>(adsbygoogle = window.adsbygoogle || []).push({});</script>\n"
  },
  {
    "path": "docs/_pages/404.md",
    "content": "---\ntitle: \"Page Not Found\"\nexcerpt: \"Page not found. Your pixels are in another canvas.\"\nsitemap: false\npermalink: /404.html\n---\n\nSorry, but the page you were trying to view does not exist.\n"
  },
  {
    "path": "docs/_pages/about.md",
    "content": "---\npermalink: /about/\ntitle: \"About\"\nexcerpt: \"Minimal Mistakes is a flexible two-column Jekyll theme.\"\nlayouts_gallery:\n  - url: /assets/images/mm-layout-splash.png\n    image_path: /assets/images/mm-layout-splash.png\n    alt: \"splash layout example\"\n  - url: /assets/images/mm-layout-single-meta.png\n    image_path: /assets/images/mm-layout-single-meta.png\n    alt: \"single layout with comments and related posts\"\n  - url: /assets/images/mm-layout-archive.png\n    image_path: /assets/images/mm-layout-archive.png\n    alt: \"archive layout example\"\nlast_modified_at: 2022-05-27T11:59:26-04:00\ntoc: true\n---\n\nMinimal 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:.\n\n{% include gallery id=\"layouts_gallery\" caption=\"Examples of included layouts `splash`, `single`, and `archive`.\" %}\n\n[Install the Theme]({{ \"/docs/quick-start-guide/\" | relative_url }}){: .btn .btn--success .btn--large}\n\n## Notable Features\n\n- Bundled as a \"theme gem\" for easier install/upgrading.\n- Compatible with GitHub Pages.\n- Support for Jekyll's built-in Sass/SCSS preprocessor.\n- Nine different skins (color variations).\n- Several responsive layout options (single, archive index, search, splash, and paginated home page).\n- Optimized for search engines with support for [Twitter Cards](https://dev.twitter.com/cards/overview) and [Open Graph](http://ogp.me/) data\n- Optional [header images](https://mmistakes.github.io/minimal-mistakes/docs/layouts/#headers), [custom sidebars](https://mmistakes.github.io/minimal-mistakes/docs/layouts/#sidebars), [table of contents](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#table-of-contents), [galleries](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#gallery), related posts, [breadcrumb links](https://mmistakes.github.io/minimal-mistakes/docs/configuration/#breadcrumb-navigation-beta), [navigation lists](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#navigation-list), and more.\n- Commenting support (powered by [Disqus](https://disqus.com/), [Facebook](https://developers.facebook.com/docs/plugins/comments), [Discourse](https://www.discourse.org/), [utterances](https://utteranc.es/), [giscus](https://giscus.app/), static-based via [Staticman v1 and v2](https://staticman.net/), and custom).\n- [Google Analytics](https://www.google.com/analytics/) support.\n- UI localized text in English (default), Arabic (عربي), Brazilian Portuguese (Português brasileiro), Bulgarian, Catalan, Chinese, Czech, Danish, Dutch, Finnish, French (Français), German (Deutsch), Greek, Hebrew, Hindi (हिंदी), Hungarian, Indonesian, Irish (Gaeilge), Italian (Italiano), Japanese, Kiswahili, Korean, Malayalam, Myanmar (Burmese), Nepali (Nepalese), Norwegian (Norsk), Persian (فارسی), Polish, Punjabi (ਪੰਜਾਬੀ), Romanian, Russian, Slovak, Spanish (Español), Swedish, Thai, Turkish (Türkçe), and Vietnamese.\n\n## Demo Pages\n\n| Name                                        | Description                                           |\n| ------------------------------------------- | ----------------------------------------------------- |\n| [Post with Header Image][header-image-post] | A post with a large header image. |\n| [HTML Tags and Formatting Post][html-tags-post] | A variety of common markup showing how the theme styles them. |\n| [Syntax Highlighting Post][syntax-post] | Post displaying highlighted code. |\n| [Post with a Gallery][gallery-post] | A post showing several images wrapped in `<figure>` elements. |\n| [Sample Collection Page][sample-collection] | Single page from a collection. |\n| [Categories Archive][categories-archive] | Posts grouped by category. |\n| [Tags Archive][tags-archive] | Posts grouped by tag. |\n\nFor even more demo pages check the [posts archive][year-archive].\n\n[header-image-post]: {{ \"\" | relative_url }}{% post_url 2012-03-15-layout-header-image-text-readability %}\n[gallery-post]: {{ \"\" | relative_url }}{% post_url 2010-09-09-post-gallery %}\n[html-tags-post]: {{ \"\" | relative_url }}{% post_url 2013-01-11-markup-html-tags-and-formatting %}\n[syntax-post]: {{ \"\" | relative_url }}{% post_url 2013-08-16-markup-syntax-highlighting %}\n[sample-collection]: {{ \"/recipes/chocolate-chip-cookies/\" | relative_url }}\n[categories-archive]: {{ \"/categories/\" | relative_url }}\n[tags-archive]: {{ \"/tags/\" | relative_url }}\n[year-archive]: {{ \"/year-archive/\" | relative_url }}\n\n---\n\n## Credits\n\n### Icons + Demo Images:\n\n- [The Noun Project](https://thenounproject.com) -- Garrett Knoll, Arthur Shlain, and [tracy tam](https://thenounproject.com/tracytam)\n- [Font Awesome](http://fontawesome.io/)\n- [Unsplash](https://unsplash.com/)\n\n### Other:\n\n- [Jekyll](https://jekyllrb.com/)\n- [jQuery](https://jquery.com/)\n- [Susy](http://susy.oddbird.net/)\n- [Breakpoint](http://breakpoint-sass.com/)\n- [Magnific Popup](http://dimsemenov.com/plugins/magnific-popup/)\n- [FitVids.JS](http://fitvidsjs.com/)\n- Greedy Navigation - [lukejacksonn](https://codepen.io/lukejacksonn/pen/PwmwWV)\n- [jQuery Smooth Scroll](https://github.com/kswedberg/jquery-smooth-scroll)\n- [Lunr](http://lunrjs.com)\n\n---\n\nMinimal Mistakes is designed, developed, and maintained by Michael Rose. Just another boring, tattooed, designer from Buffalo New York.\n"
  },
  {
    "path": "docs/_pages/archive-layout-with-content.md",
    "content": "---\ntitle: \"Archive Layout with Content\"\nlayout: archive\npermalink: /archive-layout-with-content/\n---\n\nA variety of common markup showing how the theme styles them.\n\n# Header one\n\n## Header two\n\n### Header three\n\n#### Header four\n\n##### Header five\n\n###### Header six\n\n## Blockquotes\n\nSingle line blockquote:\n\n> Stay hungry. Stay foolish.\n\nMulti line blockquote with a cite reference:\n\n> 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.\n\n<cite>Steve Jobs</cite> --- Apple Worldwide Developers' Conference, 1997\n{: .small}\n\n## Tables\n\n| Employee         | Salary |                                                              |\n| --------         | ------ | ------------------------------------------------------------ |\n| [John Doe](#)    | $1     | Because that's all Steve Jobs needed for a salary.           |\n| [Jane Doe](#)    | $100K  | For all the blogging she does.                               |\n| [Fred Bloggs](#) | $100M  | Pictures are worth a thousand words, right? So Jane × 1,000. |\n| [Jane Bloggs](#) | $100B  | With hair like that?! Enough said.                           |\n\n| Header1 | Header2 | Header3 |\n|:--------|:-------:|--------:|\n| cell1   | cell2   | cell3   |\n| cell4   | cell5   | cell6   |\n|-----------------------------|\n| cell1   | cell2   | cell3   |\n| cell4   | cell5   | cell6   |\n|=============================|\n| Foot1   | Foot2   | Foot3   |\n\n## Definition Lists\n\nDefinition List Title\n:   Definition list division.\n\nStartup\n:   A startup company or startup is a company or temporary organization designed to search for a repeatable and scalable business model.\n\n#dowork\n:   Coined by Rob Dyrdek and his personal body guard Christopher \"Big Black\" Boykins, \"Do Work\" works as a self motivator, to motivating your friends.\n\nDo It Live\n:   I'll let Bill O'Reilly [explain](https://www.youtube.com/watch?v=O_HyZ5aW76c \"We'll Do It Live\") this one.\n\n## Unordered Lists (Nested)\n\n  * List item one \n      * List item one \n          * List item one\n          * List item two\n          * List item three\n          * List item four\n      * List item two\n      * List item three\n      * List item four\n  * List item two\n  * List item three\n  * List item four\n\n## Ordered List (Nested)\n\n  1. List item one \n      1. List item one \n          1. List item one\n          2. List item two\n          3. List item three\n          4. List item four\n      2. List item two\n      3. List item three\n      4. List item four\n  2. List item two\n  3. List item three\n  4. List item four\n\n## Buttons\n\nMake any link standout more when applying the `.btn` class.\n\n```html\n<a href=\"#\" class=\"btn--success\">Success Button</a>\n```\n\n[Primary Button](#){: .btn}\n[Success Button](#){: .btn .btn--success}\n[Warning Button](#){: .btn .btn--warning}\n[Danger Button](#){: .btn .btn--danger}\n[Info Button](#){: .btn .btn--info}\n[Inverse Button](#){: .btn .btn--inverse}\n[Light Outline Button](#){: .btn .btn--light-outline}\n\n```markdown\n[Primary Button Text](#link){: .btn}\n[Success Button Text](#link){: .btn .btn--success}\n[Warning Button Text](#link){: .btn .btn--warning}\n[Danger Button Text](#link){: .btn .btn--danger}\n[Info Button Text](#link){: .btn .btn--info}\n[Inverse Button](#link){: .btn .btn--inverse}\n[Light Outline Button](#link){: .btn .btn--light-outline}\n```\n\n[X-Large Button](#){: .btn .btn--x-large}\n[Large Button](#){: .btn .btn--large}\n[Default Button](#){: .btn}\n[Small Button](#){: .btn .btn--small}\n\n```markdown\n[X-Large Button](#link){: .btn .btn--x-large}\n[Large Button](#link){: .btn .btn--large}\n[Default Button](#link){: .btn}\n[Small Button](#link){: .btn .btn--small}\n```\n\n## Notices\n\n**Watch out!** You can also add notices by appending `{: .notice}` to a paragraph.\n{: .notice}\n\n## HTML Tags\n\n### Address Tag\n\n<address>\n  1 Infinite Loop<br /> Cupertino, CA 95014<br /> United States\n</address>\n\n### Anchor Tag (aka. Link)\n\nThis is an example of a [link](http://apple.com \"Apple\").\n\n### Abbreviation Tag\n\nThe abbreviation CSS stands for \"Cascading Style Sheets\".\n\n*[CSS]: Cascading Style Sheets\n\n### Cite Tag\n\n\"Code is poetry.\" ---<cite>Automattic</cite>\n\n### Code Tag\n\nYou will learn later on in these tests that `word-wrap: break-word;` will be your best friend.\n\n### Strike Tag\n\nThis tag will let you <strike>strikeout text</strike>.\n\n### Emphasize Tag\n\nThe emphasize tag should _italicize_ text.\n\n### Insert Tag\n\nThis tag should denote <ins>inserted</ins> text.\n\n### Keyboard Tag\n\nThis scarcely known tag emulates <kbd>keyboard text</kbd>, which is usually styled like the `<code>` tag.\n\n### Preformatted Tag\n\nThis tag styles large blocks of code.\n\n<pre>\n.post-title {\n  margin: 0 0 5px;\n  font-weight: bold;\n  font-size: 38px;\n  line-height: 1.2;\n  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;\n}\n</pre>\n\n### Quote Tag\n\n<q>Developers, developers, developers&#8230;</q> &#8211;Steve Ballmer\n\n### Strong Tag\n\nThis tag shows **bold text**.\n\n### Subscript Tag\n\nGetting our science styling on with H<sub>2</sub>O, which should push the \"2\" down.\n\n### Superscript Tag\n\nStill sticking with science and Albert Einstein's E = MC<sup>2</sup>, which should lift the 2 up.\n\n### Variable Tag\n\nThis allows you to denote <var>variables</var>.\n\n{% for post in site.pages %}\n{% include archive-single.html %}\n{% endfor %}"
  },
  {
    "path": "docs/_pages/category-archive.md",
    "content": "---\ntitle: \"Posts by Category\"\nlayout: categories\npermalink: /categories/\nauthor_profile: true\n---\n"
  },
  {
    "path": "docs/_pages/collection-archive.html",
    "content": "---\nlayout: archive\ntitle: \"Posts by Collection\"\npermalink: /collection-archive/\nauthor_profile: true\n---\n\n{% capture written_label %}'None'{% endcapture %}\n\n{% for collection in site.collections %}\n  {% unless collection.output == false or collection.label == \"posts\" %}\n    {% capture label %}{{ collection.label }}{% endcapture %}\n    {% if label != written_label %}\n      <h2 id=\"{{ label | slugify }}\" class=\"archive__subtitle\">{{ label }}</h2>\n      {% capture written_label %}{{ label }}{% endcapture %}\n    {% endif %}\n  {% endunless %}\n  {% for post in collection.docs %}\n    {% unless collection.output == false or collection.label == \"posts\" %}\n      {% include archive-single.html %}\n    {% endunless %}\n  {% endfor %}\n{% endfor %}"
  },
  {
    "path": "docs/_pages/edge-case.md",
    "content": "---\ntitle: Edge Case\nlayout: category\npermalink: /categories/edge-case/\ntaxonomy: Edge Case\n---\n\nSample post listing for the category `Edge Case`.\n"
  },
  {
    "path": "docs/_pages/home.md",
    "content": "---\nlayout: splash\npermalink: /\nhidden: true\nheader:\n  overlay_color: \"#5e616c\"\n  overlay_image: /assets/images/mm-home-page-feature.jpg\n  actions:\n    - label: \"<i class='fas fa-download'></i> Install now\"\n      url: \"/docs/quick-start-guide/\"\nexcerpt: >\n  A flexible two-column Jekyll theme. Perfect for building personal sites, blogs, and portfolios.<br />\n  <small><a href=\"https://github.com/mmistakes/minimal-mistakes/releases/tag/4.28.0\">Latest release v4.28.0</a></small>\nfeature_row:\n  - image_path: /assets/images/mm-customizable-feature.png\n    alt: \"customizable\"\n    title: \"Super customizable\"\n    excerpt: \"Everything from the menus, sidebars, comments, and more can be configured or set with YAML Front Matter.\"\n    url: \"/docs/configuration/\"\n    btn_class: \"btn--primary\"\n    btn_label: \"Learn more\"\n  - image_path: /assets/images/mm-responsive-feature.png\n    alt: \"fully responsive\"\n    title: \"Responsive layouts\"\n    excerpt: \"Built with HTML5 + CSS3. All layouts are fully responsive with helpers to augment your content.\"\n    url: \"/docs/layouts/\"\n    btn_class: \"btn--primary\"\n    btn_label: \"Learn more\"\n  - image_path: /assets/images/mm-free-feature.png\n    alt: \"100% free\"\n    title: \"100% free\"\n    excerpt: \"Free to use however you want under the MIT License. Clone it, fork it, customize it... whatever!\"\n    url: \"/docs/license/\"\n    btn_class: \"btn--primary\"\n    btn_label: \"Learn more\"      \n---\n\n{% include feature_row %}\n"
  },
  {
    "path": "docs/_pages/lorem-ipsum.md",
    "content": "---\ntitle: \"Lorem Ipsum\"\npermalink: /lorem-ipsum/\n---\n\nLorem 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.\n\nCras 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.\n\nPraesent 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.\n\nCurabitur 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.\n\nCras 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.\n\nNulla 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.\n\nNullam 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.\n\nAliquam 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.\n\nDonec 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.\n\nQuisque 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.\n\nՀայերեն\n\nLorem Ipsum-ը տպագրության և տպագրական արդյունաբերության համար նախատեսված մոդելային տեքստ է: Սկսած 1500-ականներից\\` Lorem Ipsum-ը հանդիսացել է տպագրական արդյունաբերության ստանդարտ մոդելային տեքստ, ինչը մի անհայտ տպագրիչի կողմից տարբեր տառատեսակների օրինակների գիրք ստեղծելու ջանքերի արդյունք է: Այս տեքստը ոչ միայն կարողացել է գոյատևել հինգ դարաշրջան, այլև ներառվել է էլեկտրոնային տպագրության մեջ\\` մնալով էապես անփոփոխ: Այն հայտնի է դարձել 1960-ականներին Lorem Ipsum բովանդակող Letraset էջերի թողարկման արդյունքում, իսկ ավելի ուշ համակարգչային տպագրության այնպիսի ծրագրերի թողարկման հետևանքով, ինչպիսին է Aldus PageMaker-ը, որը ներառում է Lorem Ipsum-ի տարատեսակներ:\n\nБългарски\n\nLorem Ipsum е елементарен примерен текст, използван в печатарската и типографската индустрия. Lorem Ipsum е индустриален стандарт от около 1500 година, когато неизвестен печатар взема няколко печатарски букви и ги разбърква, за да напечата с тях книга с примерни шрифтове. Този начин не само е оцелял повече от 5 века, но е навлязъл и в публикуването на електронни издания като е запазен почти без промяна. Популяризиран е през 60те години на 20ти век със издаването на Letraset листи, съдържащи Lorem Ipsum пасажи, популярен е и в наши дни във софтуер за печатни издания като Aldus PageMaker, който включва различни версии на Lorem Ipsum.\n\nCatalà\n\nLorem 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&#8217;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&#8217;any 1960 amb el llançament de fulls Letraset que contenien passatges de Lorem Ipsum, i més recentment amb programari d&#8217;autoedició com Aldus Pagemaker que inclou versions de Lorem Ipsum.\n\nHrvatski\n\nLorem 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.\n\nČesky\n\nLorem 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.\n\nRomâna\n\nLorem 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 &#8217;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.\n\nСрпски\n\nLorem Ipsum је једноставно модел текста који се користи у штампарској и словослагачкој индустрији. Lorem ipsum је био стандард за модел текста још од 1500. године, када је непознати штампар узео кутију са словима и сложио их како би направио узорак књиге. Не само што је овај модел опстао пет векова, него је чак почео да се користи и у електронским медијима, непроменивши се. Популаризован је шездесетих година двадесетог века заједно са листовима летерсета који су садржали Lorem Ipsum пасусе, а данас са софтверским пакетом за прелом као што је Aldus PageMaker који је садржао Lorem Ipsum верзије."
  },
  {
    "path": "docs/_pages/markup.md",
    "content": "---\ntitle: Markup\nlayout: tag\npermalink: /tags/markup/\ntaxonomy: markup\n---\n\nSample post listing for the tag `markup`.\n"
  },
  {
    "path": "docs/_pages/page-a.md",
    "content": "---\ntitle: \"Page A\"\npermalink: /page-a/\ndate: 2011-06-23T18:38:52+00:00\n---\n\nInteger 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."
  },
  {
    "path": "docs/_pages/page-archive.html",
    "content": "---\nlayout: archive\ntitle: \"Page Archive\"\npermalink: /page-archive/\nauthor_profile: false\n---\n\n{% assign posts = site.pages | where_exp: \"post\", \"post.hidden != true\" %}\n{% for post in posts %}\n  {% include archive-single.html %}\n{% endfor %}\n"
  },
  {
    "path": "docs/_pages/page-b.md",
    "content": "---\ntitle: \"Page B\"\npermalink: /page-b/\ndate: 2011-06-23T18:39:14+00:00\n---\n\n(lorem ipsum)"
  },
  {
    "path": "docs/_pages/pets.md",
    "content": "---\ntitle: Pets\nlayout: collection\npermalink: /pets/\ncollection: pets\nentries_layout: grid\nclasses: wide\n---\n\nSample document listing for the collection `_pets`.\n"
  },
  {
    "path": "docs/_pages/portfolio-archive.md",
    "content": "---\ntitle: Portfolio\nlayout: collection\npermalink: /portfolio/\ncollection: portfolio\nentries_layout: grid\nclasses: wide\n---\n\nSample document listing for the collection `_portfolio`.\n"
  },
  {
    "path": "docs/_pages/post-archive-feature-rows.html",
    "content": "---\nlayout: archive\ntitle: \"Post Archive with Feature Rows\"\npermalink: /post-archive-feature-rows/\nauthor_profile: true\nfeature_row:\n  - image_path: assets/images/unsplash-gallery-image-1-th.jpg\n    alt: \"placeholder image 1\"\n    title: \"Placeholder 1\"\n    excerpt: \"This is some sample content that goes here with **Markdown** formatting.\"\n  - image_path: /assets/images/unsplash-gallery-image-2-th.jpg\n    alt: \"placeholder image 2\"\n    title: \"Placeholder 2\"\n    excerpt: \"This is some sample content that goes here with **Markdown** formatting.\"\n    url: \"#test-link\"\n    btn_label: \"Read More\"\n    btn_class: \"btn--primary\"\n  - image_path: /assets/images/unsplash-gallery-image-3-th.jpg\n    title: \"Placeholder 3\"\n    excerpt: \"This is some sample content that goes here with **Markdown** formatting.\"\nfeature_row2:\n  - image_path: /assets/images/unsplash-gallery-image-2-th.jpg\n    alt: \"placeholder image 2\"\n    title: \"Placeholder Image Left Aligned\"\n    excerpt: 'This is some sample content that goes here with **Markdown** formatting. Left aligned with `type=\"left\"`'\n    url: \"#test-link\"\n    btn_label: \"Read More\"\n    btn_class: \"btn--primary\"\nfeature_row3:\n  - image_path: /assets/images/unsplash-gallery-image-2-th.jpg\n    alt: \"placeholder image 2\"\n    title: \"Placeholder Image Right Aligned\"\n    excerpt: 'This is some sample content that goes here with **Markdown** formatting. Right aligned with `type=\"right\"`'\n    url: \"#test-link\"\n    btn_label: \"Read More\"\n    btn_class: \"btn--primary\"\nfeature_row4:\n  - image_path: /assets/images/unsplash-gallery-image-2-th.jpg\n    alt: \"placeholder image 2\"\n    title: \"Placeholder Image Center Aligned\"\n    excerpt: 'This is some sample content that goes here with **Markdown** formatting. Centered with `type=\"center\"`'\n    url: \"#test-link\"\n    btn_label: \"Read More\"\n    btn_class: \"btn--primary\"\n---\n\n{% for post in site.posts limit: 5 %}\n  {% include archive-single.html %}\n{% endfor %}\n\n{% include feature_row id=\"intro\" type=\"center\" %}\n\n{% include feature_row %}\n\n{% include feature_row id=\"feature_row2\" type=\"left\" %}\n\n{% include feature_row id=\"feature_row3\" type=\"right\" %}\n\n{% include feature_row id=\"feature_row4\" type=\"center\" %}"
  },
  {
    "path": "docs/_pages/recipes-archive.md",
    "content": "---\nlayout: collection\ntitle: \"Recipes\"\ncollection: recipes\npermalink: /recipes/\nauthor_profile: false\n---\n\nSample document listing for the collection `_recipes`."
  },
  {
    "path": "docs/_pages/sample-page.md",
    "content": "---\ntitle: \"Sample Page\"\npermalink: /sample-page/\ndate: 2016-02-24T03:02:20+00:00\n---\n\nThis 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:\n\n> 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.)\n\n...or something like this:\n\n> 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.\n\nYou should probably delete this page and create new pages for your content. Have fun!"
  },
  {
    "path": "docs/_pages/sitemap.md",
    "content": "---\nlayout: archive\ntitle: \"Sitemap\"\npermalink: /sitemap/\nauthor_profile: false\n---\n\nA list of all the posts and pages found on the site. For you robots out there is an [XML version]({{ \"sitemap.xml\" | relative_url }}) available for digesting as well.\n\n<h2>Pages</h2>\n{% for post in site.pages %}\n  {% include archive-single.html %}\n{% endfor %}\n\n<h2>Posts</h2>\n{% for post in site.posts %}\n  {% include archive-single.html %}\n{% endfor %}\n\n{% capture written_label %}'None'{% endcapture %}\n\n{% for collection in site.collections %}\n{% unless collection.output == false or collection.label == \"posts\" %}\n  {% capture label %}{{ collection.label }}{% endcapture %}\n  {% if label != written_label %}\n  <h2>{{ label }}</h2>\n  {% capture written_label %}{{ label }}{% endcapture %}\n  {% endif %}\n{% endunless %}\n{% for post in collection.docs %}\n  {% unless collection.output == false or collection.label == \"posts\" %}\n  {% include archive-single.html %}\n  {% endunless %}\n{% endfor %}\n{% endfor %}"
  },
  {
    "path": "docs/_pages/splash-page.md",
    "content": "---\ntitle: \"Splash Page\"\nlayout: splash\npermalink: /splash-page/\ndate: 2016-03-23T11:48:41-04:00\nheader:\n  overlay_color: \"#000\"\n  overlay_filter: \"0.5\"\n  overlay_image: /assets/images/unsplash-image-1.jpg\n  actions:\n    - label: \"Download\"\n      url: \"https://github.com/mmistakes/minimal-mistakes/\"\n  caption: \"Photo credit: [**Unsplash**](https://unsplash.com)\"\nexcerpt: \"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.\"\nintro: \n  - 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\"`'\nfeature_row:\n  - image_path: assets/images/unsplash-gallery-image-1-th.jpg\n    alt: \"placeholder image 1\"\n    title: \"Placeholder 1\"\n    excerpt: \"This is some sample content that goes here with **Markdown** formatting.\"\n  - image_path: /assets/images/unsplash-gallery-image-2-th.jpg\n    image_caption: \"Image courtesy of [Unsplash](https://unsplash.com/)\"\n    alt: \"placeholder image 2\"\n    title: \"Placeholder 2\"\n    excerpt: \"This is some sample content that goes here with **Markdown** formatting.\"\n    url: \"#test-link\"\n    btn_label: \"Read More\"\n    btn_class: \"btn--primary\"\n  - image_path: /assets/images/unsplash-gallery-image-3-th.jpg\n    title: \"Placeholder 3\"\n    excerpt: \"This is some sample content that goes here with **Markdown** formatting.\"\nfeature_row2:\n  - image_path: /assets/images/unsplash-gallery-image-2-th.jpg\n    alt: \"placeholder image 2\"\n    title: \"Placeholder Image Left Aligned\"\n    excerpt: 'This is some sample content that goes here with **Markdown** formatting. Left aligned with `type=\"left\"`'\n    url: \"#test-link\"\n    btn_label: \"Read More\"\n    btn_class: \"btn--primary\"\nfeature_row3:\n  - image_path: /assets/images/unsplash-gallery-image-2-th.jpg\n    alt: \"placeholder image 2\"\n    title: \"Placeholder Image Right Aligned\"\n    excerpt: 'This is some sample content that goes here with **Markdown** formatting. Right aligned with `type=\"right\"`'\n    url: \"#test-link\"\n    btn_label: \"Read More\"\n    btn_class: \"btn--primary\"\nfeature_row4:\n  - image_path: /assets/images/unsplash-gallery-image-2-th.jpg\n    alt: \"placeholder image 2\"\n    title: \"Placeholder Image Center Aligned\"\n    excerpt: 'This is some sample content that goes here with **Markdown** formatting. Centered with `type=\"center\"`'\n    url: \"#test-link\"\n    btn_label: \"Read More\"\n    btn_class: \"btn--primary\"\n---\n\n{% include feature_row id=\"intro\" type=\"center\" %}\n\n{% include feature_row %}\n\n{% include feature_row id=\"feature_row2\" type=\"left\" %}\n\n{% include feature_row id=\"feature_row3\" type=\"right\" %}\n\n{% include feature_row id=\"feature_row4\" type=\"center\" %}"
  },
  {
    "path": "docs/_pages/tag-archive.md",
    "content": "---\ntitle: \"Posts by Tag\"\npermalink: /tags/\nlayout: tags\nauthor_profile: true\n---\n"
  },
  {
    "path": "docs/_pages/terms.md",
    "content": "---\npermalink: /terms/\ntitle: \"Terms and Privacy Policy\"\nlast_modified_at: 2017-10-20T12:42:38-04:00\ntoc: true\n---\n\n## Privacy Policy\n\nThe privacy of my visitors is extremely important. This Privacy Policy outlines the types of personal information that is received and collected and how it is used.\n\nFirst and foremost, I will never share your email address or any other personal information to anyone without your direct consent.\n\n### Log Files\n\nLike many other websites, this site uses log files to help learn about when, from where, and how often traffic flows to this site. The information in these log files include:\n\n* Internet Protocol addresses (IP)\n* Types of browser\n* Internet Service Provider (ISP)\n* Date and time stamp\n* Referring and exit pages\n* Number of clicks\n\nAll of this information is not linked to anything that is personally identifiable.\n\n### Cookies and Web Beacons\n\nWhen you visit this site \"convenience\" cookies are stored on your computer when you submit a comment to help you log in faster to [Disqus](http://disqus.com) the next time you leave a comment.\n\nThird-party advertisers may also place and read cookies on your browser and/or use web beacons to collect information. This site has no access or control over these cookies. You should review the respective privacy policies on any and all third-party ad servers for more information regarding their practices and how to opt-out.\n\nIf you wish to disable cookies, you may do so through your web browser options. Instructions for doing so can be found on the specific web browsers' websites.\n\n#### Google Analytics\n\nGoogle Analytics is a web analytics tool I use to help understand how visitors engage with this website. It reports website trends using cookies and web beacons without identifying individual visitors. You can read [Google Analytics Privacy Policy](http://www.google.com/analytics/learn/privacy.html).\n\n#### Google Adsense\n\nGoogle Adsense, a third party affiliate marketing network, uses cookies to help make sure I get a commission when you buy a product after clicking on a link or ad banner that takes you to the site of one of their merchants. You can read [Google Adsense Privacy Policy](http://support.google.com/adsense/bin/answer.py?hl=en&answer=48182).\n\n## Disclosure Policy\n\nI make money on this website through affiliate programs. If you click an affiliate link or ad banner and buy the product, you help support this website because I'll get a percentage of that sale.\n\nCurrently I'm an affiliate for Amazon and Google Adsense.\n\nWhat this means for you:\n\n* I became an affiliate to earn revenue towards the costs of running and maintaining this website. Where I have direct control over which ads are served on this website I offer only products that are directly related to the topic of this website and products that a reader/subscriber would have a genuine interest in or need of.\n* I do not and will not recommend a product just for the sake of making money.\n* I do not let the compensation I receive influence the content, topics, posts, or opinions expressed on this website.\n* I respect and value my readers too much to write anything other than my own genuine and objective opinions and advice.\n\nJust like this website, my Disclosure Policy is a work in progress. As the revenue streams evolve, so will this page."
  },
  {
    "path": "docs/_pages/year-archive.md",
    "content": "---\ntitle: \"Posts by Year\"\npermalink: /year-archive/\nlayout: posts\nauthor_profile: true\n---\n"
  },
  {
    "path": "docs/_pets/lhasa-apso.md",
    "content": "---\ntitle: \"Lhasa Apso\"\nexcerpt: \"The Lhasa Apso is a non-sporting dog breed originating in Tibet.\"\n---\n\n> 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\".\n\n> <cite>From Wikipedia, the free encyclopedia</cite>"
  },
  {
    "path": "docs/_pets/tabby.md",
    "content": "---\ntitle: \"Tabby\"\nexcerpt: \"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.\"\n---\n\n> 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.\n\n> <cite>From Wikipedia, the free encyclopedia</cite>"
  },
  {
    "path": "docs/_portfolio/baz-boom-identity.md",
    "content": "---\ntitle: \"Baz Boom Identity\"\nexcerpt: \"Baz Boom design system including logo mark, website design, and branding applications.\"\nheader:\n  image: /assets/images/unsplash-gallery-image-1.jpg\n  teaser: assets/images/unsplash-gallery-image-1-th.jpg\nsidebar:\n  - title: \"Role\"\n    image: http://placehold.it/350x250\n    image_alt: \"logo\"\n    text: \"Designer, Front-End Developer\"\n  - title: \"Responsibilities\"\n    text: \"Reuters try PR stupid commenters should isn't a business model\"\ngallery:\n  - url: /assets/images/unsplash-gallery-image-1.jpg\n    image_path: assets/images/unsplash-gallery-image-1-th.jpg\n    alt: \"placeholder image 1\"\n  - url: /assets/images/unsplash-gallery-image-2.jpg\n    image_path: assets/images/unsplash-gallery-image-2-th.jpg\n    alt: \"placeholder image 2\"\n  - url: /assets/images/unsplash-gallery-image-3.jpg\n    image_path: assets/images/unsplash-gallery-image-3-th.jpg\n    alt: \"placeholder image 3\"\n---\n\nPictures 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.\n\n{% include gallery caption=\"This is a sample gallery to go along with this case study.\" %}\n\nhackgate 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."
  },
  {
    "path": "docs/_portfolio/fizz-bang-identity.md",
    "content": "---\ntitle: \"Fizz Bang Identity\"\nexcerpt: \"Fizz Bang design system including logo mark, website design, and branding applications.\"\nheader:\n  image: /assets/images/unsplash-gallery-image-2.jpg\n  teaser: assets/images/unsplash-gallery-image-2-th.jpg\nsidebar:\n  - title: \"Role\"\n    image: http://placehold.it/350x250\n    image_alt: \"logo\"\n    text: \"Designer, Front-End Developer\"\n  - title: \"Responsibilities\"\n    text: \"Reuters try PR stupid commenters should isn't a business model\"\ngallery:\n  - url: /assets/images/unsplash-gallery-image-1.jpg\n    image_path: assets/images/unsplash-gallery-image-1-th.jpg\n    alt: \"placeholder image 1\"\n  - url: /assets/images/unsplash-gallery-image-2.jpg\n    image_path: assets/images/unsplash-gallery-image-2-th.jpg\n    alt: \"placeholder image 2\"\n  - url: /assets/images/unsplash-gallery-image-3.jpg\n    image_path: assets/images/unsplash-gallery-image-3-th.jpg\n    alt: \"placeholder image 3\"\n---\n\nPictures 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.\n\n{% include gallery caption=\"This is a sample gallery to go along with this case study.\" %}\n\nhackgate 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."
  },
  {
    "path": "docs/_portfolio/foo-bar-website.md",
    "content": "---\ntitle: \"Foo Bar Identity\"\nexcerpt: \"Foo Bar design system including logo mark, website design, and branding applications.\"\nheader:\n  image: /assets/images/foo-bar-identity.jpg\n  teaser: /assets/images/foo-bar-identity-th.jpg\nsidebar:\n  - title: \"Role\"\n    image: http://placehold.it/350x250\n    image_alt: \"logo\"\n    text: \"Designer, Front-End Developer\"\n  - title: \"Responsibilities\"\n    text: \"Reuters try PR stupid commenters should isn't a business model\"\ngallery:\n  - url: /assets/images/unsplash-gallery-image-1.jpg\n    image_path: assets/images/unsplash-gallery-image-1-th.jpg\n    alt: \"placeholder image 1\"\n  - url: /assets/images/unsplash-gallery-image-2.jpg\n    image_path: assets/images/unsplash-gallery-image-2-th.jpg\n    alt: \"placeholder image 2\"\n  - url: /assets/images/unsplash-gallery-image-3.jpg\n    image_path: assets/images/unsplash-gallery-image-3-th.jpg\n    alt: \"placeholder image 3\"\n---\n\nPictures 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.\n\n{% include gallery caption=\"This is a sample gallery to go along with this case study.\" %}\n\nhackgate 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."
  },
  {
    "path": "docs/_portfolio/ginger-gulp-identity.md",
    "content": "---\ntitle: \"Ginger Gulp Identity\"\nexcerpt: \"Ginger Gulp design system including logo mark, website design, and branding applications.\"\nheader:\n  image: /assets/images/unsplash-gallery-image-3.jpg\n  teaser: assets/images/unsplash-gallery-image-3-th.jpg\nsidebar:\n  - title: \"Role\"\n    image: http://placehold.it/350x250\n    image_alt: \"logo\"\n    text: \"Designer, Front-End Developer\"\n  - title: \"Responsibilities\"\n    text: \"Reuters try PR stupid commenters should isn't a business model\"\ngallery:\n  - url: /assets/images/unsplash-gallery-image-1.jpg\n    image_path: assets/images/unsplash-gallery-image-1-th.jpg\n    alt: \"placeholder image 1\"\n  - url: /assets/images/unsplash-gallery-image-2.jpg\n    image_path: assets/images/unsplash-gallery-image-2-th.jpg\n    alt: \"placeholder image 2\"\n  - url: /assets/images/unsplash-gallery-image-3.jpg\n    image_path: assets/images/unsplash-gallery-image-3-th.jpg\n    alt: \"placeholder image 3\"\n---\n\nPictures 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.\n\n{% include gallery caption=\"This is a sample gallery to go along with this case study.\" %}\n\nhackgate 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."
  },
  {
    "path": "docs/_posts/2009-05-15-edge-case-nested-and-mixed-lists.md",
    "content": "---\ntitle: \"Edge Case: Nested and Mixed Lists\"\ncategories:\n  - Edge Case\ntags:\n  - content\n  - css\n  - edge case\n  - lists\n  - markup\n---\n\nNested and mixed lists are an interesting beast. It's a corner case to make sure that\n\n* Lists within lists do not break the ordered list numbering order\n* Your list styles go deep enough.\n\n### Ordered -- Unordered -- Ordered\n\n1. ordered item\n2. ordered item \n   * **unordered**\n   * **unordered** \n     1. ordered item\n     2. ordered item\n3. ordered item\n4. ordered item\n\n### Ordered -- Unordered -- Unordered\n\n1. ordered item\n2. ordered item \n   * **unordered**\n   * **unordered** \n     * unordered item\n     * unordered item\n3. ordered item\n4. ordered item\n\n### Unordered -- Ordered -- Unordered\n\n* unordered item\n* unordered item \n  1. ordered\n  2. ordered \n     * unordered item\n     * unordered item\n* unordered item\n* unordered item\n\n### Unordered -- Unordered -- Ordered\n\n* unordered item\n* unordered item \n  * unordered\n  * unordered \n    1. **ordered item**\n    2. **ordered item**\n* unordered item\n* unordered item\n\n### Task Lists\n\n- [x] Finish my changes\n- [ ] Push my commits to GitHub\n- [ ] Open a pull request"
  },
  {
    "path": "docs/_posts/2009-06-01-edge-case-many-tags.md",
    "content": "---\ntitle: \"Edge Case: Many Tags\"\ncategories:\n  - Edge Case\ntags:\n  - 8BIT\n  - alignment\n  - Articles\n  - captions\n  - categories\n  - chat\n  - comments\n  - content\n  - css\n  - dowork\n  - edge case\n  - embeds\n  - excerpt\n  - Fail\n  - featured image\n  - FTW\n  - Fun\n  - gallery\n  - html\n  - image\n  - Jekyll\n  - layout\n  - link\n  - Love\n  - markup\n  - Mothership\n  - Must Read\n  - Nailed It\n  - Pictures\n  - Post Formats\n  - quote\n  - standard\n  - Success\n  - Swagger\n  - Tags\n  - template\n  - title\n  - twitter\n  - Unseen\n  - video\n  - YouTube\n---\n\nThis post has many tags."
  },
  {
    "path": "docs/_posts/2009-07-02-edge-case-many-categories.md",
    "content": "---\ntitle: \"Edge Case: Many Categories\"\ncategories:\n  - aciform\n  - antiquarianism\n  - arrangement\n  - asmodeus\n  - broder\n  - buying\n  - championship\n  - chastening\n  - disinclination\n  - disinfection\n  - dispatch\n  - echappee\n  - enphagy\ntags:\n  - categories\n  - edge case\n---\n\nThis post has many categories."
  },
  {
    "path": "docs/_posts/2009-08-06-edge-case-no-body-content.md",
    "content": "---\ntitle: \"Edge Case: No Body Content\"\ncategories:\n  - Edge Case\ntags:\n  - content\n  - edge case\n  - layout\n---\n"
  },
  {
    "path": "docs/_posts/2009-09-05-edge-case-no-yaml-title.md",
    "content": "---\ncategories:\n  - Edge Case\ntags:\n  - edge case\n  - layout\n  - title\n---\n\nThis post has no title specified in the YAML Front Matter. Jekyll should auto-generate a title from the filename."
  },
  {
    "path": "docs/_posts/2009-10-05-edge-case-multiline-excerpt.md",
    "content": "---\ntitle: \"Edge Case: Post with multiline excerpt\"\n---\n\nEt ex ullamco duis don't\ncombine these words quis laborum sunt sint. Nisi et Lorem reprehenderit cupidatat. Aliqua fugiat aliquip officia culpa elit. Adipisicing do eu duis aute et aute amet anim ut cillum aliqua. Aliqua adipisicing occaecat et ullamco fugiat."
  },
  {
    "path": "docs/_posts/2009-10-05-edge-case-title-should-not-overflow-the-content-area.md",
    "content": "---\ntitle: \"Antidisestablishmentarianism\"\ncategories:\n  - Edge Case\ntags:\n  - content\n  - css\n  - edge case\n  - html\n  - layout\n  - title\n---\n\n## Title should not overflow the content area\n\nA few things to check for:\n\n  * Non-breaking text in the title, content, and comments should have no adverse effects on layout or functionality.\n  * Check the browser window / tab title.\n  * If you are a theme developer, check that this text does not break anything.\n\nThe following CSS properties will help you support non-breaking text.\n\n```css\n-ms-word-wrap: break-word;\nword-wrap: break-word;\n```"
  },
  {
    "path": "docs/_posts/2009-10-05-edge-case-very-long-title.md",
    "content": "---\ntitle: \"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\"\ncategories:\n  - Edge Case\ntags:\n  - content\n  - css\n  - edge case\n  - html\n  - layout\n  - title\n---\n\nCheck for long titles and how they might break a template."
  },
  {
    "path": "docs/_posts/2009-10-06-edge-case-broken-highlighting.md",
    "content": "---\ntitle: \"Edge Case: Invalid syntax highlight languages\"\ncategories:\n  - Edge Case\ntags:\n  - content\n  - css\n  - edge case\n---\n\nGood highlighting:\n\n```ruby\nstr = ARGV.first\nif str\n  str = str.b[/\\A_(.*)_\\z/, 1]\n  if str and Gem::Version.correct?(str)\n    version = str\n    ARGV.shift\n  end\nend\n```\n\nGood (but dumb) highlighting:\n\n```\nstr = ARGV.first\nif str\n  str = str.b[/\\A_(.*)_\\z/, 1]\n  if str and Gem::Version.correct?(str)\n    version = str\n    ARGV.shift\n  end\nend\n```\n\nBad highlighting:\n\n```invalid\nstr = ARGV.first\nif str\n  str = str.b[/\\A_(.*)_\\z/, 1]\n  if str and Gem::Version.correct?(str)\n    version = str\n    ARGV.shift\n  end\nend\n```\n"
  },
  {
    "path": "docs/_posts/2010-01-07-post-modified.md",
    "content": "---\ntitle: \"Post: Modified Date\"\nlast_modified_at: 2016-03-09T16:20:02-05:00\ncategories:\n  - Post Formats\ntags:\n  - Post Formats\n  - readability\n  - standard\n---\n\nThis post has been updated and should show a modified date if used in a layout.\n\nAll 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."
  },
  {
    "path": "docs/_posts/2010-01-07-post-standard.md",
    "content": "---\ntitle: \"Post: Standard\"\nexcerpt_separator: \"<!--more-->\"\ncategories:\n  - Post Formats\ntags:\n  - Post Formats\n  - readability\n  - standard\n---\n\nAll 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.\n\nMrs. 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.\n\n<!--more-->\n\nThis post has a manual excerpt `<!--more-->` set after the second paragraph. The following YAML Front Matter has also be applied:\n\n```yaml\nexcerpt_separator: \"<!--more-->\"\n```\n\nIf 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.\n\nI 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.\n\nOf 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.\n\nOf 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.\n\nOccasionally 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."
  },
  {
    "path": "docs/_posts/2010-01-08-post-chat.md",
    "content": "---\ntitle: \"Post: Chat\"\ncategories:\n  - Post Formats\ntags:\n  - chat\n  - Post Formats\n---\n\nAbbott: Strange as it may seem, they give ball players nowadays very peculiar names.\n\nCostello: Funny names?\n\nAbbott: 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--\n\nCostello: That's what I want to find out. I want you to tell me the names of the fellows on the St. Louis team.\n\nAbbott: I'm telling you. Who's on first, What's on second, I Don't Know is on third--\n\nCostello: You know the fellows' names?\n\nAbbott: Yes.\n\nCostello: Well, then who's playing first?\n\nAbbott: Yes.\n\nCostello: I mean the fellow's name on first base.\n\nAbbott: Who.\n\nCostello: The fellow playin' first base.\n\nAbbott: Who.\n\nCostello: The guy on first base.\n\nAbbott: Who is on first.\n\nCostello: Well, what are you askin' me for?\n\nAbbott: I'm not asking you--I'm telling you. Who is on first.\n\nCostello: I'm asking you--who's on first?\n\nAbbott: That's the man's name.\n\nCostello: That's who's name?\n\nAbbott: Yes.\n\nCostello: When you pay off the first baseman every month, who gets the money?\n\nAbbott: Every dollar of it. And why not, the man's entitled to it.\n\nCostello: Who is?\n\nAbbott: Yes.\n\nCostello: So who gets it?\n\nAbbott: Why shouldn't he? Sometimes his wife comes down and collects it.\n\nCostello: Who's wife?\n\nAbbott: Yes. After all, the man earns it.\n\nCostello: Who does?\n\nAbbott: Absolutely.\n\nCostello: Well, all I'm trying to find out is what's the guy's name on first base?\n\nAbbott: Oh, no, no. What is on second base.\n\nCostello: I'm not asking you who's on second.\n\nAbbott: Who's on first!\n\nCostello: St. Louis has a good outfield?\n\nAbbott: Oh, absolutely.\n\nCostello: The left fielder's name?\n\nAbbott: Why.\n\nCostello: I don't know, I just thought I'd ask.\n\nAbbott: Well, I just thought I'd tell you.\n\nCostello: Then tell me who's playing left field?\n\nAbbott: Who's playing first.\n\nCostello: Stay out of the infield! The left fielder's name?\n\nAbbott: Why.\n\nCostello: Because.\n\nAbbott: Oh, he's center field.\n\nCostello: Wait a minute. You got a pitcher on this team?\n\nAbbott: Wouldn't this be a fine team without a pitcher?\n\nCostello: Tell me the pitcher's name.\n\nAbbott: Tomorrow.\n\nCostello: 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?\n\nAbbott: Now, that's he first thing you've said right.\n\nCostello: I DON'T EVEN KNOW WHAT I'M TALKING ABOUT!\n\nAbbott: Don't get excited. Take it easy.\n\nCostello: 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.\n\nAbbott: Yeah, it could be.\n\nCostello: Another guy gets up and it's a long ball to center.\n\nAbbott: Because.\n\nCostello: Why? I don't know. And I don't care.\n\nAbbott: What was that?\n\nCostello: I said, I DON'T CARE!\n\nAbbott: Oh, that's our shortstop!"
  },
  {
    "path": "docs/_posts/2010-02-05-post-notice.md",
    "content": "---\ntitle: \"Post: Notice\"\ncategories:\n  - Post Formats\ntags:\n  - Post Formats\n  - notice\n---\n\nA notice displays information that explains nearby content. Often used to call attention to a particular detail.\n\nWhen using Kramdown `{: .notice}` can be added after a sentence to assign the `.notice` to the `<p></p>` element. \n\n**Changes in Service:** We just updated our [privacy policy](#) here to better service our customers. We recommend reviewing the changes.\n{: .notice}\n\n**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.\n{: .notice--primary}\n\n<div class=\"notice--primary\" markdown=\"1\">\n**Primary Notice with code block:** 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.\n\n```html\n<html>\n  <body>Some body.<body>\n</html>\n```\n</div>\n\n**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.\n{: .notice--info}\n\n**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.\n{: .notice--warning}\n\n**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.\n{: .notice--danger}\n\n**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.\n{: .notice--success}\n\nWant 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.\n\n```html\n{% raw %}{% capture notice-2 %}\n#### New Site Features\n\n* You can now have cover images on blog pages\n* Drafts will now auto-save while writing\n{% endcapture %}{% endraw %}\n\n<div class=\"notice\">{% raw %}{{ notice-2 | markdownify }}{% endraw %}</div>\n```\n\n{% capture notice-2 %}\n#### New Site Features\n\n* You can now have cover images on blog pages\n* Drafts will now auto-save while writing\n{% endcapture %}\n\n<div class=\"notice\">\n  {{ notice-2 | markdownify }}\n</div>\n\nOr you could skip the capture and stick with straight HTML.\n\n```html\n<div class=\"notice\">\n  <h4>Message</h4>\n  <p>A basic message.</p>\n</div>\n```\n\n<div class=\"notice\">\n  <h4>Message</h4>\n  <p>A basic message.</p>\n</div>"
  },
  {
    "path": "docs/_posts/2010-02-05-post-quote.md",
    "content": "---\ntitle: \"Post: Quote\"\ncategories:\n  - Post Formats\ntags:\n  - Post Formats\n  - quote\n---\n\n> Only one thing is impossible for God: To find any sense in any copyright law on the planet.\n  \n> <cite><a href=\"http://www.brainyquote.com/quotes/quotes/m/marktwain163473.html\">Mark Twain</a></cite>"
  },
  {
    "path": "docs/_posts/2010-03-07-post-link.md",
    "content": "---\ntitle: \"Post: Link\"\ncategories:\n  - Post Formats\ntags:\n  - link\n  - Post Formats\nlink: https://github.com\n---\n\nThis 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.\n\n> And this is how a quote looks.\n\nSome [link](#) can also be shown."
  },
  {
    "path": "docs/_posts/2010-06-02-post-video-youtube.md",
    "content": "---\ntitle: \"Post: Video (YouTube)\"\ncategories:\n  - Post Formats\ntags:\n  - Post Formats\n---\n\nYouTube video embed below.\n\n<iframe width=\"640\" height=\"360\" src=\"https://www.youtube-nocookie.com/embed/-PVofD2A9t8?controls=0\" frameborder=\"0\" allowfullscreen></iframe>"
  },
  {
    "path": "docs/_posts/2010-08-05-post-header-image-og-override.md",
    "content": "---\ntitle: \"Post: Header Image with OpenGraph Override\"\nheader:\n  image: /assets/images/page-header-image.png\n  og_image: /assets/images/page-header-og-image.png\n  og_image_alt: \"OpenGraph image description\"\ncategories:\n  - Layout\n  - Uncategorized\ntags:\n  - edge case\n  - image\n  - layout\nlast_modified_at: 2017-10-26T15:12:19-04:00\n---\n\nThis post has a header image with an OpenGraph override.\n\n```yaml\nheader:\n  image: /assets/images/page-header-image.png\n  og_image: /assets/images/page-header-og-image.png\n  og_image_alt: \"OpenGraph image description\"\n```"
  },
  {
    "path": "docs/_posts/2010-08-05-post-header-overlay-image-og-override.md",
    "content": "---\ntitle: \"Post: Overlay Image with OpenGraph Override\"\nheader:\n  overlay_image: /assets/images/unsplash-image-1.jpg\n  og_image: /assets/images/page-header-og-image.png\n  caption: \"Photo credit: [**Unsplash**](https://unsplash.com)\"\n  actions:\n    - label: \"Learn more\"\n      url: \"https://unsplash.com\"\ncategories:\n  - Layout\n  - Uncategorized\ntags:\n  - edge case\n  - image\n  - layout\nlast_modified_at: 2017-10-26T15:12:19-04:00\n---\n\nThis post has a header image with an OpenGraph override.\n\n```yaml\nheader:\n  overlay_image: /assets/images/unsplash-image-1.jpg\n  og_image: /assets/images/page-header-og-image.png\n  caption: \"Photo credit: [**Unsplash**](https://unsplash.com)\"\n  actions:\n    - label: \"Learn more\"\n      url: \"https://unsplash.com\"\n```"
  },
  {
    "path": "docs/_posts/2010-08-05-post-image-linked.md",
    "content": "---\ntitle: \"Post: Image (with Link)\"\ncategories:\n  - Post Formats\ntags:\n  - image\n  - Post Formats\n---\n\n[![foo](https://live.staticflickr.com/8361/8400335147_5fabaa504c_o.jpg)](https://flic.kr/p/dNiUYB)"
  },
  {
    "path": "docs/_posts/2010-08-05-post-image-standard.md",
    "content": "---\ntitle: \"Post: Image (Standard)\"\ncategories:\n  - Post Formats\ntags:\n  - image\n  - Post Formats\n---\n\nThe preferred way of using images is placing them in the `/assets/images/` directory and referencing them with an absolute path. Prepending the filename with `{% raw %}{{ site.url }}{{ site.baseurl }}/assets/images/{% endraw %}` will make sure your images display properly in feeds and such.\n\nStandard image with no width modifier classes applied.\n\n**HTML:**\n\n```html\n{% raw %}<img src=\"{{ site.url }}{{ site.baseurl }}/assets/images/filename.jpg\" alt=\"\">{% endraw %}\n```\n\n**or Kramdown:**\n\n```markdown\n{% raw %}![alt]({{ site.url }}{{ site.baseurl }}/assets/images/filename.jpg){% endraw %}\n```\n\n![Unsplash image 9]({{ site.url }}{{ site.baseurl }}/assets/images/unsplash-image-9.jpg)\n\nImage that fills page content container by adding the `.full` class with:\n\n**HTML:**\n\n```html\n{% raw %}<img src=\"{{ site.url }}{{ site.baseurl }}/assets/images/filename.jpg\" alt=\"\" class=\"full\">{% endraw %}\n```\n\n**or Kramdown:**\n\n```markdown\n{% raw %}![alt]({{ site.url }}{{ site.baseurl }}/assets/images/filename.jpg)\n{: .full}{% endraw %}\n```\n\n![Unsplash image 10]({{ site.url }}{{ site.baseurl }}/assets/images/unsplash-image-10.jpg)\n{: .full}"
  },
  {
    "path": "docs/_posts/2010-08-05-post-teaser-image-og-override.md",
    "content": "---\ntitle: \"Post: Teaser Image with OpenGraph Override\"\nheader:\n  teaser: /assets/images/page-header-teaser.png\n  og_image: /assets/images/page-header-og-image.png\ncategories:\n  - Layout\n  - Uncategorized\ntags:\n  - edge case\n  - image\n  - layout\nlast_modified_at: 2017-10-26T15:12:19-04:00\n---\n\nThis post has a teaser image with an OpenGraph override.\n\n```yaml\nheader:\n  teaser: /assets/images/page-header-teaser.png\n  og_image: /assets/images/page-header-og-image.png\n```"
  },
  {
    "path": "docs/_posts/2010-08-06-post-image-linked-caption.md",
    "content": "---\ntitle: \"Post: Image (Linked with Caption)\"\ncategories:\n  - Post Formats\ntags:\n  - image\n  - Post Formats\n---\n\n{% capture fig_img %}\n[![Foo](https://images.unsplash.com/photo-1541943869728-4bd4f450c8f5?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=800&fit=max&ixid=eyJhcHBfaWQiOjF9)](https://unsplash.com/)\n{% endcapture %}\n\n{% capture fig_caption %}\nImage with a caption.\n{% endcapture %}\n\n<figure>\n  {{ fig_img | markdownify | remove: \"<p>\" | remove: \"</p>\" }}\n  <figcaption>{{ fig_caption | markdownify | remove: \"<p>\" | remove: \"</p>\" }}</figcaption>\n</figure>\n"
  },
  {
    "path": "docs/_posts/2010-08-07-post-image-caption.md",
    "content": "---\ntitle: \"Post: Image (Caption)\"\ncategories:\n  - Post Formats\ntags:\n  - image\n  - Post Formats\n---\n\n{% capture fig_img %}\n![Foo]({{ \"/assets/images/unsplash-gallery-image-3.jpg\" | relative_url }})\n{% endcapture %}\n\n<figure>\n  {{ fig_img | markdownify | remove: \"<p>\" | remove: \"</p>\" }}\n  <figcaption>Photo from Unsplash.</figcaption>\n</figure>"
  },
  {
    "path": "docs/_posts/2010-09-09-post-gallery.md",
    "content": "---\ntitle: \"Post: Gallery\"\ncategories:\n  - Post Formats\ntags:\n  - gallery\n  - Post Formats\n  - tiled\ngallery:\n  - url: /assets/images/unsplash-gallery-image-1.jpg\n    image_path: /assets/images/unsplash-gallery-image-1-th.jpg\n    alt: \"placeholder image 1\"\n    title: \"Image 1 title caption\"\n  - url: /assets/images/unsplash-gallery-image-2.jpg\n    image_path: /assets/images/unsplash-gallery-image-2-th.jpg\n    alt: \"placeholder image 2\"\n    title: \"Image 2 title caption\"\n  - url: /assets/images/unsplash-gallery-image-3.jpg\n    image_path: /assets/images/unsplash-gallery-image-3-th.jpg\n    alt: \"placeholder image 3\"\n    title: \"Image 3 title caption\"\n  - url: /assets/images/unsplash-gallery-image-1.jpg\n    image_path: /assets/images/unsplash-gallery-image-1-th.jpg\n    alt: \"placeholder image 4\"\n    title: \"Image 4 title caption\"\n  - url: /assets/images/unsplash-gallery-image-2.jpg\n    image_path: /assets/images/unsplash-gallery-image-2-th.jpg\n    alt: \"placeholder image 5\"\n    title: \"Image 5 title caption\"\n  - url: /assets/images/unsplash-gallery-image-3.jpg\n    image_path: /assets/images/unsplash-gallery-image-3-th.jpg\n    alt: \"placeholder image 6\"\n    title: \"Image 6 title caption\"\n  - url: /assets/images/unsplash-gallery-image-1.jpg\n    image_path: /assets/images/unsplash-gallery-image-1-th.jpg\n    alt: \"placeholder image 7\"\n    title: \"Image 7 title caption\"\n  - url: /assets/images/unsplash-gallery-image-2.jpg\n    image_path: /assets/images/unsplash-gallery-image-2-th.jpg\n    alt: \"placeholder image 8\"\n    title: \"Image 8 title caption\"\n  - url: /assets/images/unsplash-gallery-image-3.jpg\n    image_path: /assets/images/unsplash-gallery-image-3-th.jpg\n    alt: \"placeholder image 9\"\n    title: \"Image 9 title caption\"\n  - url: /assets/images/unsplash-gallery-image-1.jpg\n    image_path: /assets/images/unsplash-gallery-image-1-th.jpg\n    alt: \"placeholder image 10\"\n    title: \"Image 10 title caption\"\n  - url: /assets/images/unsplash-gallery-image-2.jpg\n    image_path: /assets/images/unsplash-gallery-image-2-th.jpg\n    alt: \"placeholder image 11\"\n    title: \"Image 11 title caption\"\n  - url: /assets/images/unsplash-gallery-image-3.jpg\n    image_path: /assets/images/unsplash-gallery-image-3-th.jpg\n    alt: \"placeholder image 12\"\n    title: \"Image 12 title caption\"\ngallery2:\n  - url: https://flic.kr/p/8a6Ven\n    image_path: https://farm2.staticflickr.com/1272/4697500467_8294dac099_q.jpg\n    alt: \"Black and grays with a hint of green\"\n  - url: https://flic.kr/p/8a738X\n    image_path: https://farm5.staticflickr.com/4029/4697523701_249e93ba23_q.jpg\n    alt: \"Made for open text placement\"\n  - url: https://flic.kr/p/8a6VXP\n    image_path: https://farm5.staticflickr.com/4046/4697502929_72c612c636_q.jpg\n    alt: \"Fog in the trees\"\ngallery3:\n  - image_path: /assets/images/unsplash-gallery-image-2-th.jpg\n    alt: \"placeholder image 2\"\n  - image_path: /assets/images/unsplash-gallery-image-4-th.jpg\n    alt: \"placeholder image 4\"\n---\n\nThese are gallery tests for image wrapped in `<figure>` elements.\n\nTo place a gallery add the necessary YAML Front Matter:\n\n```yaml\ngallery:\n  - url: /assets/images/unsplash-gallery-image-1.jpg\n    image_path: /assets/images/unsplash-gallery-image-1-th.jpg\n    alt: \"placeholder image 1\"\n    title: \"Image 1 title caption\"\n  - url: /assets/images/unsplash-gallery-image-2.jpg\n    image_path: /assets/images/unsplash-gallery-image-2-th.jpg\n    alt: \"placeholder image 2\"\n    title: \"Image 2 title caption\"\n  - url: /assets/images/unsplash-gallery-image-3.jpg\n    image_path: /assets/images/unsplash-gallery-image-3-th.jpg\n    alt: \"placeholder image 3\"\n    title: \"Image 3 title caption\"\n  - url: /assets/images/unsplash-gallery-image-4.jpg\n    image_path: /assets/images/unsplash-gallery-image-4-th.jpg\n    alt: \"placeholder image 4\"\n    title: \"Image 4 title caption\"\n```\n\nAnd then drop-in the gallery include --- gallery `caption` is optional.\n\n```liquid\n{% raw %}{% include gallery caption=\"This is a sample gallery with **Markdown support**.\" %}{% endraw %}\n```\n\n{% include gallery caption=\"This is a sample gallery with **Markdown support**.\" %}\n\nThis is some text after the gallery just to make sure that everything aligns properly.\n\nHere comes another gallery, this time set the `id` to match 2nd gallery hash in YAML Front Matter.\n\n```yaml\ngallery2:\n  - url: https://flic.kr/p/8a6Ven\n    image_path: https://farm2.staticflickr.com/1272/4697500467_8294dac099_q.jpg\n    alt: \"Black and grays with a hint of green\"\n  - url: https://flic.kr/p/8a738X\n    image_path: https://farm5.staticflickr.com/4029/4697523701_249e93ba23_q.jpg\n    alt: \"Made for open text placement\"\n  - url: https://flic.kr/p/8a6VXP\n    image_path: https://farm5.staticflickr.com/4046/4697502929_72c612c636_q.jpg\n    alt: \"Fog in the trees\"\n```\n\nAnd place it like so: \n\n```liquid\n{% raw %}{% include gallery id=\"gallery2\" caption=\"This is a second gallery example with images hosted externally.\" %}{% endraw %}\n```\n\n{% include gallery id=\"gallery2\" caption=\"This is a second gallery example with images hosted externally.\" %}\n\nAnd for giggles one more gallery just to make sure this works. To fill page content container add `class=\"full\"`.\n\n{% include gallery id=\"gallery3\" class=\"full\" caption=\"This is a third gallery example with two images and fills the entire content container.\" %}\n\nGallery column layout can be overrided by setting a `layout`.\n\n```liquid\n{% raw %}{% include gallery id=\"gallery\" layout=\"half\" caption=\"This is a half gallery layout example.\" %}{% endraw %}\n```\n\n{% include gallery id=\"gallery\" layout=\"half\" caption=\"This is a half gallery layout example.\" %}"
  },
  {
    "path": "docs/_posts/2010-09-10-post-twitter-embeds.md",
    "content": "---\ntitle: \"Post: Twitter Embed\"\ncategories:\n  - Media\ntags:\n  - content\n  - embeds\n  - media\n  - twitter\n---\n\n<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>&mdash; Michael Rose (@mmistakes) <a href=\"https://twitter.com/mmistakes/status/662678050795094016\">November 6, 2015</a></blockquote>\n<script async src=\"//platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>\n\nThis post tests Twitter Embeds."
  },
  {
    "path": "docs/_posts/2010-10-25-post-future-date.md",
    "content": "---\ntitle: \"Post: Future Date\"\ndate: 9999-12-31\ncategories:\n  - Post\n---\n\nThis post lives in the future and is dated {{ page.date | date: \"%c\" }}. When building Jekyll with the `--future` flag it should appear."
  },
  {
    "path": "docs/_posts/2012-01-02-layout-comments-disabled.md",
    "content": "---\ntitle: \"Layout: Comments Disabled\"\ncomments: false\ncategories:\n  - Layout\n  - Uncategorized\ntags:\n  - comments\n  - layout\n---\n\nThis post has its comments disabled.\n\nThere should be no comment form."
  },
  {
    "path": "docs/_posts/2012-01-02-layout-comments.md",
    "content": "---\ntitle: \"Layout: Comments Enabled\"\ncomments: true\ncategories:\n  - Layout\n  - Uncategorized\ntags:\n  - comments\n  - layout\n---\n\nThis post should display comments if a `provider` is enabled."
  },
  {
    "path": "docs/_posts/2012-01-02-layout-post-date-disabled.md",
    "content": "---\ntitle: \"Layout: Post Date Disabled\"\nshow_date: false\ntags:\n  - post date\n---\n\nThis post has the date disabled. The date this post was published should not be showing if `show_date: false` is set in `_config.yml` or in this post's YAML Front Matter.\n\nIf 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.\n\nI 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.\n\nOf 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.\n\nOf 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.\n\nOccasionally 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."
  },
  {
    "path": "docs/_posts/2012-01-02-layout-post-date.md",
    "content": "---\ntitle: \"Layout: Post Date Enabled\"\nshow_date: true\ntags:\n  - post date\n---\n\nThis post has post date enabled. The date the post was published should show if `show_date: true` is added to it's YAML Front Matter or as a default in `_config.yml`.\n\nIf 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.\n\nI 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.\n\nOf 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.\n\nOf 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.\n\nOccasionally 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."
  },
  {
    "path": "docs/_posts/2012-01-02-layout-read-time-disabled.md",
    "content": "---\ntitle: \"Layout: Read Time Disabled\"\nread_time: false\ntags:\n  - read time\n---\n\nThis 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.\n\nIf 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.\n\nI 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.\n\nOf 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.\n\nOf 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.\n\nOccasionally 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."
  },
  {
    "path": "docs/_posts/2012-01-02-layout-read-time.md",
    "content": "---\ntitle: \"Layout: Read Time Enabled\"\nread_time: true\ntags:\n  - read time\n---\n\nThis 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`.\n\nIf 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.\n\nI 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.\n\nOf 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.\n\nOf 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.\n\nOccasionally 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."
  },
  {
    "path": "docs/_posts/2012-01-02-layout-related-posts-disabled.md",
    "content": "---\ntitle: \"Layout: Related Posts Disabled\"\nrelated: false\ncategories:\n  - Layout\n  - Uncategorized\ntags:\n  - related posts\n  - layout\n---\n\nThis post has related posts disabled.\n\nRelated post links should not appear."
  },
  {
    "path": "docs/_posts/2012-01-02-layout-related-posts.md",
    "content": "---\ntitle: \"Layout: Related Posts Enabled\"\nrelated: true\ncategories:\n  - Layout\n  - Uncategorized\ntags:\n  - related posts\n  - layout\n---\n\nThis post has related posts enabled."
  },
  {
    "path": "docs/_posts/2012-01-02-layout-sharing-disabled.md",
    "content": "---\ntitle: \"Layout: Social Sharing Links Disabled\"\nshare: false\ncategories:\n  - Layout\n  - Uncategorized\ntags:\n  - social\n  - layout\n---\n\nThis post has social sharing disabled.\n\nSocial sharing links should not appear."
  },
  {
    "path": "docs/_posts/2012-01-02-layout-sharing.md",
    "content": "---\ntitle: \"Layout: Social Sharing Links Enabled\"\nshare: true\ncategories:\n  - Layout\n  - Uncategorized\ntags:\n  - social\n  - layout\n---\n\nThis post should display social sharing links."
  },
  {
    "path": "docs/_posts/2012-01-03-layout-read-time-comments-sharing-related-posts-disabled.md",
    "content": "---\ntitle: \"Layout: Reading Time, Comments, Social Sharing Links, and Related Posts Disabled\"\nread_time: false\ncomments: false\nshare: false\nrelated: false\ncategories:\n  - Layout\n  - Uncategorized\ntags:\n  - related posts\n  - social\n  - comments\n  - layout\n---\n\nThis post has reading time, comments, social sharing links, and related posts disabled.\n\nReading time, comments, social sharing and related post links should not appear."
  },
  {
    "path": "docs/_posts/2012-01-03-layout-table-of-contents-include-post.md",
    "content": "---\ntitle: \"Layout: Post with Nested Table of Contents via Helper\"\ntags:\n  - table of contents\n---\n\nTests table of contents with multiple levels to verify indentation is readible via helper include (deprecated).\n\n```\n{% raw %}{% include toc %}{% endraw %}\n```\n\n{% include toc %}\n\n# Enim laboris id ea elit elit deserunt\n\nMagna incididunt elit id enim nisi quis excepteur reprehenderit Lorem dolore dolore ad enim. Labore esse elit excepteur et elit dolor. Elit ut consectetur labore velit elit esse voluptate id commodo. Magna cillum officia consequat non occaecat mollit esse nisi quis.\n\nNostrud veniam excepteur commodo enim pariatur velit est. Dolor consequat elit occaecat enim veniam ullamco qui est anim ex elit. Est minim aute magna laborum reprehenderit magna reprehenderit ullamco voluptate id sit aliqua. Id labore veniam ad duis aliquip commodo qui ex ut ipsum irure. In et sit ea cupidatat consectetur in nisi amet in cupidatat excepteur commodo amet.\n\n## 2 Sit adipisicing tempor duis velit cupidatat occaecat do amet\n\nAd non dolore irure in. In do ut nostrud reprehenderit consequat aliqua sunt culpa voluptate amet minim ea. Eu dolore deserunt consectetur eu in minim sit nulla id id est amet consectetur. Tempor dolore ipsum magna amet velit aliquip ea anim non eu Lorem deserunt. Irure excepteur id adipisicing elit dolor ipsum eiusmod non nulla nisi sint qui et. Occaecat pariatur tempor ex nisi pariatur.\n\nProident culpa nostrud id est qui fugiat duis aute. Cillum commodo pariatur nostrud culpa Lorem exercitation non. Consequat elit deserunt dolore voluptate sunt labore minim ut consequat minim.\n\nSunt pariatur in ex non nulla proident ex ullamco Lorem do ipsum. Cillum est mollit reprehenderit excepteur labore labore elit dolore adipisicing ad quis quis aliqua sunt. Proident amet est reprehenderit deserunt amet cupidatat incididunt irure est elit.\n\n### 2.1 Ex et quis exercitation fugiat excepteur eiusmod mollit consequat id pariatur non adipisicing magna tempor\n\nNostrud sunt nostrud incididunt adipisicing officia esse minim irure duis dolore adipisicing cupidatat. Eu non labore veniam ad sunt pariatur qui. Irure reprehenderit qui elit duis cillum sit officia consectetur sint deserunt do aute velit. Do id occaecat magna occaecat reprehenderit veniam pariatur Lorem. Officia sit cupidatat adipisicing laborum.\n\n#### 2.1.1 Ut nostrud reprehenderit proident culpa enim irure cupidatat sunt ex ea minim nostrud\n\nLaborum laboris et ut proident sit qui pariatur nisi commodo. Deserunt eiusmod eiusmod elit anim exercitation quis. Anim laboris irure minim elit fugiat velit esse officia amet reprehenderit id. Dolor eiusmod incididunt excepteur sint aute qui esse nostrud. Nisi qui adipisicing consectetur enim pariatur sint veniam esse.\n\n#### 2.1.2 Nisi non nisi ullamco ipsum cillum\nMinim officia tempor eiusmod sint magna reprehenderit do amet ex velit. Irure nulla ut veniam eu veniam proident esse pariatur cillum. Esse anim et proident cillum esse magna sint.\n\n#### 2.1.3 Ut pariatur do do eiusmod consequat do pariatur nisi ex anim reprehenderit nostrud\nReprehenderit consectetur tempor labore dolore ad. Ullamco qui sunt quis deserunt id ipsum sit qui nisi esse deserunt ad exercitation. Dolore qui in mollit ex qui minim et ipsum reprehenderit. Tempor magna ipsum proident voluptate mollit quis consectetur veniam non aliquip cupidatat nisi culpa aute.\n\n##### 2.1.1.1 Ut aute quis ipsum fugiat dolor\nOccaecat excepteur et ea et exercitation ad aute minim incididunt incididunt aute sint officia aliquip. Quis cupidatat nostrud dolor consequat laboris eu ullamco qui esse excepteur aute. Veniam ut ipsum aute Lorem proident minim ea fugiat Lorem cillum. Qui esse id minim consequat ullamco aliqua pariatur ea mollit. Minim ea ipsum laborum consequat esse mollit pariatur. Voluptate sit voluptate non ut consectetur irure laboris ex adipisicing dolore elit aliquip velit. In eu veniam voluptate incididunt aute eu reprehenderit ut id voluptate.\n\n##### 2.1.1.2 Consequat nostrud quis officia et aliquip quis magna mollit veniam\nMagna duis exercitation dolor amet. Ea irure laborum sit officia reprehenderit enim aute magna duis. Elit fugiat ut proident sit.\n\n###### 2.1.1.1.1 Id cillum proident labore occaecat reprehenderit excepteur fugiat est\n\nIrure qui veniam incididunt irure consequat mollit consectetur est nostrud deserunt eiusmod nostrud quis. Eiusmod id proident eu aute exercitation irure consectetur sit dolor dolor in esse. Qui eu dolor ea est magna amet laborum qui irure. Reprehenderit excepteur voluptate fugiat exercitation voluptate laboris nostrud qui magna et officia.\n\n###### 2.1.1.1.2 In consectetur ea qui quis culpa nulla\n\nAd quis duis dolore voluptate laborum eiusmod consequat sint. Cupidatat officia ex laborum ad non mollit excepteur ea. Nostrud elit in consequat sunt adipisicing reprehenderit ipsum proident irure. Sint velit laborum sint laboris ea. Veniam occaecat et in Lorem proident minim deserunt labore laborum reprehenderit. Consequat laborum deserunt culpa consectetur. Incididunt reprehenderit amet esse duis dolore pariatur adipisicing quis elit.\n\n###### 2.1.1.1.3 Culpa magna pariatur magna officia adipisicing ex minim ea do est\n\nDolore reprehenderit aute ex id. Ipsum laboris sit quis enim labore ut sint cillum exercitation. Commodo aliqua exercitation enim sunt velit do laborum mollit irure dolor.\n\n###### 2.1.1.1.4 Veniam ipsum non reprehenderit pariatur\n\nLaboris amet quis sunt id dolor consectetur Lorem id aliquip laboris fugiat. Non ex magna deserunt veniam eiusmod. Irure culpa culpa dolore pariatur. Elit enim deserunt ut amet adipisicing elit laborum exercitation cupidatat et. Aliqua aliqua laborum exercitation commodo reprehenderit reprehenderit amet laboris ea ea ex amet in. Aute minim voluptate et ipsum culpa consequat.\n\n##### 2.1.1.3 Ut qui labore officia ad laboris eu amet minim tempor qui cupidatat duis aute\n\nIn in dolore laboris irure est consequat magna ea non aute cupidatat tempor. Officia sit pariatur consequat laborum aliqua nulla anim nisi aliquip reprehenderit consequat. Ad duis labore minim consequat reprehenderit labore ex minim cillum magna incididunt adipisicing dolor. Non velit mollit minim consectetur minim. Cillum elit et amet est reprehenderit non. Elit adipisicing nostrud ea veniam occaecat commodo deserunt.\n\n##### 2.1.1.4 Magna ipsum nisi velit anim\n\nEiusmod tempor dolor proident pariatur consequat sit non nostrud. Eiusmod duis elit esse Lorem dolore et minim elit consectetur eu ullamco. Adipisicing sunt excepteur eu mollit in nostrud.\n\n###### 2.1.1.4.1 Mollit nulla est tempor fugiat occaecat nostrud\n\nExercitation eu labore Lorem culpa id enim ut officia aute proident in est irure. Nostrud adipisicing magna elit tempor ipsum culpa in incididunt consectetur incididunt veniam aute tempor sint. Officia est consectetur sint sint nostrud proident mollit. Dolore duis proident mollit consectetur tempor.\n\n###### 2.1.1.2.1 Culpa aliquip irure et nostrud esse consequat fugiat dolor\n\nAd ut commodo elit amet officia ipsum labore do amet. Eiusmod sint irure magna proident nisi adipisicing mollit excepteur mollit proident culpa duis. Est reprehenderit consequat eiusmod deserunt duis ipsum esse amet incididunt.\n\n#### 2.1.4 Laboris exercitation nisi tempor dolore\n\nElit culpa est eiusmod nostrud occaecat. Labore incididunt nostrud consectetur sint. Ut pariatur laborum incididunt culpa proident incididunt veniam veniam laboris adipisicing mollit. Ullamco magna tempor fugiat veniam in ipsum nisi mollit labore amet et sit quis. In consectetur fugiat Lorem culpa veniam minim. Irure aliqua est mollit consectetur id Lorem velit minim sit velit. Eiusmod magna do dolor est id reprehenderit minim fugiat minim incididunt incididunt laboris velit consequat.\n\n### 2.2 Officia irure duis et est sunt\n\nConsequat anim quis non nulla. Eiusmod pariatur sunt non culpa culpa ipsum nulla anim in. Non ad exercitation ut reprehenderit ut dolor laborum tempor ad qui magna fugiat irure. Sint commodo ea sint sunt. Irure qui pariatur tempor veniam reprehenderit amet est. Amet laboris proident Lorem deserunt proident duis esse do sit eu dolor qui duis eu. Mollit laboris nisi aute nulla consectetur exercitation nulla aliqua anim.\n\n## 3 Laborum eu magna proident proident tempor\n\nOccaecat aliqua id voluptate mollit aliquip. Elit excepteur magna esse commodo pariatur reprehenderit in in quis. Id dolore proident proident mollit tempor duis magna ullamco nulla velit consequat. In ut est aliquip in commodo ullamco sit sint.\n\n### 3.1 Amet enim do laboris ipsum aliqua eiusmod non eu\n\nLaborum magna deserunt do anim quis proident adipisicing. Dolore qui ex minim reprehenderit. Consectetur in cillum ad dolore ut id deserunt irure aute sint magna dolore adipisicing.\n\n### 3.2 Do exercitation ex elit incididunt sit cupidatat\n\nExcepteur aliqua nisi ullamco sunt fugiat laborum elit aliquip officia culpa. Est exercitation enim laborum amet exercitation. Eu quis qui eiusmod incididunt id do aliquip nostrud do esse enim excepteur enim pariatur. Aute adipisicing velit non culpa quis exercitation. Quis cupidatat anim occaecat Lorem ad mollit aute eiusmod quis dolor duis. Proident anim et nostrud ut aliquip irure adipisicing reprehenderit proident dolore magna. Consequat eu fugiat esse proident duis eu proident fugiat laboris ea veniam nisi reprehenderit.\n\n### 3.3 Officia aliquip fugiat ex pariatur nisi et nostrud adipisicing eu minim laboris eiusmod ea sunt\n\nConsectetur irure elit nulla elit non officia. Culpa Lorem minim dolor laboris enim labore do minim laborum. Fugiat deserunt nisi ut do incididunt incididunt ea anim exercitation sit duis. Irure esse pariatur labore enim labore qui anim culpa laborum velit consequat. Culpa in adipisicing excepteur est ipsum. In reprehenderit eiusmod ad ad non.\n\n### 3.4 Ipsum velit laborum est nostrud qui enim ullamco velit dolor Lorem magna\n\nNulla magna dolor minim commodo. Sunt nulla cupidatat consequat eiusmod elit irure eiusmod excepteur. Sit incididunt irure minim magna. Tempor ipsum exercitation minim sunt labore dolor ullamco veniam enim nisi veniam adipisicing occaecat proident.\n\n### 3.5 Officia fugiat fugiat voluptate ullamco eiusmod duis minim aliqua consequat consectetur qui do sunt fugiat\n\nNon aute culpa irure qui aute adipisicing aute id commodo id. Laborum ullamco laboris velit in quis duis ut consequat do minim. In minim amet ut reprehenderit et voluptate. In quis Lorem occaecat nostrud excepteur nostrud dolore in nulla ad Lorem nisi. Dolor exercitation Lorem qui sint aute ipsum officia eiusmod aliquip Lorem sit. Reprehenderit ex veniam excepteur laboris magna dolore fugiat sit exercitation esse et consequat in sit. Incididunt pariatur ad esse anim aute do id eu.\n\n#### 3.5.1 Mollit laborum ea aliquip mollit quis commodo fugiat tempor deserunt exercitation sint culpa ipsum tempor\n\nEst cillum laborum cupidatat ullamco cupidatat magna laborum enim duis consequat est eu. Magna cillum Lorem proident non ut officia. Esse irure et laboris eu occaecat aute.\n\n##### 3.5.1.1 Nisi anim commodo consequat quis amet\n\nSunt eu dolor enim enim consectetur et anim irure dolor velit cillum. Esse reprehenderit cillum incididunt adipisicing amet nostrud adipisicing. Minim mollit nostrud ipsum ea ut sit ex elit. Do esse ad et ipsum nisi sint anim culpa excepteur ipsum. Commodo nisi irure qui reprehenderit incididunt.\n\n###### 3.5.1.1.1 Culpa nulla Lorem adipisicing ut sit cupidatat laborum laborum cupidatat proident\n\nDolore dolor sit sunt anim eu amet consectetur quis ea proident ex aliqua. Sunt laborum consectetur consectetur enim velit eiusmod labore commodo commodo laboris deserunt. Eiusmod enim do amet laborum commodo qui.\n\n### 3.6 Reprehenderit culpa consectetur veniam minim cillum in nostrud\n\nLorem dolore sit aliqua tempor do voluptate ut esse. Minim velit ad velit commodo minim laborum. Qui qui reprehenderit non proident ullamco veniam aliquip.\n\n## 4 Laboris aute consequat id eu et Lorem amet\n\nAd qui voluptate dolor veniam. Veniam mollit aute eiusmod eu labore incididunt sint proident. Non minim consequat anim sint. Aliquip non nisi nostrud proident. Eiusmod ut duis commodo sunt laboris irure eu. Laboris quis amet ad qui officia.\n\n## 5 Esse eu consequat consequat aliqua fugiat nulla ad labore consectetur eu pariatur nisi aute\n\nDuis proident ullamco fugiat aliqua sunt anim ea do irure est amet quis nulla cillum. Commodo voluptate dolor culpa sint aliquip voluptate exercitation anim cillum ad eu in amet. Sint fugiat qui commodo quis ex eu commodo officia aliquip irure. Non dolore elit excepteur id laboris irure consequat magna consectetur. Qui proident deserunt culpa tempor sit aute velit proident cillum ea.\n\n## 6 Aliquip sunt laborum excepteur cupidatat officia ad tempor veniam esse amet ea commodo sunt\n\nEx minim pariatur est nisi exercitation exercitation reprehenderit id aliqua deserunt est. Laborum ullamco do ipsum minim ipsum aliquip voluptate voluptate aliqua. Magna proident velit veniam et minim commodo officia officia mollit nisi. Excepteur occaecat deserunt irure adipisicing minim adipisicing cupidatat non anim exercitation ex. Amet quis sunt sint veniam non id nisi ipsum mollit voluptate quis tempor tempor.\n"
  },
  {
    "path": "docs/_posts/2012-01-03-layout-table-of-contents-indent-post.md",
    "content": "---\ntitle: \"Layout: Post with Nested Table of Contents\"\ntags:\n  - table of contents\ntoc: true\n---\n\nTests table of contents with multiple levels to verify indentation is readible.\n\n# Enim laboris id ea elit elit deserunt\n\nMagna incididunt elit id enim nisi quis excepteur reprehenderit Lorem dolore dolore ad enim. Labore esse elit excepteur et elit dolor. Elit ut consectetur labore velit elit esse voluptate id commodo. Magna cillum officia consequat non occaecat mollit esse nisi quis.\n\nNostrud veniam excepteur commodo enim pariatur velit est. Dolor consequat elit occaecat enim veniam ullamco qui est anim ex elit. Est minim aute magna laborum reprehenderit magna reprehenderit ullamco voluptate id sit aliqua. Id labore veniam ad duis aliquip commodo qui ex ut ipsum irure. In et sit ea cupidatat consectetur in nisi amet in cupidatat excepteur commodo amet.\n\n## 2 Sit adipisicing tempor duis velit cupidatat occaecat do amet\n\nAd non dolore irure in. In do ut nostrud reprehenderit consequat aliqua sunt culpa voluptate amet minim ea. Eu dolore deserunt consectetur eu in minim sit nulla id id est amet consectetur. Tempor dolore ipsum magna amet velit aliquip ea anim non eu Lorem deserunt. Irure excepteur id adipisicing elit dolor ipsum eiusmod non nulla nisi sint qui et. Occaecat pariatur tempor ex nisi pariatur.\n\nProident culpa nostrud id est qui fugiat duis aute. Cillum commodo pariatur nostrud culpa Lorem exercitation non. Consequat elit deserunt dolore voluptate sunt labore minim ut consequat minim.\n\nSunt pariatur in ex non nulla proident ex ullamco Lorem do ipsum. Cillum est mollit reprehenderit excepteur labore labore elit dolore adipisicing ad quis quis aliqua sunt. Proident amet est reprehenderit deserunt amet cupidatat incididunt irure est elit.\n\n### 2.1 Ex et quis exercitation fugiat excepteur eiusmod mollit consequat id pariatur non adipisicing magna tempor\n\nNostrud sunt nostrud incididunt adipisicing officia esse minim irure duis dolore adipisicing cupidatat. Eu non labore veniam ad sunt pariatur qui. Irure reprehenderit qui elit duis cillum sit officia consectetur sint deserunt do aute velit. Do id occaecat magna occaecat reprehenderit veniam pariatur Lorem. Officia sit cupidatat adipisicing laborum.\n\n#### 2.1.1 Ut nostrud reprehenderit proident culpa enim irure cupidatat sunt ex ea minim nostrud\n\nLaborum laboris et ut proident sit qui pariatur nisi commodo. Deserunt eiusmod eiusmod elit anim exercitation quis. Anim laboris irure minim elit fugiat velit esse officia amet reprehenderit id. Dolor eiusmod incididunt excepteur sint aute qui esse nostrud. Nisi qui adipisicing consectetur enim pariatur sint veniam esse.\n\n#### 2.1.2 Nisi non nisi ullamco ipsum cillum\nMinim officia tempor eiusmod sint magna reprehenderit do amet ex velit. Irure nulla ut veniam eu veniam proident esse pariatur cillum. Esse anim et proident cillum esse magna sint.\n\n#### 2.1.3 Ut pariatur do do eiusmod consequat do pariatur nisi ex anim reprehenderit nostrud\nReprehenderit consectetur tempor labore dolore ad. Ullamco qui sunt quis deserunt id ipsum sit qui nisi esse deserunt ad exercitation. Dolore qui in mollit ex qui minim et ipsum reprehenderit. Tempor magna ipsum proident voluptate mollit quis consectetur veniam non aliquip cupidatat nisi culpa aute.\n\n##### 2.1.1.1 Ut aute quis ipsum fugiat dolor\nOccaecat excepteur et ea et exercitation ad aute minim incididunt incididunt aute sint officia aliquip. Quis cupidatat nostrud dolor consequat laboris eu ullamco qui esse excepteur aute. Veniam ut ipsum aute Lorem proident minim ea fugiat Lorem cillum. Qui esse id minim consequat ullamco aliqua pariatur ea mollit. Minim ea ipsum laborum consequat esse mollit pariatur. Voluptate sit voluptate non ut consectetur irure laboris ex adipisicing dolore elit aliquip velit. In eu veniam voluptate incididunt aute eu reprehenderit ut id voluptate.\n\n##### 2.1.1.2 Consequat nostrud quis officia et aliquip quis magna mollit veniam\nMagna duis exercitation dolor amet. Ea irure laborum sit officia reprehenderit enim aute magna duis. Elit fugiat ut proident sit.\n\n###### 2.1.1.1.1 Id cillum proident labore occaecat reprehenderit excepteur fugiat est\n\nIrure qui veniam incididunt irure consequat mollit consectetur est nostrud deserunt eiusmod nostrud quis. Eiusmod id proident eu aute exercitation irure consectetur sit dolor dolor in esse. Qui eu dolor ea est magna amet laborum qui irure. Reprehenderit excepteur voluptate fugiat exercitation voluptate laboris nostrud qui magna et officia.\n\n###### 2.1.1.1.2 In consectetur ea qui quis culpa nulla\n\nAd quis duis dolore voluptate laborum eiusmod consequat sint. Cupidatat officia ex laborum ad non mollit excepteur ea. Nostrud elit in consequat sunt adipisicing reprehenderit ipsum proident irure. Sint velit laborum sint laboris ea. Veniam occaecat et in Lorem proident minim deserunt labore laborum reprehenderit. Consequat laborum deserunt culpa consectetur. Incididunt reprehenderit amet esse duis dolore pariatur adipisicing quis elit.\n\n###### 2.1.1.1.3 Culpa magna pariatur magna officia adipisicing ex minim ea do est\n\nDolore reprehenderit aute ex id. Ipsum laboris sit quis enim labore ut sint cillum exercitation. Commodo aliqua exercitation enim sunt velit do laborum mollit irure dolor.\n\n###### 2.1.1.1.4 Veniam ipsum non reprehenderit pariatur\n\nLaboris amet quis sunt id dolor consectetur Lorem id aliquip laboris fugiat. Non ex magna deserunt veniam eiusmod. Irure culpa culpa dolore pariatur. Elit enim deserunt ut amet adipisicing elit laborum exercitation cupidatat et. Aliqua aliqua laborum exercitation commodo reprehenderit reprehenderit amet laboris ea ea ex amet in. Aute minim voluptate et ipsum culpa consequat.\n\n##### 2.1.1.3 Ut qui labore officia ad laboris eu amet minim tempor qui cupidatat duis aute\n\nIn in dolore laboris irure est consequat magna ea non aute cupidatat tempor. Officia sit pariatur consequat laborum aliqua nulla anim nisi aliquip reprehenderit consequat. Ad duis labore minim consequat reprehenderit labore ex minim cillum magna incididunt adipisicing dolor. Non velit mollit minim consectetur minim. Cillum elit et amet est reprehenderit non. Elit adipisicing nostrud ea veniam occaecat commodo deserunt.\n\n##### 2.1.1.4 Magna ipsum nisi velit anim\n\nEiusmod tempor dolor proident pariatur consequat sit non nostrud. Eiusmod duis elit esse Lorem dolore et minim elit consectetur eu ullamco. Adipisicing sunt excepteur eu mollit in nostrud.\n\n###### 2.1.1.4.1 Mollit nulla est tempor fugiat occaecat nostrud\n\nExercitation eu labore Lorem culpa id enim ut officia aute proident in est irure. Nostrud adipisicing magna elit tempor ipsum culpa in incididunt consectetur incididunt veniam aute tempor sint. Officia est consectetur sint sint nostrud proident mollit. Dolore duis proident mollit consectetur tempor.\n\n###### 2.1.1.2.1 Culpa aliquip irure et nostrud esse consequat fugiat dolor\n\nAd ut commodo elit amet officia ipsum labore do amet. Eiusmod sint irure magna proident nisi adipisicing mollit excepteur mollit proident culpa duis. Est reprehenderit consequat eiusmod deserunt duis ipsum esse amet incididunt.\n\n#### 2.1.4 Laboris exercitation nisi tempor dolore\n\nElit culpa est eiusmod nostrud occaecat. Labore incididunt nostrud consectetur sint. Ut pariatur laborum incididunt culpa proident incididunt veniam veniam laboris adipisicing mollit. Ullamco magna tempor fugiat veniam in ipsum nisi mollit labore amet et sit quis. In consectetur fugiat Lorem culpa veniam minim. Irure aliqua est mollit consectetur id Lorem velit minim sit velit. Eiusmod magna do dolor est id reprehenderit minim fugiat minim incididunt incididunt laboris velit consequat.\n\n### 2.2 Officia irure duis et est sunt\n\nConsequat anim quis non nulla. Eiusmod pariatur sunt non culpa culpa ipsum nulla anim in. Non ad exercitation ut reprehenderit ut dolor laborum tempor ad qui magna fugiat irure. Sint commodo ea sint sunt. Irure qui pariatur tempor veniam reprehenderit amet est. Amet laboris proident Lorem deserunt proident duis esse do sit eu dolor qui duis eu. Mollit laboris nisi aute nulla consectetur exercitation nulla aliqua anim.\n\n## 3 Laborum eu magna proident proident tempor\n\nOccaecat aliqua id voluptate mollit aliquip. Elit excepteur magna esse commodo pariatur reprehenderit in in quis. Id dolore proident proident mollit tempor duis magna ullamco nulla velit consequat. In ut est aliquip in commodo ullamco sit sint.\n\n### 3.1 Amet enim do laboris ipsum aliqua eiusmod non eu\n\nLaborum magna deserunt do anim quis proident adipisicing. Dolore qui ex minim reprehenderit. Consectetur in cillum ad dolore ut id deserunt irure aute sint magna dolore adipisicing.\n\n### 3.2 Do exercitation ex elit incididunt sit cupidatat\n\nExcepteur aliqua nisi ullamco sunt fugiat laborum elit aliquip officia culpa. Est exercitation enim laborum amet exercitation. Eu quis qui eiusmod incididunt id do aliquip nostrud do esse enim excepteur enim pariatur. Aute adipisicing velit non culpa quis exercitation. Quis cupidatat anim occaecat Lorem ad mollit aute eiusmod quis dolor duis. Proident anim et nostrud ut aliquip irure adipisicing reprehenderit proident dolore magna. Consequat eu fugiat esse proident duis eu proident fugiat laboris ea veniam nisi reprehenderit.\n\n### 3.3 Officia aliquip fugiat ex pariatur nisi et nostrud adipisicing eu minim laboris eiusmod ea sunt\n\nConsectetur irure elit nulla elit non officia. Culpa Lorem minim dolor laboris enim labore do minim laborum. Fugiat deserunt nisi ut do incididunt incididunt ea anim exercitation sit duis. Irure esse pariatur labore enim labore qui anim culpa laborum velit consequat. Culpa in adipisicing excepteur est ipsum. In reprehenderit eiusmod ad ad non.\n\n### 3.4 Ipsum velit laborum est nostrud qui enim ullamco velit dolor Lorem magna\n\nNulla magna dolor minim commodo. Sunt nulla cupidatat consequat eiusmod elit irure eiusmod excepteur. Sit incididunt irure minim magna. Tempor ipsum exercitation minim sunt labore dolor ullamco veniam enim nisi veniam adipisicing occaecat proident.\n\n### 3.5 Officia fugiat fugiat voluptate ullamco eiusmod duis minim aliqua consequat consectetur qui do sunt fugiat\n\nNon aute culpa irure qui aute adipisicing aute id commodo id. Laborum ullamco laboris velit in quis duis ut consequat do minim. In minim amet ut reprehenderit et voluptate. In quis Lorem occaecat nostrud excepteur nostrud dolore in nulla ad Lorem nisi. Dolor exercitation Lorem qui sint aute ipsum officia eiusmod aliquip Lorem sit. Reprehenderit ex veniam excepteur laboris magna dolore fugiat sit exercitation esse et consequat in sit. Incididunt pariatur ad esse anim aute do id eu.\n\n#### 3.5.1 Mollit laborum ea aliquip mollit quis commodo fugiat tempor deserunt exercitation sint culpa ipsum tempor\n\nEst cillum laborum cupidatat ullamco cupidatat magna laborum enim duis consequat est eu. Magna cillum Lorem proident non ut officia. Esse irure et laboris eu occaecat aute.\n\n##### 3.5.1.1 Nisi anim commodo consequat quis amet\n\nSunt eu dolor enim enim consectetur et anim irure dolor velit cillum. Esse reprehenderit cillum incididunt adipisicing amet nostrud adipisicing. Minim mollit nostrud ipsum ea ut sit ex elit. Do esse ad et ipsum nisi sint anim culpa excepteur ipsum. Commodo nisi irure qui reprehenderit incididunt.\n\n###### 3.5.1.1.1 Culpa nulla Lorem adipisicing ut sit cupidatat laborum laborum cupidatat proident\n\nDolore dolor sit sunt anim eu amet consectetur quis ea proident ex aliqua. Sunt laborum consectetur consectetur enim velit eiusmod labore commodo commodo laboris deserunt. Eiusmod enim do amet laborum commodo qui.\n\n### 3.6 Reprehenderit culpa consectetur veniam minim cillum in nostrud\n\nLorem dolore sit aliqua tempor do voluptate ut esse. Minim velit ad velit commodo minim laborum. Qui qui reprehenderit non proident ullamco veniam aliquip.\n\n## 4 Laboris aute consequat id eu et Lorem amet\n\nAd qui voluptate dolor veniam. Veniam mollit aute eiusmod eu labore incididunt sint proident. Non minim consequat anim sint. Aliquip non nisi nostrud proident. Eiusmod ut duis commodo sunt laboris irure eu. Laboris quis amet ad qui officia.\n\n## 5 Esse eu consequat consequat aliqua fugiat nulla ad labore consectetur eu pariatur nisi aute\n\nDuis proident ullamco fugiat aliqua sunt anim ea do irure est amet quis nulla cillum. Commodo voluptate dolor culpa sint aliquip voluptate exercitation anim cillum ad eu in amet. Sint fugiat qui commodo quis ex eu commodo officia aliquip irure. Non dolore elit excepteur id laboris irure consequat magna consectetur. Qui proident deserunt culpa tempor sit aute velit proident cillum ea.\n\n## 6 Aliquip sunt laborum excepteur cupidatat officia ad tempor veniam esse amet ea commodo sunt\n\nEx minim pariatur est nisi exercitation exercitation reprehenderit id aliqua deserunt est. Laborum ullamco do ipsum minim ipsum aliquip voluptate voluptate aliqua. Magna proident velit veniam et minim commodo officia officia mollit nisi. Excepteur occaecat deserunt irure adipisicing minim adipisicing cupidatat non anim exercitation ex. Amet quis sunt sint veniam non id nisi ipsum mollit voluptate quis tempor tempor.\n"
  },
  {
    "path": "docs/_posts/2012-01-03-layout-table-of-contents-post.md",
    "content": "---\ntitle: \"Layout: Post with Table of Contents\"\nheader:\n  image: assets/images/unsplash-image-9.jpg\n  caption: \"Photo credit: [**Unsplash**](https://unsplash.com)\"\ntags:\n  - table of contents\ntoc: true\ntoc_label: \"Unique Title\"\ntoc_icon: \"heart\"\n---\n\nEnable table of contents on post or page by adding `toc: true` to its YAML Front Matter. The title and icon can also be changed with:\n\n```yaml\n---\ntoc: true\ntoc_label: \"Unique Title\"\ntoc_icon: \"heart\"  # corresponding Font Awesome icon name (without fa prefix)\n---\n```\n\n## HTML Elements\n\nBelow is just about everything you'll need to style in the theme. Check the source code to see the many embedded elements within paragraphs.\n\n## Body text\n\nLorem ipsum dolor sit amet, test link adipiscing elit. **This is strong**. Nullam dignissim convallis est. Quisque aliquam.\n\n![Smithsonian Image]({{ site.url }}{{ site.baseurl }}/assets/images/3953273590_704e3899d5_m.jpg)\n{: .image-right}\n\n*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.\n\nHTML 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.\n\n### Blockquotes\n\n> Lorem ipsum dolor sit amet, test link adipiscing elit. Nullam dignissim convallis est. Quisque aliquam.\n\n## List Types\n\n### Ordered Lists\n\n1. Item one\n   1. sub item one\n   2. sub item two\n   3. sub item three\n2. Item two\n\n### Unordered Lists\n\n* Item one\n* Item two\n* Item three\n\n## Tables\n\n| Header1 | Header2 | Header3 |\n|:--------|:-------:|--------:|\n| cell1   | cell2   | cell3   |\n| cell4   | cell5   | cell6   |\n|----\n| cell1   | cell2   | cell3   |\n| cell4   | cell5   | cell6   |\n|=====\n| Foot1   | Foot2   | Foot3\n{: rules=\"groups\"}\n\n## Code Snippets\n\n```css\n#container {\n  float: left;\n  margin: 0 -240px 0 0;\n  width: 100%;\n}\n```\n\n## Buttons\n\nMake any link standout more when applying the `.btn` class.\n\n```html\n<a href=\"#\" class=\"btn btn--success\">Success Button</a>\n```\n\n<div markdown=\"0\"><a href=\"#\" class=\"btn\">Primary Button</a></div>\n<div markdown=\"0\"><a href=\"#\" class=\"btn btn--success\">Success Button</a></div>\n<div markdown=\"0\"><a href=\"#\" class=\"btn btn--warning\">Warning Button</a></div>\n<div markdown=\"0\"><a href=\"#\" class=\"btn btn--danger\">Danger Button</a></div>\n<div markdown=\"0\"><a href=\"#\" class=\"btn btn--info\">Info Button</a></div>\n\n## Notices\n\n**Watch out!** You can also add notices by appending `{: .notice}` to a paragraph.\n{: .notice}"
  },
  {
    "path": "docs/_posts/2012-01-03-layout-table-of-contents-sticky.md",
    "content": "---\ntitle: \"Layout: Post with Sticky Table of Contents\"\ntags:\n  - table of contents\ntoc: true\ntoc_sticky: true\n---\n\n\"Stick\" table of contents to the top of a page by adding `toc_sticky: true` to its YAML Front Matter.\n\n```yaml\n---\ntoc: true\ntoc_sticky: true\n---\n```\n\n## HTML Elements\n\nBelow is just about everything you'll need to style in the theme. Check the source code to see the many embedded elements within paragraphs.\n\n## Body text\n\nLorem ipsum dolor sit amet, test link adipiscing elit. **This is strong**. Nullam dignissim convallis est. Quisque aliquam.\n\n![Smithsonian Image]({{ site.url }}{{ site.baseurl }}/assets/images/3953273590_704e3899d5_m.jpg)\n{: .image-right}\n\n*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.\n\nHTML 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.\n\n### Blockquotes\n\n> Lorem ipsum dolor sit amet, test link adipiscing elit. Nullam dignissim convallis est. Quisque aliquam.\n\n## List Types\n\n### Ordered Lists\n\n1. Item one\n   1. sub item one\n   2. sub item two\n   3. sub item three\n2. Item two\n\n### Unordered Lists\n\n* Item one\n* Item two\n* Item three\n\n## Tables\n\n| Header1 | Header2 | Header3 |\n|:--------|:-------:|--------:|\n| cell1   | cell2   | cell3   |\n| cell4   | cell5   | cell6   |\n|----\n| cell1   | cell2   | cell3   |\n| cell4   | cell5   | cell6   |\n|=====\n| Foot1   | Foot2   | Foot3\n{: rules=\"groups\"}\n\n## Code Snippets\n\n```css\n#container {\n  float: left;\n  margin: 0 -240px 0 0;\n  width: 100%;\n}\n```\n\n## Buttons\n\nMake any link standout more when applying the `.btn` class.\n\n```html\n<a href=\"#\" class=\"btn btn--success\">Success Button</a>\n```\n\n<div markdown=\"0\"><a href=\"#\" class=\"btn\">Primary Button</a></div>\n<div markdown=\"0\"><a href=\"#\" class=\"btn btn--success\">Success Button</a></div>\n<div markdown=\"0\"><a href=\"#\" class=\"btn btn--warning\">Warning Button</a></div>\n<div markdown=\"0\"><a href=\"#\" class=\"btn btn--danger\">Danger Button</a></div>\n<div markdown=\"0\"><a href=\"#\" class=\"btn btn--info\">Info Button</a></div>\n\n## Notices\n\n**Watch out!** You can also add notices by appending `{: .notice}` to a paragraph.\n{: .notice}"
  },
  {
    "path": "docs/_posts/2012-03-14-layout-code-excerpt-generated.md",
    "content": "---\ntitle: \"Layout: Code Excerpt (Generated)\"\ncategories:\n  - Layout\n  - Uncategorized\ntags:\n  - content\n  - excerpt\n  - layout\n---\n\nThis 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.\n\nBe sure to test the formatting of the auto-generated excerpt, to ensure that it doesn't create any layout problems."
  },
  {
    "path": "docs/_posts/2012-03-14-layout-excerpt-defined.md",
    "content": "---\ntitle: \"Layout: Excerpt (Defined)\"\nexcerpt: \"This is a user-defined post excerpt. It should be displayed in place of the post content in archive-index pages.\"\ncategories:\n  - Layout\n  - Uncategorized\ntags:\n  - content\n  - excerpt\n  - layout\n---\n\nThis is the post content. It should be displayed in place of the user-defined excerpt in archive-index pages.\n\nThis paragraph should be absent from an archive-index page where `post.excerpt` is shown."
  },
  {
    "path": "docs/_posts/2012-03-14-layout-excerpt-generated.md",
    "content": "---\ntitle: \"Layout: Excerpt (Generated)\"\nexcerpt_separator: \"<!--more-->\"\ncategories:\n  - Layout\n  - Uncategorized\ntags:\n  - content\n  - excerpt\n  - layout\n---\n\nThis is the post content. Archive-index pages should display an auto-generated excerpt of this content.\n\n<!--more-->\n\nBe sure to test the formatting of the auto-generated excerpt, to ensure that it doesn't create any layout problems."
  },
  {
    "path": "docs/_posts/2012-03-15-layout-author-override.md",
    "content": "---\ntitle: \"Layout: Author Override\"\nauthor: Billy Rick\nexcerpt: \"A post to test author overrides using a data file.\"\nlast_modified_at: 2018-09-10T12:32:27-04:00\n---\n\nSites that may have content authored from various individuals can be accommodated by using [data files](https://jekyllrb.com/docs/datafiles/).\n\nTo attribute an author to a post or page that is different from the site author specified in `_config.yml`:\n\n**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`, `bio`, `avatar`, author `links`, etc.).\n\n```yaml\n# /_data/authors.yml\n\nBilly Rick:\n  name        : \"Billy Rick\"\n  bio         : \"What do you want, jewels? I am a very extravagant man.\"\n  avatar      : \"/assets/images/bio-photo-2.jpg\"\n  links:\n    - label: \"Email\"\n      icon: \"fas fa-fw fa-square-envelope\"\n      url: \"mailto:billyrick@rick.com\"\n    - label: \"Website\"\n      icon: \"fas fa-fw fa-link\"\n      url: \"https://thewhip.com\"\n    - label: \"Twitter\"\n      icon: \"fab fa-fw fa-square-x-twitter\"\n      url: \"https://twitter.com/extravagantman\"\n\nCornelius Fiddlebone:\n  name        : \"Cornelius Fiddlebone\"\n  bio         : \"I ordered what?\"\n  avatar      : \"/assets/images/bio-photo.jpg\"\n  links:\n    - label: \"Email\"\n      icon: \"fas fa-fw fa-square-envelope\"\n      url: \"mailto:cornelius@thewhip.com\"\n    - label: \"Twitter\"\n      icon: \"fab fa-fw fa-square-x-twitter\"\n      url: \"https://twitter.com/rhymeswithsackit\"\n```\n\n**Step 2.** Assign one of the authors in `authors.yml` to a post or page you wish to override the `site.author` with. \n\nExample: To assign `Billy Rick` as an author for a post the following YAML Front Matter would be applied:\n\n```yaml\nauthor: Billy Rick\n```"
  },
  {
    "path": "docs/_posts/2012-03-15-layout-author-sidebar-disabled.md",
    "content": "---\ntitle: \"Layout: Author Sidebar Disabled\"\nexcerpt: \"A post to test disabling author sidebar.\"\nauthor_profile: false\n---\n\nThis post has the author sidebar disabled.\n\nTo disable add `author_profile: false` to YAML Front Matter."
  },
  {
    "path": "docs/_posts/2012-03-15-layout-header-image-external.md",
    "content": "---\ntitle: \"Layout: Header Image (External URL)\"\nheader:\n  image: https://live.staticflickr.com/8084/8396909762_813a2b1829_h.jpg\ncategories:\n  - Layout\n  - Uncategorized\ntags:\n  - edge case\n  - featured image\n  - image\n  - layout\n---\n\nThis post should display a **header image**, if the theme supports it.\n\nFeatured image is an external asset and should load."
  },
  {
    "path": "docs/_posts/2012-03-15-layout-header-image-horizontal.md",
    "content": "---\ntitle: \"Layout: Header Image (Horizontal)\"\nheader:\n  image: /assets/images/unsplash-image-1.jpg\n  caption: \"Photo credit: [**Unsplash**](https://unsplash.com)\"\ncategories:\n  - Layout\n  - Uncategorized\ntags:\n  - edge case\n  - featured image\n  - image\n  - layout\n---\n\nThis post should display a **header image**, if the theme supports it.\n\nNon-square images can provide some unique styling issues.\n\nThis post tests a horizontal header image."
  },
  {
    "path": "docs/_posts/2012-03-15-layout-header-image-text-readability.md",
    "content": "---\ntitle: \"Layout: Header Image and Text Readability\"\nheader:\n  image: /assets/images/unsplash-image-4.jpg\n  caption: \"Photo credit: [**Unsplash**](https://unsplash.com)\"\ntags: \n  - sample post\n  - readability\n  - test\n---\n\nThis 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.\n\nVero 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.\n\n## Cupidatat 90's lo-fi authentic try-hard\n\nIn 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.\n\n  * Sartorial hoodie\n  * Labore viral forage\n  * Tote bag selvage\n  * DIY exercitation et id ugh tumblr church-key\n\nIncididunt 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.\n\nAesthetic 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.\n\n## Forage occaecat cardigan qui\n\nFashion 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.\n\n> 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.\n\nTote 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.\n\n## Hoodie Duis\n\nActually 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.\n\n### Thundercats Ho!\n\nFingerstache 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.\n\nOccupy 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.\n\nAliquip 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.\n\n[^1]: Texture image courtesty of [Lovetextures](http://www.lovetextures.com/)\n"
  },
  {
    "path": "docs/_posts/2012-03-15-layout-header-image-vertical.md",
    "content": "---\ntitle: \"Layout: Header Image (Vertical)\"\nheader:\n  image: /assets/images/unsplash-image-6.jpg\n  caption: \"Photo credit: [**Unsplash**](https://unsplash.com)\"\ncategories:\n  - Layout\n  - Uncategorized\ntags:\n  - edge case\n  - featured image\n  - image\n  - layout\n---\n\nThis post should display a **header image**, if the theme supports it.\n\nNon-square images can provide some unique styling issues.\n\nThis post tests a vertical header image."
  },
  {
    "path": "docs/_posts/2012-03-15-layout-header-overlay-color.md",
    "content": "---\ntitle: \"Layout: Header Overlay with Background Fill\"\nheader:\n  overlay_color: \"#333\"\ncategories:\n  - Layout\n  - Uncategorized\ntags:\n  - edge case\n  - image\n  - layout\n---\n\nThis post should display a **header with a solid background color**, if the theme supports it.\n\nNon-square images can provide some unique styling issues.\n\nThis post tests overlay headers."
  },
  {
    "path": "docs/_posts/2012-03-15-layout-header-overlay-image-tagline.md",
    "content": "---\ntitle: \"Layout: Header Image Overlay with Custom Tagline\"\ntagline: \"This is a custom tagline content which overrides the *default* page excerpt.\"\nheader:\n  overlay_image: /assets/images/unsplash-image-1.jpg\n  caption: \"Photo credit: [**Unsplash**](https://unsplash.com)\"\ncategories:\n  - Layout\n  - Uncategorized\ntags:\n  - edge case\n  - image\n  - layout\nlast_modified_at: 2020-01-07T13:05:25-05:00\n---\n\nThis post should display a **header with an overlay image** and **custom tagline**, if the theme supports it.\n\nNon-square images can provide some unique styling issues.\n\nThis post tests overlay header images with custom `page.tagline`.\n\n```yaml\ntagline: \"This is a custom tagline content which overrides the default page excerpt.\"\nheader:\n  overlay_image: /assets/images/unsplash-image-1.jpg\n  caption: \"Photo credit: [**Unsplash**](https://unsplash.com)\"\n```"
  },
  {
    "path": "docs/_posts/2012-03-15-layout-header-overlay-image.md",
    "content": "---\ntitle: \"Layout: Header Image Overlay\"\nheader:\n  overlay_image: /assets/images/unsplash-image-1.jpg\n  caption: \"Photo credit: [**Unsplash**](https://unsplash.com)\"\n  actions:\n    - label: \"Learn more\"\n      url: \"https://unsplash.com\"\ncategories:\n  - Layout\n  - Uncategorized\ntags:\n  - edge case\n  - image\n  - layout\nlast_modified_at: 2018-03-20T16:00:52-04:00\n---\n\nThis post should display a **header with an overlay image**, if the theme supports it.\n\nNon-square images can provide some unique styling issues.\n\nThis post tests overlay header images.\n\n## Overlay filter\n\nYou can use it by specifying the opacity (between 0 and 1) of a black overlay like so:\n\n![transparent black overlay]({{ \"/assets/images/mm-header-overlay-black-filter.jpg\" | relative_url }})\n\n```yaml\nexcerpt: \"This post should [...]\"\nheader:\n  overlay_image: /assets/images/unsplash-image-1.jpg\n  overlay_filter: 0.5 # same as adding an opacity of 0.5 to a black background\n  caption: \"Photo credit: [**Unsplash**](https://unsplash.com)\"\n  actions:\n    - label: \"More Info\"\n      url: \"https://unsplash.com\"\n```\n\nOr if you want to do more fancy things, go full rgba:\n\n![transparent red overlay]({{ \"/assets/images/mm-header-overlay-red-filter.jpg\" | relative_url }})\n\n```yaml\nexcerpt: \"This post should [...]\"\nheader:\n  overlay_image: /assets/images/unsplash-image-1.jpg\n  overlay_filter: rgba(255, 0, 0, 0.5)\n  caption: \"Photo credit: [**Unsplash**](https://unsplash.com)\"\n  actions:\n    - label: \"More Info\"\n      url: \"https://unsplash.com\"\n```"
  },
  {
    "path": "docs/_posts/2012-03-15-layout-more-tag.md",
    "content": "---\ntitle: \"Layout: More Tag\"\nexcerpt_separator: <!--more-->\ncategories:\n  - Layout\n  - Uncategorized\ntags:\n  - content\n  - read more\n  - layout\n---\n\nThis content is before the [excerpt separator tag](http://jekyllrb.com/docs/posts/#post-excerpts).\n\nAdditional content before the more tag.\n\n<!--more-->\n\nAnd this content is after the more tag."
  },
  {
    "path": "docs/_posts/2012-03-15-layout-sidebar-custom.md",
    "content": "---\ntitle: \"Layout: Sidebar Custom\"\nexcerpt: \"A post with custom sidebar content.\"\nlast_modified_at: 2021-06-23T07:53:04-04:00\nauthor_profile: false\nsidebar:\n  - title: \"Title\"\n    image: \"/assets/images/350x250.png\"\n    image_alt: \"image\"\n    text: \"Some text here.\"\n  - title: \"Another Title\"\n    text: \"More text here.\"\n    nav: sidebar-sample\n---\n\nThis post has a custom sidebar set in the post's YAML Front Matter.\n\nAn example of how that YAML could look is:\n\n```yaml\nsidebar:\n  - title: \"Title\"\n    image: \"/assets/images/your-image.jpg\"\n    image_alt: \"image\"\n    text: \"Some text here.\"\n  - title: \"Another Title\"\n    text: \"More text here.\"\n    nav: sidebar-sample\n```"
  },
  {
    "path": "docs/_posts/2012-03-15-layout-sidebar-nav-list.md",
    "content": "---\ntitle: \"Layout: Sidebar with Navigation List\"\nexcerpt: \"A post with a sidebar navigation list.\"\nauthor_profile: false\nsidebar:\n  title: \"Sample Title\"\n  nav: sidebar-sample\n---\n\nThis post has a custom navigation list set in the post's YAML Front Matter.\n\n```yaml\nsidebar:\n  title: \"Sample Title\"\n  nav: sidebar-sample\n```\n\nAlong with navigation elements set in `_data/navigation.yml`.\n\n```yaml\nsidebar-sample:\n  - title: \"Parent Page A\"\n    children:\n      - title: \"Child Page A1\"\n        url: /\n      - title: \"Child Page A2\"\n        url: /\n      - title: \"Child Page A3\"\n        url: /\n      - title: \"Child Page A4\"\n        url: /\n  - title: \"Parent Page B\"\n    children:\n      - title: \"Child Page B1\"\n        url: /\n      - title: \"Child Page B2\"\n        url: /\n      - title: \"Child Page B3\"\n        url: /\n      - title: \"Child Page B4\"\n        url: /\n      - title: \"Child Page B5\"\n        url: /\n  - title: \"Parent Page C\"\n    children:\n      - title: \"Child Page C1\"\n        url: /\n      - title: \"Child Page C2\"\n        url: /\n      - title: \"Child Page C3\"\n        url: /\n      - title: \"Child Page C4\"\n        url: /\n      - title: \"Child Page C5\"\n        url: /\n  - title: \"Parent Page D\"\n    children:\n      - title: \"Child Page D1\"\n        url: /\n      - title: \"Child Page D2\"\n        url: /\n```"
  },
  {
    "path": "docs/_posts/2012-05-22-markup-text-readability-wide-page.md",
    "content": "---\ntitle: \"Wide Single Layout Page\"\nclasses: wide\nexcerpt: \"A page with `classes: wide` set to expand the main content's width.\"\ntags: \n  - sample post\n  - readability\n  - test\n---\n\nWhen using `layout: single` add the following front matter to a page or post to widen the main content:\n\n```yaml\nclasses: wide\n```\n\nPortland 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.\n\nVero 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.\n\n## Cupidatat 90's lo-fi authentic try-hard\n\nIn 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.\n\n  * Sartorial hoodie\n  * Labore viral forage\n  * Tote bag selvage\n  * DIY exercitation et id ugh tumblr church-key\n\nIncididunt 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.\n\nAesthetic 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.\n\n## Forage occaecat cardigan qui\n\nFashion 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.\n\n> 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.\n\nTote 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.\n\n## Hoodie Duis\n\nActually 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.\n\n### Thundercats Ho!\n\nFingerstache 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.\n\nOccupy 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.\n\nAliquip 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.\n"
  },
  {
    "path": "docs/_posts/2012-05-22-markup-text-readability.md",
    "content": "---\ntitle: \"Markup: Text Readability Test\"\nexcerpt: \"A bunch of text to test readability.\"\ntags: \n  - sample post\n  - readability\n  - test\n---\n\nPortland 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.\n\nVero 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.\n\n## Cupidatat 90's lo-fi authentic try-hard\n\nIn 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.\n\n  * Sartorial hoodie\n  * Labore viral forage\n  * Tote bag selvage\n  * DIY exercitation et id ugh tumblr church-key\n\nIncididunt 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.\n\nAesthetic 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.\n\n## Forage occaecat cardigan qui\n\nFashion 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.\n\n> 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.\n\nTote 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.\n\n## Hoodie Duis\n\nActually 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.\n\n### Thundercats Ho!\n\nFingerstache 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.\n\nOccupy 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.\n\nAliquip 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.\n"
  },
  {
    "path": "docs/_posts/2013-01-05-markup-title-with-markup.md",
    "content": "---\ntitle: \"Markup: Title *with* **Markdown**\"\ncategories:\n  - Markdown\ntags:\n  - css\n  - html\n  - title\n---\n\nVerify that:\n\n* The post title renders the word \"with\" in *italics* and the word \"Markdown\" in **bold**.\n* The post title markup should be removed from the browser window / tab."
  },
  {
    "path": "docs/_posts/2013-01-05-markup-title-with-special-characters.md",
    "content": "---\ntitle: \"Markup: Title with Special&nbsp;---&nbsp;Characters\"\ncategories:\n  - Markup\ntags:\n  - html\n  - markup\n  - post\n  - title\n---\n\nPutting special characters in the title should have no adverse effect on the layout or functionality.\n\nSpecial characters in the post title have been known to cause issues with JavaScript and XML when not properly encoded and escaped.\n\n## Latin Character Tests\n\nThis is a test to see if the fonts used in this theme support basic Latin characters.\n\n<table>\n  <tr>\n    <td>\n      !\n    </td>\n    \n    <td>\n      &#8220;\n    </td>\n    \n    <td>\n      #\n    </td>\n    \n    <td>\n      $\n    </td>\n    \n    <td>\n      %\n    </td>\n    \n    <td>\n      &\n    </td>\n    \n    <td>\n      &#8216;\n    </td>\n    \n    <td>\n      (\n    </td>\n    \n    <td>\n      )\n    </td>\n    \n    <td>\n      *\n    </td>\n  </tr>\n  \n  <tr>\n    <td>\n      +\n    </td>\n    \n    <td>\n      ,\n    </td>\n    \n    <td>\n      &#8211;\n    </td>\n    \n    <td>\n      .\n    </td>\n    \n    <td>\n      /\n    </td>\n    \n    <td>\n    </td>\n    \n    <td>\n      1\n    </td>\n    \n    <td>\n      2\n    </td>\n    \n    <td>\n      3\n    </td>\n    \n    <td>\n      4\n    </td>\n  </tr>\n  \n  <tr>\n    <td>\n      5\n    </td>\n    \n    <td>\n      6\n    </td>\n    \n    <td>\n      7\n    </td>\n    \n    <td>\n      8\n    </td>\n    \n    <td>\n      9\n    </td>\n    \n    <td>\n      :\n    </td>\n    \n    <td>\n      ;\n    </td>\n    \n    <td>\n      >\n    </td>\n    \n    <td>\n      =\n    </td>\n    \n    <td>\n      <\n    </td>\n  </tr>\n  \n  <tr>\n    <td>\n      ?\n    </td>\n    \n    <td>\n      @\n    </td>\n    \n    <td>\n      A\n    </td>\n    \n    <td>\n      B\n    </td>\n    \n    <td>\n      C\n    </td>\n    \n    <td>\n      D\n    </td>\n    \n    <td>\n      E\n    </td>\n    \n    <td>\n      F\n    </td>\n    \n    <td>\n      G\n    </td>\n    \n    <td>\n      H\n    </td>\n  </tr>\n  \n  <tr>\n    <td>\n      I\n    </td>\n    \n    <td>\n      J\n    </td>\n    \n    <td>\n      K\n    </td>\n    \n    <td>\n      L\n    </td>\n    \n    <td>\n      M\n    </td>\n    \n    <td>\n      N\n    </td>\n    \n    <td>\n      O\n    </td>\n    \n    <td>\n      P\n    </td>\n    \n    <td>\n      Q\n    </td>\n    \n    <td>\n      R\n    </td>\n  </tr>\n  \n  <tr>\n    <td>\n      S\n    </td>\n    \n    <td>\n      T\n    </td>\n    \n    <td>\n      U\n    </td>\n    \n    <td>\n      V\n    </td>\n    \n    <td>\n      W\n    </td>\n    \n    <td>\n      X\n    </td>\n    \n    <td>\n      Y\n    </td>\n    \n    <td>\n      Z\n    </td>\n    \n    <td>\n      [\n    </td>\n    \n    <td>\n    </td>\n  </tr>\n  \n  <tr>\n    <td>\n      ]\n    </td>\n    \n    <td>\n      ^\n    </td>\n    \n    <td>\n      _\n    </td>\n    \n    <td>\n      `\n    </td>\n    \n    <td>\n      a\n    </td>\n    \n    <td>\n      b\n    </td>\n    \n    <td>\n      c\n    </td>\n    \n    <td>\n      d\n    </td>\n    \n    <td>\n      e\n    </td>\n    \n    <td>\n      f\n    </td>\n  </tr>\n  \n  <tr>\n    <td>\n      g\n    </td>\n    \n    <td>\n      h\n    </td>\n    \n    <td>\n      i\n    </td>\n    \n    <td>\n      j\n    </td>\n    \n    <td>\n      k\n    </td>\n    \n    <td>\n      l\n    </td>\n    \n    <td>\n      m\n    </td>\n    \n    <td>\n      n\n    </td>\n    \n    <td>\n      o\n    </td>\n    \n    <td>\n      p\n    </td>\n  </tr>\n  \n  <tr>\n    <td>\n      q\n    </td>\n    \n    <td>\n      r\n    </td>\n    \n    <td>\n      s\n    </td>\n    \n    <td>\n      t\n    </td>\n    \n    <td>\n      u\n    </td>\n    \n    <td>\n      v\n    </td>\n    \n    <td>\n      w\n    </td>\n    \n    <td>\n      x\n    </td>\n    \n    <td>\n      y\n    </td>\n    \n    <td>\n      z\n    </td>\n  </tr>\n  \n  <tr>\n    <td>\n      {\n    </td>\n    \n    <td>\n      |\n    </td>\n    \n    <td>\n      }\n    </td>\n    \n    <td>\n      ~\n    </td>\n    \n    <td>\n    </td>\n    \n    <td>\n    </td>\n    \n    <td>\n    </td>\n    \n    <td>\n    </td>\n    \n    <td>\n    </td>\n    \n    <td>\n    </td>\n  </tr>\n</table>"
  },
  {
    "path": "docs/_posts/2013-01-09-markup-text-alignment.md",
    "content": "---\ntitle: \"Markup: Text Alignment\"\ncategories:\n  - Markup\ntags:\n  - alignment\n  - content\n  - css\n  - markup\n---\n\n### Default\n\nThis 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.\n\n### Left Align\n\nThis 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.\n{: style=\"text-align: left;\"}\n\n### Center Align\n\nThis 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.\n{: style=\"text-align: center;\"}\n\n### Right Align\n\nThis 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.\n{: style=\"text-align: right;\"}\n\n### Justify Align\n\nThis 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.\n{: style=\"text-align: justify;\"}"
  },
  {
    "path": "docs/_posts/2013-01-10-markup-image-alignment.md",
    "content": "---\ntitle: \"Markup: Image Alignment\"\ncategories:\n  - Markup\ntags:\n  - alignment\n  - captions\n  - content\n  - css\n  - image\n  - markup\n---\n\nWelcome 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.\n\n![image-center]({{ site.url }}{{ site.baseurl }}/assets/images/image-alignment-580x300.jpg){: .align-center}\n\nThe image above happens to be **centered**.\n\n![image-left]({{ site.url }}{{ site.baseurl }}/assets/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**.\n\nAs you can see there 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!\n\nAnd now for a **massively large image**. It also has **no alignment**.\n\n![no-alignment]({{ site.url }}{{ site.baseurl }}/assets/images/image-alignment-1200x4002.jpg)\n\nThe image above, though 1200px wide, should not overflow the content area. It should remain contained with no visible disruption to the flow of content.\n\n![image-right]({{ site.url }}{{ site.baseurl }}/assets/images/image-alignment-300x200.jpg){: .align-right}\n\nAnd 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.\n\nIn 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.\n\nAnd just when you thought we were done, we're going to do them all over again with captions!\n\n<figure class=\"align-center\">\n  <img src=\"{{ site.url }}{{ site.baseurl }}/assets/images/image-alignment-580x300.jpg\" alt=\"\">\n  <figcaption>Look at 580 x 300 getting some love.</figcaption>\n</figure> \n\nThe figure above happens to be **centered**. The caption also has a link in it, just to see if it does anything funky.\n\n<figure style=\"width: 150px\" class=\"align-left\">\n  <img src=\"{{ site.url }}{{ site.baseurl }}/assets/images/image-alignment-150x150.jpg\" alt=\"\">\n  <figcaption>Itty-bitty caption.</figcaption>\n</figure> \n\nThe rest of this paragraph is filler for the sake of seeing the text wrap around the 150×150 image, which is **left aligned**.\n\nAs you can see there 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!\n\nAnd now for a **massively large image**. It also has **no alignment**.\n\n<figure style=\"width: 1200px\">\n  <img src=\"{{ site.url }}{{ site.baseurl }}/assets/images/image-alignment-1200x4002.jpg\" alt=\"\">\n  <figcaption>Massive image comment for your eyeballs.</figcaption>\n</figure> \n\nThe figure element above has an inline style of `width: 1200px` set which should break it outside of the normal content flow.\n\n<figure style=\"width: 300px\" class=\"align-right\">\n  <img src=\"{{ site.url }}{{ site.baseurl }}/assets/images/image-alignment-300x200.jpg\" alt=\"\">\n  <figcaption>Feels good to be right all the time.</figcaption>\n</figure> \n\nAnd 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.\n\nIn 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.\n\nAnd that's a wrap, yo! You survived the tumultuous waters of alignment. Image alignment achievement unlocked!\n"
  },
  {
    "path": "docs/_posts/2013-01-11-markup-html-tags-and-formatting.md",
    "content": "---\ntitle: \"Markup: HTML Tags and Formatting\"\nheader:\n  teaser: \"assets/images/markup-syntax-highlighting-teaser.jpg\"\ncategories:\n  - Markup\ntags:\n  - content\n  - css\n  - formatting\n  - html\n  - markup\ntoc: true\n---\n\nA variety of common markup showing how the theme styles them.\n\n## Header two\n\n### Header three\n\n#### Header four\n\n##### Header five\n\n###### Header six\n\n## Blockquotes\n\nSingle line blockquote:\n\n> Stay hungry. Stay foolish.\n\nMulti line blockquote with a cite reference:\n\n> 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.\n\n<cite>Steve Jobs</cite> --- Apple Worldwide Developers' Conference, 1997\n{: .small}\n\n## Tables\n\n| Employee         | Salary |                                                              |\n| --------         | ------ | ------------------------------------------------------------ |\n| [John Doe](#)    | $1     | Because that's all Steve Jobs needed for a salary.           |\n| [Jane Doe](#)    | $100K  | For all the blogging she does.                               |\n| [Fred Bloggs](#) | $100M  | Pictures are worth a thousand words, right? So Jane × 1,000. |\n| [Jane Bloggs](#) | $100B  | With hair like that?! Enough said.                           |\n\n| Header1 | Header2 | Header3 |\n|:--------|:-------:|--------:|\n| cell1   | cell2   | cell3   |\n| cell4   | cell5   | cell6   |\n|-----------------------------|\n| cell1   | cell2   | cell3   |\n| cell4   | cell5   | cell6   |\n|=============================|\n| Foot1   | Foot2   | Foot3   |\n\n## Definition Lists\n\nDefinition List Title\n:   Definition list division.\n\nStartup\n:   A startup company or startup is a company or temporary organization designed to search for a repeatable and scalable business model.\n\n#dowork\n:   Coined by Rob Dyrdek and his personal body guard Christopher \"Big Black\" Boykins, \"Do Work\" works as a self motivator, to motivating your friends.\n\nDo It Live\n:   I'll let Bill O'Reilly [explain](https://www.youtube.com/watch?v=O_HyZ5aW76c \"We'll Do It Live\") this one.\n\n## Unordered Lists (Nested)\n\n  * List item one \n      * List item one \n          * List item one\n          * List item two\n          * List item three\n          * List item four\n      * List item two\n      * List item three\n      * List item four\n  * List item two\n  * List item three\n  * List item four\n\n## Ordered List (Nested)\n\n  1. List item one \n      1. List item one \n          1. List item one\n          2. List item two\n          3. List item three\n          4. List item four\n      2. List item two\n      3. List item three\n      4. List item four\n  2. List item two\n  3. List item three\n  4. List item four\n\n## Forms\n\n<form>\n  <fieldset>\n    <legend>Personalia:</legend>\n    Name: <input type=\"text\" size=\"30\"><br>\n    Email: <input type=\"text\" size=\"30\"><br>\n    Date of birth: <input type=\"text\" size=\"10\">\n  </fieldset>\n</form>\n\n## Buttons\n\nMake any link standout more when applying the `.btn` class.\n\n```html\n<a href=\"#\" class=\"btn--success\">Success Button</a>\n```\n\n[Default Button](#){: .btn}\n[Primary Button](#){: .btn .btn--primary}\n[Success Button](#){: .btn .btn--success}\n[Warning Button](#){: .btn .btn--warning}\n[Danger Button](#){: .btn .btn--danger}\n[Info Button](#){: .btn .btn--info}\n[Inverse Button](#){: .btn .btn--inverse}\n[Light Outline Button](#){: .btn .btn--light-outline}\n\n```markdown\n[Default Button Text](#link){: .btn}\n[Primary Button Text](#link){: .btn .btn--primary}\n[Success Button Text](#link){: .btn .btn--success}\n[Warning Button Text](#link){: .btn .btn--warning}\n[Danger Button Text](#link){: .btn .btn--danger}\n[Info Button Text](#link){: .btn .btn--info}\n[Inverse Button](#link){: .btn .btn--inverse}\n[Light Outline Button](#link){: .btn .btn--light-outline}\n```\n\n[X-Large Button](#){: .btn .btn--primary .btn--x-large}\n[Large Button](#){: .btn .btn--primary .btn--large}\n[Default Button](#){: .btn .btn--primary }\n[Small Button](#){: .btn .btn--primary .btn--small}\n\n```markdown\n[X-Large Button](#link){: .btn .btn--primary .btn--x-large}\n[Large Button](#link){: .btn .btn--primary .btn--large}\n[Default Button](#link){: .btn .btn--primary }\n[Small Button](#link){: .btn .btn--primary .btn--small}\n```\n\n## Notices\n\n**Watch out!** This paragraph of text has been [emphasized](#) with the `{: .notice}` class.\n{: .notice}\n\n**Watch out!** This paragraph of text has been [emphasized](#) with the `{: .notice--primary}` class.\n{: .notice--primary}\n\n**Watch out!** This paragraph of text has been [emphasized](#) with the `{: .notice--info}` class.\n{: .notice--info}\n\n**Watch out!** This paragraph of text has been [emphasized](#) with the `{: .notice--warning}` class.\n{: .notice--warning}\n\n**Watch out!** This paragraph of text has been [emphasized](#) with the `{: .notice--success}` class.\n{: .notice--success}\n\n**Watch out!** This paragraph of text has been [emphasized](#) with the `{: .notice--danger}` class.\n{: .notice--danger}\n\n## HTML Tags\n\n### Address Tag\n\n<address>\n  1 Infinite Loop<br /> Cupertino, CA 95014<br /> United States\n</address>\n\n### Anchor Tag (aka. Link)\n\nThis is an example of a [link](http://apple.com \"Apple\").\n\n### Abbreviation Tag\n\nThe abbreviation CSS stands for \"Cascading Style Sheets\".\n\n*[CSS]: Cascading Style Sheets\n\n### Cite Tag\n\n\"Code is poetry.\" ---<cite>Automattic</cite>\n\n### Code Tag\n\nYou will learn later on in these tests that `word-wrap: break-word;` will be your best friend.\n\n### Strike Tag\n\nThis tag will let you <strike>strikeout text</strike>.\n\n### Emphasize Tag\n\nThe emphasize tag should _italicize_ text.\n\n### Insert Tag\n\nThis tag should denote <ins>inserted</ins> text.\n\n### Keyboard Tag\n\nThis scarcely known tag emulates <kbd>keyboard text</kbd>, which is usually styled like the `<code>` tag.\n\n### Preformatted Tag\n\nThis tag styles large blocks of code.\n\n<pre>\n.post-title {\n\tmargin: 0 0 5px;\n\tfont-weight: bold;\n\tfont-size: 38px;\n\tline-height: 1.2;\n\tand 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;\n}\n</pre>\n\n### Quote Tag\n\n<q>Developers, developers, developers&#8230;</q> &#8211;Steve Ballmer\n\n### Strong Tag\n\nThis tag shows **bold text**.\n\n### Subscript Tag\n\nGetting our science styling on with H<sub>2</sub>O, which should push the \"2\" down.\n\n### Superscript Tag\n\nStill sticking with science and Albert Einstein's E = MC<sup>2</sup>, which should lift the 2 up.\n\n### Variable Tag\n\nThis allows you to denote <var>variables</var>."
  },
  {
    "path": "docs/_posts/2013-05-22-markup-more-images.md",
    "content": "---\ntitle: \"Markup: Another Post with Images\"\nexcerpt: \"Examples and code for displaying images in posts.\"\nheader:\n  teaser: \"http://farm9.staticflickr.com/8426/7758832526_cc8f681e48_c.jpg\"\ntags: \n  - sample post\n  - images\n  - test\n---\n\nHere 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.\n\n### Figures (for images or video)\n\n#### One Up\n\n<figure>\n\t<a href=\"http://farm9.staticflickr.com/8426/7758832526_cc8f681e48_b.jpg\"><img src=\"http://farm9.staticflickr.com/8426/7758832526_cc8f681e48_c.jpg\"></a>\n\t<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>\n</figure>\n\nVero 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.\n\n#### Two Up\n\nApply the `half` class like so to display two images side by side that share the same caption.\n\n```html\n<figure class=\"half\">\n    <a href=\"/assets/images/image-filename-1-large.jpg\"><img src=\"/assets/images/image-filename-1.jpg\"></a>\n    <a href=\"/assets/images/image-filename-2-large.jpg\"><img src=\"/assets/images/image-filename-2.jpg\"></a>\n    <figcaption>Caption describing these two images.</figcaption>\n</figure>\n```\n\nAnd you'll get something that looks like this:\n\n<figure class=\"half\">\n\t<a href=\"http://placehold.it/1200x600.JPG\"><img src=\"http://placehold.it/600x300.jpg\"></a>\n\t<a href=\"http://placehold.it/1200x600.jpeg\"><img src=\"http://placehold.it/600x300.jpg\"></a>\n\t<figcaption>Two images.</figcaption>\n</figure>\n\n#### Three Up\n\nApply the `third` class like so to display three images side by side that share the same caption.\n\n```html\n<figure class=\"third\">\n\t<img src=\"/images/image-filename-1.jpg\">\n\t<img src=\"/images/image-filename-2.jpg\">\n\t<img src=\"/images/image-filename-3.jpg\">\n\t<figcaption>Caption describing these three images.</figcaption>\n</figure>\n```\n\nAnd you'll get something that looks like this:\n\n<figure class=\"third\">\n\t<img src=\"http://placehold.it/600x300.jpg\">\n\t<img src=\"http://placehold.it/600x300.jpg\">\n\t<img src=\"http://placehold.it/600x300.jpg\">\n\t<figcaption>Three images.</figcaption>\n</figure>\n"
  },
  {
    "path": "docs/_posts/2013-08-16-markup-syntax-highlighting.md",
    "content": "---\ntitle: \"Markup: Syntax Highlighting\"\nexcerpt: \"Post displaying the various ways of highlighting code in Markdown.\"\nlast_modified_at: 2018-01-03T09:45:06-05:00\nheader:\n  teaser: \"assets/images/markup-syntax-highlighting-teaser.jpg\"\ntags: \n  - code\n  - syntax highlighting\ntoc: true\n---\n\nSyntax 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]\n\n[^1]: <http://en.wikipedia.org/wiki/Syntax_highlighting>\n\n### GFM Code Blocks\n\nGitHub 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`.\n\n```css\n#container {\n  float: left;\n  margin: 0 -240px 0 0;\n  width: 100%;\n}\n```\n\n{% highlight scss %}\n.highlight {\n  margin: 0;\n  padding: 1em;\n  font-family: $monospace;\n  font-size: $type-size-7;\n  line-height: 1.8;\n}\n{% endhighlight %}\n\n```html\n{% raw %}<nav class=\"pagination\" role=\"navigation\">\n  {% if page.previous %}\n    <a href=\"{{ site.url }}{{ page.previous.url }}\" class=\"btn\" title=\"{{ page.previous.title }}\">Previous article</a>\n  {% endif %}\n  {% if page.next %}\n    <a href=\"{{ site.url }}{{ page.next.url }}\" class=\"btn\" title=\"{{ page.next.title }}\">Next article</a>\n  {% endif %}\n</nav><!-- /.pagination -->{% endraw %}\n```\n\n```ruby\nmodule Jekyll\n  class TagIndex < Page\n    def initialize(site, base, dir, tag)\n      @site = site\n      @base = base\n      @dir = dir\n      @name = 'index.html'\n      self.process(@name)\n      self.read_yaml(File.join(base, '_layouts'), 'tag_index.html')\n      self.data['tag'] = tag\n      tag_title_prefix = site.config['tag_title_prefix'] || 'Tagged: '\n      tag_title_suffix = site.config['tag_title_suffix'] || '&#8211;'\n      self.data['title'] = \"#{tag_title_prefix}#{tag}\"\n      self.data['description'] = \"An archive of posts tagged #{tag}.\"\n    end\n  end\nend\n```\n\n### Code Blocks in Lists\n\nIndentation 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.\n\n1. Do step 1.\n2. Now do this:\n   \n   ```ruby\n   def print_hi(name)\n     puts \"Hi, #{name}\"\n   end\n   print_hi('Tom')\n   #=> prints 'Hi, Tom' to STDOUT.\n   ```\n        \n3. Now you can do this.\n\n### Jekyll Highlight Tag\n\nAn example of a code blocking using Jekyll's [`{% raw %}{% highlight %}{% endraw %}` tag](https://jekyllrb.com/docs/templates/#code-snippet-highlighting).\n\n{% highlight javascript linenos %}\n// 'gulp html' -- does nothing\n// 'gulp html --prod' -- minifies and gzips HTML files for production\ngulp.task('html', () => {\n  return gulp.src(paths.siteFolderName + paths.htmlPattern)\n    .pipe(when(argv.prod, htmlmin({\n      removeComments: true,\n      collapseWhitespace: true,\n      collapseBooleanAttributes: false,\n      removeAttributeQuotes: false,\n      removeRedundantAttributes: false,\n      minifyJS: true,\n      minifyCSS: true\n    })))\n    .pipe(when(argv.prod, size({title: 'optimized HTML'})))\n    .pipe(when(argv.prod, gulp.dest(paths.siteFolderName)))\n    .pipe(when(argv.prod, gzip({append: true})))\n    .pipe(when(argv.prod, size({\n      title: 'gzipped HTML',\n      gzip: true\n    })))\n    .pipe(when(argv.prod, gulp.dest(paths.siteFolderName)))\n});\n{% endhighlight %}\n\n{% highlight wl linenos %}\nModule[{},\n  Sqrt[2]\n  4\n]\n{% endhighlight %}\n\n### GitHub Gist Embed\n\nAn example of a Gist embed below.\n\n<script src=\"https://gist.github.com/mmistakes/77c68fbb07731a456805a7b473f47841.js\"></script>"
  },
  {
    "path": "docs/_posts/2016-02-24-welcome-to-jekyll.md",
    "content": "---\ntitle:  \"Welcome to Jekyll!\"\nheader:\n  teaser: \"/assets/images/500x300.png\"\ncategories: \n  - Jekyll\ntags:\n  - update\n---\n\nYou'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.\n\nTo 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.\n\nJekyll also offers powerful support for code snippets:\n\n```ruby\ndef print_hi(name)\n  puts \"Hi, #{name}\"\nend\nprint_hi('Tom')\n#=> prints 'Hi, Tom' to STDOUT.\n```\n\nCheck 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].\n\n[jekyll-docs]: http://jekyllrb.com/docs/home\n[jekyll-gh]:   https://github.com/jekyll/jekyll\n[jekyll-talk]: https://talk.jekyllrb.com/"
  },
  {
    "path": "docs/_posts/2016-09-21-gemified-theme-alpha.md",
    "content": "---\ntitle:  \"Gemified Theme -- Alpha Release\"\nlast_modified_at: 2018-03-20T16:00:58-04:00\ncategories: \n  - Jekyll\ntags:\n  - update\ntoc: true\ntoc_label: \"Getting Started\"\n---\n\nJekyll [themes distributed as Ruby gems](http://jekyllrb.com/docs/themes/) are finally here to make installing and upgrading much easier. Gone are the days of forking a repo just to \"install it\". Or dealing with merge conflicts when pulling in upstream commits to \"upgrade it\".\n\nIf you're interested in testing out Minimal Mistakes as a gemified theme read on. There are a few caveats though:\n\n1. Support for a theme `assets` folder was recently [added to Jekyll core](https://github.com/jekyll/jekyll/pull/5364), but has yet to be released or rolled into the `github-pages` gem. Meaning you can't use Minimal Mistakes as a Ruby gem there just yet... locally served or self-hosted installs should be fine if you don't mind using a pre-release version of Jekyll. \n2. Windows users can't currently use themes packaged as gems due to a [bug with file paths](https://github.com/jekyll/jekyll/issues/5192) in Jekyll core. This is being worked on so hopefully a [fix is on the way](https://github.com/jekyll/jekyll/pull/5256) soon.\n\nFine with all that? Great. Let's continue.\n\nIf you're migrating a site already using Minimal Mistakes and haven't customized any of the `_includes`, `_layouts`, `_sass` partials, or `assets` this should be quick and painless.\n\n## Step 1: Remove Theme Files \n\nRemove `_includes`, `_layouts`, `_sass`, `assets` folders and files within. You won't need these anymore as they're bundled in the theme.\n\nIf you customized any of these then leave them alone and only remove the untouched ones. If setup correctly your modified versions should act as [overrides](http://jekyllrb.com/docs/themes/#overriding-theme-defaults) to the versions bundled with the theme.\n\n## Step 2: Update `Gemfile`\n\nIn order to test you'll need to install pre-release gems of Jekyll and Minimal Mistakes.\n\nStart by replacing `gem \"github-pages\"` or `gem \"jekyll\"` with the following:\n\n```ruby\ngem \"jekyll\", :git => \"https://github.com/jekyll/jekyll.git\"\n```\n\nThen add the pre-release Minimal Mistakes theme gem: \n\n```ruby\ngem \"minimal-mistakes-jekyll\", :git => \"https://github.com/mmistakes/minimal-mistakes.git\", :branch => \"feature/theme-gem\"`\n```\n\nWhen finished your `Gemfile` should look something like this:\n\n```ruby\nsource \"https://rubygems.org\"\n\ngem \"jekyll\", :git => \"https://github.com/jekyll/jekyll.git\"\ngem \"minimal-mistakes-jekyll\", :git => \"https://github.com/mmistakes/minimal-mistakes.git\", :branch => \"feature/theme-gem\"\n\ngroup :jekyll_plugins do\n  # gem \"jekyll-archives\"\n  gem \"jekyll-paginate\"\n  gem \"jekyll-sitemap\"\n  gem \"jekyll-gist\"\n  gem \"jekyll-feed\"\nend\n```\n\n## Step 3: Run Bundler\n\nRun `bundle install` (or `bundle update` if you're updating an existing repo) to install the pre-release gems.\n\n## Step 4: Install the Theme\n\nAdd `theme: \"minimal-mistakes-jekyll\"` to your `_config.yml` file.\n\nIf you're migrating from an existing Minimal Mistakes site you shouldn't have to change anything else after this. If it's a new site consult then docs to [properly config]({{ \"/docs/configuration/\" | relative_url }}).\n\n**Please Note:** Paths for image headers, overlays, teasers, [galleries]({{ \"/docs/helpers/#gallery\" | relative_url }}), and [feature rows]({{ \"/docs/helpers/#feature-row\" | relative_url }}) have changed and now require a full path. Instead of just `image: filename.jpg` you'll need to use the full path eg: `image: assets/images/filename.jpg`. The preferred location is now `assets/images` but can be placed elsewhere or external hosted. This applies for image references in `_config.yml` and `author.yml`.\n{: .notice--danger}\n\n## Step 5: `jekyll new` Tweaks\n\nIf this is a new site be sure to add the following files to `_data/` and customize as you see fit. There is currently no way of bundling them in with the theme, so be sure to consult the docs on how to properly use both.\n\n- [`_data/ui-text.yml`](https://github.com/mmistakes/minimal-mistakes/blob/master/_data/ui-text.yml) - UI text [documentation]({{ \"/docs/ui-text/\" | relative_url }})\n- [`_data/navigation.yml`](https://github.com/mmistakes/minimal-mistakes/blob/master/_data/navigation.yml) - navigation [documentation]({{ \"/docs/navigation/\" | relative_url }})\n\nYou'll also need to: \n\n- Replace `<site root>/index.html` with a modified [Minimal Mistakes `index.html`](https://github.com/mmistakes/minimal-mistakes/blob/master/index.html).\n- Change `layout: post` in `_posts/0000-00-00-welcome-to-jekyll.markdown` to `layout: single`.\n- Remove `about.md`, or at the very least change `layout: page` to `layout: single` and remove references to `icon-github.html` (or [copy to your `_includes`](https://github.com/jekyll/minima/tree/master/_includes) if using).\n\n---\n\nThat's it! If all goes well running `bundle exec jekyll serve` should spin-up your site. If you encounter any bumps please file an issue on GitHub and make sure to indicate you're testing the pre-release Ruby gem version.\n\n[File an issue](https://github.com/mmistakes/minimal-mistakes/issues/new){: .btn .btn--info .btn--large}\n\nThanks!\n"
  },
  {
    "path": "docs/_posts/2016-10-06-gemified-theme-beta.md",
    "content": "---\ntitle:  \"Gemified Theme -- Beta Release\"\nlast_modified_at: 2018-03-20T16:01:04-04:00\ncategories: \n  - Jekyll\ntags:\n  - update\ntoc: true\ntoc_label: \"Getting Started\"\n---\n\nHot on the heels of Jekyll v3.3.0 is a beta release of Minimal Mistakes... as a gemified theme.\n\n[`minimal-mistakes-jekyll`](https://rubygems.org/gems/minimal-mistakes-jekyll) can only be used with Jekyll proper. If you're hosting on GitHub Pages or using that gem the theme won't work. 3rd party themes haven't been white-listed so it's a no go for now.\n\nFine with all that? Great. Let's continue.\n\nIf you're migrating a site already using Minimal Mistakes and haven't customized any of the `_includes`, `_layouts`, `_sass` partials, or `assets` this should be quick and painless.\n\n## Step 1: Remove Theme Files \n\nRemove `_includes`, `_layouts`, `_sass`, `assets` folders and files within. You won't need these anymore as they're bundled in the theme.\n\nIf you customized any of these then leave them alone and only remove the untouched ones. If setup correctly your modified versions should act as [overrides](http://jekyllrb.com/docs/themes/#overriding-theme-defaults) to the versions bundled with the theme.\n\n## Step 2: Update `Gemfile`\n\nReplace `gem \"github-pages` or `gem \"jekyll\"` with `gem \"jekyll\", \"~> 3.3.0\"`. You'll need the latest version of Jekyll[^update-jekyll] for Minimal Mistakes to work and load all of the /assets/ properly.\n\n[^update-jekyll]: You could also run `bundle update jekyll` to update Jekyll.\n\nAdd the Minimal Mistakes theme gem: \n\n```ruby\ngem \"minimal-mistakes-jekyll\"\n```\n\nWhen finished your `Gemfile` should look something like this:\n\n```ruby\nsource \"https://rubygems.org\"\n\ngem \"jekyll\", \"~> 3.3.0\"\ngem \"minimal-mistakes-jekyll\"\n```\n\n## Step 3: Run Bundler\n\nRun `bundle install` (or `bundle update` if you're updating an existing repo) to install/update Jekyll and the theme.\n\n## Step 4: Install the Theme\n\nAdd `theme: \"minimal-mistakes-jekyll\"` to your `_config.yml` file.\n\nIf you're migrating from an existing Minimal Mistakes site you shouldn't have to change anything else after this. If it's a new site consult then docs to [properly config]({{ \"/docs/configuration/\" | relative_url }}).\n\n**Please Note:** Paths for image headers, overlays, teasers, [galleries]({{ \"/docs/helpers/#gallery\" | relative_url }}), and [feature rows]({{ \"/docs/helpers/#feature-row\" | relative_url }}) have changed and now require a full path. Instead of just `image: filename.jpg` you'll need to use the full path eg: `image: assets/images/filename.jpg`. The preferred location is now `assets/images` but can be placed elsewhere or external hosted. This all applies for image references in `_config.yml` and `author.yml` as well.\n{: .notice--danger}\n\n## Step 5: `jekyll new` Tweaks\n\nIf this is a new site be sure to add the following files to `_data/` and customize as you see fit. There is currently no way of bundling them in with the theme, so be sure to consult the docs on how to properly use both.\n\n- [`_data/ui-text.yml`](https://github.com/mmistakes/minimal-mistakes/blob/master/_data/ui-text.yml) - UI text [documentation]({{ \"/docs/ui-text/\" | relative_url }})\n- [`_data/navigation.yml`](https://github.com/mmistakes/minimal-mistakes/blob/master/_data/navigation.yml) - navigation [documentation]({{ \"/docs/navigation/\" | relative_url }})\n\nYou'll also need to: \n\n- Replace `<site root>/index.html` with a modified [Minimal Mistakes `index.html`](https://github.com/mmistakes/minimal-mistakes/blob/master/index.html).\n- Change `layout: post` in `_posts/0000-00-00-welcome-to-jekyll.markdown` to `layout: single`.\n- Remove `about.md`, or at the very least change `layout: page` to `layout: single` and remove references to `icon-github.html` (or [copy to your `_includes`](https://github.com/jekyll/minima/tree/master/_includes) if using).\n\n---\n\nThat's it! If all goes well running `bundle exec jekyll serve` should spin-up your site. If you encounter any bumps please file an issue on GitHub and make sure to indicate you're testing the pre-release Ruby gem version.\n\n[File an issue](https://github.com/mmistakes/minimal-mistakes/issues/new){: .btn .btn--info .btn--large}\n\nThanks!\n"
  },
  {
    "path": "docs/_posts/2017-01-23-layout-header-video.md",
    "content": "---\ntitle: \"Layout: Header Video\"\nheader:\n  video:\n    id: -PVofD2A9t8\n    provider: youtube\ncategories:\n  - Layout\n  - Uncategorized\ntags:\n  - video\n  - layout\n---\n\nThis post should display a **header with a responsive video**, if the theme supports it.\n\n## Settings\n\n| Parameter  | Required     | Description |\n|----------  |---------     | ----------- |\n| `id`       | **Required** | ID of the video |\n| `provider` | **Required** | Hosting provider of the video, either `youtube` or `vimeo` |\n\n### YouTube\n\nTo embed the following YouTube video at url `https://www.youtube.com/watch?v=-PVofD2A9t8` (long version) or `https://youtu.be/-PVofD2A9t8` (short version) into a post or page's main content you'd use: \n\n```liquid\n{% raw %}{% include video id=\"-PVofD2A9t8\" provider=\"youtube\" %}{% endraw %}\n```\n\n{% include video id=\"-PVofD2A9t8\" provider=\"youtube\" %}\n\nTo embed it as a video header you'd use the following YAML Front Matter\n\n```yaml\nheader:\n  video:\n    id: -PVofD2A9t8\n    provider: youtube\n```\n\n### Vimeo\n\nTo embed the following Vimeo video at url `https://vimeo.com/212731897` into a post or page's main content you'd use: \n\n```liquid\n{% raw %}{% include video id=\"212731897\" provider=\"vimeo\" %}{% endraw %}\n```\n\n{% include video id=\"212731897\" provider=\"vimeo\" %}\n\nTo embed it as a video header you'd use the following YAML Front Matter\n\n```yaml\nheader:\n  video:\n    id: 212731897\n    provider: vimeo\n```"
  },
  {
    "path": "docs/_posts/2017-11-28-post-exclude-search.md",
    "content": "---\ntitle:  \"Exclude Post from Search Index\"\nsearch: false\ncategories: \n  - Jekyll\nlast_modified_at: 2018-02-19T08:06:00-05:00\n---\n\nThis post should not appear in the search index because it has the following YAML Front Matter:\n\n```yaml\nsearch: false\n```\n\n**Note:** `search: false` only works to exclude posts when using Lunr as a search provider.\n{: .notice--info}\n\nTo exclude files when using Algolia as a search provider add an array to `algolia.files_to_exclude` in your `_config.yml`. For more configuration options be sure to check their [full documentation](https://community.algolia.com/jekyll-algolia/options.html).\n\n```yaml\nalgolia:\n  # Exclude more files from indexing\n  files_to_exclude:\n    - index.html\n    - index.md\n    - excluded-file.html\n    - _posts/2017-11-28-post-exclude-search.md\n    - subdirectory/*.html\n```"
  },
  {
    "path": "docs/_recipes/chocolate-chip-cookies.md",
    "content": "---\ntitle: \"Chocolate Chip Cookies\"\n---\n\nA chocolate chip cookie is a drop cookie that originated in the United States and features chocolate chips as its distinguishing ingredient.\n\nThe 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.\n\nThis recipe makes 4 dozen cookies.\n\n## Ingredients\n\n* 2 1/4 cups all-purpose flour\n* 1 teaspoon baking soda\n* 1/2 teaspoon salt\n* 1 cup butter, softened and cut to pieces\n* 1 cup sugar\n* 1 cup light brown sugar, packed\n* 2 teaspoons vanilla extract\n* 2 large eggs\n* 2 cups semi-sweet chocolate chips\n* 1/2 teaspoon nutmeg (optional)\n* 1 cup chopped pecans or walnuts (optional)\n\n## Directions\n\n1. Preheat the oven to 350 F.\n2. In a medium bowl, whisk flour with baking soda, nutmeg and salt.\n3. 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.\n4. Gradually add dry mixture into the butter-sugar wet blend, mixing with a spatula until combined. Add chocolate chips and nuts until just mixed.\n5. 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."
  },
  {
    "path": "docs/_recipes/oatmeal-cookies.md",
    "content": "---\ntitle: \"Oatmeal Cookies\"\n---\n\nOatmeal cookies are a proverbial favorite with both kids and adults. This crisp and chewy cookie is loaded with oats, dried fruit, and chopped nuts.\n\n## Ingredients\n\n* 1 cup butter, softened 1 cup white sugar\n* 1 cup packed brown sugar\n* 2 eggs\n* 1 teaspoon vanilla extract\n* 2 cups all-purpose flour\n* 1 teaspoon baking soda\n* 1 teaspoon salt\n* 1 1/2 teaspoons ground cinnamon\n* 3 cups quick cooking oats\n\n## Directions\n\n1. 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.\n2. 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.\n3. 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."
  },
  {
    "path": "docs/_recipes/peanut-butter-cookies.md",
    "content": "---\ntitle: \"Peanut Butter Cookies\"\n---\n\nA 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.\n\n## Ingredients\n\n* 1 cup unsalted butter\n* 1 cup crunchy peanut butter\n* 1 cup white sugar\n* 1 cup packed brown sugar\n* 2 eggs 2 \n* 1/2 cups all-purpose flour \n* 1 teaspoon baking powder\n* 1/2 teaspoon salt\n* 1 1/2 teaspoons baking soda\n\n## Directions\n\n1. Cream butter, peanut butter, and sugars together in a bowl; beat in eggs.\n2. In a separate bowl, sift flour, baking powder, baking soda, and salt; stir into butter mixture. Put dough in refrigerator for 1 hour.\n3. 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."
  },
  {
    "path": "docs/assets/images/browserconfig.xml",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<browserconfig>\n  <msapplication>\n    <tile>\n      <square70x70logo src=\"/images/mstile-70x70.png?v=M44lzPylqQ\"/>\n      <square150x150logo src=\"/images/mstile-150x150.png?v=M44lzPylqQ\"/>\n      <square310x310logo src=\"/images/mstile-310x310.png?v=M44lzPylqQ\"/>\n      <wide310x150logo src=\"/images/mstile-310x150.png?v=M44lzPylqQ\"/>\n      <TileColor>#000000</TileColor>\n    </tile>\n  </msapplication>\n</browserconfig>\n"
  },
  {
    "path": "docs/assets/images/manifest.json",
    "content": "{\n\t\"name\": \"Minimal Mistakes\",\n\t\"icons\": [\n\t\t{\n\t\t\t\"src\": \"\\/images\\/android-chrome-36x36.png?v=M44lzPylqQ\",\n\t\t\t\"sizes\": \"36x36\",\n\t\t\t\"type\": \"image\\/png\",\n\t\t\t\"density\": 0.75\n\t\t},\n\t\t{\n\t\t\t\"src\": \"\\/images\\/android-chrome-48x48.png?v=M44lzPylqQ\",\n\t\t\t\"sizes\": \"48x48\",\n\t\t\t\"type\": \"image\\/png\",\n\t\t\t\"density\": 1\n\t\t},\n\t\t{\n\t\t\t\"src\": \"\\/images\\/android-chrome-72x72.png?v=M44lzPylqQ\",\n\t\t\t\"sizes\": \"72x72\",\n\t\t\t\"type\": \"image\\/png\",\n\t\t\t\"density\": 1.5\n\t\t},\n\t\t{\n\t\t\t\"src\": \"\\/images\\/android-chrome-96x96.png?v=M44lzPylqQ\",\n\t\t\t\"sizes\": \"96x96\",\n\t\t\t\"type\": \"image\\/png\",\n\t\t\t\"density\": 2\n\t\t},\n\t\t{\n\t\t\t\"src\": \"\\/images\\/android-chrome-144x144.png?v=M44lzPylqQ\",\n\t\t\t\"sizes\": \"144x144\",\n\t\t\t\"type\": \"image\\/png\",\n\t\t\t\"density\": 3\n\t\t},\n\t\t{\n\t\t\t\"src\": \"\\/images\\/android-chrome-192x192.png?v=M44lzPylqQ\",\n\t\t\t\"sizes\": \"192x192\",\n\t\t\t\"type\": \"image\\/png\",\n\t\t\t\"density\": 4\n\t\t}\n\t]\n}\n"
  },
  {
    "path": "index.html",
    "content": "---\nlayout: home\nauthor_profile: true\n---\n"
  },
  {
    "path": "minimal-mistakes-jekyll.gemspec",
    "content": "require \"json\"\n\npackage_json = JSON.parse(File.read(\"package.json\"))\n\nGem::Specification.new do |spec|\n  spec.name                    = \"minimal-mistakes-jekyll\"\n  spec.version                 = package_json[\"version\"]\n  spec.authors                 = [\"Michael Rose\", \"iBug\"]\n\n  spec.summary                 = %q{A flexible two-column Jekyll theme.}\n  spec.homepage                = \"https://github.com/mmistakes/minimal-mistakes\"\n  spec.license                 = \"MIT\"\n\n  spec.metadata[\"plugin_type\"] = \"theme\"\n\n  spec.files                   = `git ls-files -z`.split(\"\\x0\").select do |f|\n    f.match(%r{^(assets|_(data|includes|layouts|sass)/|(LICENSE|README|CHANGELOG)((\\.(txt|md|markdown)|$)))}i)\n  end\n\n  spec.add_runtime_dependency \"jekyll\", \">= 3.7\", \"< 5.0\"\n  spec.add_runtime_dependency \"jekyll-paginate\", \"~> 1.1\"\n  spec.add_runtime_dependency \"jekyll-sitemap\", \"~> 1.3\"\n  spec.add_runtime_dependency \"jekyll-gist\", \"~> 1.5\"\n  spec.add_runtime_dependency \"jekyll-feed\", \"~> 0.1\"\n  spec.add_runtime_dependency \"jekyll-include-cache\", \"~> 0.1\"\n\n  spec.add_development_dependency \"bundler\"\n  spec.add_development_dependency \"rake\", \">= 12.3.3\"\nend\n"
  },
  {
    "path": "package.json",
    "content": "{\n  \"name\": \"minimal-mistakes\",\n  \"private\": true,\n  \"version\": \"4.28.0\",\n  \"description\": \"Minimal Mistakes 2 column Jekyll theme.\",\n  \"repository\": {\n    \"type\": \"git\",\n    \"url\": \"https://github.com/mmistakes/minimal-mistakes.git\"\n  },\n  \"keywords\": [\n    \"jekyll\",\n    \"theme\",\n    \"minimal\"\n  ],\n  \"author\": \"Michael Rose\",\n  \"license\": \"MIT\",\n  \"bugs\": {\n    \"url\": \"https://github.com/mmistakes/minimal-mistakes/issues\"\n  },\n  \"homepage\": \"https://mmistakes.github.io/minimal-mistakes/\",\n  \"engines\": {\n    \"node\": \">= 0.10.0\"\n  },\n  \"devDependencies\": {\n    \"uglify-js\": \"^3.17.4\"\n  }\n}\n"
  },
  {
    "path": "staticman.yml",
    "content": "# Name of the property. You can have multiple properties with completely\n# different config blocks for different sections of your site.\n# For example, you can have one property to handle comment submission and\n# another one to handle posts.\n# To encrypt strings use the following endpoint:\n# https://{your Staticman API URL}/v[2|3]/encrypt/{TEXT TO BE ENCRYPTED}\n\ncomments:\n  # (*) REQUIRED\n  #\n  # Names of the fields the form is allowed to submit. If a field that is\n  # not here is part of the request, an error will be thrown.\n  allowedFields: [\"name\", \"email\", \"url\", \"message\"]\n\n  # (*) REQUIRED WHEN USING NOTIFICATIONS\n  #\n  # When allowedOrigins is defined, only requests sent from one of the domains\n  # listed will be accepted. The origin is sent as part as the `options` object\n  # (e.g. <input name=\"options[origin]\" value=\"http://yourdomain.com/post1\")\n  # allowedOrigins: [\"yourdomain.com\"]\n\n  # (*) REQUIRED\n  #\n  # Name of the branch being used. Must match the one sent in the URL of the\n  # request.\n  branch: \"master\"\n\n  commitMessage: \"New comment by {fields.name}\"\n\n  # (*) REQUIRED\n  #\n  # Destination path (filename) for the data files. Accepts placeholders.\n  filename: \"comment-{@timestamp}\"\n\n  # The format of the generated data files. Accepted values are \"json\", \"yaml\"\n  # or \"frontmatter\"\n  format: \"yaml\"\n\n  # List of fields to be populated automatically by Staticman and included in\n  # the data file. Keys are the name of the field. The value can be an object\n  # with a `type` property, which configures the generated field, or any value\n  # to be used directly (e.g. a string, number or array)\n  generatedFields:\n    date:\n      type: \"date\"\n      options:\n        format: \"iso8601\" # \"iso8601\" (default), \"timestamp-seconds\", \"timestamp-milliseconds\"\n\n  # Whether entries need to be approved before they are published to the main\n  # branch. If set to `true`, a pull request will be created for your approval.\n  # Otherwise, entries will be published to the main branch automatically.\n  moderation: true\n\n  # Akismet spam detection.\n  # akismet:\n  #   enabled: true\n  #   author: \"name\"\n  #   authorEmail: \"email\"\n  #   authorUrl: \"url\"\n  #   content: \"message\"\n  #   type: \"comment\"\n\n  # Name of the site. Used in notification emails.\n  # name: \"Your Site\"\n\n  # Notification settings. When enabled, users can choose to receive notifications\n  # via email when someone adds a reply or a new comment. This requires an account\n  # with Mailgun, which you can get for free at http://mailgun.com.\n  # notifications:\n    # Enable notifications\n    # enabled: true\n\n    # (!) ENCRYPTED\n    #\n    # Mailgun API key\n    # apiKey: \"\"\n\n    # (!) ENCRYPTED\n    #\n    # Mailgun domain (encrypted)\n    # domain: \"\"\n\n  # (*) REQUIRED\n  #\n  # Destination path (directory) for the data files. Accepts placeholders.\n  path: \"docs/_data/comments/{options.slug}\" # \"_data/comments/{options.slug}\" (default)\n\n  # Names of required files. If any of these isn't in the request or is empty,\n  # an error will be thrown.\n  requiredFields: [\"name\", \"email\", \"message\"]\n\n  # List of transformations to apply to any of the fields supplied. Keys are\n  # the name of the field and values are possible transformation types.\n  transforms:\n    email: md5\n\n  # reCaptcha\n  # Register your domain at https://www.google.com/recaptcha/ and choose reCAPTCHA V2\n  reCaptcha:\n    enabled: true\n    siteKey: \"6LdRBykTAAAAAFB46MnIu6ixuxwu9W1ihFF8G60Q\"\n    # Encrypt reCaptcha secret key using Staticman /encrypt endpoint\n    # For more information, https://staticman.net/docs/encryption\n    secret: \"PznnZGu3P6eTHRPLORniSq+J61YEf+A9zmColXDM5icqF49gbunH51B8+h+i2IvewpuxtA9TFoK68TuhUp/X3YKmmqhXasegHYabY50fqF9nJh9npWNhvITdkQHeaOqnFXUIwxfiEeUt49Yoa2waRR7a5LdRAP3SVM8hz0KIBT4=\"\n"
  },
  {
    "path": "test/Gemfile",
    "content": "source \"https://rubygems.org\"\n\n# use local theme gem for testing\ngem \"minimal-mistakes-jekyll\", path: \"../\"\ngroup :jekyll_plugins do\n  gem 'jekyll-algolia', '~> 1.0'\nend\n\ngem \"wdm\", \"~> 0.1.0\" if Gem.win_platform?\ngem \"webrick\""
  },
  {
    "path": "test/_config.yml",
    "content": "# Welcome to Jekyll!\n#\n# This config file is meant for settings that affect your entire site, values\n# which you are expected to set up once and rarely need to edit after that.\n# For technical reasons, this file is *NOT* reloaded automatically when you use\n# `jekyll serve`. If you change this file, please restart the server process.\n\ntheme                    : \"minimal-mistakes-jekyll\"\nminimal_mistakes_skin    : \"default\" # \"air\", \"aqua\", \"contrast\", \"dark\", \"dirt\", \"neon\", \"mint\", \"plum\", \"sunrise\"\n\n# Site Settings\nlocale                   : \"en-US\"\ntitle                    : \"Minimal Mistakes\"\ntitle_separator          : \"-\"\nsubtitle                 : \"Development Test Site\"\nname                     : \"Your Name\"\ndescription              : \"Minimal Mistakes theme test.\"\nurl                      : # the base hostname & protocol for your site e.g. \"https://mmistakes.github.io\"\nbaseurl                  : \"/test\"\nrepository               : # GitHub username/repo-name e.g. \"mmistakes/minimal-mistakes\"\nteaser                   : # path of fallback teaser image, e.g. \"/assets/images/500x300.png\"\nlogo                     : \"/assets/images/apple-touch-icon.png\" # path of logo image to display in the masthead, e.g. \"/assets/images/88x88.png\"\nmasthead_title           : \"Custom Title\" # overrides the website title displayed in the masthead, use \" \" for no title\n# breadcrumbs            : false # true, false (default)\nwords_per_minute         : 200\ncomments:\n  provider               : # false (default), \"disqus\", \"discourse\", \"facebook\", \"staticman\", \"utterances\", \"giscus\", \"custom\"\n  disqus:\n    shortname            : # https://help.disqus.com/customer/portal/articles/466208-what-s-a-shortname-\n  discourse:\n    server               : # https://meta.discourse.org/t/embedding-discourse-comments-via-javascript/31963 , e.g.: meta.discourse.org\n  facebook:\n    # https://developers.facebook.com/docs/plugins/comments\n    appid                :\n    num_posts            : # 5 (default)\n    colorscheme          : # \"light\" (default), \"dark\"\n  utterances:\n    theme                : # \"github-light\" (default), \"github-dark\"\n    issue_term           : # \"pathname\" (default)\n  giscus:\n    repo_id              : # Shown during giscus setup at https://giscus.app\n    category_name        : # Full text name of the category\n    category_id          : # Shown during giscus setup at https://giscus.app\n    discussion_term      : # \"pathname\" (default), \"url\", \"title\", \"og:title\"\n    reactions_enabled    : # '1' for enabled (default), '0' for disabled\n    theme                : # \"light\" (default), \"dark\", \"dark_dimmed\", \"transparent_dark\", \"preferred_color_scheme\"\n  staticman:\n    branch               : # \"master\"\n    endpoint             : # \"https://{your Staticman v3 API}/v3/entry/github/\"\natom_feed:\n  path                   : # blank (default) uses feed.xml\nsearch                   : true # true, false (default)\nsearch_full_content      : true # true, false (default)\nsearch_provider          : \"lunr\"\nlunr:\n  search_within_pages    : true\nalgolia:\n  application_id         : \"QB6HVGBSBA\"\n  index_name             : \"dev_minimal-mistakes\"\n  search_only_api_key    : \"9d5014e5bbc77372547bce778dfa5663\"\n  powered_by             : true\n\n# SEO Related\ngoogle_site_verification :\nbing_site_verification   :\nyandex_site_verification :\n\n# Social Sharing\ntwitter:\n  username               : \"mmistakes\"\nfacebook:\n  username               :\n  app_id                 :\n  publisher              :\nog_image                 : \"/assets/images/bio-photo.jpg\"\n# For specifying social profiles\n# - https://developers.google.com/structured-data/customize/social-profiles\nsocial:\n  type                   : # Person or Organization (defaults to Person)\n  name                   : # If the user or organization name differs from the site's name\n  links: # An array of links to social media profiles\n    - https://twitter.com/\n    - https://github.com/\n\n# Analytics\nanalytics:\n  provider               : false # false (default), \"google\", \"google-universal\", \"google-gtag\", \"custom\"\n  google:\n    tracking_id          :\n\n\n# Site Author\nauthor:\n  name             : \"Your Name\"\n  avatar           : \"/assets/images/bio-photo.jpg\"\n  bio              : \"I am an **amazing** person.\"\n  location         : \"Somewhere\"\n  links:\n    - label: \"Your Website\"\n      icon: \"fas fa-fw fa-link\"\n      url: \"https://your-site.com\"\n    - label: \"Twitter\"\n      icon: \"fab fa-fw fa-twitter-square\"\n      url: \"https://twitter.com/\"\n    - label: \"GitHub\"\n      icon: \"fab fa-fw fa-github\"\n      url: \"https://github.com/\"\n    - label: \"Instagram\"\n      icon: \"fab fa-fw fa-instagram\"\n      url: \"https://instagram.com/\"\n\n\n# Site Footer\nfooter:\n  links:\n    - label: \"Twitter\"\n      icon: \"fab fa-fw fa-twitter-square\"\n      url: \"https://twitter.com/\"\n    - label: \"GitHub\"\n      icon: \"fab fa-fw fa-github\"\n      url: \"https://github.com/\"\n    - label: \"Instagram\"\n      icon: \"fab fa-fw fa-instagram\"\n      url: \"https://instagram.com/\"\n  since: \"2013\"\n\n\n# Reading Files\ninclude:\n  - .htaccess\n  - _pages\nexclude:\n  - \"*.sublime-project\"\n  - \"*.sublime-workspace\"\n  - vendor\n  - .asset-cache\n  - .bundle\n  - .jekyll-assets-cache\n  - .sass-cache\n  - assets/js/plugins\n  - assets/js/_main.js\n  - assets/js/vendor\n  - Capfile\n  - CHANGELOG\n  - config\n  - Gemfile\n  - Gruntfile.js\n  - gulpfile.js\n  - LICENSE\n  - log\n  - node_modules\n  - package.json\n  - Rakefile\n  - README\n  - tmp\nkeep_files:\n  - .git\n  - .svn\nencoding: \"utf-8\"\nmarkdown_ext: \"markdown,mkdown,mkdn,mkd,md\"\n\n# Liquid\nstrict_front_matter: true\nliquid:\n  error_mode: strict\n\n# Conversion\nmarkdown: kramdown\nhighlighter: rouge\nlsi: false\nexcerpt_separator: \"\\n\\n\"\nincremental: false\n\n\n# Markdown Processing\nkramdown:\n  input: GFM\n  hard_wrap: false\n  auto_ids: true\n  footnote_nr: 1\n  entity_output: as_char\n  toc_levels: 1..6\n  smart_quotes: lsquo,rsquo,ldquo,rdquo\n  enable_coderay: false\n\n\n# Sass/SCSS\nsass:\n  sass_dir: _sass\n  style: compressed # http://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style\n\n\n# Outputting\npermalink: /:categories/:title/\npaginate: 5 # amount of posts to show\npaginate_path: /page:num/\ntimezone: # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones\n\n\n# Plugins (previously gems:)\nplugins:\n  - jekyll-paginate\n  - jekyll-sitemap\n  - jekyll-gist\n  - jekyll-feed\n  - jekyll-include-cache\n\n# mimic GitHub Pages with --safe\nwhitelist:\n  - jekyll-paginate\n  - jekyll-sitemap\n  - jekyll-gist\n  - jekyll-feed\n  - jekyll-include-cache\n\n\n# Archives\n#  Type\n#  - GitHub Pages compatible archive pages built with Liquid ~> type: liquid (default)\n#  - Jekyll Archives plugin archive pages ~> type: jekyll-archives\n#  Path (examples)\n#  - Archive page should exist at path when using Liquid method or you can\n#    expect broken links (especially with breadcrumbs enabled)\n#  - <base_path>/tags/my-awesome-tag/index.html ~> path: /tags/\n#  - <base_path>/categories/my-awesome-category/index.html ~> path: /categories/\n#  - <base_path>/my-awesome-category/index.html ~> path: /\ncategory_archive:\n  type: liquid\n  path: /categories/\ntag_archive:\n  type: liquid\n  path: /tags/\n# https://github.com/jekyll/jekyll-archives\n# jekyll-archives:\n#   enabled:\n#     - categories\n#     - tags\n#   layouts:\n#     category: archive-taxonomy\n#     tag: archive-taxonomy\n#   permalinks:\n#     category: /categories/:name/\n#     tag: /tags/:name/\n\n\n# HTML Compression\n# - http://jch.penibelst.de/\ncompress_html:\n  clippings: all\n  ignore:\n    envs: development\n\n\n# Collections\ncollections:\n  recipes:\n    output: true\n    permalink: /:collection/:path/\n  pets:\n    output: true\n    permalink: /:collection/:path/\n  portfolio:\n    output: true\n    permalink: /:collection/:path/\n\n\n# Defaults\ndefaults:\n  # _posts\n  - scope:\n      path: \"\"\n      type: posts\n    values:\n      layout: single\n      author_profile: true\n      read_time: true\n      share: true\n      related: true\n  # _pages\n  - scope:\n      path: \"_pages\"\n      type: pages\n    values:\n      layout: single\n      author_profile: true\n  # _recipes\n  - scope:\n      path: \"\"\n      type: recipes\n    values:\n      layout: single\n      author_profile: true\n      share: true\n  # _pets\n  - scope:\n      path: \"\"\n      type: pets\n    values:\n      layout: single\n      author_profile: true\n      share: true\n  # _portfolio\n  - scope:\n      path: \"\"\n      type: portfolio\n    values:\n      layout: single\n      author_profile: false\n      share: true\n"
  },
  {
    "path": "test/_data/authors.yml",
    "content": "# Authors\n\nBilly Rick:\n  name        : \"Billy Rick\"\n  bio         : \"What do you want, jewels? I am a very extravagant man.\"\n  avatar      : \"/assets/images/bio-photo-2.jpg\"\n  links:\n    - label: \"Email\"\n      icon: \"fas fa-fw fa-envelope-square\"\n      url: \"mailto:billyrick@rick.com\"\n    - label: \"Website\"\n      icon: \"fas fa-fw fa-link\"\n      url: \"https://thewhip.com\"\n    - label: \"Twitter\"\n      icon: \"fab fa-fw fa-twitter-square\"\n      url: \"https://twitter.com/extravagantman\"\n\nCornelius Fiddlebone:\n  name        : \"Cornelius Fiddlebone\"\n  bio         : \"I ordered what?\"\n  avatar      : \"/assets/images/bio-photo.jpg\"\n  links:\n    - label: \"Email\"\n      icon: \"fas fa-fw fa-envelope-square\"\n      url: \"mailto:cornelius@thewhip.com\"\n    - label: \"Twitter\"\n      icon: \"fab fa-fw fa-twitter-square\"\n      url: \"https://twitter.com/rhymeswithsackit\""
  },
  {
    "path": "test/_data/navigation.yml",
    "content": "# main links links\nmain:\n  - title: \"About\"\n    url: https://mmistakes.github.io/minimal-mistakes/about/\n  - title: \"Posts\"\n    url: /year-archive/\n  - title: \"Collections\"\n    url: /collection-archive/\n  - title: \"Sitemap\"\n    url: /sitemap/\n  - title: \"Extra Menu Item 1\"\n    url: /\n  - title: \"Extra Menu Item 2\"\n    url: /\n  - title: \"Extra Menu Item Long Title\"\n    url: /\n\n# sidebar navigation list sample\nsidebar-sample:\n  - title: \"Parent Page A\"\n    children:\n      - title: \"Child Page A1\"\n        url: /child-page-a1/\n      - title: \"Child Page A2\"\n        url: /child-page-a2/\n      - title: \"Child Page A3\"\n        url: /child-page-a3/\n      - title: \"Child Page A4\"\n        url: /child-page-a4/\n  - title: \"Parent Page B\"\n    children:\n      - title: \"Child Page B1\"\n        url: /child-page-b1/\n      - title: \"Child Page B2\"\n        url: /child-page-b2/\n      - title: \"Child Page B3\"\n        url: /child-page-b3/\n      - title: \"Child Page B4\"\n        url: /child-page-b4/\n      - title: \"Child Page B5\"\n        url: /child-page-b5/\n  - title: \"Parent Page C\"\n    children:\n      - title: \"Child Page C1\"\n        url: /child-page-c1/\n      - title: \"Child Page C2\"\n        url: /child-page-c2/\n      - title: \"Child Page C3\"\n        url: /child-page-c3/\n      - title: \"Child Page C4\"\n        url: /child-page-c4/\n      - title: \"Child Page C5\"\n        url: /child-page-c5/\n  - title: \"Parent Page D\"\n    children:\n      - title: \"Child Page D1\"\n        url: /child-page-d1/\n      - title: \"Child Page D2\"\n        url: /child-page-d2/\n      - title: \"Child Page D3 (External)\"\n        url: https://your-domain.com"
  },
  {
    "path": "test/_pages/404.md",
    "content": "---\ntitle: \"Page Not Found\"\nexcerpt: \"Page not found. Your pixels are in another canvas.\"\nsitemap: false\npermalink: /404.html\n---\n\nSorry, but the page you were trying to view does not exist.\n"
  },
  {
    "path": "test/_pages/archive-layout-with-content.md",
    "content": "---\ntitle: \"Archive Layout with Content\"\nlayout: archive\npermalink: /archive-layout-with-content/\n---\n\nA variety of common markup showing how the theme styles them.\n\n# Header one\n\n## Header two\n\n### Header three\n\n#### Header four\n\n##### Header five\n\n###### Header six\n\n## Blockquotes\n\nSingle line blockquote:\n\n> Stay hungry. Stay foolish.\n\nMulti line blockquote with a cite reference:\n\n> 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.\n\n<cite>Steve Jobs</cite> --- Apple Worldwide Developers' Conference, 1997\n{: .small}\n\n## Tables\n\n| Employee         | Salary |                                                              |\n| --------         | ------ | ------------------------------------------------------------ |\n| [John Doe](#)    | $1     | Because that's all Steve Jobs needed for a salary.           |\n| [Jane Doe](#)    | $100K  | For all the blogging she does.                               |\n| [Fred Bloggs](#) | $100M  | Pictures are worth a thousand words, right? So Jane × 1,000. |\n| [Jane Bloggs](#) | $100B  | With hair like that?! Enough said.                           |\n\n| Header1 | Header2 | Header3 |\n|:--------|:-------:|--------:|\n| cell1   | cell2   | cell3   |\n| cell4   | cell5   | cell6   |\n|-----------------------------|\n| cell1   | cell2   | cell3   |\n| cell4   | cell5   | cell6   |\n|=============================|\n| Foot1   | Foot2   | Foot3   |\n\n## Definition Lists\n\nDefinition List Title\n:   Definition list division.\n\nStartup\n:   A startup company or startup is a company or temporary organization designed to search for a repeatable and scalable business model.\n\n#dowork\n:   Coined by Rob Dyrdek and his personal body guard Christopher \"Big Black\" Boykins, \"Do Work\" works as a self motivator, to motivating your friends.\n\nDo It Live\n:   I'll let Bill O'Reilly [explain](https://www.youtube.com/watch?v=O_HyZ5aW76c \"We'll Do It Live\") this one.\n\n## Unordered Lists (Nested)\n\n  * List item one \n      * List item one \n          * List item one\n          * List item two\n          * List item three\n          * List item four\n      * List item two\n      * List item three\n      * List item four\n  * List item two\n  * List item three\n  * List item four\n\n## Ordered List (Nested)\n\n  1. List item one \n      1. List item one \n          1. List item one\n          2. List item two\n          3. List item three\n          4. List item four\n      2. List item two\n      3. List item three\n      4. List item four\n  2. List item two\n  3. List item three\n  4. List item four\n\n## Buttons\n\nMake any link standout more when applying the `.btn` class.\n\n```html\n<a href=\"#\" class=\"btn--success\">Success Button</a>\n```\n\n[Primary Button](#){: .btn}\n[Success Button](#){: .btn .btn--success}\n[Warning Button](#){: .btn .btn--warning}\n[Danger Button](#){: .btn .btn--danger}\n[Info Button](#){: .btn .btn--info}\n[Inverse Button](#){: .btn .btn--inverse}\n[Light Outline Button](#){: .btn .btn--light-outline}\n\n```markdown\n[Primary Button Text](#link){: .btn}\n[Success Button Text](#link){: .btn .btn--success}\n[Warning Button Text](#link){: .btn .btn--warning}\n[Danger Button Text](#link){: .btn .btn--danger}\n[Info Button Text](#link){: .btn .btn--info}\n[Inverse Button](#link){: .btn .btn--inverse}\n[Light Outline Button](#link){: .btn .btn--light-outline}\n```\n\n[X-Large Button](#){: .btn .btn--x-large}\n[Large Button](#){: .btn .btn--large}\n[Default Button](#){: .btn}\n[Small Button](#){: .btn .btn--small}\n\n```markdown\n[X-Large Button](#link){: .btn .btn--x-large}\n[Large Button](#link){: .btn .btn--large}\n[Default Button](#link){: .btn}\n[Small Button](#link){: .btn .btn--small}\n```\n\n## Notices\n\n**Watch out!** You can also add notices by appending `{: .notice}` to a paragraph.\n{: .notice}\n\n## HTML Tags\n\n### Address Tag\n\n<address>\n  1 Infinite Loop<br /> Cupertino, CA 95014<br /> United States\n</address>\n\n### Anchor Tag (aka. Link)\n\nThis is an example of a [link](http://apple.com \"Apple\").\n\n### Abbreviation Tag\n\nThe abbreviation CSS stands for \"Cascading Style Sheets\".\n\n*[CSS]: Cascading Style Sheets\n\n### Cite Tag\n\n\"Code is poetry.\" ---<cite>Automattic</cite>\n\n### Code Tag\n\nYou will learn later on in these tests that `word-wrap: break-word;` will be your best friend.\n\n### Strike Tag\n\nThis tag will let you <strike>strikeout text</strike>.\n\n### Emphasize Tag\n\nThe emphasize tag should _italicize_ text.\n\n### Insert Tag\n\nThis tag should denote <ins>inserted</ins> text.\n\n### Keyboard Tag\n\nThis scarcely known tag emulates <kbd>keyboard text</kbd>, which is usually styled like the `<code>` tag.\n\n### Preformatted Tag\n\nThis tag styles large blocks of code.\n\n<pre>\n.post-title {\n  margin: 0 0 5px;\n  font-weight: bold;\n  font-size: 38px;\n  line-height: 1.2;\n  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;\n}\n</pre>\n\n### Quote Tag\n\n<q>Developers, developers, developers&#8230;</q> &#8211;Steve Ballmer\n\n### Strong Tag\n\nThis tag shows **bold text**.\n\n### Subscript Tag\n\nGetting our science styling on with H<sub>2</sub>O, which should push the \"2\" down.\n\n### Superscript Tag\n\nStill sticking with science and Albert Einstein's E = MC<sup>2</sup>, which should lift the 2 up.\n\n### Variable Tag\n\nThis allows you to denote <var>variables</var>."
  },
  {
    "path": "test/_pages/category-archive-grid.md",
    "content": "---\ntitle: \"Posts by Category (grid view)\"\nlayout: categories\npermalink: /categories-grid/\nentries_layout: grid\nauthor_profile: true\n---\n"
  },
  {
    "path": "test/_pages/category-archive.md",
    "content": "---\ntitle: \"Posts by Category\"\nlayout: categories\npermalink: /categories/\nauthor_profile: true\n---\n"
  },
  {
    "path": "test/_pages/collection-archive-grid.html",
    "content": "---\nlayout: archive\ntitle: \"Posts by Collection (grid view)\"\npermalink: /collection-archive-grid/\nentries_layout: grid\nauthor_profile: true\n---\n\n{% assign entries_layout = page.entries_layout | default: 'list' %}\n{% capture written_label %}'None'{% endcapture %}\n\n{% for collection in site.collections %}\n  {% unless collection.output == false or collection.label == \"posts\" %}\n    <section class=\"taxonomy__section\">\n      {% capture label %}{{ collection.label }}{% endcapture %}\n      {% if label != written_label %}\n        <h2 id=\"{{ label | slugify }}\" class=\"archive__subtitle\">{{ label }}</h2>\n        {% capture written_label %}{{ label }}{% endcapture %}\n      {% endif %}\n      <div class=\"entries-{{ entries_layout }}\">\n        {% for post in collection.docs %}\n          {% include archive-single.html type=entries_layout %}\n        {% endfor %}\n      </div>\n      <a href=\"#page-title\" class=\"back-to-top\">{{ site.data.ui-text[site.locale].back_to_top | default: 'Back to Top' }} &uarr;</a>\n    </section>\n  {% endunless %}\n{% endfor %}\n"
  },
  {
    "path": "test/_pages/collection-archive.html",
    "content": "---\nlayout: archive\ntitle: \"Posts by Collection\"\npermalink: /collection-archive/\nauthor_profile: true\n---\n\n{% capture written_label %}'None'{% endcapture %}\n\n{% for collection in site.collections %}\n  {% unless collection.output == false or collection.label == \"posts\" %}\n    {% capture label %}{{ collection.label }}{% endcapture %}\n    {% if label != written_label %}\n      <h2 id=\"{{ label | slugify }}\" class=\"archive__subtitle\">{{ label }}</h2>\n      {% capture written_label %}{{ label }}{% endcapture %}\n    {% endif %}\n  {% endunless %}\n  {% for post in collection.docs %}\n    {% unless collection.output == false or collection.label == \"posts\" %}\n      {% include archive-single.html type=page.entries_layout %}\n    {% endunless %}\n  {% endfor %}\n{% endfor %}\n"
  },
  {
    "path": "test/_pages/edge-case-grid.md",
    "content": "---\ntitle: Edge Case (grid view)\nlayout: category\npermalink: /categories/edge-case-grid/\ntaxonomy: Edge Case\nentries_layout: grid\n---\n\nSample post listing for the category `Edge Case`.\n"
  },
  {
    "path": "test/_pages/edge-case.md",
    "content": "---\ntitle: Edge Case\nlayout: category\npermalink: /categories/edge-case/\ntaxonomy: Edge Case\n---\n\nSample post listing for the category `Edge Case`.\n"
  },
  {
    "path": "test/_pages/lorem-ipsum.md",
    "content": "---\ntitle: \"Lorem Ipsum\"\npermalink: /lorem-ipsum/\n---\n\nLorem 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.\n\nCras 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.\n\nPraesent 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.\n\nCurabitur 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.\n\nCras 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.\n\nNulla 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.\n\nNullam 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.\n\nAliquam 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.\n\nDonec 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.\n\nQuisque 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.\n\nՀայերեն\n\nLorem Ipsum-ը տպագրության և տպագրական արդյունաբերության համար նախատեսված մոդելային տեքստ է: Սկսած 1500-ականներից\\` Lorem Ipsum-ը հանդիսացել է տպագրական արդյունաբերության ստանդարտ մոդելային տեքստ, ինչը մի անհայտ տպագրիչի կողմից տարբեր տառատեսակների օրինակների գիրք ստեղծելու ջանքերի արդյունք է: Այս տեքստը ոչ միայն կարողացել է գոյատևել հինգ դարաշրջան, այլև ներառվել է էլեկտրոնային տպագրության մեջ\\` մնալով էապես անփոփոխ: Այն հայտնի է դարձել 1960-ականներին Lorem Ipsum բովանդակող Letraset էջերի թողարկման արդյունքում, իսկ ավելի ուշ համակարգչային տպագրության այնպիսի ծրագրերի թողարկման հետևանքով, ինչպիսին է Aldus PageMaker-ը, որը ներառում է Lorem Ipsum-ի տարատեսակներ:\n\nБългарски\n\nLorem Ipsum е елементарен примерен текст, използван в печатарската и типографската индустрия. Lorem Ipsum е индустриален стандарт от около 1500 година, когато неизвестен печатар взема няколко печатарски букви и ги разбърква, за да напечата с тях книга с примерни шрифтове. Този начин не само е оцелял повече от 5 века, но е навлязъл и в публикуването на електронни издания като е запазен почти без промяна. Популяризиран е през 60те години на 20ти век със издаването на Letraset листи, съдържащи Lorem Ipsum пасажи, популярен е и в наши дни във софтуер за печатни издания като Aldus PageMaker, който включва различни версии на Lorem Ipsum.\n\nCatalà\n\nLorem 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&#8217;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&#8217;any 1960 amb el llançament de fulls Letraset que contenien passatges de Lorem Ipsum, i més recentment amb programari d&#8217;autoedició com Aldus Pagemaker que inclou versions de Lorem Ipsum.\n\nHrvatski\n\nLorem 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.\n\nČesky\n\nLorem 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.\n\nRomâna\n\nLorem 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 &#8217;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.\n\nСрпски\n\nLorem Ipsum је једноставно модел текста који се користи у штампарској и словослагачкој индустрији. Lorem ipsum је био стандард за модел текста још од 1500. године, када је непознати штампар узео кутију са словима и сложио их како би направио узорак књиге. Не само што је овај модел опстао пет векова, него је чак почео да се користи и у електронским медијима, непроменивши се. Популаризован је шездесетих година двадесетог века заједно са листовима летерсета који су садржали Lorem Ipsum пасусе, а данас са софтверским пакетом за прелом као што је Aldus PageMaker који је садржао Lorem Ipsum верзије."
  },
  {
    "path": "test/_pages/markup-grid.md",
    "content": "---\ntitle: Markup (grid view)\nlayout: tag\npermalink: /tags/markup-grid/\ntaxonomy: markup\nentries_layout: grid\n---\n\nSample post listing for the tag `markup`.\n"
  },
  {
    "path": "test/_pages/markup.md",
    "content": "---\ntitle: Markup\nlayout: tag\npermalink: /tags/markup/\ntaxonomy: markup\n---\n\nSample post listing for the tag `markup`.\n"
  },
  {
    "path": "test/_pages/page-a.md",
    "content": "---\ntitle: \"Page A\"\npermalink: /page-a/\ndate: 2011-06-23T18:38:52+00:00\n---\n\nInteger 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."
  },
  {
    "path": "test/_pages/page-archive-grid.html",
    "content": "---\nlayout: archive\ntitle: \"Page Archive\"\npermalink: /page-archive-grid/\nentries_layout: grid\nauthor_profile: false\n---\n\n{% assign entries_layout = page.entries_layout | default: 'list' %}\n<section class=\"taxonomy__section\">\n  <div class=\"entries-{{ entries_layout }}\">\n    {% for post in site.pages %}\n      {% include archive-single.html type=entries_layout %}\n    {% endfor %}\n  </div>\n</section>\n"
  },
  {
    "path": "test/_pages/page-archive.html",
    "content": "---\nlayout: archive\ntitle: \"Page Archive\"\npermalink: /page-archive/\nauthor_profile: false\n---\n\n{% for post in site.pages %}\n  {% include archive-single.html %}\n{% endfor %}\n"
  },
  {
    "path": "test/_pages/page-b.md",
    "content": "---\ntitle: \"Page B\"\npermalink: /page-b/\ndate: 2011-06-23T18:39:14+00:00\n---\n\n(lorem ipsum)"
  },
  {
    "path": "test/_pages/portfolio-archive.md",
    "content": "---\ntitle: Portfolio\nlayout: collection\npermalink: /portfolio/\ncollection: portfolio\nentries_layout: grid\nclasses: wide\n---\n\nSample document listing for the collection `_portfolio`.\n"
  },
  {
    "path": "test/_pages/post-archive-feature-rows.html",
    "content": "---\nlayout: archive\ntitle: \"Post Archive with Feature Rows\"\npermalink: /post-archive-feature-rows/\nauthor_profile: true\nfeature_row:\n  - image_path: assets/images/unsplash-gallery-image-1-th.jpg\n    alt: \"placeholder image 1\"\n    title: \"Placeholder 1\"\n    excerpt: \"This is some sample content that goes here with **Markdown** formatting.\"\n  - image_path: /assets/images/unsplash-gallery-image-2-th.jpg\n    alt: \"placeholder image 2\"\n    title: \"Placeholder 2\"\n    excerpt: \"This is some sample content that goes here with **Markdown** formatting.\"\n    url: \"#test-link\"\n    btn_label: \"Read More\"\n    btn_class: \"btn--primary\"\n  - image_path: /assets/images/unsplash-gallery-image-3-th.jpg\n    title: \"Placeholder 3\"\n    excerpt: \"This is some sample content that goes here with **Markdown** formatting.\"\nfeature_row2:\n  - image_path: /assets/images/unsplash-gallery-image-2-th.jpg\n    alt: \"placeholder image 2\"\n    title: \"Placeholder Image Left Aligned\"\n    excerpt: 'This is some sample content that goes here with **Markdown** formatting. Left aligned with `type=\"left\"`'\n    url: \"#test-link\"\n    btn_label: \"Read More\"\n    btn_class: \"btn--primary\"\nfeature_row3:\n  - image_path: /assets/images/unsplash-gallery-image-2-th.jpg\n    alt: \"placeholder image 2\"\n    title: \"Placeholder Image Right Aligned\"\n    excerpt: 'This is some sample content that goes here with **Markdown** formatting. Right aligned with `type=\"right\"`'\n    url: \"#test-link\"\n    btn_label: \"Read More\"\n    btn_class: \"btn--primary\"\nfeature_row4:\n  - image_path: /assets/images/unsplash-gallery-image-2-th.jpg\n    alt: \"placeholder image 2\"\n    title: \"Placeholder Image Center Aligned\"\n    excerpt: 'This is some sample content that goes here with **Markdown** formatting. Centered with `type=\"center\"`'\n    url: \"#test-link\"\n    btn_label: \"Read More\"\n    btn_class: \"btn--primary\"\n---\n\n{% for post in site.posts limit: 5 %}\n  {% include archive-single.html %}\n{% endfor %}\n\n{% include feature_row id=\"intro\" type=\"center\" %}\n\n{% include feature_row %}\n\n{% include feature_row id=\"feature_row2\" type=\"left\" %}\n\n{% include feature_row id=\"feature_row3\" type=\"right\" %}\n\n{% include feature_row id=\"feature_row4\" type=\"center\" %}"
  },
  {
    "path": "test/_pages/recipes-archive.md",
    "content": "---\nlayout: collection\ntitle: \"Recipes\"\ncollection: recipes\npermalink: /recipes-archive/\nauthor_profile: false\n---\n\nSample document listing for the collection `_recipes`."
  },
  {
    "path": "test/_pages/sample-page.md",
    "content": "---\ntitle: \"Sample Page\"\npermalink: /sample-page/\ndate: 2016-02-24T03:02:20+00:00\n---\n\nThis 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:\n\n> 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.)\n\n...or something like this:\n\n> 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.\n\nYou should probably delete this page and create new pages for your content. Have fun!"
  },
  {
    "path": "test/_pages/search.md",
    "content": "---\ntitle: Search\nlayout: search\npermalink: /search/\n---"
  },
  {
    "path": "test/_pages/sitemap.md",
    "content": "---\nlayout: archive\ntitle: \"Sitemap\"\npermalink: /sitemap/\nauthor_profile: false\n---\n\nA list of all the posts and pages found on the site. For you robots out there is an [XML version]({{ '/sitemap.xml' | relative_url }}) available for digesting as well.\n\n<h2>Pages</h2>\n{% for post in site.pages %}\n  {% include archive-single.html %}\n{% endfor %}\n\n<h2>Posts</h2>\n{% for post in site.posts %}\n  {% include archive-single.html %}\n{% endfor %}\n\n{% capture written_label %}'None'{% endcapture %}\n\n{% for collection in site.collections %}\n{% unless collection.output == false or collection.label == \"posts\" %}\n  {% capture label %}{{ collection.label }}{% endcapture %}\n  {% if label != written_label %}\n  <h2>{{ label }}</h2>\n  {% capture written_label %}{{ label }}{% endcapture %}\n  {% endif %}\n{% endunless %}\n{% for post in collection.docs %}\n  {% unless collection.output == false or collection.label == \"posts\" %}\n  {% include archive-single.html %}\n  {% endunless %}\n{% endfor %}\n{% endfor %}"
  },
  {
    "path": "test/_pages/splash-page.md",
    "content": "---\ntitle: \"Splash Page\"\nlayout: splash\npermalink: /splash-page/\ndate: 2016-03-23T11:48:41-04:00\nheader:\n  overlay_color: \"#000\"\n  overlay_filter: \"0.5\"\n  overlay_image: /assets/images/unsplash-image-1.jpg\n  actions:\n    - label: \"Learn More\"\n      url: \"/terms/\"\n  caption: \"Photo credit: [**Unsplash**](https://unsplash.com)\"\nexcerpt: \"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.\"\nintro: \n  - 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\"`'\nfeature_row:\n  - image_path: assets/images/unsplash-gallery-image-1-th.jpg\n    image_caption: \"Image courtesy of [Unsplash](https://unsplash.com/)\"\n    alt: \"placeholder image 1\"\n    title: \"Placeholder 1\"\n    excerpt: \"This is some sample content that goes here with **Markdown** formatting.\"\n  - image_path: /assets/images/unsplash-gallery-image-2-th.jpg\n    alt: \"placeholder image 2\"\n    title: \"Placeholder 2\"\n    excerpt: \"This is some sample content that goes here with **Markdown** formatting.\"\n    url: \"#test-link\"\n    btn_label: \"Read More\"\n    btn_class: \"btn--primary\"\n  - image_path: /assets/images/unsplash-gallery-image-3-th.jpg\n    title: \"Placeholder 3\"\n    excerpt: \"This is some sample content that goes here with **Markdown** formatting.\"\nfeature_row2:\n  - image_path: /assets/images/unsplash-gallery-image-2-th.jpg\n    alt: \"placeholder image 2\"\n    title: \"Placeholder Image Left Aligned\"\n    excerpt: 'This is some sample content that goes here with **Markdown** formatting. Left aligned with `type=\"left\"`'\n    url: \"#test-link\"\n    btn_label: \"Read More\"\n    btn_class: \"btn--primary\"\nfeature_row3:\n  - image_path: /assets/images/unsplash-gallery-image-2-th.jpg\n    alt: \"placeholder image 2\"\n    title: \"Placeholder Image Right Aligned\"\n    excerpt: 'This is some sample content that goes here with **Markdown** formatting. Right aligned with `type=\"right\"`'\n    url: \"#test-link\"\n    btn_label: \"Read More\"\n    btn_class: \"btn--primary\"\nfeature_row4:\n  - image_path: /assets/images/unsplash-gallery-image-2-th.jpg\n    alt: \"placeholder image 2\"\n    title: \"Placeholder Image Center Aligned\"\n    excerpt: 'This is some sample content that goes here with **Markdown** formatting. Centered with `type=\"center\"`'\n    url: \"#test-link\"\n    btn_label: \"Read More\"\n    btn_class: \"btn--primary\"\n---\n\n{% include feature_row id=\"intro\" type=\"center\" %}\n\n{% include feature_row %}\n\n{% include feature_row id=\"feature_row2\" type=\"left\" %}\n\n{% include feature_row id=\"feature_row3\" type=\"right\" %}\n\n{% include feature_row id=\"feature_row4\" type=\"center\" %}"
  },
  {
    "path": "test/_pages/tag-archive-grid.md",
    "content": "---\ntitle: \"Posts by Tag (grid view)\"\npermalink: /tags-grid/\nlayout: tags\nentries_layout: grid\nauthor_profile: true\n---\n"
  },
  {
    "path": "test/_pages/tag-archive.md",
    "content": "---\ntitle: \"Posts by Tag\"\npermalink: /tags/\nlayout: tags\nauthor_profile: true\n---\n"
  },
  {
    "path": "test/_pages/terms.md",
    "content": "---\npermalink: /terms/\ntitle: \"Terms and Privacy Policy\"\nlast_modified_at: 2016-06-06\ntoc: true\n---\n\n## Privacy Policy\n\nThe privacy of my visitors is extremely important. This Privacy Policy outlines the types of personal information that is received and collected and how it is used.\n\nFirst and foremost, I will never share your email address or any other personal information to anyone without your direct consent.\n\n### Log Files\n\nLike many other websites, this site uses log files to help learn about when, from where, and how often traffic flows to this site. The information in these log files include:\n\n* Internet Protocol addresses (IP)\n* Types of browser\n* Internet Service Provider (ISP)\n* Date and time stamp\n* Referring and exit pages\n* Number of clicks\n\nAll of this information is not linked to anything that is personally identifiable.\n\n### Cookies and Web Beacons\n\nWhen you visit this site \"convenience\" cookies are stored on your computer when you submit a comment to help you log in faster to [Disqus](http://disqus.com) the next time you leave a comment.\n\nThird-party advertisers may also place and read cookies on your browser and/or use web beacons to collect information. This site has no access or control over these cookies. You should review the respective privacy policies on any and all third-party ad servers for more information regarding their practices and how to opt-out.\n\nIf you wish to disable cookies, you may do so through your web browser options. Instructions for doing so can be found on the specific web browsers' websites.\n\n#### Google Analytics\n\nGoogle Analytics is a web analytics tool I use to help understand how visitors engage with this website. It reports website trends using cookies and web beacons without identifying individual visitors. You can read [Google Analytics Privacy Policy](http://www.google.com/analytics/learn/privacy.html).\n\n#### Google Adsense\n\nGoogle Adsense, a third party affiliate marketing network, uses cookies to help make sure I get a commission when you buy a product after clicking on a link or ad banner that takes you to the site of one of their merchants. You can read [Google Adsense Privacy Policy](http://support.google.com/adsense/bin/answer.py?hl=en&answer=48182).\n\n## Disclosure Policy\n\nI make money on this website through affiliate programs. If you click an affiliate link or ad banner and buy the product, you help support this website because I'll get a percentage of that sale.\n\nCurrently I'm an affiliate for Amazon and Google Adsense.\n\nWhat this means for you:\n\n* I became an affiliate to earn revenue towards the costs of running and maintaining this website. Where I have direct control over which ads are served on this website I offer only products that are directly related to the topic of this website and products that a reader/subscriber would have a genuine interest in or need of.\n* I do not and will not recommend a product just for the sake of making money.\n* I do not let the compensation I receive influence the content, topics, posts, or opinions expressed on this website.\n* I respect and value my readers too much to write anything other than my own genuine and objective opinions and advice.\n\nJust like this website, my Disclosure Policy is a work in progress. As the revenue streams evolve, so will this page."
  },
  {
    "path": "test/_pages/year-archive-grid.md",
    "content": "---\ntitle: \"Posts by Year (grid view)\"\npermalink: /year-archive-grid/\nlayout: posts\nentries_layout: grid\nauthor_profile: true\n---\n"
  },
  {
    "path": "test/_pages/year-archive.md",
    "content": "---\ntitle: \"Posts by Year\"\npermalink: /year-archive/\nlayout: posts\nauthor_profile: true\n---\n"
  },
  {
    "path": "test/_pets/lhasa-apso.md",
    "content": "---\ntitle: \"Lhasa Apso\"\nexcerpt: \"The Lhasa Apso is a non-sporting dog breed originating in Tibet.\"\n---\n\n> 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\".\n\n> <cite>From Wikipedia, the free encyclopedia</cite>"
  },
  {
    "path": "test/_pets/tabby.md",
    "content": "---\ntitle: \"Tabby\"\nexcerpt: \"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.\"\n---\n\n> 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.\n\n> <cite>From Wikipedia, the free encyclopedia</cite>"
  },
  {
    "path": "test/_portfolio/baz-boom-identity.md",
    "content": "---\ntitle: \"Baz Boom Identity\"\nexcerpt: \"Baz Boom design system including logo mark, website design, and branding applications.\"\nheader:\n  image: /assets/images/unsplash-gallery-image-1.jpg\n  teaser: assets/images/unsplash-gallery-image-1-th.jpg\nsidebar:\n  - title: \"Role\"\n    image: http://placehold.it/350x250\n    image_alt: \"logo\"\n    text: \"Designer, Front-End Developer\"\n  - title: \"Responsibilities\"\n    text: \"Reuters try PR stupid commenters should isn't a business model\"\ngallery:\n  - url: /assets/images/unsplash-gallery-image-1.jpg\n    image_path: assets/images/unsplash-gallery-image-1-th.jpg\n    alt: \"placeholder image 1\"\n  - url: /assets/images/unsplash-gallery-image-2.jpg\n    image_path: assets/images/unsplash-gallery-image-2-th.jpg\n    alt: \"placeholder image 2\"\n  - url: /assets/images/unsplash-gallery-image-3.jpg\n    image_path: assets/images/unsplash-gallery-image-3-th.jpg\n    alt: \"placeholder image 3\"\n---\n\nPictures 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.\n\n{% include gallery caption=\"This is a sample gallery to go along with this case study.\" %}\n\nhackgate 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."
  },
  {
    "path": "test/_portfolio/fizz-bang-identity.md",
    "content": "---\ntitle: \"Fizz Bang Identity\"\nexcerpt: \"Fizz Bang design system including logo mark, website design, and branding applications.\"\nheader:\n  image: /assets/images/unsplash-gallery-image-2.jpg\n  teaser: assets/images/unsplash-gallery-image-2-th.jpg\nsidebar:\n  - title: \"Role\"\n    image: http://placehold.it/350x250\n    image_alt: \"logo\"\n    text: \"Designer, Front-End Developer\"\n  - title: \"Responsibilities\"\n    text: \"Reuters try PR stupid commenters should isn't a business model\"\ngallery:\n  - url: /assets/images/unsplash-gallery-image-1.jpg\n    image_path: assets/images/unsplash-gallery-image-1-th.jpg\n    alt: \"placeholder image 1\"\n  - url: /assets/images/unsplash-gallery-image-2.jpg\n    image_path: assets/images/unsplash-gallery-image-2-th.jpg\n    alt: \"placeholder image 2\"\n  - url: /assets/images/unsplash-gallery-image-3.jpg\n    image_path: assets/images/unsplash-gallery-image-3-th.jpg\n    alt: \"placeholder image 3\"\n---\n\nPictures 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.\n\n{% include gallery caption=\"This is a sample gallery to go along with this case study.\" %}\n\nhackgate 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."
  },
  {
    "path": "test/_portfolio/foo-bar-website.md",
    "content": "---\ntitle: \"Foo Bar Identity\"\nexcerpt: \"Foo Bar design system including logo mark, website design, and branding applications.\"\nheader:\n  image: /assets/images/foo-bar-identity.jpg\n  teaser: /assets/images/foo-bar-identity-th.jpg\nsidebar:\n  - title: \"Role\"\n    image: http://placehold.it/350x250\n    image_alt: \"logo\"\n    text: \"Designer, Front-End Developer\"\n  - title: \"Responsibilities\"\n    text: \"Reuters try PR stupid commenters should isn't a business model\"\ngallery:\n  - url: /assets/images/unsplash-gallery-image-1.jpg\n    image_path: assets/images/unsplash-gallery-image-1-th.jpg\n    alt: \"placeholder image 1\"\n  - url: /assets/images/unsplash-gallery-image-2.jpg\n    image_path: assets/images/unsplash-gallery-image-2-th.jpg\n    alt: \"placeholder image 2\"\n  - url: /assets/images/unsplash-gallery-image-3.jpg\n    image_path: assets/images/unsplash-gallery-image-3-th.jpg\n    alt: \"placeholder image 3\"\n---\n\nPictures 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.\n\n{% include gallery caption=\"This is a sample gallery to go along with this case study.\" %}\n\nhackgate 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."
  },
  {
    "path": "test/_portfolio/ginger-gulp-identity.md",
    "content": "---\ntitle: \"Ginger Gulp Identity\"\nexcerpt: \"Ginger Gulp design system including logo mark, website design, and branding applications.\"\nheader:\n  image: /assets/images/unsplash-gallery-image-3.jpg\n  teaser: assets/images/unsplash-gallery-image-3-th.jpg\nsidebar:\n  - title: \"Role\"\n    image: http://placehold.it/350x250\n    image_alt: \"logo\"\n    text: \"Designer, Front-End Developer\"\n  - title: \"Responsibilities\"\n    text: \"Reuters try PR stupid commenters should isn't a business model\"\ngallery:\n  - url: /assets/images/unsplash-gallery-image-1.jpg\n    image_path: assets/images/unsplash-gallery-image-1-th.jpg\n    alt: \"placeholder image 1\"\n  - url: /assets/images/unsplash-gallery-image-2.jpg\n    image_path: assets/images/unsplash-gallery-image-2-th.jpg\n    alt: \"placeholder image 2\"\n  - url: /assets/images/unsplash-gallery-image-3.jpg\n    image_path: assets/images/unsplash-gallery-image-3-th.jpg\n    alt: \"placeholder image 3\"\n---\n\nPictures 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.\n\n{% include gallery caption=\"This is a sample gallery to go along with this case study.\" %}\n\nhackgate 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."
  },
  {
    "path": "test/_posts/2009-05-15-edge-case-nested-and-mixed-lists.md",
    "content": "---\ntitle: \"Edge Case: Nested and Mixed Lists\"\ncategories:\n  - Edge Case\ntags:\n  - content\n  - css\n  - edge case\n  - lists\n  - markup\n---\n\nNested and mixed lists are an interesting beast. It's a corner case to make sure that\n\n* Lists within lists do not break the ordered list numbering order\n* Your list styles go deep enough.\n\n### Ordered -- Unordered -- Ordered\n\n1. ordered item\n2. ordered item \n  * **unordered**\n  * **unordered** \n    1. ordered item\n    2. ordered item\n3. ordered item\n4. ordered item\n\n### Ordered -- Unordered -- Unordered\n\n1. ordered item\n2. ordered item \n  * **unordered**\n  * **unordered** \n    * unordered item\n    * unordered item\n3. ordered item\n4. ordered item\n\n### Unordered -- Ordered -- Unordered\n\n* unordered item\n* unordered item \n  1. ordered\n  2. ordered \n    * unordered item\n    * unordered item\n* unordered item\n* unordered item\n\n### Unordered -- Unordered -- Ordered\n\n* unordered item\n* unordered item \n  * unordered\n  * unordered \n    1. **ordered item**\n    2. **ordered item**\n* unordered item\n* unordered item\n\n### Task Lists\n\n- [x] Finish my changes\n- [ ] Push my commits to GitHub\n- [ ] Open a pull request\n  - [ ] Follow discussions\n  - [x] Push new commits"
  },
  {
    "path": "test/_posts/2009-06-01-edge-case-many-tags.md",
    "content": "---\ntitle: \"Edge Case: Many Tags\"\ncategories:\n  - Edge Case\ntags:\n  - 8BIT\n  - alignment\n  - Articles\n  - captions\n  - categories\n  - chat\n  - comments\n  - content\n  - css\n  - dowork\n  - edge case\n  - embeds\n  - excerpt\n  - Fail\n  - featured image\n  - FTW\n  - Fun\n  - gallery\n  - html\n  - image\n  - Jekyll\n  - layout\n  - link\n  - Love\n  - markup\n  - Mothership\n  - Must Read\n  - Nailed It\n  - Pictures\n  - Post Formats\n  - quote\n  - standard\n  - Success\n  - Swagger\n  - Tags\n  - template\n  - title\n  - twitter\n  - Unseen\n  - video\n  - YouTube\n  - U:R:COOL\n  - C#\n---\n\nThis post has many tags."
  },
  {
    "path": "test/_posts/2009-07-02-edge-case-many-categories.md",
    "content": "---\ntitle: \"Edge Case: Many Categories\"\ncategories:\n  - aciform\n  - antiquarianism\n  - arrangement\n  - asmodeus\n  - broder\n  - buying\n  - championship\n  - chastening\n  - disinclination\n  - disinfection\n  - dispatch\n  - echappee\n  - enphagy\ntags:\n  - categories\n  - edge case\n---\n\nThis post has many categories."
  },
  {
    "path": "test/_posts/2009-08-06-edge-case-no-body-content.md",
    "content": "---\ntitle: \"Edge Case: No Body Content\"\ncategories:\n  - Edge Case\ntags:\n  - content\n  - edge case\n  - layout\n---\n"
  },
  {
    "path": "test/_posts/2009-09-05-edge-case-no-yaml-title.md",
    "content": "---\ncategories:\n  - Edge Case\ntags:\n  - edge case\n  - layout\n  - title\n---\n\nThis post has no title specified in the YAML Front Matter. Jekyll should auto-generate a title from the filename."
  },
  {
    "path": "test/_posts/2009-10-05-edge-case-multiline-excerpt.md",
    "content": "---\ntitle: \"Edge Case: Post with multiline excerpt\"\n---\n\nEt ex ullamco duis don't\ncombine these words quis laborum sunt sint. Nisi et Lorem reprehenderit cupidatat. Aliqua fugiat aliquip officia culpa elit. Adipisicing do eu duis aute et aute amet anim ut cillum aliqua. Aliqua adipisicing occaecat et ullamco fugiat."
  },
  {
    "path": "test/_posts/2009-10-05-edge-case-title-should-not-overflow-the-content-area.md",
    "content": "---\ntitle: \"Antidisestablishmentarianism\"\ncategories:\n  - Edge Case\ntags:\n  - content\n  - css\n  - edge case\n  - html\n  - layout\n  - title\n---\n\n## Title should not overflow the content area\n\nA few things to check for:\n\n  * Non-breaking text in the title, content, and comments should have no adverse effects on layout or functionality.\n  * Check the browser window / tab title.\n  * If you are a theme developer, check that this text does not break anything.\n\nThe following CSS properties will help you support non-breaking text.\n\n```css\n-ms-word-wrap: break-word;\nword-wrap: break-word;\n```"
  },
  {
    "path": "test/_posts/2009-10-05-edge-case-very-long-title.md",
    "content": "---\ntitle: \"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\"\ncategories:\n  - Edge Case\ntags:\n  - content\n  - css\n  - edge case\n  - html\n  - layout\n  - title\n---\n\nCheck for long titles and how they might break a template."
  },
  {
    "path": "test/_posts/2010-01-07-post-modified.md",
    "content": "---\ntitle: \"Post: Modified Date\"\nlast_modified_at: 2016-03-09T16:20:02-05:00\ncategories:\n  - Post Formats\ntags:\n  - Post Formats\n  - readability\n  - standard\n---\n\nThis post has been updated and should show a modified date if used in a layout.\n\nAll 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."
  },
  {
    "path": "test/_posts/2010-01-07-post-standard.md",
    "content": "---\ntitle: \"Post: Standard\"\nexcerpt_separator: \"<!--more-->\"\ncategories:\n  - Post Formats\ntags:\n  - Post Formats\n  - readability\n  - standard\n---\n\nAll 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.\n\nMrs. 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.\n\n<!--more-->\n\nThis post has a manual excerpt `<!--more-->` set after the second paragraph. The following YAML Front Matter has also be applied:\n\n```yaml\nexcerpt_separator: \"<!--more-->\"\n```\n\nIf 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.\n\nI 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.\n\nOf 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.\n\nOf 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.\n\nOccasionally 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."
  },
  {
    "path": "test/_posts/2010-01-08-post-chat.md",
    "content": "---\ntitle: \"Post: Chat\"\ncategories:\n  - Post Formats\ntags:\n  - chat\n  - Post Formats\n---\n\nAbbott: Strange as it may seem, they give ball players nowadays very peculiar names.\n\nCostello: Funny names?\n\nAbbott: 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--\n\nCostello: That's what I want to find out. I want you to tell me the names of the fellows on the St. Louis team.\n\nAbbott: I'm telling you. Who's on first, What's on second, I Don't Know is on third--\n\nCostello: You know the fellows' names?\n\nAbbott: Yes.\n\nCostello: Well, then who's playing first?\n\nAbbott: Yes.\n\nCostello: I mean the fellow's name on first base.\n\nAbbott: Who.\n\nCostello: The fellow playin' first base.\n\nAbbott: Who.\n\nCostello: The guy on first base.\n\nAbbott: Who is on first.\n\nCostello: Well, what are you askin' me for?\n\nAbbott: I'm not asking you--I'm telling you. Who is on first.\n\nCostello: I'm asking you--who's on first?\n\nAbbott: That's the man's name.\n\nCostello: That's who's name?\n\nAbbott: Yes.\n\nCostello: When you pay off the first baseman every month, who gets the money?\n\nAbbott: Every dollar of it. And why not, the man's entitled to it.\n\nCostello: Who is?\n\nAbbott: Yes.\n\nCostello: So who gets it?\n\nAbbott: Why shouldn't he? Sometimes his wife comes down and collects it.\n\nCostello: Who's wife?\n\nAbbott: Yes. After all, the man earns it.\n\nCostello: Who does?\n\nAbbott: Absolutely.\n\nCostello: Well, all I'm trying to find out is what's the guy's name on first base?\n\nAbbott: Oh, no, no. What is on second base.\n\nCostello: I'm not asking you who's on second.\n\nAbbott: Who's on first!\n\nCostello: St. Louis has a good outfield?\n\nAbbott: Oh, absolutely.\n\nCostello: The left fielder's name?\n\nAbbott: Why.\n\nCostello: I don't know, I just thought I'd ask.\n\nAbbott: Well, I just thought I'd tell you.\n\nCostello: Then tell me who's playing left field?\n\nAbbott: Who's playing first.\n\nCostello: Stay out of the infield! The left fielder's name?\n\nAbbott: Why.\n\nCostello: Because.\n\nAbbott: Oh, he's center field.\n\nCostello: Wait a minute. You got a pitcher on this team?\n\nAbbott: Wouldn't this be a fine team without a pitcher?\n\nCostello: Tell me the pitcher's name.\n\nAbbott: Tomorrow.\n\nCostello: 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?\n\nAbbott: Now, that's he first thing you've said right.\n\nCostello: I DON'T EVEN KNOW WHAT I'M TALKING ABOUT!\n\nAbbott: Don't get excited. Take it easy.\n\nCostello: 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.\n\nAbbott: Yeah, it could be.\n\nCostello: Another guy gets up and it's a long ball to center.\n\nAbbott: Because.\n\nCostello: Why? I don't know. And I don't care.\n\nAbbott: What was that?\n\nCostello: I said, I DON'T CARE!\n\nAbbott: Oh, that's our shortstop!"
  },
  {
    "path": "test/_posts/2010-02-05-post-notice.md",
    "content": "---\ntitle: \"Post: Notice\"\ncategories:\n  - Post Formats\ntags:\n  - Post Formats\n  - notice\n---\n\nA notice displays information that explains nearby content. Often used to call attention to a particular detail.\n\nWhen using Kramdown `{: .notice}` can be added after a sentence to assign the `.notice` to the `<p></p>` element. \n\n**Changes in Service:** We just updated our [privacy policy](#) here to better service our customers. We recommend reviewing the changes.\n{: .notice}\n\n**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.\n{: .notice--primary}\n\n<div class=\"notice--primary\" markdown=\"1\">\n**Primary Notice with code block:** 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.\n\n```html\n<html>\n  <body>Some body.<body>\n</html>\n```\n</div>\n\n**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.\n{: .notice--info}\n\n**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.\n{: .notice--warning}\n\n**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.\n{: .notice--danger}\n\n**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.\n{: .notice--success}\n\nWant 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.\n\n```html\n{% raw %}{% capture notice-2 %}\n#### New Site Features\n\n* You can now have cover images on blog pages\n* Drafts will now auto-save while writing\n{% endcapture %}{% endraw %}\n\n<div class=\"notice\">{% raw %}{{ notice-2 | markdownify }}{% endraw %}</div>\n```\n\n{% capture notice-2 %}\n#### New Site Features\n\n* You can now have cover images on blog pages\n* Drafts will now auto-save while writing\n{% endcapture %}\n\n<div class=\"notice\">\n  {{ notice-2 | markdownify }}\n</div>\n\nOr you could skip the capture and stick with straight HTML.\n\n```html\n<div class=\"notice\">\n  <h4>Message</h4>\n  <p>A basic message.</p>\n</div>\n```\n\n<div class=\"notice\">\n  <h4>Message</h4>\n  <p>A basic message.</p>\n</div>"
  },
  {
    "path": "test/_posts/2010-02-05-post-quote.md",
    "content": "---\ntitle: \"Post: Quote\"\ncategories:\n  - Post Formats\ntags:\n  - Post Formats\n  - quote\n---\n\n> Only one thing is impossible for God: To find any sense in any copyright law on the planet.\n  \n> <cite><a href=\"http://www.brainyquote.com/quotes/quotes/m/marktwain163473.html\">Mark Twain</a></cite>"
  },
  {
    "path": "test/_posts/2010-03-07-post-link.md",
    "content": "---\ntitle: \"Post: Link\"\ncategories:\n  - Post Formats\ntags:\n  - link\n  - Post Formats\nlink: https://github.com\n---\n\nThis 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.\n\n> And this is how a quote looks.\n\nSome [link](#) can also be shown."
  },
  {
    "path": "test/_posts/2010-06-02-post-video-youtube.md",
    "content": "---\ntitle: \"Post: Video (YouTube)\"\ncategories:\n  - Post Formats\ntags:\n  - Post Formats\n---\n\nYouTube video embed below.\n\n<iframe width=\"640\" height=\"360\" src=\"https://www.youtube-nocookie.com/embed/-PVofD2A9t8?controls=0\" frameborder=\"0\" allowfullscreen></iframe>"
  },
  {
    "path": "test/_posts/2010-08-05-post-header-image-og-override.md",
    "content": "---\ntitle: \"Post: Header Image with OpenGraph Override\"\nheader:\n  image: /assets/images/page-header-image.png\n  og_image: /assets/images/page-header-og-image.png\ncategories:\n  - Layout\n  - Uncategorized\ntags:\n  - edge case\n  - image\n  - layout\nlast_modified_at: 2017-10-26T15:12:19-04:00\n---\n\nThis post has a header image with an OpenGraph override.\n\n```yaml\nheader:\n  image: /assets/images/page-header-image.png\n  og_image: /assets/images/page-header-og-image.png\n```"
  },
  {
    "path": "test/_posts/2010-08-05-post-header-overlay-image-og-override.md",
    "content": "---\ntitle: \"Post: Overlay Image with OpenGraph Override\"\nheader:\n  overlay_image: /assets/images/unsplash-image-1.jpg\n  og_image: /assets/images/page-header-og-image.png\n  caption: \"Photo credit: [**Unsplash**](https://unsplash.com)\"\n  actions:\n    - label: \"Learn More\"\n      url: \"https://unsplash.com\"\ncategories:\n  - Layout\n  - Uncategorized\ntags:\n  - edge case\n  - image\n  - layout\nlast_modified_at: 2017-10-26T15:12:19-04:00\n---\n\nThis post has a header image with an OpenGraph override.\n\n```yaml\nheader:\n  overlay_image: /assets/images/unsplash-image-1.jpg\n  og_image: /assets/images/page-header-og-image.png\n  caption: \"Photo credit: [**Unsplash**](https://unsplash.com)\"\n  actions:\n    - label: \"Learn More\"\n      url: \"https://unsplash.com\"\n```"
  },
  {
    "path": "test/_posts/2010-08-05-post-image-linked.md",
    "content": "---\ntitle: \"Post: Image (with Link)\"\ncategories:\n  - Post Formats\ntags:\n  - image\n  - Post Formats\n---\n\n[![foo](https://live.staticflickr.com/8361/8400335147_5fabaa504c_o.jpg)](https://flic.kr/p/dNiUYB)"
  },
  {
    "path": "test/_posts/2010-08-05-post-image-standard.md",
    "content": "---\ntitle: \"Post: Image (Standard)\"\ncategories:\n  - Post Formats\ntags:\n  - image\n  - Post Formats\n---\n\nThe preferred way of using images is placing them in the `/assets/images/` directory and referencing them with an absolute path. Prepending the filename with `{% raw %}{{ site.url }}{{ site.baseurl }}/assets/images/{% endraw %}` will make sure your images display properly in feeds and such.\n\nStandard image with no width modifier classes applied.\n\n**HTML:**\n\n```html\n{% raw %}<img src=\"{{ site.url }}{{ site.baseurl }}/assets/images/filename.jpg\" alt=\"\">{% endraw %}\n```\n\n**or Kramdown:**\n\n```markdown\n{% raw %}![alt]({{ site.url }}{{ site.baseurl }}/assets/images/filename.jpg){% endraw %}\n```\n\n![Unsplash image 9]({{ site.url }}{{ site.baseurl }}/assets/images/unsplash-image-9.jpg)\n\nImage that fills page content container by adding the `.full` class with:\n\n**HTML:**\n\n```html\n{% raw %}<img src=\"{{ site.url }}{{ site.baseurl }}/assets/images/filename.jpg\" alt=\"\" class=\"full\">{% endraw %}\n```\n\n**or Kramdown:**\n\n```markdown\n{% raw %}![alt]({{ site.url }}{{ site.baseurl }}/assets/images/filename.jpg)\n{: .full}{% endraw %}\n```\n\n![Unsplash image 10]({{ site.url }}{{ site.baseurl }}/assets/images/unsplash-image-10.jpg)\n{: .full}"
  },
  {
    "path": "test/_posts/2010-08-05-post-teaser-image-og-override.md",
    "content": "---\ntitle: \"Post: Teaser Image with OpenGraph Override\"\nheader:\n  teaser: /assets/images/page-header-teaser.png\n  og_image: /assets/images/page-header-og-image.png\ncategories:\n  - Layout\n  - Uncategorized\ntags:\n  - edge case\n  - image\n  - layout\nlast_modified_at: 2017-10-26T15:12:19-04:00\n---\n\nThis post has a teaser image with an OpenGraph override.\n\n```yaml\nheader:\n  teaser: /assets/images/page-header-teaser.png\n  og_image: /assets/images/page-header-og-image.png\n```"
  },
  {
    "path": "test/_posts/2010-08-06-post-image-linked-caption.md",
    "content": "---\ntitle: \"Post: Image (Linked with Caption)\"\ncategories:\n  - Post Formats\ntags:\n  - image\n  - Post Formats\n---\n\n{% capture fig_img %}\n[![Foo](https://images.unsplash.com/photo-1541943869728-4bd4f450c8f5?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=800&fit=max&ixid=eyJhcHBfaWQiOjF9)](https://unsplash.com/)\n{% endcapture %}\n\n{% capture fig_caption %}\nStairs? Were we're going we don't need no stairs.\n{% endcapture %}\n\n<figure>\n  {{ fig_img | markdownify | remove: \"<p>\" | remove: \"</p>\" }}\n  <figcaption>{{ fig_caption | markdownify | remove: \"<p>\" | remove: \"</p>\" }}</figcaption>\n</figure>\n"
  },
  {
    "path": "test/_posts/2010-08-07-post-image-caption.md",
    "content": "---\ntitle: \"Post: Image (Caption)\"\ncategories:\n  - Post Formats\ntags:\n  - image\n  - Post Formats\n---\n\n{% capture fig_img %}\n![Foo]({{ '/assets/images/unsplash-gallery-image-3.jpg' | relative_url }})\n{% endcapture %}\n\n<figure>\n  {{ fig_img | markdownify | remove: \"<p>\" | remove: \"</p>\" }}\n  <figcaption>Photo from Unsplash.</figcaption>\n</figure>"
  },
  {
    "path": "test/_posts/2010-09-09-post-gallery.md",
    "content": "---\ntitle: \"Post: Gallery\"\ncategories:\n  - Post Formats\ntags:\n  - gallery\n  - Post Formats\n  - tiled\ngallery:\n  - url: /assets/images/unsplash-gallery-image-1.jpg\n    image_path: /assets/images/unsplash-gallery-image-1-th.jpg\n    alt: \"placeholder image 1\"\n    title: \"Image 1 title caption\"\n  - url: /assets/images/unsplash-gallery-image-2.jpg\n    image_path: /assets/images/unsplash-gallery-image-2-th.jpg\n    alt: \"placeholder image 2\"\n    title: \"Image 2 title caption\"\n  - url: /assets/images/unsplash-gallery-image-3.jpg\n    image_path: /assets/images/unsplash-gallery-image-3-th.jpg\n    alt: \"placeholder image 3\"\n    title: \"Image 3 title caption\"\n  - url: /assets/images/unsplash-gallery-image-1.jpg\n    image_path: /assets/images/unsplash-gallery-image-1-th.jpg\n    alt: \"placeholder image 4\"\n    title: \"Image 4 title caption\"\n  - url: /assets/images/unsplash-gallery-image-2.jpg\n    image_path: /assets/images/unsplash-gallery-image-2-th.jpg\n    alt: \"placeholder image 5\"\n    title: \"Image 5 title caption\"\n  - url: /assets/images/unsplash-gallery-image-3.jpg\n    image_path: /assets/images/unsplash-gallery-image-3-th.jpg\n    alt: \"placeholder image 6\"\n    title: \"Image 6 title caption\"\n  - url: /assets/images/unsplash-gallery-image-1.jpg\n    image_path: /assets/images/unsplash-gallery-image-1-th.jpg\n    alt: \"placeholder image 7\"\n    title: \"Image 7 title caption\"\n  - url: /assets/images/unsplash-gallery-image-2.jpg\n    image_path: /assets/images/unsplash-gallery-image-2-th.jpg\n    alt: \"placeholder image 8\"\n    title: \"Image 8 title caption\"\n  - url: /assets/images/unsplash-gallery-image-3.jpg\n    image_path: /assets/images/unsplash-gallery-image-3-th.jpg\n    alt: \"placeholder image 9\"\n    title: \"Image 9 title caption\"\n  - url: /assets/images/unsplash-gallery-image-1.jpg\n    image_path: /assets/images/unsplash-gallery-image-1-th.jpg\n    alt: \"placeholder image 10\"\n    title: \"Image 10 title caption\"\n  - url: /assets/images/unsplash-gallery-image-2.jpg\n    image_path: /assets/images/unsplash-gallery-image-2-th.jpg\n    alt: \"placeholder image 11\"\n    title: \"Image 11 title caption\"\n  - url: /assets/images/unsplash-gallery-image-3.jpg\n    image_path: /assets/images/unsplash-gallery-image-3-th.jpg\n    alt: \"placeholder image 12\"\n    title: \"Image 12 title caption\"\ngallery2:\n  - url: https://flic.kr/p/8a6Ven\n    image_path: https://farm2.staticflickr.com/1272/4697500467_8294dac099_q.jpg\n    alt: \"Black and grays with a hint of green\"\n  - url: https://flic.kr/p/8a738X\n    image_path: https://farm5.staticflickr.com/4029/4697523701_249e93ba23_q.jpg\n    alt: \"Made for open text placement\"\n  - url: https://flic.kr/p/8a6VXP\n    image_path: https://farm5.staticflickr.com/4046/4697502929_72c612c636_q.jpg\n    alt: \"Fog in the trees\"\ngallery3:\n  - image_path: /assets/images/unsplash-gallery-image-2-th.jpg\n    alt: \"placeholder image 2\"\n  - image_path: /assets/images/unsplash-gallery-image-4-th.jpg\n    alt: \"placeholder image 4\"\n---\n\nThese are gallery tests for image wrapped in `<figure>` elements.\n\nTo place a gallery add the necessary YAML Front Matter:\n\n```yaml\ngallery:\n  - url: /assets/images/unsplash-gallery-image-1.jpg\n    image_path: /assets/images/unsplash-gallery-image-1-th.jpg\n    alt: \"placeholder image 1\"\n    title: \"Image 1 title caption\"\n  - url: /assets/images/unsplash-gallery-image-2.jpg\n    image_path: /assets/images/unsplash-gallery-image-2-th.jpg\n    alt: \"placeholder image 2\"\n    title: \"Image 2 title caption\"\n  - url: /assets/images/unsplash-gallery-image-3.jpg\n    image_path: /assets/images/unsplash-gallery-image-3-th.jpg\n    alt: \"placeholder image 3\"\n    title: \"Image 3 title caption\"\n  - url: /assets/images/unsplash-gallery-image-4.jpg\n    image_path: /assets/images/unsplash-gallery-image-4-th.jpg\n    alt: \"placeholder image 4\"\n    title: \"Image 4 title caption\"\n```\n\nAnd then drop-in the gallery include --- gallery `caption` is optional.\n\n```liquid\n{% raw %}{% include gallery caption=\"This is a sample gallery with **Markdown support**.\" %}{% endraw %}\n```\n\n{% include gallery caption=\"This is a sample gallery with **Markdown support**.\" %}\n\nThis is some text after the gallery just to make sure that everything aligns properly.\n\nHere comes another gallery, this time set the `id` to match 2nd gallery hash in YAML Front Matter.\n\n```yaml\ngallery2:\n  - url: https://flic.kr/p/8a6Ven\n    image_path: https://farm2.staticflickr.com/1272/4697500467_8294dac099_q.jpg\n    alt: \"Black and grays with a hint of green\"\n  - url: https://flic.kr/p/8a738X\n    image_path: https://farm5.staticflickr.com/4029/4697523701_249e93ba23_q.jpg\n    alt: \"Made for open text placement\"\n  - url: https://flic.kr/p/8a6VXP\n    image_path: https://farm5.staticflickr.com/4046/4697502929_72c612c636_q.jpg\n    alt: \"Fog in the trees\"\n```\n\nAnd place it like so: \n\n```liquid\n{% raw %}{% include gallery id=\"gallery2\" caption=\"This is a second gallery example with images hosted externally.\" %}{% endraw %}\n```\n\n{% include gallery id=\"gallery2\" caption=\"This is a second gallery example with images hosted externally.\" %}\n\nAnd for giggles one more gallery just to make sure this works. To fill page content container add `class=\"full\"`.\n\n{% include gallery id=\"gallery3\" class=\"full\" caption=\"This is a third gallery example with two images and fills the entire content container.\" %}\n\nGallery column layout can be overrided by setting a `layout`.\n\n```liquid\n{% raw %}{% include gallery id=\"gallery\" layout=\"half\" caption=\"This is a half gallery layout example.\" %}{% endraw %}\n```\n\n{% include gallery id=\"gallery\" layout=\"half\" caption=\"This is a half gallery layout example.\" %}"
  },
  {
    "path": "test/_posts/2010-09-10-post-twitter-embeds.md",
    "content": "---\ntitle: \"Post: Twitter Embed\"\ncategories:\n  - Media\ntags:\n  - content\n  - embeds\n  - media\n  - twitter\n---\n\n<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>&mdash; Michael Rose (@mmistakes) <a href=\"https://twitter.com/mmistakes/status/662678050795094016\">November 6, 2015</a></blockquote>\n<script async src=\"//platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>\n\nThis post tests Twitter Embeds."
  },
  {
    "path": "test/_posts/2010-10-25-post-future-date.md",
    "content": "---\ntitle: \"Post: Future Date\"\ndate: 9999-12-31\ncategories:\n  - Post\n---\n\nThis post lives in the future and is dated {{ page.date | date: \"%c\" }}. When building Jekyll with the `--future` flag it should appear."
  },
  {
    "path": "test/_posts/2012-01-02-layout-comments-disabled.md",
    "content": "---\ntitle: \"Layout: Comments Disabled\"\ncomments: false\ncategories:\n  - Layout\n  - Uncategorized\ntags:\n  - comments\n  - layout\n---\n\nThis post has its comments disabled.\n\nThere should be no comment form."
  },
  {
    "path": "test/_posts/2012-01-02-layout-comments.md",
    "content": "---\ntitle: \"Layout: Comments Enabled\"\ncomments: true\ncategories:\n  - Layout\n  - Uncategorized\ntags:\n  - comments\n  - layout\n---\n\nThis post should display comments."
  },
  {
    "path": "test/_posts/2012-01-02-layout-post-date-disabled.md",
    "content": "---\ntitle: \"Layout: Post Date Disabled\"\nshow_date: false\ntags:\n  - post date\n---\n\nThis post has the date disabled. The date this post was published should not be showing if `show_date: false` is set in `_config.yml` or in this post's YAML Front Matter.\n\nIf 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.\n\nI 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.\n\nOf 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.\n\nOf 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.\n\nOccasionally 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."
  },
  {
    "path": "test/_posts/2012-01-02-layout-post-date.md",
    "content": "---\ntitle: \"Layout: Post Date Enabled\"\nshow_date: true\ntags:\n  - post date\n---\n\nThis post has post date enabled. The date the post was published should show if `show_date: true` is added to it's YAML Front Matter or as a default in `_config.yml`.\n\nIf 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.\n\nI 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.\n\nOf 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.\n\nOf 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.\n\nOccasionally 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."
  },
  {
    "path": "test/_posts/2012-01-02-layout-read-time-disabled.md",
    "content": "---\ntitle: \"Layout: Read Time Disabled\"\nread_time: false\ntags:\n  - read time\n---\n\nThis 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.\n\nIf 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.\n\nI 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.\n\nOf 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.\n\nOf 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.\n\nOccasionally 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."
  },
  {
    "path": "test/_posts/2012-01-02-layout-read-time.md",
    "content": "---\ntitle: \"Layout: Read Time Enabled\"\nread_time: true\ntags:\n  - read time\n---\n\nThis 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`.\n\nIf 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.\n\nI 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.\n\nOf 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.\n\nOf 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.\n\nOccasionally 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."
  },
  {
    "path": "test/_posts/2012-01-02-layout-related-posts-disabled.md",
    "content": "---\ntitle: \"Layout: Related Posts Disabled\"\nrelated: false\ncategories:\n  - Layout\n  - Uncategorized\ntags:\n  - related posts\n  - layout\n---\n\nThis post has related posts disabled.\n\nRelated post links should not appear."
  },
  {
    "path": "test/_posts/2012-01-02-layout-related-posts.md",
    "content": "---\ntitle: \"Layout: Related Posts Enabled\"\nrelated: true\ncategories:\n  - Layout\n  - Uncategorized\ntags:\n  - related posts\n  - layout\n---\n\nThis post has related posts enabled."
  },
  {
    "path": "test/_posts/2012-01-02-layout-sharing-disabled.md",
    "content": "---\ntitle: \"Layout: Social Sharing Links Disabled\"\nshare: false\ncategories:\n  - Layout\n  - Uncategorized\ntags:\n  - social\n  - layout\n---\n\nThis post has social sharing disabled.\n\nSocial sharing links should not appear."
  },
  {
    "path": "test/_posts/2012-01-02-layout-sharing.md",
    "content": "---\ntitle: \"Layout: Social Sharing Links Enabled\"\nshare: true\ncategories:\n  - Layout\n  - Uncategorized\ntags:\n  - social\n  - layout\n---\n\nThis post should display social sharing links."
  },
  {
    "path": "test/_posts/2012-01-03-layout-read-time-comments-sharing-related-posts-disabled.md",
    "content": "---\ntitle: \"Layout: Reading Time, Comments, Social Sharing Links, and Related Posts Disabled\"\nread_time: false\ncomments: false\nshare: false\nrelated: false\ncategories:\n  - Layout\n  - Uncategorized\ntags:\n  - related posts\n  - social\n  - comments\n  - layout\n---\n\nThis post has reading time, comments, social sharing links, and related posts disabled.\n\nReading time, comments, social sharing and related post links should not appear."
  },
  {
    "path": "test/_posts/2012-01-03-layout-table-of-contents-include-post.md",
    "content": "---\ntitle: \"Layout: Post with Nested Table of Contents via Helper\"\ntags:\n  - table of contents\n---\n\nTests table of contents with multiple levels to verify indentation is readible via helper include (deprecated).\n\n```\n{% raw %}{% include toc %}{% endraw %}\n```\n\n{% include toc %}\n\n# Enim laboris id ea elit elit deserunt\n\nMagna incididunt elit id enim nisi quis excepteur reprehenderit Lorem dolore dolore ad enim. Labore esse elit excepteur et elit dolor. Elit ut consectetur labore velit elit esse voluptate id commodo. Magna cillum officia consequat non occaecat mollit esse nisi quis.\n\nNostrud veniam excepteur commodo enim pariatur velit est. Dolor consequat elit occaecat enim veniam ullamco qui est anim ex elit. Est minim aute magna laborum reprehenderit magna reprehenderit ullamco voluptate id sit aliqua. Id labore veniam ad duis aliquip commodo qui ex ut ipsum irure. In et sit ea cupidatat consectetur in nisi amet in cupidatat excepteur commodo amet.\n\n## 2 Sit adipisicing tempor duis velit cupidatat occaecat do amet\n\nAd non dolore irure in. In do ut nostrud reprehenderit consequat aliqua sunt culpa voluptate amet minim ea. Eu dolore deserunt consectetur eu in minim sit nulla id id est amet consectetur. Tempor dolore ipsum magna amet velit aliquip ea anim non eu Lorem deserunt. Irure excepteur id adipisicing elit dolor ipsum eiusmod non nulla nisi sint qui et. Occaecat pariatur tempor ex nisi pariatur.\n\nProident culpa nostrud id est qui fugiat duis aute. Cillum commodo pariatur nostrud culpa Lorem exercitation non. Consequat elit deserunt dolore voluptate sunt labore minim ut consequat minim.\n\nSunt pariatur in ex non nulla proident ex ullamco Lorem do ipsum. Cillum est mollit reprehenderit excepteur labore labore elit dolore adipisicing ad quis quis aliqua sunt. Proident amet est reprehenderit deserunt amet cupidatat incididunt irure est elit.\n\n### 2.1 Ex et quis exercitation fugiat excepteur eiusmod mollit consequat id pariatur non adipisicing magna tempor\n\nNostrud sunt nostrud incididunt adipisicing officia esse minim irure duis dolore adipisicing cupidatat. Eu non labore veniam ad sunt pariatur qui. Irure reprehenderit qui elit duis cillum sit officia consectetur sint deserunt do aute velit. Do id occaecat magna occaecat reprehenderit veniam pariatur Lorem. Officia sit cupidatat adipisicing laborum.\n\n#### 2.1.1 Ut nostrud reprehenderit proident culpa enim irure cupidatat sunt ex ea minim nostrud\n\nLaborum laboris et ut proident sit qui pariatur nisi commodo. Deserunt eiusmod eiusmod elit anim exercitation quis. Anim laboris irure minim elit fugiat velit esse officia amet reprehenderit id. Dolor eiusmod incididunt excepteur sint aute qui esse nostrud. Nisi qui adipisicing consectetur enim pariatur sint veniam esse.\n\n#### 2.1.2 Nisi non nisi ullamco ipsum cillum\nMinim officia tempor eiusmod sint magna reprehenderit do amet ex velit. Irure nulla ut veniam eu veniam proident esse pariatur cillum. Esse anim et proident cillum esse magna sint.\n\n#### 2.1.3 Ut pariatur do do eiusmod consequat do pariatur nisi ex anim reprehenderit nostrud\nReprehenderit consectetur tempor labore dolore ad. Ullamco qui sunt quis deserunt id ipsum sit qui nisi esse deserunt ad exercitation. Dolore qui in mollit ex qui minim et ipsum reprehenderit. Tempor magna ipsum proident voluptate mollit quis consectetur veniam non aliquip cupidatat nisi culpa aute.\n\n##### 2.1.1.1 Ut aute quis ipsum fugiat dolor\nOccaecat excepteur et ea et exercitation ad aute minim incididunt incididunt aute sint officia aliquip. Quis cupidatat nostrud dolor consequat laboris eu ullamco qui esse excepteur aute. Veniam ut ipsum aute Lorem proident minim ea fugiat Lorem cillum. Qui esse id minim consequat ullamco aliqua pariatur ea mollit. Minim ea ipsum laborum consequat esse mollit pariatur. Voluptate sit voluptate non ut consectetur irure laboris ex adipisicing dolore elit aliquip velit. In eu veniam voluptate incididunt aute eu reprehenderit ut id voluptate.\n\n##### 2.1.1.2 Consequat nostrud quis officia et aliquip quis magna mollit veniam\nMagna duis exercitation dolor amet. Ea irure laborum sit officia reprehenderit enim aute magna duis. Elit fugiat ut proident sit.\n\n###### 2.1.1.1.1 Id cillum proident labore occaecat reprehenderit excepteur fugiat est\n\nIrure qui veniam incididunt irure consequat mollit consectetur est nostrud deserunt eiusmod nostrud quis. Eiusmod id proident eu aute exercitation irure consectetur sit dolor dolor in esse. Qui eu dolor ea est magna amet laborum qui irure. Reprehenderit excepteur voluptate fugiat exercitation voluptate laboris nostrud qui magna et officia.\n\n###### 2.1.1.1.2 In consectetur ea qui quis culpa nulla\n\nAd quis duis dolore voluptate laborum eiusmod consequat sint. Cupidatat officia ex laborum ad non mollit excepteur ea. Nostrud elit in consequat sunt adipisicing reprehenderit ipsum proident irure. Sint velit laborum sint laboris ea. Veniam occaecat et in Lorem proident minim deserunt labore laborum reprehenderit. Consequat laborum deserunt culpa consectetur. Incididunt reprehenderit amet esse duis dolore pariatur adipisicing quis elit.\n\n###### 2.1.1.1.3 Culpa magna pariatur magna officia adipisicing ex minim ea do est\n\nDolore reprehenderit aute ex id. Ipsum laboris sit quis enim labore ut sint cillum exercitation. Commodo aliqua exercitation enim sunt velit do laborum mollit irure dolor.\n\n###### 2.1.1.1.4 Veniam ipsum non reprehenderit pariatur\n\nLaboris amet quis sunt id dolor consectetur Lorem id aliquip laboris fugiat. Non ex magna deserunt veniam eiusmod. Irure culpa culpa dolore pariatur. Elit enim deserunt ut amet adipisicing elit laborum exercitation cupidatat et. Aliqua aliqua laborum exercitation commodo reprehenderit reprehenderit amet laboris ea ea ex amet in. Aute minim voluptate et ipsum culpa consequat.\n\n##### 2.1.1.3 Ut qui labore officia ad laboris eu amet minim tempor qui cupidatat duis aute\n\nIn in dolore laboris irure est consequat magna ea non aute cupidatat tempor. Officia sit pariatur consequat laborum aliqua nulla anim nisi aliquip reprehenderit consequat. Ad duis labore minim consequat reprehenderit labore ex minim cillum magna incididunt adipisicing dolor. Non velit mollit minim consectetur minim. Cillum elit et amet est reprehenderit non. Elit adipisicing nostrud ea veniam occaecat commodo deserunt.\n\n##### 2.1.1.4 Magna ipsum nisi velit anim\n\nEiusmod tempor dolor proident pariatur consequat sit non nostrud. Eiusmod duis elit esse Lorem dolore et minim elit consectetur eu ullamco. Adipisicing sunt excepteur eu mollit in nostrud.\n\n###### 2.1.1.4.1 Mollit nulla est tempor fugiat occaecat nostrud\n\nExercitation eu labore Lorem culpa id enim ut officia aute proident in est irure. Nostrud adipisicing magna elit tempor ipsum culpa in incididunt consectetur incididunt veniam aute tempor sint. Officia est consectetur sint sint nostrud proident mollit. Dolore duis proident mollit consectetur tempor.\n\n###### 2.1.1.2.1 Culpa aliquip irure et nostrud esse consequat fugiat dolor\n\nAd ut commodo elit amet officia ipsum labore do amet. Eiusmod sint irure magna proident nisi adipisicing mollit excepteur mollit proident culpa duis. Est reprehenderit consequat eiusmod deserunt duis ipsum esse amet incididunt.\n\n#### 2.1.4 Laboris exercitation nisi tempor dolore\n\nElit culpa est eiusmod nostrud occaecat. Labore incididunt nostrud consectetur sint. Ut pariatur laborum incididunt culpa proident incididunt veniam veniam laboris adipisicing mollit. Ullamco magna tempor fugiat veniam in ipsum nisi mollit labore amet et sit quis. In consectetur fugiat Lorem culpa veniam minim. Irure aliqua est mollit consectetur id Lorem velit minim sit velit. Eiusmod magna do dolor est id reprehenderit minim fugiat minim incididunt incididunt laboris velit consequat.\n\n### 2.2 Officia irure duis et est sunt\n\nConsequat anim quis non nulla. Eiusmod pariatur sunt non culpa culpa ipsum nulla anim in. Non ad exercitation ut reprehenderit ut dolor laborum tempor ad qui magna fugiat irure. Sint commodo ea sint sunt. Irure qui pariatur tempor veniam reprehenderit amet est. Amet laboris proident Lorem deserunt proident duis esse do sit eu dolor qui duis eu. Mollit laboris nisi aute nulla consectetur exercitation nulla aliqua anim.\n\n## 3 Laborum eu magna proident proident tempor\n\nOccaecat aliqua id voluptate mollit aliquip. Elit excepteur magna esse commodo pariatur reprehenderit in in quis. Id dolore proident proident mollit tempor duis magna ullamco nulla velit consequat. In ut est aliquip in commodo ullamco sit sint.\n\n### 3.1 Amet enim do laboris ipsum aliqua eiusmod non eu\n\nLaborum magna deserunt do anim quis proident adipisicing. Dolore qui ex minim reprehenderit. Consectetur in cillum ad dolore ut id deserunt irure aute sint magna dolore adipisicing.\n\n### 3.2 Do exercitation ex elit incididunt sit cupidatat\n\nExcepteur aliqua nisi ullamco sunt fugiat laborum elit aliquip officia culpa. Est exercitation enim laborum amet exercitation. Eu quis qui eiusmod incididunt id do aliquip nostrud do esse enim excepteur enim pariatur. Aute adipisicing velit non culpa quis exercitation. Quis cupidatat anim occaecat Lorem ad mollit aute eiusmod quis dolor duis. Proident anim et nostrud ut aliquip irure adipisicing reprehenderit proident dolore magna. Consequat eu fugiat esse proident duis eu proident fugiat laboris ea veniam nisi reprehenderit.\n\n### 3.3 Officia aliquip fugiat ex pariatur nisi et nostrud adipisicing eu minim laboris eiusmod ea sunt\n\nConsectetur irure elit nulla elit non officia. Culpa Lorem minim dolor laboris enim labore do minim laborum. Fugiat deserunt nisi ut do incididunt incididunt ea anim exercitation sit duis. Irure esse pariatur labore enim labore qui anim culpa laborum velit consequat. Culpa in adipisicing excepteur est ipsum. In reprehenderit eiusmod ad ad non.\n\n### 3.4 Ipsum velit laborum est nostrud qui enim ullamco velit dolor Lorem magna\n\nNulla magna dolor minim commodo. Sunt nulla cupidatat consequat eiusmod elit irure eiusmod excepteur. Sit incididunt irure minim magna. Tempor ipsum exercitation minim sunt labore dolor ullamco veniam enim nisi veniam adipisicing occaecat proident.\n\n### 3.5 Officia fugiat fugiat voluptate ullamco eiusmod duis minim aliqua consequat consectetur qui do sunt fugiat\n\nNon aute culpa irure qui aute adipisicing aute id commodo id. Laborum ullamco laboris velit in quis duis ut consequat do minim. In minim amet ut reprehenderit et voluptate. In quis Lorem occaecat nostrud excepteur nostrud dolore in nulla ad Lorem nisi. Dolor exercitation Lorem qui sint aute ipsum officia eiusmod aliquip Lorem sit. Reprehenderit ex veniam excepteur laboris magna dolore fugiat sit exercitation esse et consequat in sit. Incididunt pariatur ad esse anim aute do id eu.\n\n#### 3.5.1 Mollit laborum ea aliquip mollit quis commodo fugiat tempor deserunt exercitation sint culpa ipsum tempor\n\nEst cillum laborum cupidatat ullamco cupidatat magna laborum enim duis consequat est eu. Magna cillum Lorem proident non ut officia. Esse irure et laboris eu occaecat aute.\n\n##### 3.5.1.1 Nisi anim commodo consequat quis amet\n\nSunt eu dolor enim enim consectetur et anim irure dolor velit cillum. Esse reprehenderit cillum incididunt adipisicing amet nostrud adipisicing. Minim mollit nostrud ipsum ea ut sit ex elit. Do esse ad et ipsum nisi sint anim culpa excepteur ipsum. Commodo nisi irure qui reprehenderit incididunt.\n\n###### 3.5.1.1.1 Culpa nulla Lorem adipisicing ut sit cupidatat laborum laborum cupidatat proident\n\nDolore dolor sit sunt anim eu amet consectetur quis ea proident ex aliqua. Sunt laborum consectetur consectetur enim velit eiusmod labore commodo commodo laboris deserunt. Eiusmod enim do amet laborum commodo qui.\n\n### 3.6 Reprehenderit culpa consectetur veniam minim cillum in nostrud\n\nLorem dolore sit aliqua tempor do voluptate ut esse. Minim velit ad velit commodo minim laborum. Qui qui reprehenderit non proident ullamco veniam aliquip.\n\n## 4 Laboris aute consequat id eu et Lorem amet\n\nAd qui voluptate dolor veniam. Veniam mollit aute eiusmod eu labore incididunt sint proident. Non minim consequat anim sint. Aliquip non nisi nostrud proident. Eiusmod ut duis commodo sunt laboris irure eu. Laboris quis amet ad qui officia.\n\n## 5 Esse eu consequat consequat aliqua fugiat nulla ad labore consectetur eu pariatur nisi aute\n\nDuis proident ullamco fugiat aliqua sunt anim ea do irure est amet quis nulla cillum. Commodo voluptate dolor culpa sint aliquip voluptate exercitation anim cillum ad eu in amet. Sint fugiat qui commodo quis ex eu commodo officia aliquip irure. Non dolore elit excepteur id laboris irure consequat magna consectetur. Qui proident deserunt culpa tempor sit aute velit proident cillum ea.\n\n## 6 Aliquip sunt laborum excepteur cupidatat officia ad tempor veniam esse amet ea commodo sunt\n\nEx minim pariatur est nisi exercitation exercitation reprehenderit id aliqua deserunt est. Laborum ullamco do ipsum minim ipsum aliquip voluptate voluptate aliqua. Magna proident velit veniam et minim commodo officia officia mollit nisi. Excepteur occaecat deserunt irure adipisicing minim adipisicing cupidatat non anim exercitation ex. Amet quis sunt sint veniam non id nisi ipsum mollit voluptate quis tempor tempor.\n"
  },
  {
    "path": "test/_posts/2012-01-03-layout-table-of-contents-indent-post.md",
    "content": "---\ntitle: \"Layout: Post with Nested Table of Contents\"\ntags:\n  - table of contents\ntoc: true\n---\n\nTests table of contents with multiple levels to verify indentation is readible.\n\n# Enim laboris id ea elit elit deserunt\n\nMagna incididunt elit id enim nisi quis excepteur reprehenderit Lorem dolore dolore ad enim. Labore esse elit excepteur et elit dolor. Elit ut consectetur labore velit elit esse voluptate id commodo. Magna cillum officia consequat non occaecat mollit esse nisi quis.\n\nNostrud veniam excepteur commodo enim pariatur velit est. Dolor consequat elit occaecat enim veniam ullamco qui est anim ex elit. Est minim aute magna laborum reprehenderit magna reprehenderit ullamco voluptate id sit aliqua. Id labore veniam ad duis aliquip commodo qui ex ut ipsum irure. In et sit ea cupidatat consectetur in nisi amet in cupidatat excepteur commodo amet.\n\n## 2 Sit adipisicing tempor duis velit cupidatat occaecat do amet\n\nAd non dolore irure in. In do ut nostrud reprehenderit consequat aliqua sunt culpa voluptate amet minim ea. Eu dolore deserunt consectetur eu in minim sit nulla id id est amet consectetur. Tempor dolore ipsum magna amet velit aliquip ea anim non eu Lorem deserunt. Irure excepteur id adipisicing elit dolor ipsum eiusmod non nulla nisi sint qui et. Occaecat pariatur tempor ex nisi pariatur.\n\nProident culpa nostrud id est qui fugiat duis aute. Cillum commodo pariatur nostrud culpa Lorem exercitation non. Consequat elit deserunt dolore voluptate sunt labore minim ut consequat minim.\n\nSunt pariatur in ex non nulla proident ex ullamco Lorem do ipsum. Cillum est mollit reprehenderit excepteur labore labore elit dolore adipisicing ad quis quis aliqua sunt. Proident amet est reprehenderit deserunt amet cupidatat incididunt irure est elit.\n\n### 2.1 Ex et quis exercitation fugiat excepteur eiusmod mollit consequat id pariatur non adipisicing magna tempor\n\nNostrud sunt nostrud incididunt adipisicing officia esse minim irure duis dolore adipisicing cupidatat. Eu non labore veniam ad sunt pariatur qui. Irure reprehenderit qui elit duis cillum sit officia consectetur sint deserunt do aute velit. Do id occaecat magna occaecat reprehenderit veniam pariatur Lorem. Officia sit cupidatat adipisicing laborum.\n\n#### 2.1.1 Ut nostrud reprehenderit proident culpa enim irure cupidatat sunt ex ea minim nostrud\n\nLaborum laboris et ut proident sit qui pariatur nisi commodo. Deserunt eiusmod eiusmod elit anim exercitation quis. Anim laboris irure minim elit fugiat velit esse officia amet reprehenderit id. Dolor eiusmod incididunt excepteur sint aute qui esse nostrud. Nisi qui adipisicing consectetur enim pariatur sint veniam esse.\n\n#### 2.1.2 Nisi non nisi ullamco ipsum cillum\nMinim officia tempor eiusmod sint magna reprehenderit do amet ex velit. Irure nulla ut veniam eu veniam proident esse pariatur cillum. Esse anim et proident cillum esse magna sint.\n\n#### 2.1.3 Ut pariatur do do eiusmod consequat do pariatur nisi ex anim reprehenderit nostrud\nReprehenderit consectetur tempor labore dolore ad. Ullamco qui sunt quis deserunt id ipsum sit qui nisi esse deserunt ad exercitation. Dolore qui in mollit ex qui minim et ipsum reprehenderit. Tempor magna ipsum proident voluptate mollit quis consectetur veniam non aliquip cupidatat nisi culpa aute.\n\n##### 2.1.1.1 Ut aute quis ipsum fugiat dolor\nOccaecat excepteur et ea et exercitation ad aute minim incididunt incididunt aute sint officia aliquip. Quis cupidatat nostrud dolor consequat laboris eu ullamco qui esse excepteur aute. Veniam ut ipsum aute Lorem proident minim ea fugiat Lorem cillum. Qui esse id minim consequat ullamco aliqua pariatur ea mollit. Minim ea ipsum laborum consequat esse mollit pariatur. Voluptate sit voluptate non ut consectetur irure laboris ex adipisicing dolore elit aliquip velit. In eu veniam voluptate incididunt aute eu reprehenderit ut id voluptate.\n\n##### 2.1.1.2 Consequat nostrud quis officia et aliquip quis magna mollit veniam\nMagna duis exercitation dolor amet. Ea irure laborum sit officia reprehenderit enim aute magna duis. Elit fugiat ut proident sit.\n\n###### 2.1.1.1.1 Id cillum proident labore occaecat reprehenderit excepteur fugiat est\n\nIrure qui veniam incididunt irure consequat mollit consectetur est nostrud deserunt eiusmod nostrud quis. Eiusmod id proident eu aute exercitation irure consectetur sit dolor dolor in esse. Qui eu dolor ea est magna amet laborum qui irure. Reprehenderit excepteur voluptate fugiat exercitation voluptate laboris nostrud qui magna et officia.\n\n###### 2.1.1.1.2 In consectetur ea qui quis culpa nulla\n\nAd quis duis dolore voluptate laborum eiusmod consequat sint. Cupidatat officia ex laborum ad non mollit excepteur ea. Nostrud elit in consequat sunt adipisicing reprehenderit ipsum proident irure. Sint velit laborum sint laboris ea. Veniam occaecat et in Lorem proident minim deserunt labore laborum reprehenderit. Consequat laborum deserunt culpa consectetur. Incididunt reprehenderit amet esse duis dolore pariatur adipisicing quis elit.\n\n###### 2.1.1.1.3 Culpa magna pariatur magna officia adipisicing ex minim ea do est\n\nDolore reprehenderit aute ex id. Ipsum laboris sit quis enim labore ut sint cillum exercitation. Commodo aliqua exercitation enim sunt velit do laborum mollit irure dolor.\n\n###### 2.1.1.1.4 Veniam ipsum non reprehenderit pariatur\n\nLaboris amet quis sunt id dolor consectetur Lorem id aliquip laboris fugiat. Non ex magna deserunt veniam eiusmod. Irure culpa culpa dolore pariatur. Elit enim deserunt ut amet adipisicing elit laborum exercitation cupidatat et. Aliqua aliqua laborum exercitation commodo reprehenderit reprehenderit amet laboris ea ea ex amet in. Aute minim voluptate et ipsum culpa consequat.\n\n##### 2.1.1.3 Ut qui labore officia ad laboris eu amet minim tempor qui cupidatat duis aute\n\nIn in dolore laboris irure est consequat magna ea non aute cupidatat tempor. Officia sit pariatur consequat laborum aliqua nulla anim nisi aliquip reprehenderit consequat. Ad duis labore minim consequat reprehenderit labore ex minim cillum magna incididunt adipisicing dolor. Non velit mollit minim consectetur minim. Cillum elit et amet est reprehenderit non. Elit adipisicing nostrud ea veniam occaecat commodo deserunt.\n\n##### 2.1.1.4 Magna ipsum nisi velit anim\n\nEiusmod tempor dolor proident pariatur consequat sit non nostrud. Eiusmod duis elit esse Lorem dolore et minim elit consectetur eu ullamco. Adipisicing sunt excepteur eu mollit in nostrud.\n\n###### 2.1.1.4.1 Mollit nulla est tempor fugiat occaecat nostrud\n\nExercitation eu labore Lorem culpa id enim ut officia aute proident in est irure. Nostrud adipisicing magna elit tempor ipsum culpa in incididunt consectetur incididunt veniam aute tempor sint. Officia est consectetur sint sint nostrud proident mollit. Dolore duis proident mollit consectetur tempor.\n\n###### 2.1.1.2.1 Culpa aliquip irure et nostrud esse consequat fugiat dolor\n\nAd ut commodo elit amet officia ipsum labore do amet. Eiusmod sint irure magna proident nisi adipisicing mollit excepteur mollit proident culpa duis. Est reprehenderit consequat eiusmod deserunt duis ipsum esse amet incididunt.\n\n#### 2.1.4 Laboris exercitation nisi tempor dolore\n\nElit culpa est eiusmod nostrud occaecat. Labore incididunt nostrud consectetur sint. Ut pariatur laborum incididunt culpa proident incididunt veniam veniam laboris adipisicing mollit. Ullamco magna tempor fugiat veniam in ipsum nisi mollit labore amet et sit quis. In consectetur fugiat Lorem culpa veniam minim. Irure aliqua est mollit consectetur id Lorem velit minim sit velit. Eiusmod magna do dolor est id reprehenderit minim fugiat minim incididunt incididunt laboris velit consequat.\n\n### 2.2 Officia irure duis et est sunt\n\nConsequat anim quis non nulla. Eiusmod pariatur sunt non culpa culpa ipsum nulla anim in. Non ad exercitation ut reprehenderit ut dolor laborum tempor ad qui magna fugiat irure. Sint commodo ea sint sunt. Irure qui pariatur tempor veniam reprehenderit amet est. Amet laboris proident Lorem deserunt proident duis esse do sit eu dolor qui duis eu. Mollit laboris nisi aute nulla consectetur exercitation nulla aliqua anim.\n\n## 3 Laborum eu magna proident proident tempor\n\nOccaecat aliqua id voluptate mollit aliquip. Elit excepteur magna esse commodo pariatur reprehenderit in in quis. Id dolore proident proident mollit tempor duis magna ullamco nulla velit consequat. In ut est aliquip in commodo ullamco sit sint.\n\n### 3.1 Amet enim do laboris ipsum aliqua eiusmod non eu\n\nLaborum magna deserunt do anim quis proident adipisicing. Dolore qui ex minim reprehenderit. Consectetur in cillum ad dolore ut id deserunt irure aute sint magna dolore adipisicing.\n\n### 3.2 Do exercitation ex elit incididunt sit cupidatat\n\nExcepteur aliqua nisi ullamco sunt fugiat laborum elit aliquip officia culpa. Est exercitation enim laborum amet exercitation. Eu quis qui eiusmod incididunt id do aliquip nostrud do esse enim excepteur enim pariatur. Aute adipisicing velit non culpa quis exercitation. Quis cupidatat anim occaecat Lorem ad mollit aute eiusmod quis dolor duis. Proident anim et nostrud ut aliquip irure adipisicing reprehenderit proident dolore magna. Consequat eu fugiat esse proident duis eu proident fugiat laboris ea veniam nisi reprehenderit.\n\n### 3.3 Officia aliquip fugiat ex pariatur nisi et nostrud adipisicing eu minim laboris eiusmod ea sunt\n\nConsectetur irure elit nulla elit non officia. Culpa Lorem minim dolor laboris enim labore do minim laborum. Fugiat deserunt nisi ut do incididunt incididunt ea anim exercitation sit duis. Irure esse pariatur labore enim labore qui anim culpa laborum velit consequat. Culpa in adipisicing excepteur est ipsum. In reprehenderit eiusmod ad ad non.\n\n### 3.4 Ipsum velit laborum est nostrud qui enim ullamco velit dolor Lorem magna\n\nNulla magna dolor minim commodo. Sunt nulla cupidatat consequat eiusmod elit irure eiusmod excepteur. Sit incididunt irure minim magna. Tempor ipsum exercitation minim sunt labore dolor ullamco veniam enim nisi veniam adipisicing occaecat proident.\n\n### 3.5 Officia fugiat fugiat voluptate ullamco eiusmod duis minim aliqua consequat consectetur qui do sunt fugiat\n\nNon aute culpa irure qui aute adipisicing aute id commodo id. Laborum ullamco laboris velit in quis duis ut consequat do minim. In minim amet ut reprehenderit et voluptate. In quis Lorem occaecat nostrud excepteur nostrud dolore in nulla ad Lorem nisi. Dolor exercitation Lorem qui sint aute ipsum officia eiusmod aliquip Lorem sit. Reprehenderit ex veniam excepteur laboris magna dolore fugiat sit exercitation esse et consequat in sit. Incididunt pariatur ad esse anim aute do id eu.\n\n#### 3.5.1 Mollit laborum ea aliquip mollit quis commodo fugiat tempor deserunt exercitation sint culpa ipsum tempor\n\nEst cillum laborum cupidatat ullamco cupidatat magna laborum enim duis consequat est eu. Magna cillum Lorem proident non ut officia. Esse irure et laboris eu occaecat aute.\n\n##### 3.5.1.1 Nisi anim commodo consequat quis amet\n\nSunt eu dolor enim enim consectetur et anim irure dolor velit cillum. Esse reprehenderit cillum incididunt adipisicing amet nostrud adipisicing. Minim mollit nostrud ipsum ea ut sit ex elit. Do esse ad et ipsum nisi sint anim culpa excepteur ipsum. Commodo nisi irure qui reprehenderit incididunt.\n\n###### 3.5.1.1.1 Culpa nulla Lorem adipisicing ut sit cupidatat laborum laborum cupidatat proident\n\nDolore dolor sit sunt anim eu amet consectetur quis ea proident ex aliqua. Sunt laborum consectetur consectetur enim velit eiusmod labore commodo commodo laboris deserunt. Eiusmod enim do amet laborum commodo qui.\n\n### 3.6 Reprehenderit culpa consectetur veniam minim cillum in nostrud\n\nLorem dolore sit aliqua tempor do voluptate ut esse. Minim velit ad velit commodo minim laborum. Qui qui reprehenderit non proident ullamco veniam aliquip.\n\n## 4 Laboris aute consequat id eu et Lorem amet\n\nAd qui voluptate dolor veniam. Veniam mollit aute eiusmod eu labore incididunt sint proident. Non minim consequat anim sint. Aliquip non nisi nostrud proident. Eiusmod ut duis commodo sunt laboris irure eu. Laboris quis amet ad qui officia.\n\n## 5 Esse eu consequat consequat aliqua fugiat nulla ad labore consectetur eu pariatur nisi aute\n\nDuis proident ullamco fugiat aliqua sunt anim ea do irure est amet quis nulla cillum. Commodo voluptate dolor culpa sint aliquip voluptate exercitation anim cillum ad eu in amet. Sint fugiat qui commodo quis ex eu commodo officia aliquip irure. Non dolore elit excepteur id laboris irure consequat magna consectetur. Qui proident deserunt culpa tempor sit aute velit proident cillum ea.\n\n## 6 Aliquip sunt laborum excepteur cupidatat officia ad tempor veniam esse amet ea commodo sunt\n\nEx minim pariatur est nisi exercitation exercitation reprehenderit id aliqua deserunt est. Laborum ullamco do ipsum minim ipsum aliquip voluptate voluptate aliqua. Magna proident velit veniam et minim commodo officia officia mollit nisi. Excepteur occaecat deserunt irure adipisicing minim adipisicing cupidatat non anim exercitation ex. Amet quis sunt sint veniam non id nisi ipsum mollit voluptate quis tempor tempor.\n"
  },
  {
    "path": "test/_posts/2012-01-03-layout-table-of-contents-post.md",
    "content": "---\ntitle: \"Layout: Post with Table of Contents\"\nheader:\n  image: assets/images/unsplash-image-9.jpg\n  caption: \"Photo credit: [**Unsplash**](https://unsplash.com)\"\ntags:\n  - table of contents\ntoc: true\ntoc_label: \"Unique Title\"\ntoc_icon: \"heart\"\n---\n\nEnable table of contents on post or page by adding `toc: true` to its YAML Front Matter. The title and icon can also be changed with:\n\n```yaml\n---\ntoc: true\ntoc_label: \"Unique Title\"\ntoc_icon: \"heart\"  # corresponding Font Awesome icon name (without fa prefix)\n---\n```\n\n## HTML Elements\n\nBelow is just about everything you'll need to style in the theme. Check the source code to see the many embedded elements within paragraphs.\n\n## Body text\n\nLorem ipsum dolor sit amet, test link adipiscing elit. **This is strong**. Nullam dignissim convallis est. Quisque aliquam.\n\n![Smithsonian Image]({{ site.url }}{{ site.baseurl }}/assets/images/3953273590_704e3899d5_m.jpg)\n{: .image-right}\n\n*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.\n\nHTML 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.\n\n### Blockquotes\n\n> Lorem ipsum dolor sit amet, test link adipiscing elit. Nullam dignissim convallis est. Quisque aliquam.\n\n## List Types\n\n### Ordered Lists\n\n1. Item one\n   1. sub item one\n   2. sub item two\n   3. sub item three\n2. Item two\n\n### Unordered Lists\n\n* Item one\n* Item two\n* Item three\n\n## Tables\n\n| Header1 | Header2 | Header3 |\n|:--------|:-------:|--------:|\n| cell1   | cell2   | cell3   |\n| cell4   | cell5   | cell6   |\n|----\n| cell1   | cell2   | cell3   |\n| cell4   | cell5   | cell6   |\n|=====\n| Foot1   | Foot2   | Foot3\n{: rules=\"groups\"}\n\n## Code Snippets\n\n```css\n#container {\n  float: left;\n  margin: 0 -240px 0 0;\n  width: 100%;\n}\n```\n\n## Buttons\n\nMake any link standout more when applying the `.btn` class.\n\n```html\n<a href=\"#\" class=\"btn btn--success\">Success Button</a>\n```\n\n<div markdown=\"0\"><a href=\"#\" class=\"btn\">Primary Button</a></div>\n<div markdown=\"0\"><a href=\"#\" class=\"btn btn--success\">Success Button</a></div>\n<div markdown=\"0\"><a href=\"#\" class=\"btn btn--warning\">Warning Button</a></div>\n<div markdown=\"0\"><a href=\"#\" class=\"btn btn--danger\">Danger Button</a></div>\n<div markdown=\"0\"><a href=\"#\" class=\"btn btn--info\">Info Button</a></div>\n\n## Notices\n\n**Watch out!** You can also add notices by appending `{: .notice}` to a paragraph.\n{: .notice}"
  },
  {
    "path": "test/_posts/2012-01-03-layout-table-of-contents-sticky.md",
    "content": "---\ntitle: \"Layout: Post with Sticky Table of Contents\"\ntags:\n  - table of contents\ntoc: true\ntoc_sticky: true\n---\n\n\"Stick\" table of contents to the top of a page by adding `toc_sticky: true` to its YAML Front Matter.\n\n```yaml\n---\ntoc: true\ntoc_sticky: true\n---\n```\n\n## HTML Elements\n\nBelow is just about everything you'll need to style in the theme. Check the source code to see the many embedded elements within paragraphs.\n\n## Body text\n\nLorem ipsum dolor sit amet, test link adipiscing elit. **This is strong**. Nullam dignissim convallis est. Quisque aliquam.\n\n![Smithsonian Image]({{ site.url }}{{ site.baseurl }}/assets/images/3953273590_704e3899d5_m.jpg)\n{: .image-right}\n\n*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.\n\nHTML 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.\n\n### Blockquotes\n\n> Lorem ipsum dolor sit amet, test link adipiscing elit. Nullam dignissim convallis est. Quisque aliquam.\n\n## List Types\n\n### Ordered Lists\n\n1. Item one\n   1. sub item one\n   2. sub item two\n   3. sub item three\n2. Item two\n\n### Unordered Lists\n\n* Item one\n* Item two\n* Item three\n\n## Tables\n\n| Header1 | Header2 | Header3 |\n|:--------|:-------:|--------:|\n| cell1   | cell2   | cell3   |\n| cell4   | cell5   | cell6   |\n|----\n| cell1   | cell2   | cell3   |\n| cell4   | cell5   | cell6   |\n|=====\n| Foot1   | Foot2   | Foot3\n{: rules=\"groups\"}\n\n## Code Snippets\n\n```css\n#container {\n  float: left;\n  margin: 0 -240px 0 0;\n  width: 100%;\n}\n```\n\n## Buttons\n\nMake any link standout more when applying the `.btn` class.\n\n```html\n<a href=\"#\" class=\"btn btn--success\">Success Button</a>\n```\n\n<div markdown=\"0\"><a href=\"#\" class=\"btn\">Primary Button</a></div>\n<div markdown=\"0\"><a href=\"#\" class=\"btn btn--success\">Success Button</a></div>\n<div markdown=\"0\"><a href=\"#\" class=\"btn btn--warning\">Warning Button</a></div>\n<div markdown=\"0\"><a href=\"#\" class=\"btn btn--danger\">Danger Button</a></div>\n<div markdown=\"0\"><a href=\"#\" class=\"btn btn--info\">Info Button</a></div>\n\n## Notices\n\n**Watch out!** You can also add notices by appending `{: .notice}` to a paragraph.\n{: .notice}"
  },
  {
    "path": "test/_posts/2012-03-14-layout-code-excerpt-generated.md",
    "content": "---\ntitle: \"Layout: Code Excerpt (Generated)\"\ncategories:\n  - Layout\n  - Uncategorized\ntags:\n  - content\n  - excerpt\n  - layout\n---\n\nThis 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.\n\nBe sure to test the formatting of the auto-generated excerpt, to ensure that it doesn't create any layout problems."
  },
  {
    "path": "test/_posts/2012-03-14-layout-excerpt-defined.md",
    "content": "---\ntitle: \"Layout: Excerpt (Defined)\"\nexcerpt: \"This is a user-defined post excerpt. It should be displayed in place of the post content in archive-index pages.\"\ncategories:\n  - Layout\n  - Uncategorized\ntags:\n  - content\n  - excerpt\n  - layout\n---\n\nThis is the post content. It should be displayed in place of the user-defined excerpt in archive-index pages.\n\nThis paragraph should be absent from an archive-index page where `post.excerpt` is shown."
  },
  {
    "path": "test/_posts/2012-03-14-layout-excerpt-generated.md",
    "content": "---\ntitle: \"Layout: Excerpt (Generated)\"\nexcerpt_separator: \"<!--more-->\"\ncategories:\n  - Layout\n  - Uncategorized\ntags:\n  - content\n  - excerpt\n  - layout\n---\n\nThis is the post content. Archive-index pages should display an auto-generated excerpt of this content.\n\n<!--more-->\n\nBe sure to test the formatting of the auto-generated excerpt, to ensure that it doesn't create any layout problems."
  },
  {
    "path": "test/_posts/2012-03-15-layout-author-override.md",
    "content": "---\ntitle: \"Layout: Author Override\"\nauthor: Billy Rick\nexcerpt: \"A post to test author overrides using a data file.\"\n---\n\nSites that may have content authored from various individuals can be accommodated by using [data files](https://jekyllrb.com/docs/datafiles/).\n\nTo attribute an author to a post or page that is different from the site author specified in `_config.yml`:\n\n**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`, `bio`, `avatar`, author `links`, etc.).\n\n```yaml\n# /_data/authors.yml\n\nBilly Rick:\n  name        : \"Billy Rick\"\n  bio         : \"What do you want, jewels? I am a very extravagant man.\"\n  avatar      : \"/assets/images/bio-photo-2.jpg\"\n  links:\n    - label: \"Email\"\n      icon: \"fas fa-fw fa-envelope-square\"\n      url: \"mailto:billyrick@rick.com\"\n    - label: \"Website\"\n      icon: \"fas fa-fw fa-link\"\n      url: \"https://thewhip.com\"\n    - label: \"Twitter\"\n      icon: \"fab fa-fw fa-twitter-square\"\n      url: \"https://twitter.com/extravagantman\"\n\nCornelius Fiddlebone:\n  name        : \"Cornelius Fiddlebone\"\n  bio         : \"I ordered what?\"\n  avatar      : \"/assets/images/bio-photo.jpg\"\n  links:\n    - label: \"Email\"\n      icon: \"fas fa-fw fa-envelope-square\"\n      url: \"mailto:cornelius@thewhip.com\"\n    - label: \"Twitter\"\n      icon: \"fab fa-fw fa-twitter-square\"\n      url: \"https://twitter.com/rhymeswithsackit\"\n```\n\n**Step 2.** Assign one of the authors in `authors.yml` to a post or page you wish to override the `site.author` with. \n\nExample: To assign `Billy Rick` as an author for a post the following YAML Front Matter would be applied:\n\n```yaml\nauthor: Billy Rick\n```"
  },
  {
    "path": "test/_posts/2012-03-15-layout-author-sidebar-disabled.md",
    "content": "---\ntitle: \"Layout: Author Sidebar Disabled\"\nexcerpt: \"A post to test disabling author sidebar.\"\nauthor_profile: false\n---\n\nThis post has the author sidebar disabled.\n\nTo disable add `author_profile: false` to YAML Front Matter."
  },
  {
    "path": "test/_posts/2012-03-15-layout-header-image-external.md",
    "content": "---\ntitle: \"Layout: Header Image (External URL)\"\nheader:\n  image: https://live.staticflickr.com/8084/8396909762_813a2b1829_h.jpg\ncategories:\n  - Layout\n  - Uncategorized\ntags:\n  - edge case\n  - featured image\n  - image\n  - layout\n---\n\nThis post should display a **header image**, if the theme supports it.\n\nFeatured image is an external asset and should load."
  },
  {
    "path": "test/_posts/2012-03-15-layout-header-image-horizontal.md",
    "content": "---\ntitle: \"Layout: Header Image (Horizontal)\"\nheader:\n  image: /assets/images/unsplash-image-1.jpg\n  caption: \"Photo credit: [**Unsplash**](https://unsplash.com)\"\ncategories:\n  - Layout\n  - Uncategorized\ntags:\n  - edge case\n  - featured image\n  - image\n  - layout\n---\n\nThis post should display a **header image**, if the theme supports it.\n\nNon-square images can provide some unique styling issues.\n\nThis post tests a horizontal header image."
  },
  {
    "path": "test/_posts/2012-03-15-layout-header-image-text-readability.md",
    "content": "---\ntitle: \"Layout: Header Image and Text Readability\"\nheader:\n  image: /assets/images/unsplash-image-4.jpg\n  caption: \"Photo credit: [**Unsplash**](https://unsplash.com)\"\ntags: \n  - sample post\n  - readability\n  - test\n---\n\nThis 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.\n\nVero 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.\n\n## Cupidatat 90's lo-fi authentic try-hard\n\nIn 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.\n\n  * Sartorial hoodie\n  * Labore viral forage\n  * Tote bag selvage\n  * DIY exercitation et id ugh tumblr church-key\n\nIncididunt 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.\n\nAesthetic 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.\n\n## Forage occaecat cardigan qui\n\nFashion 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.\n\n> 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.\n\nTote 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.\n\n## Hoodie Duis\n\nActually 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.\n\n### Thundercats Ho!\n\nFingerstache 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.\n\nOccupy 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.\n\nAliquip 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.\n\n[^1]: Texture image courtesty of [Lovetextures](http://www.lovetextures.com/)\n"
  },
  {
    "path": "test/_posts/2012-03-15-layout-header-image-vertical.md",
    "content": "---\ntitle: \"Layout: Header Image (Vertical)\"\nheader:\n  image: /assets/images/unsplash-image-6.jpg\n  caption: \"Photo credit: [**Unsplash**](https://unsplash.com)\"\ncategories:\n  - Layout\n  - Uncategorized\ntags:\n  - edge case\n  - featured image\n  - image\n  - layout\n---\n\nThis post should display a **header image**, if the theme supports it.\n\nNon-square images can provide some unique styling issues.\n\nThis post tests a vertical header image."
  },
  {
    "path": "test/_posts/2012-03-15-layout-header-overlay-color.md",
    "content": "---\ntitle: \"Layout: Header Overlay with Background Fill\"\nheader:\n  overlay_color: \"#333\"\ncategories:\n  - Layout\n  - Uncategorized\ntags:\n  - edge case\n  - image\n  - layout\n---\n\nThis post should display a **header with a solid background color**, if the theme supports it.\n\nNon-square images can provide some unique styling issues.\n\nThis post tests overlay headers."
  },
  {
    "path": "test/_posts/2012-03-15-layout-header-overlay-image-tagline.md",
    "content": "---\ntitle: \"Layout: Header Image Overlay with Custom Tagline\"\ntagline: \"This is a custom tagline content which overrides the *default* page excerpt.\"\nheader:\n  overlay_image: /assets/images/unsplash-image-1.jpg\n  caption: \"Photo credit: [**Unsplash**](https://unsplash.com)\"\ncategories:\n  - Layout\n  - Uncategorized\ntags:\n  - edge case\n  - image\n  - layout\nlast_modified_at: 2020-01-07T13:05:25-05:00\n---\n\nThis post should display a **header with an overlay image** and **custom tagline**, if the theme supports it.\n\nNon-square images can provide some unique styling issues.\n\nThis post tests overlay header images with custom `page.tagline`.\n\n```yaml\ntagline: \"This is a custom tagline content which overrides the default page excerpt.\"\nheader:\n  overlay_image: /assets/images/unsplash-image-1.jpg\n  caption: \"Photo credit: [**Unsplash**](https://unsplash.com)\"\n```"
  },
  {
    "path": "test/_posts/2012-03-15-layout-header-overlay-image.md",
    "content": "---\ntitle: \"Layout: Header Image Overlay\"\nheader:\n  overlay_image: /assets/images/unsplash-image-1.jpg\n  caption: \"Photo credit: [**Unsplash**](https://unsplash.com)\"\n  actions:\n    - label: \"Call to action 1\"\n      url: \"https://github.com\"\n    - label: \"Call to action 2\"\n      url: \"https://mademistakes.com\"\ncategories:\n  - Layout\n  - Uncategorized\ntags:\n  - edge case\n  - image\n  - layout\nlast_modified_at: 2016-05-02T11:39:01-04:00\n---\n\nThis post should display a **header with an overlay image**, if the theme supports it.\n\nNon-square images can provide some unique styling issues.\n\nThis post tests overlay header images.\n\n## Overlay filter\n\nYou can use it by specifying the opacity (between 0 and 1) of a black overlay like so:\n\n![transparent black overlay]({{ '/assets/images/mm-header-overlay-black-filter.jpg' | relative_url }})\n\n```yaml\nexcerpt: \"This post should [...]\"\nheader:\n  overlay_image: /assets/images/unsplash-image-1.jpg\n  overlay_filter: 0.5 # same as adding an opacity of 0.5 to a black background\n  caption: \"Photo credit: [**Unsplash**](https://unsplash.com)\"\n  actions:\n    - label: \"More Info\"\n      url: \"https://unsplash.com\"\n```\n\nOr if you want to do more fancy things, go full rgba:\n\n![transparent red overlay]({{ '/assets/images/mm-header-overlay-red-filter.jpg' | relative_url }})\n\n```yaml\nexcerpt: \"This post should [...]\"\nheader:\n  overlay_image: /assets/images/unsplash-image-1.jpg\n  overlay_filter: rgba(255, 0, 0, 0.5)\n  caption: \"Photo credit: [**Unsplash**](https://unsplash.com)\"\n  actions:\n    - label: \"More Info\"\n      url: \"https://unsplash.com\"\n```"
  },
  {
    "path": "test/_posts/2012-03-15-layout-more-tag.md",
    "content": "---\ntitle: \"Layout: More Tag\"\nexcerpt_separator: <!--more-->\ncategories:\n  - Layout\n  - Uncategorized\ntags:\n  - content\n  - read more\n  - layout\n---\n\nThis content is before the [excerpt separator tag](http://jekyllrb.com/docs/posts/#post-excerpts).\n\nAdditional content before the more tag.\n\n<!--more-->\n\nAnd this content is after the more tag."
  },
  {
    "path": "test/_posts/2012-03-15-layout-sidebar-custom.md",
    "content": "---\ntitle: \"Layout: Sidebar Custom\"\nexcerpt: \"A post with custom sidebar content.\"\nauthor_profile: false\nsidebar:\n  - title: \"Title\"\n    image: http://placehold.it/350x250\n    image_alt: \"image\"\n    text: \"Some text here.\"\n    nav: sidebar-sample\n  - title: Another sidebar nav\n    nav: sidebar-sample\n---\n\nThis post has a custom sidebar set in the post's YAML Front Matter.\n\nAn example of how that YAML could look is:\n\n```yaml\nsidebar:\n  - title: \"Title\"\n    image: http://placehold.it/350x250\n    image_alt: \"image\"\n    text: \"Some text here.\"\n  - title: \"Another Title\"\n    text: \"More text here.\"\n```"
  },
  {
    "path": "test/_posts/2012-03-15-layout-sidebar-nav-list.md",
    "content": "---\ntitle: \"Layout: Sidebar with Navigation List\"\nexcerpt: \"A post with a sidebar navigation list.\"\nauthor_profile: false\nsidebar:\n  title: \"Sample Title\"\n  nav: sidebar-sample\n---\n\nThis post has a custom navigation list set in the post's YAML Front Matter.\n\n```yaml\nsidebar:\n  title: \"Sample Title\"\n  nav: sidebar-sample\n```\n\nAlong with navigation elements set in `_data/navigation.yml`.\n\n```yaml\nsidebar-sample:\n  - title: \"Parent Page A\"\n    children:\n      - title: \"Child Page A1\"\n        url: /\n      - title: \"Child Page A2\"\n        url: /\n      - title: \"Child Page A3\"\n        url: /\n      - title: \"Child Page A4\"\n        url: /\n  - title: \"Parent Page B\"\n    children:\n      - title: \"Child Page B1\"\n        url: /\n      - title: \"Child Page B2\"\n        url: /\n      - title: \"Child Page B3\"\n        url: /\n      - title: \"Child Page B4\"\n        url: /\n      - title: \"Child Page B5\"\n        url: /\n  - title: \"Parent Page C\"\n    children:\n      - title: \"Child Page C1\"\n        url: /\n      - title: \"Child Page C2\"\n        url: /\n      - title: \"Child Page C3\"\n        url: /\n      - title: \"Child Page C4\"\n        url: /\n      - title: \"Child Page C5\"\n        url: /\n  - title: \"Parent Page D\"\n    children:\n      - title: \"Child Page D1\"\n        url: /\n      - title: \"Child Page D2\"\n        url: /\n```"
  },
  {
    "path": "test/_posts/2012-05-22-markup-text-readability-wide-page.md",
    "content": "---\ntitle: \"Wide Single Layout Page\"\nclasses: wide\nexcerpt: \"A page with `classes: wide` set to expand the main content's width.\"\ntags: \n  - sample post\n  - readability\n  - test\n---\n\nWhen using `layout: single` add the following front matter to a page or post to widen the main content:\n\n```yaml\nclasses: wide\n```\n\nPortland 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.\n\nVero 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.\n\n## Cupidatat 90's lo-fi authentic try-hard\n\nIn 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.\n\n  * Sartorial hoodie\n  * Labore viral forage\n  * Tote bag selvage\n  * DIY exercitation et id ugh tumblr church-key\n\nIncididunt 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.\n\nAesthetic 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.\n\n## Forage occaecat cardigan qui\n\nFashion 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.\n\n> 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.\n\nTote 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.\n\n## Hoodie Duis\n\nActually 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.\n\n### Thundercats Ho!\n\nFingerstache 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.\n\nOccupy 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.\n\nAliquip 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.\n"
  },
  {
    "path": "test/_posts/2012-05-22-markup-text-readability.md",
    "content": "---\ntitle: \"Markup: Text Readability Test\"\nexcerpt: \"A bunch of text to test readability.\"\ntags: \n  - sample post\n  - readability\n  - test\n---\n\nPortland 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.\n\nVero 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.\n\n## Cupidatat 90's lo-fi authentic try-hard\n\nIn 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.\n\n  * Sartorial hoodie\n  * Labore viral forage\n  * Tote bag selvage\n  * DIY exercitation et id ugh tumblr church-key\n\nIncididunt 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.\n\nAesthetic 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.\n\n## Forage occaecat cardigan qui\n\nFashion 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.\n\n> 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.\n\nTote 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.\n\n## Hoodie Duis\n\nActually 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.\n\n### Thundercats Ho!\n\nFingerstache 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.\n\nOccupy 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.\n\nAliquip 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.\n"
  },
  {
    "path": "test/_posts/2013-01-05-markup-title-with-markup.md",
    "content": "---\ntitle: \"Markup: Title *with* **Markdown**\"\ncategories:\n  - Markdown\ntags:\n  - css\n  - html\n  - title\n---\n\nVerify that:\n\n* The post title renders the word \"with\" in *italics* and the word \"Markdown\" in **bold**.\n* The post title markup should be removed from the browser window / tab."
  },
  {
    "path": "test/_posts/2013-01-05-markup-title-with-special-characters.md",
    "content": "---\ntitle: \"Markup: Title with Special&nbsp;---&nbsp;Characters\"\ncategories:\n  - Markup\ntags:\n  - html\n  - markup\n  - post\n  - title\n---\n\nPutting special characters in the title should have no adverse effect on the layout or functionality.\n\nSpecial characters in the post title have been known to cause issues with JavaScript and XML when not properly encoded and escaped.\n\n## Latin Character Tests\n\nThis is a test to see if the fonts used in this theme support basic Latin characters.\n\n<table>\n  <tr>\n    <td>\n      !\n    </td>\n    \n    <td>\n      &#8220;\n    </td>\n    \n    <td>\n      #\n    </td>\n    \n    <td>\n      $\n    </td>\n    \n    <td>\n      %\n    </td>\n    \n    <td>\n      &\n    </td>\n    \n    <td>\n      &#8216;\n    </td>\n    \n    <td>\n      (\n    </td>\n    \n    <td>\n      )\n    </td>\n    \n    <td>\n      *\n    </td>\n  </tr>\n  \n  <tr>\n    <td>\n      +\n    </td>\n    \n    <td>\n      ,\n    </td>\n    \n    <td>\n      &#8211;\n    </td>\n    \n    <td>\n      .\n    </td>\n    \n    <td>\n      /\n    </td>\n    \n    <td>\n    </td>\n    \n    <td>\n      1\n    </td>\n    \n    <td>\n      2\n    </td>\n    \n    <td>\n      3\n    </td>\n    \n    <td>\n      4\n    </td>\n  </tr>\n  \n  <tr>\n    <td>\n      5\n    </td>\n    \n    <td>\n      6\n    </td>\n    \n    <td>\n      7\n    </td>\n    \n    <td>\n      8\n    </td>\n    \n    <td>\n      9\n    </td>\n    \n    <td>\n      :\n    </td>\n    \n    <td>\n      ;\n    </td>\n    \n    <td>\n      >\n    </td>\n    \n    <td>\n      =\n    </td>\n    \n    <td>\n      <\n    </td>\n  </tr>\n  \n  <tr>\n    <td>\n      ?\n    </td>\n    \n    <td>\n      @\n    </td>\n    \n    <td>\n      A\n    </td>\n    \n    <td>\n      B\n    </td>\n    \n    <td>\n      C\n    </td>\n    \n    <td>\n      D\n    </td>\n    \n    <td>\n      E\n    </td>\n    \n    <td>\n      F\n    </td>\n    \n    <td>\n      G\n    </td>\n    \n    <td>\n      H\n    </td>\n  </tr>\n  \n  <tr>\n    <td>\n      I\n    </td>\n    \n    <td>\n      J\n    </td>\n    \n    <td>\n      K\n    </td>\n    \n    <td>\n      L\n    </td>\n    \n    <td>\n      M\n    </td>\n    \n    <td>\n      N\n    </td>\n    \n    <td>\n      O\n    </td>\n    \n    <td>\n      P\n    </td>\n    \n    <td>\n      Q\n    </td>\n    \n    <td>\n      R\n    </td>\n  </tr>\n  \n  <tr>\n    <td>\n      S\n    </td>\n    \n    <td>\n      T\n    </td>\n    \n    <td>\n      U\n    </td>\n    \n    <td>\n      V\n    </td>\n    \n    <td>\n      W\n    </td>\n    \n    <td>\n      X\n    </td>\n    \n    <td>\n      Y\n    </td>\n    \n    <td>\n      Z\n    </td>\n    \n    <td>\n      [\n    </td>\n    \n    <td>\n    </td>\n  </tr>\n  \n  <tr>\n    <td>\n      ]\n    </td>\n    \n    <td>\n      ^\n    </td>\n    \n    <td>\n      _\n    </td>\n    \n    <td>\n      `\n    </td>\n    \n    <td>\n      a\n    </td>\n    \n    <td>\n      b\n    </td>\n    \n    <td>\n      c\n    </td>\n    \n    <td>\n      d\n    </td>\n    \n    <td>\n      e\n    </td>\n    \n    <td>\n      f\n    </td>\n  </tr>\n  \n  <tr>\n    <td>\n      g\n    </td>\n    \n    <td>\n      h\n    </td>\n    \n    <td>\n      i\n    </td>\n    \n    <td>\n      j\n    </td>\n    \n    <td>\n      k\n    </td>\n    \n    <td>\n      l\n    </td>\n    \n    <td>\n      m\n    </td>\n    \n    <td>\n      n\n    </td>\n    \n    <td>\n      o\n    </td>\n    \n    <td>\n      p\n    </td>\n  </tr>\n  \n  <tr>\n    <td>\n      q\n    </td>\n    \n    <td>\n      r\n    </td>\n    \n    <td>\n      s\n    </td>\n    \n    <td>\n      t\n    </td>\n    \n    <td>\n      u\n    </td>\n    \n    <td>\n      v\n    </td>\n    \n    <td>\n      w\n    </td>\n    \n    <td>\n      x\n    </td>\n    \n    <td>\n      y\n    </td>\n    \n    <td>\n      z\n    </td>\n  </tr>\n  \n  <tr>\n    <td>\n      {\n    </td>\n    \n    <td>\n      |\n    </td>\n    \n    <td>\n      }\n    </td>\n    \n    <td>\n      ~\n    </td>\n    \n    <td>\n    </td>\n    \n    <td>\n    </td>\n    \n    <td>\n    </td>\n    \n    <td>\n    </td>\n    \n    <td>\n    </td>\n    \n    <td>\n    </td>\n  </tr>\n</table>"
  },
  {
    "path": "test/_posts/2013-01-09-markup-text-alignment.md",
    "content": "---\ntitle: \"Markup: Text Alignment\"\ncategories:\n  - Markup\ntags:\n  - alignment\n  - content\n  - css\n  - markup\n---\n\n### Default\n\nThis 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.\n\n### Left Align\n\nThis 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.\n{: style=\"text-align: left;\"}\n\n### Center Align\n\nThis 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.\n{: style=\"text-align: center;\"}\n\n### Right Align\n\nThis 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.\n{: style=\"text-align: right;\"}\n\n### Justify Align\n\nThis 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.\n{: style=\"text-align: justify;\"}"
  },
  {
    "path": "test/_posts/2013-01-10-markup-image-alignment.md",
    "content": "---\ntitle: \"Markup: Image Alignment\"\ncategories:\n  - Markup\ntags:\n  - alignment\n  - captions\n  - content\n  - css\n  - image\n  - markup\n---\n\nWelcome 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.\n\n![image-center]({{ site.url }}{{ site.baseurl }}/assets/images/image-alignment-580x300.jpg){: .align-center}\n\nThe image above happens to be **centered**.\n\n![image-left]({{ site.url }}{{ site.baseurl }}/assets/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**.\n\nAs 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!\n\nAnd now for a **massively large image**. It also has **no alignment**.\n\n![no-alignment]({{ site.url }}{{ site.baseurl }}/assets/images/image-alignment-1200x4002.jpg)\n\nThe image above, though 1200px wide, should not overflow the content area. It should remain contained with no visible disruption to the flow of content.\n\n![image-right]({{ site.url }}{{ site.baseurl }}/assets/images/image-alignment-300x200.jpg){: .align-right}\n\nAnd 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.\n\nIn 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.\n\nAnd just when you thought we were done, we're going to do them all over again with captions!\n\n<figure class=\"align-center\">\n  <img src=\"{{ site.url }}{{ site.baseurl }}/assets/images/image-alignment-580x300.jpg\" alt=\"\">\n  <figcaption>Look at 580 x 300 getting some love.</figcaption>\n</figure> \n\nThe figure above happens to be **centered**. The caption also has a link in it, just to see if it does anything funky.\n\n<figure style=\"width: 150px\" class=\"align-left\">\n  <img src=\"{{ site.url }}{{ site.baseurl }}/assets/images/image-alignment-150x150.jpg\" alt=\"\">\n  <figcaption>Itty-bitty caption.</figcaption>\n</figure> \n\nThe rest of this paragraph is filler for the sake of seeing the text wrap around the 150×150 image, which is **left aligned**.\n\nAs 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!\n\nAnd now for a **massively large image**. It also has **no alignment**.\n\n<figure style=\"width: 1200px\">\n  <img src=\"{{ site.url }}{{ site.baseurl }}/assets/images/image-alignment-1200x4002.jpg\" alt=\"\">\n  <figcaption>Massive image comment for your eyeballs.</figcaption>\n</figure> \n\nThe figure element above has an inline style of `width: 1200px` set which should break it outside of the normal content flow.\n\n<figure style=\"width: 300px\" class=\"align-right\">\n  <img src=\"{{ site.url }}{{ site.baseurl }}/assets/images/image-alignment-300x200.jpg\" alt=\"\">\n  <figcaption>Feels good to be right all the time.</figcaption>\n</figure> \n\nAnd 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.\n\nIn 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.\n\nAnd that's a wrap, yo! You survived the tumultuous waters of alignment. Image alignment achievement unlocked!\n"
  },
  {
    "path": "test/_posts/2013-01-11-markup-html-tags-and-formatting.md",
    "content": "---\ntitle: \"Markup: HTML Tags and Formatting\"\nheader:\n  teaser: \"assets/images/markup-syntax-highlighting-teaser.jpg\"\ncategories:\n  - Markup\ntags:\n  - content\n  - css\n  - formatting\n  - html\n  - markup\ntoc: true\ntoc_sticky: true\n---\n\nA variety of common markup showing how the theme styles them.\n\n## Header two\n\n### Header three\n\n#### Header four\n\n##### Header five\n\n###### Header six\n\n## Blockquotes\n\nSingle line blockquote:\n\n> Stay hungry. Stay foolish.\n\nMulti line blockquote with a cite reference:\n\n> 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.\n\n<cite>Steve Jobs</cite> --- Apple Worldwide Developers' Conference, 1997\n{: .small}\n\n## Tables\n\n| Employee         | Salary |                                                              |\n| --------         | ------ | ------------------------------------------------------------ |\n| [John Doe](#)    | $1     | Because that's all Steve Jobs needed for a salary.           |\n| [Jane Doe](#)    | $100K  | For all the blogging she does.                               |\n| [Fred Bloggs](#) | $100M  | Pictures are worth a thousand words, right? So Jane × 1,000. |\n| [Jane Bloggs](#) | $100B  | With hair like that?! Enough said.                           |\n\n| Header1 | Header2 | Header3 |\n|:--------|:-------:|--------:|\n| cell1   | cell2   | cell3   |\n| cell4   | cell5   | cell6   |\n|-----------------------------|\n| cell1   | cell2   | cell3   |\n| cell4   | cell5   | cell6   |\n|=============================|\n| Foot1   | Foot2   | Foot3   |\n\n## Definition Lists\n\nDefinition List Title\n:   Definition list division.\n\nStartup\n:   A startup company or startup is a company or temporary organization designed to search for a repeatable and scalable business model.\n\n#dowork\n:   Coined by Rob Dyrdek and his personal body guard Christopher \"Big Black\" Boykins, \"Do Work\" works as a self motivator, to motivating your friends.\n\nDo It Live\n:   I'll let Bill O'Reilly [explain](https://www.youtube.com/watch?v=O_HyZ5aW76c \"We'll Do It Live\") this one.\n\n## Unordered Lists (Nested)\n\n  * List item one \n      * List item one \n          * List item one\n          * List item two\n          * List item three\n          * List item four\n      * List item two\n      * List item three\n      * List item four\n  * List item two\n  * List item three\n  * List item four\n\n## Ordered List (Nested)\n\n  1. List item one \n      1. List item one \n          1. List item one\n          2. List item two\n          3. List item three\n          4. List item four\n      2. List item two\n      3. List item three\n      4. List item four\n  2. List item two\n  3. List item three\n  4. List item four\n\n## Forms\n\n<form>\n  <fieldset>\n    <legend>Personalia:</legend>\n    Name: <input type=\"text\" size=\"30\"><br>\n    Email: <input type=\"text\" size=\"30\"><br>\n    Date of birth: <input type=\"text\" size=\"10\">\n  </fieldset>\n</form>\n\n## Buttons\n\nMake any link standout more when applying the `.btn` class.\n\n```html\n<a href=\"#\" class=\"btn--success\">Success Button</a>\n```\n\n[Default Button](#){: .btn}\n[Primary Button](#){: .btn .btn--primary}\n[Success Button](#){: .btn .btn--success}\n[Warning Button](#){: .btn .btn--warning}\n[Danger Button](#){: .btn .btn--danger}\n[Info Button](#){: .btn .btn--info}\n[Inverse Button](#){: .btn .btn--inverse}\n[Light Outline Button](#){: .btn .btn--light-outline}\n\n```markdown\n[Default Button Text](#link){: .btn}\n[Primary Button Text](#link){: .btn .btn--primary}\n[Success Button Text](#link){: .btn .btn--success}\n[Warning Button Text](#link){: .btn .btn--warning}\n[Danger Button Text](#link){: .btn .btn--danger}\n[Info Button Text](#link){: .btn .btn--info}\n[Inverse Button](#link){: .btn .btn--inverse}\n[Light Outline Button](#link){: .btn .btn--light-outline}\n```\n\n[X-Large Button](#){: .btn .btn--primary .btn--x-large}\n[Large Button](#){: .btn .btn--primary .btn--large}\n[Default Button](#){: .btn .btn--primary }\n[Small Button](#){: .btn .btn--primary .btn--small}\n\n```markdown\n[X-Large Button](#link){: .btn .btn--primary .btn--x-large}\n[Large Button](#link){: .btn .btn--primary .btn--large}\n[Default Button](#link){: .btn .btn--primary }\n[Small Button](#link){: .btn .btn--primary .btn--small}\n```\n\n## Notices\n\n**Watch out!** This paragraph of text has been [emphasized](#) with the `{: .notice}` class.\n{: .notice}\n\n**Watch out!** This paragraph of text has been [emphasized](#) with the `{: .notice--primary}` class.\n{: .notice--primary}\n\n**Watch out!** This paragraph of text has been [emphasized](#) with the `{: .notice--info}` class.\n{: .notice--info}\n\n**Watch out!** This paragraph of text has been [emphasized](#) with the `{: .notice--warning}` class.\n{: .notice--warning}\n\n**Watch out!** This paragraph of text has been [emphasized](#) with the `{: .notice--success}` class.\n{: .notice--success}\n\n**Watch out!** This paragraph of text has been [emphasized](#) with the `{: .notice--danger}` class.\n{: .notice--danger}\n\n## HTML Tags\n\n### Address Tag\n\n<address>\n  1 Infinite Loop<br /> Cupertino, CA 95014<br /> United States\n</address>\n\n### Anchor Tag (aka. Link)\n\nThis is an example of a [link](http://apple.com \"Apple\").\n\n### Abbreviation Tag\n\nThe abbreviation CSS stands for \"Cascading Style Sheets\".\n\n*[CSS]: Cascading Style Sheets\n\n### Cite Tag\n\n\"Code is poetry.\" ---<cite>Automattic</cite>\n\n### Code Tag\n\nYou will learn later on in these tests that `word-wrap: break-word;` will be your best friend.\n\n### Strike Tag\n\nThis tag will let you <strike>strikeout text</strike>.\n\n### Emphasize Tag\n\nThe emphasize tag should _italicize_ text.\n\n### Insert Tag\n\nThis tag should denote <ins>inserted</ins> text.\n\n### Keyboard Tag\n\nThis scarcely known tag emulates <kbd>keyboard text</kbd>, which is usually styled like the `<code>` tag.\n\n### Preformatted Tag\n\nThis tag styles large blocks of code.\n\n<pre>\n.post-title {\n\tmargin: 0 0 5px;\n\tfont-weight: bold;\n\tfont-size: 38px;\n\tline-height: 1.2;\n\tand 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;\n}\n</pre>\n\n### Quote Tag\n\n<q>Developers, developers, developers&#8230;</q> &#8211;Steve Ballmer\n\n### Strong Tag\n\nThis tag shows **bold text**.\n\n### Subscript Tag\n\nGetting our science styling on with H<sub>2</sub>O, which should push the \"2\" down.\n\n### Superscript Tag\n\nStill sticking with science and Albert Einstein's E = MC<sup>2</sup>, which should lift the 2 up.\n\n### Variable Tag\n\nThis allows you to denote <var>variables</var>."
  },
  {
    "path": "test/_posts/2013-05-22-markup-more-images.md",
    "content": "---\ntitle: \"Markup: Another Post with Images\"\nexcerpt: \"Examples and code for displaying images in posts.\"\nheader:\n  teaser: \"http://farm9.staticflickr.com/8426/7758832526_cc8f681e48_c.jpg\"\ntags: \n  - sample post\n  - images\n  - test\n---\n\nHere 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.\n\n### Figures (for images or video)\n\n#### One Up\n\n<figure>\n\t<a href=\"http://farm9.staticflickr.com/8426/7758832526_cc8f681e48_b.jpg\"><img src=\"http://farm9.staticflickr.com/8426/7758832526_cc8f681e48_c.jpg\"></a>\n\t<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>\n</figure>\n\nVero 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.\n\n#### Two Up\n\nApply the `half` class like so to display two images side by side that share the same caption.\n\n```html\n<figure class=\"half\">\n    <a href=\"/assets/images/image-filename-1-large.jpg\"><img src=\"/assets/images/image-filename-1.jpg\"></a>\n    <a href=\"/assets/images/image-filename-2-large.jpg\"><img src=\"/assets/images/image-filename-2.jpg\"></a>\n    <figcaption>Caption describing these two images.</figcaption>\n</figure>\n```\n\nAnd you'll get something that looks like this:\n\n<figure class=\"half\">\n\t<a href=\"http://placehold.it/1200x600.JPG\"><img src=\"http://placehold.it/600x300.jpg\"></a>\n\t<a href=\"http://placehold.it/1200x600.jpeg\"><img src=\"http://placehold.it/600x300.jpg\"></a>\n\t<figcaption>Two images.</figcaption>\n</figure>\n\n#### Three Up\n\nApply the `third` class like so to display three images side by side that share the same caption.\n\n```html\n<figure class=\"third\">\n\t<img src=\"/images/image-filename-1.jpg\">\n\t<img src=\"/images/image-filename-2.jpg\">\n\t<img src=\"/images/image-filename-3.jpg\">\n\t<figcaption>Caption describing these three images.</figcaption>\n</figure>\n```\n\nAnd you'll get something that looks like this:\n\n<figure class=\"third\">\n\t<img src=\"http://placehold.it/600x300.jpg\">\n\t<img src=\"http://placehold.it/600x300.jpg\">\n\t<img src=\"http://placehold.it/600x300.jpg\">\n\t<figcaption>Three images.</figcaption>\n</figure>\n"
  },
  {
    "path": "test/_posts/2013-08-16-markup-syntax-highlighting.md",
    "content": "---\ntitle: \"Markup: Syntax Highlighting\"\nexcerpt: \"Post displaying the various ways of highlighting code in Markdown.\"\nlast_modified_at: 2018-01-03T09:45:06-05:00\nheader:\n  teaser: \"assets/images/markup-syntax-highlighting-teaser.jpg\"\ntags: \n  - code\n  - syntax highlighting\ntoc: true\n---\n\nSyntax 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]\n\n[^1]: <http://en.wikipedia.org/wiki/Syntax_highlighting>\n\n### GFM Code Blocks\n\nGitHub 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`.\n\n```css\n#container {\n  float: left;\n  margin: 0 -240px 0 0;\n  width: 100%;\n}\n```\n\n{% highlight scss %}\n.highlight {\n  margin: 0;\n  padding: 1em;\n  font-family: $monospace;\n  font-size: $type-size-7;\n  line-height: 1.8;\n}\n{% endhighlight %}\n\n```html\n{% raw %}<nav class=\"pagination\" role=\"navigation\">\n  {% if page.previous %}\n    <a href=\"{{ site.url }}{{ page.previous.url }}\" class=\"btn\" title=\"{{ page.previous.title }}\">Previous article</a>\n  {% endif %}\n  {% if page.next %}\n    <a href=\"{{ site.url }}{{ page.next.url }}\" class=\"btn\" title=\"{{ page.next.title }}\">Next article</a>\n  {% endif %}\n</nav><!-- /.pagination -->{% endraw %}\n```\n\n```ruby\nmodule Jekyll\n  class TagIndex < Page\n    def initialize(site, base, dir, tag)\n      @site = site\n      @base = base\n      @dir = dir\n      @name = 'index.html'\n      self.process(@name)\n      self.read_yaml(File.join(base, '_layouts'), 'tag_index.html')\n      self.data['tag'] = tag\n      tag_title_prefix = site.config['tag_title_prefix'] || 'Tagged: '\n      tag_title_suffix = site.config['tag_title_suffix'] || '&#8211;'\n      self.data['title'] = \"#{tag_title_prefix}#{tag}\"\n      self.data['description'] = \"An archive of posts tagged #{tag}.\"\n    end\n  end\nend\n```\n\n### Code Blocks in Lists\n\nIndentation 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.\n\n1. Do step 1.\n2. Now do this:\n   \n   ```ruby\n   def print_hi(name)\n     puts \"Hi, #{name}\"\n   end\n   print_hi('Tom')\n   #=> prints 'Hi, Tom' to STDOUT.\n   ```\n        \n3. Now you can do this.\n\n### Jekyll Highlight Tag\n\nAn example of a code blocking using Jekyll's [`{% raw %}{% highlight %}{% endraw %}` tag](https://jekyllrb.com/docs/templates/#code-snippet-highlighting).\n\n{% highlight javascript linenos %}\n// 'gulp html' -- does nothing\n// 'gulp html --prod' -- minifies and gzips HTML files for production\ngulp.task('html', () => {\n  return gulp.src(paths.siteFolderName + paths.htmlPattern)\n    .pipe(when(argv.prod, htmlmin({\n      removeComments: true,\n      collapseWhitespace: true,\n      collapseBooleanAttributes: false,\n      removeAttributeQuotes: false,\n      removeRedundantAttributes: false,\n      minifyJS: true,\n      minifyCSS: true\n    })))\n    .pipe(when(argv.prod, size({title: 'optimized HTML'})))\n    .pipe(when(argv.prod, gulp.dest(paths.siteFolderName)))\n    .pipe(when(argv.prod, gzip({append: true})))\n    .pipe(when(argv.prod, size({\n      title: 'gzipped HTML',\n      gzip: true\n    })))\n    .pipe(when(argv.prod, gulp.dest(paths.siteFolderName)))\n});\n{% endhighlight %}\n\n{% highlight wl linenos %}\nModule[{},\n  Sqrt[2]\n  4\n]\n{% endhighlight %}\n\n### GitHub Gist Embed\n\nAn example of a Gist embed below.\n\n<script src=\"https://gist.github.com/mmistakes/77c68fbb07731a456805a7b473f47841.js\"></script>"
  },
  {
    "path": "test/_posts/2016-02-24-welcome-to-jekyll.md",
    "content": "---\ntitle:  \"Welcome to Jekyll!\"\nheader:\n  teaser: \"https://farm5.staticflickr.com/4076/4940499208_b79b77fb0a_z.jpg\"\ncategories: \n  - Jekyll\ntags:\n  - update\n---\n\nYou'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](https://jekyllrb.com/docs/usage/), 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.\n\nTo add new posts, simply add a file in the `_posts`[^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.\n\n[^posts]: Footnote test.\n\nJekyll also offers powerful support for code snippets:\n\n```ruby\ndef print_hi(name)\n  puts \"Hi, #{name}\"\nend\nprint_hi('Tom')\n#=> prints 'Hi, Tom' to STDOUT.\n```\n\nCheck 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].\n\n[jekyll-docs]: http://jekyllrb.com/docs/home\n[jekyll-gh]:   https://github.com/jekyll/jekyll\n[jekyll-talk]: https://talk.jekyllrb.com/"
  },
  {
    "path": "test/_posts/2017-01-23-layout-header-video.md",
    "content": "---\ntitle: \"Layout: Header Video\"\nheader:\n  video:\n    id: -PVofD2A9t8\n    provider: youtube\ncategories:\n  - Layout\n  - Uncategorized\ntags:\n  - video\n  - layout\n---\n\nThis post should display a **header with a responsive video**, if the theme supports it.\n\n## Settings\n\n| Parameter  | Required     | Description |\n|----------  |---------     | ----------- |\n| `id`       | **Required** | ID of the video |\n| `provider` | **Required** | Hosting provider of the video, either `youtube` or `vimeo` |\n\n### YouTube\n\nTo embed the following YouTube video at url `https://www.youtube.com/watch?v=-PVofD2A9t8` (long version) or `https://youtu.be/-PVofD2A9t8` (short version) into a post or page's main content you'd use: \n\n```liquid\n{% raw %}{% include video id=\"-PVofD2A9t8\" provider=\"youtube\" %}{% endraw %}\n```\n\n{% include video id=\"-PVofD2A9t8\" provider=\"youtube\" %}\n\nTo embed it as a video header you'd use the following YAML Front Matter\n\n```yaml\nheader:\n  video:\n    id: -PVofD2A9t8\n    provider: youtube\n```\n\n### Vimeo\n\nTo embed the following Vimeo video at url `https://vimeo.com/212731897` into a post or page's main content you'd use: \n\n```liquid\n{% raw %}{% include video id=\"212731897\" provider=\"vimeo\" %}{% endraw %}\n```\n\n{% include video id=\"212731897\" provider=\"vimeo\" %}\n\nTo embed it as a video header you'd use the following YAML Front Matter\n\n```yaml\nheader:\n  video:\n    id: 212731897\n    provider: vimeo\n```"
  },
  {
    "path": "test/_posts/2017-11-28-post-exclude-search.md",
    "content": "---\ntitle:  \"Exclude Post from Search Index\"\nsearch: false\ncategories: \n  - Jekyll\nlast_modified_at: 2018-02-19T08:05:34-05:00\n---\n\nThis post should not appear in the search index because it has the following YAML Front Matter:\n\n```yaml\nsearch: false\n```\n\n**Note:** `search: false` only works to exclude posts when using **Lunr** as a search provider.\n{: .notice--info}\n\nTo exclude files when using **Algolia** as a search provider add an array to `algolia.files_to_exclude` in your `_config.yml`. For more configuration options be sure to check their [full documentation](https://community.algolia.com/jekyll-algolia/options.html).\n\n```yaml\nalgolia:\n  # Exclude more files from indexing\n  files_to_exclude:\n    - index.html\n    - index.md\n    - excluded-file.html\n    - _posts/2017-11-28-post-exclude-search.md\n    - subdirectory/*.html\n```"
  },
  {
    "path": "test/_recipes/chocolate-chip-cookies.md",
    "content": "---\ntitle: \"Chocolate Chip Cookies\"\n---\n\nA chocolate chip cookie is a drop cookie that originated in the United States and features chocolate chips as its distinguishing ingredient.\n\nThe 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.\n\nThis recipe makes 4 dozen cookies.\n\n## Ingredients\n\n* 2 1/4 cups all-purpose flour\n* 1 teaspoon baking soda\n* 1/2 teaspoon salt\n* 1 cup butter, softened and cut to pieces\n* 1 cup sugar\n* 1 cup light brown sugar, packed\n* 2 teaspoons vanilla extract\n* 2 large eggs\n* 2 cups semi-sweet chocolate chips\n* 1/2 teaspoon nutmeg (optional)\n* 1 cup chopped pecans or walnuts (optional)\n\n## Directions\n\n1. Preheat the oven to 350 F.\n2. In a medium bowl, whisk flour with baking soda, nutmeg and salt.\n3. 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.\n4. Gradually add dry mixture into the butter-sugar wet blend, mixing with a spatula until combined. Add chocolate chips and nuts until just mixed.\n5. 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."
  },
  {
    "path": "test/_recipes/oatmeal-cookies.md",
    "content": "---\ntitle: \"Oatmeal Cookies\"\n---\n\nOatmeal cookies are a proverbial favorite with both kids and adults. This crisp and chewy cookie is loaded with oats, dried fruit, and chopped nuts.\n\n## Ingredients\n\n* 1 cup butter, softened 1 cup white sugar\n* 1 cup packed brown sugar\n* 2 eggs\n* 1 teaspoon vanilla extract\n* 2 cups all-purpose flour\n* 1 teaspoon baking soda\n* 1 teaspoon salt\n* 1 1/2 teaspoons ground cinnamon\n* 3 cups quick cooking oats\n\n## Directions\n\n1. 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.\n2. 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.\n3. 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."
  },
  {
    "path": "test/_recipes/peanut-butter-cookies.md",
    "content": "---\ntitle: \"Peanut Butter Cookies\"\n---\n\nA 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.\n\n## Ingredients\n\n* 1 cup unsalted butter\n* 1 cup crunchy peanut butter\n* 1 cup white sugar\n* 1 cup packed brown sugar\n* 2 eggs 2 \n* 1/2 cups all-purpose flour \n* 1 teaspoon baking powder\n* 1/2 teaspoon salt\n* 1 1/2 teaspoons baking soda\n\n## Directions\n\n1. Cream butter, peanut butter, and sugars together in a bowl; beat in eggs.\n2. In a separate bowl, sift flour, baking powder, baking soda, and salt; stir into butter mixture. Put dough in refrigerator for 1 hour.\n3. 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."
  },
  {
    "path": "test/index.html",
    "content": "---\nlayout: home\nauthor_profile: true\n---\n\n<p>This text should appear above the recent posts.</p>\n"
  }
]