pax_global_header00006660000000000000000000000064135255354760014531gustar00rootroot0000000000000052 comment=38a84a949f9753c4542e25f422935f59b4913053 minima-2.5.1/000077500000000000000000000000001352553547600130105ustar00rootroot00000000000000minima-2.5.1/.editorconfig000066400000000000000000000003201352553547600154600ustar00rootroot00000000000000# editorconfig.org root = true [*] charset = utf-8 end_of_line = lf indent_size = 2 indent_style = space insert_final_newline = true trim_trailing_whitespace = true [*.md] trim_trailing_whitespace = false minima-2.5.1/.gitignore000066400000000000000000000000551352553547600150000ustar00rootroot00000000000000.bundle .sass-cache Gemfile.lock _site *.gem minima-2.5.1/.travis.yml000066400000000000000000000003601352553547600151200ustar00rootroot00000000000000language: ruby cache: bundler rvm: - 2.6 - 2.4 before_install: gem update --system --no-document install: script/bootstrap script: script/cibuild env: matrix: - JEKYLL_VERSION="~> 3.5" - JEKYLL_VERSION=">= 4.0.0.pre.alpha1" minima-2.5.1/404.html000066400000000000000000000006161352553547600142100ustar00rootroot00000000000000--- layout: default ---

404

Page not found :(

The requested page could not be found.

minima-2.5.1/CODE_OF_CONDUCT.md000066400000000000000000000062341352553547600156140ustar00rootroot00000000000000# Contributor Covenant Code of Conduct ## Our Pledge In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation. ## Our Standards Examples of behavior that contributes to creating a positive environment include: * Using welcoming and inclusive language * Being respectful of differing viewpoints and experiences * Gracefully accepting constructive criticism * Focusing on what is best for the community * Showing empathy towards other community members Examples of unacceptable behavior by participants include: * The use of sexualized language or imagery and unwelcome sexual attention or advances * Trolling, insulting/derogatory comments, and personal or political attacks * Public or private harassment * Publishing others' private information, such as a physical or electronic address, without explicit permission * Other conduct which could reasonably be considered inappropriate in a professional setting ## Our Responsibilities Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior. Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful. ## Scope This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers. ## Enforcement Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at parkrmoore@gmail.com. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership. ## Attribution This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version] [homepage]: http://contributor-covenant.org [version]: http://contributor-covenant.org/version/1/4/ minima-2.5.1/Gemfile000066400000000000000000000002031352553547600142760ustar00rootroot00000000000000# frozen_string_literal: true source "https://rubygems.org" gemspec gem "jekyll", ENV["JEKYLL_VERSION"] if ENV["JEKYLL_VERSION"] minima-2.5.1/History.markdown000066400000000000000000000100131352553547600162100ustar00rootroot00000000000000## 2.5.1 ### Minor Enhancements * Allow use and testing with Jekyll 4.x (#398) ## 2.5.0 ### Bug Fixes * Add `jekyll-feed` plugin in config (#228) ### Minor Enhancements * Stick footer for short posts (#223) * Consolidate trigger SVG paths (#148) ## 2.4.1 ### Bug Fixes * Reintroduce removed social includes for backwards compatibility (#217) ## 2.4.0 ### Minor Enhancements * Add better system fonts (#205) * Remove whitespace due to Liquid tags in generated HTML (#202) * Adding Mastodon to the social networks (#198) ### Bug Fixes * social icons should resolve baseurl properly (#201) * fix: styling main element in IE 11 (#199) ### Documentation * Improve thw wording in index.md (#175) * Update config description comment (#203) ## 2.3.0 * Add option to show excerpts on the homepage (#90) * Handle RSS feed with jekyll-feed (#183) * Test build with Ruby 2.4 on CI (#184) * Document how to customize navigation links (#192) ## 2.2.1 * Revert social_sites hash for retrocompatibility (#190) ## 2.2.0 ### Minor Enhancements * handling content outside of posts (#88) * Add default table styles (#144) * Add `jekyll-seo-tag` dependency (#139) * Add Microformats markup (#160) * Add more social links (#141) ### Documentation * Docs: clarification about page title (#142) ## 2.1.1 / 2017-04-13 ### Minor Enhancements * Close #55: Improve mobile user experience (#62) * Remove incomplete status from spec summary (#63) * Use date_format if set in configuration (#70) * Corrected misspelled word (#72) * Scale headings relative to base-font-size (#78) * Remove 2.0 post-install message (#82) * Fixes #115 - Only include the nav tag if there are pages to be displayed in the menu (#116) * Fixes #80, #106. Make the hamburger work with pure CSS. (#111) * add `header_pages` config to link only specific files in header (#52) * More easily customizable CSS (#117) * Use relative size for fonts and line-height (#103) * Add 404 page from jekyll `master` (#121) ### Development Fixes * Remove duplicate .sass-cache (#71) * Demo minima on GitHub Pages (#76) * Remove the Rakefile (#118) ### Documentation * Update README with theme content description (#91) * Update default local URL (#120) ## 2.1.0 / 2016-11-15 ### Minor Enhancements * Update gemspec to require at least Jekyll 3.3 (#59) * Use `absolute_url` filter for disqus (#66) * replace `example/index.html` with `example/index.md` (#58) ### Development Fixes * Example should require Jekyll 3.3 (#61) ## 2.0.0 / 2016-10-06 ### Minor Enhancements * priority to site.url when site.github.url is available (#46) * Move contents of the index.html page to the 'home' layout (#48) * Use new `absolute_url` and `relative_url` filters in minima (#57) ### Development Fixes * Use standardized tab size of 2 spaces (#44) ### Major Enhancements * move `css/` directory from jekyll into `assets/` (#43) ### Bug Fixes * Fix html proofer errors (#49) * Update gem regex to include new `assets` directory (#54) ## 1.2.0 / 2016-09-12 ### Minor Enhancements * Look to site.url when available (#35) ### Documentation * Move instruction for CSS in install section (#37) ## 1.1.0 / 2016-09-07 ### Major Enhancements * Add support to Disqus (#21) * Google analytics support (#26) * Look for `site.github.url` if it exists (#25) ### Minor Enhancements * Fixed Flash Of Unstyled SVG (#12) * Added "author" in footer instead of double title (#22) ### Documentation * Document how to link to the theme styles (#18) * Update Example to resemble Default site (#24) ### Development Enhancements * Use upstream gemspec file matcher (#9) * Fix gemspec regex (#31) * Add Travis and a basic smoke test (#33) ## 1.0.1 / 2016-07-28 * include `_layouts`, `_includes`, and `_sass` dir in gem (#6) ## 1.0.0 / 2016-07-27 * default layout: html `lang` attribute should allow user customization (#3) * Use `normalize_whitespace` filter for meta description (#4) * Fix repo's URL in contributing (#5) minima-2.5.1/LICENSE.txt000066400000000000000000000021331352553547600146320ustar00rootroot00000000000000The MIT License (MIT) Copyright (c) 2016-present Parker Moore and the minima contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. minima-2.5.1/README.md000066400000000000000000000212201352553547600142640ustar00rootroot00000000000000# minima *Minima is a one-size-fits-all Jekyll theme for writers*. It's Jekyll's default (and first) theme. It's what you get when you run `jekyll new`. [Theme preview](https://jekyll.github.io/minima/) ![minima theme preview](/screenshot.png) ## Installation Add this line to your Jekyll site's Gemfile: ```ruby gem "minima" ``` And add this line to your Jekyll site: ```yaml theme: minima ``` And then execute: $ bundle ## Contents At-A-Glance Minima has been scaffolded by the `jekyll new-theme` command and therefore has all the necessary files and directories to have a new Jekyll site up and running with zero-configuration. ### Layouts Refers to files within the `_layouts` directory, that define the markup for your theme. - `default.html` — The base layout that lays the foundation for subsequent layouts. The derived layouts inject their contents into this file at the line that says ` {{ content }} ` and are linked to this file via [FrontMatter](https://jekyllrb.com/docs/frontmatter/) declaration `layout: default`. - `home.html` — The layout for your landing-page / home-page / index-page. [[More Info.](#home-layout)] - `page.html` — The layout for your documents that contain FrontMatter, but are not posts. - `post.html` — The layout for your posts. ### Includes Refers to snippets of code within the `_includes` directory that can be inserted in multiple layouts (and another include-file as well) within the same theme-gem. - `disqus_comments.html` — Code to markup disqus comment box. - `footer.html` — Defines the site's footer section. - `google-analytics.html` — Inserts Google Analytics module (active only in production environment). - `head.html` — Code-block that defines the `` in *default* layout. - `header.html` — Defines the site's main header section. By default, pages with a defined `title` attribute will have links displayed here. ### Sass Refers to `.scss` files within the `_sass` directory that define the theme's styles. - `minima.scss` — The core file imported by preprocessed `main.scss`, it defines the variable defaults for the theme and also further imports sass partials to supplement itself. - `minima/_base.scss` — Resets and defines base styles for various HTML elements. - `minima/_layout.scss` — Defines the visual style for various layouts. - `minima/_syntax-highlighting.scss` — Defines the styles for syntax-highlighting. ### Assets Refers to various asset files within the `assets` directory. Contains the `main.scss` that imports sass files from within the `_sass` directory. This `main.scss` is what gets processed into the theme's main stylesheet `main.css` called by `_layouts/default.html` via `_includes/head.html`. This directory can include sub-directories to manage assets of similar type, and will be copied over as is, to the final transformed site directory. ### Plugins Minima comes with [`jekyll-seo-tag`](https://github.com/jekyll/jekyll-seo-tag) plugin preinstalled to make sure your website gets the most useful meta tags. See [usage](https://github.com/jekyll/jekyll-seo-tag#usage) to know how to set it up. ## Usage ### Home Layout `home.html` is a flexible HTML layout for the site's landing-page / home-page / index-page.
#### Main Heading and Content-injection From Minima v2.2 onwards, the *home* layout will inject all content from your `index.md` / `index.html` **before** the **`Posts`** heading. This will allow you to include non-posts related content to be published on the landing page under a dedicated heading. *We recommended that you title this section with a Heading2 (`##`)*. Usually the `site.title` itself would suffice as the implicit 'main-title' for a landing-page. But, if your landing-page would like a heading to be explicitly displayed, then simply define a `title` variable in the document's front matter and it will be rendered with an `

` tag. #### Post Listing This section is optional from Minima v2.2 onwards.
It will be automatically included only when your site contains one or more valid posts or drafts (if the site is configured to `show_drafts`). The title for this section is `Posts` by default and rendered with an `

` tag. You can customize this heading by defining a `list_title` variable in the document's front matter. -- ### Customization To override the default structure and style of minima, simply create the concerned directory at the root of your site, copy the file you wish to customize to that directory, and then edit the file. e.g., to override the [`_includes/head.html `](_includes/head.html) file to specify a custom style path, create an `_includes` directory, copy `_includes/head.html` from minima gem folder to `/_includes` and start editing that file. The site's default CSS has now moved to a new place within the gem itself, [`assets/main.scss`](assets/main.scss). To **override the default CSS**, the file has to exist at your site source. Do either of the following: - Create a new instance of `main.scss` at site source. - Create a new file `main.scss` at `/assets/` - Add the frontmatter dashes, and - Add `@import "minima";`, to `/assets/main.scss` - Add your custom CSS. - Download the file from this repo - Create a new file `main.scss` at `/assets/` - Copy the contents at [assets/main.scss](assets/main.scss) onto the `main.scss` you just created, and edit away! - Copy directly from Minima 2.0 gem - Go to your local minima gem installation directory ( run `bundle show minima` to get the path to it ). - Copy the `assets/` folder from there into the root of `` - Change whatever values you want, inside `/assets/main.scss` -- ### Customize navigation links This allows you to set which pages you want to appear in the navigation area and configure order of the links. For instance, to only link to the `about` and the `portfolio` page, add the following to you `_config.yml`: ```yaml header_pages: - about.md - portfolio.md ``` -- ### Change default date format You can change the default date format by specifying `site.minima.date_format` in `_config.yml`. ``` # Minima date format # refer to http://shopify.github.io/liquid/filters/date/ if you want to customize this minima: date_format: "%b %-d, %Y" ``` -- ### Enabling comments (via Disqus) Optionally, if you have a Disqus account, you can tell Jekyll to use it to show a comments section below each post. To enable it, add the following lines to your Jekyll site: ```yaml disqus: shortname: my_disqus_shortname ``` You can find out more about Disqus' shortnames [here](https://help.disqus.com/customer/portal/articles/466208). Comments are enabled by default and will only appear in production, i.e., `JEKYLL_ENV=production` If you don't want to display comments for a particular post you can disable them by adding `comments: false` to that post's YAML Front Matter. -- ### Social networks You can add links to the accounts you have on other sites, with respective icon, by adding one or more of the following options in your config: ```yaml twitter_username: jekyllrb github_username: jekyll dribbble_username: jekyll facebook_username: jekyll flickr_username: jekyll instagram_username: jekyll linkedin_username: jekyll pinterest_username: jekyll youtube_username: jekyll googleplus_username: +jekyll rss: rss mastodon: - username: jekyll instance: example.com - username: jekyll2 instance: example.com ``` -- ### Enabling Google Analytics To enable Google Analytics, add the following lines to your Jekyll site: ```yaml google_analytics: UA-NNNNNNNN-N ``` Google Analytics will only appear in production, i.e., `JEKYLL_ENV=production` -- ### Enabling Excerpts on the Home Page To display post-excerpts on the Home Page, simply add the following to your `_config.yml`: ```yaml show_excerpts: true ``` ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/jekyll/minima. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct. ## Development To set up your environment to develop this theme, run `script/bootstrap`. To test your theme, run `script/server` (or `bundle exec jekyll serve`) and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme and the contents. As you make modifications, your site will regenerate and you should see the changes in the browser after a refresh. ## License The theme is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT). minima-2.5.1/_config.yml000066400000000000000000000023351352553547600151420ustar00rootroot00000000000000title: Your awesome title author: GitHub User email: your-email@domain.com description: > # this means to ignore newlines until "twitter_username:" Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description. # social links twitter_username: jekyllrb github_username: jekyll rss: rss # dribbble_username: jekyll # facebook_username: jekyll # flickr_username: jekyll # instagram_username: jekyll # linkedin_username: jekyll # pinterest_username: jekyll # youtube_username: jekyll # googleplus_username: +jekyll # Mastodon instances # mastodon: # - username: jekyll # instance: example.com # - username: jekyll2 # instance: example.com show_excerpts: false # set to true to show excerpts on the homepage # Minima date format # refer to http://shopify.github.io/liquid/filters/date/ if you want to customize this minima: date_format: "%b %-d, %Y" # If you want to link only specific pages in your header, uncomment # this and add the path to the pages in order as they should show up #header_pages: # - about.html # Build settings theme: minima plugins: - jekyll-feed - jekyll-seo-tag minima-2.5.1/_includes/000077500000000000000000000000001352553547600147555ustar00rootroot00000000000000minima-2.5.1/_includes/disqus_comments.html000066400000000000000000000013051352553547600210570ustar00rootroot00000000000000{%- if page.comments != false and jekyll.environment == "production" -%}
{%- endif -%} minima-2.5.1/_includes/footer.html000066400000000000000000000016411352553547600171430ustar00rootroot00000000000000
minima-2.5.1/_includes/google-analytics.html000066400000000000000000000010701352553547600211020ustar00rootroot00000000000000 minima-2.5.1/_includes/head.html000066400000000000000000000006261352553547600165500ustar00rootroot00000000000000 {%- seo -%} {%- feed_meta -%} {%- if jekyll.environment == 'production' and site.google_analytics -%} {%- include google-analytics.html -%} {%- endif -%} minima-2.5.1/_includes/header.html000066400000000000000000000027531352553547600171020ustar00rootroot00000000000000 minima-2.5.1/_includes/icon-github.html000066400000000000000000000002611352553547600200520ustar00rootroot00000000000000{% include icon-github.svg %}{{ include.username }} minima-2.5.1/_includes/icon-github.svg000066400000000000000000000016711352553547600177130ustar00rootroot00000000000000 minima-2.5.1/_includes/icon-twitter.html000066400000000000000000000002641352553547600202750ustar00rootroot00000000000000{{ include.username }} minima-2.5.1/_includes/icon-twitter.svg000066400000000000000000000014561352553547600201340ustar00rootroot00000000000000 minima-2.5.1/_includes/social.html000066400000000000000000000075011352553547600171200ustar00rootroot00000000000000 minima-2.5.1/_layouts/000077500000000000000000000000001352553547600146475ustar00rootroot00000000000000minima-2.5.1/_layouts/default.html000066400000000000000000000005211352553547600171570ustar00rootroot00000000000000 {%- include head.html -%} {%- include header.html -%}
{{ content }}
{%- include footer.html -%} minima-2.5.1/_layouts/home.html000066400000000000000000000016111352553547600164640ustar00rootroot00000000000000--- layout: default ---
{%- if page.title -%}

{{ page.title }}

{%- endif -%} {{ content }} {%- if site.posts.size > 0 -%}

{{ page.list_title | default: "Posts" }}

    {%- for post in site.posts -%}
  • {%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}

    {{ post.title | escape }}

    {%- if site.show_excerpts -%} {{ post.excerpt }} {%- endif -%}
  • {%- endfor -%}

subscribe via RSS

{%- endif -%}
minima-2.5.1/_layouts/page.html000066400000000000000000000003321352553547600164470ustar00rootroot00000000000000--- layout: default ---

{{ page.title | escape }}

{{ content }}
minima-2.5.1/_layouts/post.html000066400000000000000000000017371352553547600165320ustar00rootroot00000000000000--- layout: default ---

{{ page.title | escape }}

{{ content }}
{%- if site.disqus.shortname -%} {%- include disqus_comments.html -%} {%- endif -%}
minima-2.5.1/_posts/000077500000000000000000000000001352553547600143175ustar00rootroot00000000000000minima-2.5.1/_posts/2016-05-19-super-short-article.md000066400000000000000000000010651352553547600216160ustar00rootroot00000000000000--- layout: post title: "Some articles are just so short that we have to make the footer stick" categories: misc --- Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. minima-2.5.1/_posts/2016-05-20-my-example-post.md000066400000000000000000000014231352553547600207310ustar00rootroot00000000000000--- layout: post --- Eos eu docendi tractatos sapientem, brute option menandri in vix, quando vivendo accommodare te ius. Nec melius fastidii constituam id, viderer theophrastus ad sit, hinc semper periculis cum id. Noluisse postulant assentior est in, no choro sadipscing repudiandae vix. Vis in euismod delenit dignissim. Ex quod nostrum sit, suas decore animal id ius, nobis solet detracto quo te. {% comment %} Might you have an include in your theme? Why not try it here! {% include my-themes-great-include.html %} {% endcomment %} No laudem altera adolescens has, volumus lucilius eum no. Eam ei nulla audiam efficiantur. Suas affert per no, ei tale nibh sea. Sea ne magna harum, in denique scriptorem sea, cetero alienum tibique ei eos. Labores persequeris referrentur eos ei. minima-2.5.1/_posts/2016-05-20-super-long-article.md000066400000000000000000000043721352553547600214120ustar00rootroot00000000000000--- layout: post title: "Some articles are just so long they deserve a really long title to see if things will break well" categories: misc --- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce bibendum neque eget nunc mattis eu sollicitudin enim tincidunt. Vestibulum lacus tortor, ultricies id dignissim ac, bibendum in velit. Proin convallis mi ac felis pharetra aliquam. Curabitur dignissim accumsan rutrum. In arcu magna, aliquet vel pretium et, molestie et arcu. Mauris lobortis nulla et felis ullamcorper bibendum. Phasellus et hendrerit mauris. Proin eget nibh a massa vestibulum pretium. Suspendisse eu nisl a ante aliquet bibendum quis a nunc. Praesent varius interdum vehicula. Aenean risus libero, placerat at vestibulum eget, ultricies eu enim. Praesent nulla tortor, malesuada adipiscing adipiscing sollicitudin, adipiscing eget est. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce bibendum neque eget nunc mattis eu sollicitudin enim tincidunt. Vestibulum lacus tortor, ultricies id dignissim ac, bibendum in velit. Proin convallis mi ac felis pharetra aliquam. Curabitur dignissim accumsan rutrum. In arcu magna, aliquet vel pretium et, molestie et arcu. Mauris lobortis nulla et felis ullamcorper bibendum. Phasellus et hendrerit mauris. Proin eget nibh a massa vestibulum pretium. Suspendisse eu nisl a ante aliquet bibendum quis a nunc. Praesent varius interdum vehicula. Aenean risus libero, placerat at vestibulum eget, ultricies eu enim. Praesent nulla tortor, malesuada adipiscing adipiscing sollicitudin, adipiscing eget est. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce bibendum neque eget nunc mattis eu sollicitudin enim tincidunt. Vestibulum lacus tortor, ultricies id dignissim ac, bibendum in velit. Proin convallis mi ac felis pharetra aliquam. Curabitur dignissim accumsan rutrum. In arcu magna, aliquet vel pretium et, molestie et arcu. Mauris lobortis nulla et felis ullamcorper bibendum. Phasellus et hendrerit mauris. Proin eget nibh a massa vestibulum pretium. Suspendisse eu nisl a ante aliquet bibendum quis a nunc. Praesent varius interdum vehicula. Aenean risus libero, placerat at vestibulum eget, ultricies eu enim. Praesent nulla tortor, malesuada adipiscing adipiscing sollicitudin, adipiscing eget est. minima-2.5.1/_posts/2016-05-20-this-post-demonstrates-post-content-styles.md000066400000000000000000000114771352553547600263160ustar00rootroot00000000000000--- layout: post title: "This post demonstrates post content styles" categories: junk author: "Bart Simpson" meta: "Springfield" --- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce bibendum neque eget nunc mattis eu sollicitudin enim tincidunt. Vestibulum lacus tortor, ultricies id dignissim ac, bibendum in velit. ## Some great heading (h2) Proin convallis mi ac felis pharetra aliquam. Curabitur dignissim accumsan rutrum. In arcu magna, aliquet vel pretium et, molestie et arcu. Mauris lobortis nulla et felis ullamcorper bibendum. Phasellus et hendrerit mauris. Proin eget nibh a massa vestibulum pretium. Suspendisse eu nisl a ante aliquet bibendum quis a nunc. Praesent varius interdum vehicula. Aenean risus libero, placerat at vestibulum eget, ultricies eu enim. Praesent nulla tortor, malesuada adipiscing adipiscing sollicitudin, adipiscing eget est. ## Another great heading (h2) Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce bibendum neque eget nunc mattis eu sollicitudin enim tincidunt. Vestibulum lacus tortor, ultricies id dignissim ac, bibendum in velit. ### Some great subheading (h3) Proin convallis mi ac felis pharetra aliquam. Curabitur dignissim accumsan rutrum. In arcu magna, aliquet vel pretium et, molestie et arcu. Mauris lobortis nulla et felis ullamcorper bibendum. Phasellus et hendrerit mauris. Proin eget nibh a massa vestibulum pretium. Suspendisse eu nisl a ante aliquet bibendum quis a nunc. ### Some great subheading (h3) Praesent varius interdum vehicula. Aenean risus libero, placerat at vestibulum eget, ultricies eu enim. Praesent nulla tortor, malesuada adipiscing adipiscing sollicitudin, adipiscing eget est. > This quote will change your life. It will reveal the secrets of the universe, and all the wonders of humanity. Don't misuse it. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce bibendum neque eget nunc mattis eu sollicitudin enim tincidunt. ### Some great subheading (h3) Vestibulum lacus tortor, ultricies id dignissim ac, bibendum in velit. Proin convallis mi ac felis pharetra aliquam. Curabitur dignissim accumsan rutrum. ```html

Hello, World!

``` In arcu magna, aliquet vel pretium et, molestie et arcu. Mauris lobortis nulla et felis ullamcorper bibendum. Phasellus et hendrerit mauris. #### You might want a sub-subheading (h4) In arcu magna, aliquet vel pretium et, molestie et arcu. Mauris lobortis nulla et felis ullamcorper bibendum. Phasellus et hendrerit mauris. In arcu magna, aliquet vel pretium et, molestie et arcu. Mauris lobortis nulla et felis ullamcorper bibendum. Phasellus et hendrerit mauris. #### But it's probably overkill (h4) In arcu magna, aliquet vel pretium et, molestie et arcu. Mauris lobortis nulla et felis ullamcorper bibendum. Phasellus et hendrerit mauris. ### Oh hai, an unordered list!! In arcu magna, aliquet vel pretium et, molestie et arcu. Mauris lobortis nulla et felis ullamcorper bibendum. Phasellus et hendrerit mauris. - First item, yo - Second item, dawg - Third item, what what?! - Fourth item, fo sheezy my neezy ### Oh hai, an ordered list!! In arcu magna, aliquet vel pretium et, molestie et arcu. Mauris lobortis nulla et felis ullamcorper bibendum. Phasellus et hendrerit mauris. 1. First item, yo 2. Second item, dawg 3. Third item, what what?! 4. Fourth item, fo sheezy my neezy ## Headings are cool! (h2) Proin eget nibh a massa vestibulum pretium. Suspendisse eu nisl a ante aliquet bibendum quis a nunc. Praesent varius interdum vehicula. Aenean risus libero, placerat at vestibulum eget, ultricies eu enim. Praesent nulla tortor, malesuada adipiscing adipiscing sollicitudin, adipiscing eget est. Praesent nulla tortor, malesuada adipiscing adipiscing sollicitudin, adipiscing eget est. Proin eget nibh a massa vestibulum pretium. Suspendisse eu nisl a ante aliquet bibendum quis a nunc. ### Tables Title 1 | Title 2 | Title 3 | Title 4 --------------------- | --------------------- | --------------------- | --------------------- lorem | lorem ipsum | lorem ipsum dolor | lorem ipsum dolor sit lorem ipsum dolor sit | lorem ipsum dolor sit | lorem ipsum dolor sit | lorem ipsum dolor sit lorem ipsum dolor sit | lorem ipsum dolor sit | lorem ipsum dolor sit | lorem ipsum dolor sit lorem ipsum dolor sit | lorem ipsum dolor sit | lorem ipsum dolor sit | lorem ipsum dolor sit Title 1 | Title 2 | Title 3 | Title 4 --- | --- | --- | --- lorem | lorem ipsum | lorem ipsum dolor | lorem ipsum dolor sit lorem ipsum dolor sit amet | lorem ipsum dolor sit amet consectetur | lorem ipsum dolor sit amet | lorem ipsum dolor sit lorem ipsum dolor | lorem ipsum | lorem | lorem ipsum lorem ipsum dolor | lorem ipsum dolor sit | lorem ipsum dolor sit amet | lorem ipsum dolor sit amet consectetur minima-2.5.1/_posts/2016-05-20-welcome-to-jekyll.md000066400000000000000000000021351352553547600212340ustar00rootroot00000000000000--- layout: post --- You’ll find this post in your `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated. To add new posts, simply add a file in the `_posts` directory that follows the convention `YYYY-MM-DD-name-of-post.ext` and includes the necessary front matter. Take a look at the source for this post to get an idea about how it works. Jekyll also offers powerful support for code snippets: {% highlight ruby %} def print_hi(name) puts "Hi, #{name}" end print_hi('Tom') #=> prints 'Hi, Tom' to STDOUT. {% endhighlight %} Check out the [Jekyll docs][jekyll-docs] for more info on how to get the most out of Jekyll. File all bugs/feature requests at [Jekyll’s GitHub repo][jekyll-gh]. If you have questions, you can ask them on [Jekyll Talk][jekyll-talk]. [jekyll-docs]: http://jekyllrb.com/docs/home [jekyll-gh]: https://github.com/jekyll/jekyll [jekyll-talk]: https://talk.jekyllrb.com/ minima-2.5.1/_sass/000077500000000000000000000000001352553547600141205ustar00rootroot00000000000000minima-2.5.1/_sass/minima.scss000066400000000000000000000024131352553547600162670ustar00rootroot00000000000000@charset "utf-8"; // Define defaults for each variable. $base-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !default; $base-font-size: 16px !default; $base-font-weight: 400 !default; $small-font-size: $base-font-size * 0.875 !default; $base-line-height: 1.5 !default; $spacing-unit: 30px !default; $text-color: #111 !default; $background-color: #fdfdfd !default; $brand-color: #2a7ae2 !default; $grey-color: #828282 !default; $grey-color-light: lighten($grey-color, 40%) !default; $grey-color-dark: darken($grey-color, 25%) !default; $table-text-align: left !default; // Width of the content area $content-width: 800px !default; $on-palm: 600px !default; $on-laptop: 800px !default; // Use media queries like this: // @include media-query($on-palm) { // .wrapper { // padding-right: $spacing-unit / 2; // padding-left: $spacing-unit / 2; // } // } @mixin media-query($device) { @media screen and (max-width: $device) { @content; } } @mixin relative-font-size($ratio) { font-size: $base-font-size * $ratio; } // Import partials. @import "minima/base", "minima/layout", "minima/syntax-highlighting" ; minima-2.5.1/_sass/minima/000077500000000000000000000000001352553547600153725ustar00rootroot00000000000000minima-2.5.1/_sass/minima/_base.scss000066400000000000000000000072131352553547600173430ustar00rootroot00000000000000/** * Reset some basic elements */ body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure { margin: 0; padding: 0; } /** * Basic styling */ body { font: $base-font-weight #{$base-font-size}/#{$base-line-height} $base-font-family; color: $text-color; background-color: $background-color; -webkit-text-size-adjust: 100%; -webkit-font-feature-settings: "kern" 1; -moz-font-feature-settings: "kern" 1; -o-font-feature-settings: "kern" 1; font-feature-settings: "kern" 1; font-kerning: normal; display: flex; min-height: 100vh; flex-direction: column; } /** * Set `margin-bottom` to maintain vertical rhythm */ h1, h2, h3, h4, h5, h6, p, blockquote, pre, ul, ol, dl, figure, %vertical-rhythm { margin-bottom: $spacing-unit / 2; } /** * `main` element */ main { display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */ } /** * Images */ img { max-width: 100%; vertical-align: middle; } /** * Figures */ figure > img { display: block; } figcaption { font-size: $small-font-size; } /** * Lists */ ul, ol { margin-left: $spacing-unit; } li { > ul, > ol { margin-bottom: 0; } } /** * Headings */ h1, h2, h3, h4, h5, h6 { font-weight: $base-font-weight; } /** * Links */ a { color: $brand-color; text-decoration: none; &:visited { color: darken($brand-color, 15%); } &:hover { color: $text-color; text-decoration: underline; } .social-media-list &:hover { text-decoration: none; .username { text-decoration: underline; } } } /** * Blockquotes */ blockquote { color: $grey-color; border-left: 4px solid $grey-color-light; padding-left: $spacing-unit / 2; @include relative-font-size(1.125); letter-spacing: -1px; font-style: italic; > :last-child { margin-bottom: 0; } } /** * Code formatting */ pre, code { @include relative-font-size(0.9375); border: 1px solid $grey-color-light; border-radius: 3px; background-color: #eef; } code { padding: 1px 5px; } pre { padding: 8px 12px; overflow-x: auto; > code { border: 0; padding-right: 0; padding-left: 0; } } /** * Wrapper */ .wrapper { max-width: -webkit-calc(#{$content-width} - (#{$spacing-unit} * 2)); max-width: calc(#{$content-width} - (#{$spacing-unit} * 2)); margin-right: auto; margin-left: auto; padding-right: $spacing-unit; padding-left: $spacing-unit; @extend %clearfix; @include media-query($on-laptop) { max-width: -webkit-calc(#{$content-width} - (#{$spacing-unit})); max-width: calc(#{$content-width} - (#{$spacing-unit})); padding-right: $spacing-unit / 2; padding-left: $spacing-unit / 2; } } /** * Clearfix */ %clearfix:after { content: ""; display: table; clear: both; } /** * Icons */ .svg-icon { width: 16px; height: 16px; display: inline-block; fill: #{$grey-color}; padding-right: 5px; vertical-align: text-top; } .social-media-list { li + li { padding-top: 5px; } } /** * Tables */ table { margin-bottom: $spacing-unit; width: 100%; text-align: $table-text-align; color: lighten($text-color, 18%); border-collapse: collapse; border: 1px solid $grey-color-light; tr { &:nth-child(even) { background-color: lighten($grey-color-light, 6%); } } th, td { padding: ($spacing-unit / 3) ($spacing-unit / 2); } th { background-color: lighten($grey-color-light, 3%); border: 1px solid darken($grey-color-light, 4%); border-bottom-color: darken($grey-color-light, 12%); } td { border: 1px solid $grey-color-light; } } minima-2.5.1/_sass/minima/_layout.scss000066400000000000000000000104131352553547600177420ustar00rootroot00000000000000/** * Site header */ .site-header { border-top: 5px solid $grey-color-dark; border-bottom: 1px solid $grey-color-light; min-height: $spacing-unit * 1.865; // Positioning context for the mobile navigation icon position: relative; } .site-title { @include relative-font-size(1.625); font-weight: 300; line-height: $base-line-height * $base-font-size * 2.25; letter-spacing: -1px; margin-bottom: 0; float: left; &, &:visited { color: $grey-color-dark; } } .site-nav { float: right; line-height: $base-line-height * $base-font-size * 2.25; .nav-trigger { display: none; } .menu-icon { display: none; } .page-link { color: $text-color; line-height: $base-line-height; // Gaps between nav items, but not on the last one &:not(:last-child) { margin-right: 20px; } } @include media-query($on-palm) { position: absolute; top: 9px; right: $spacing-unit / 2; background-color: $background-color; border: 1px solid $grey-color-light; border-radius: 5px; text-align: right; label[for="nav-trigger"] { display: block; float: right; width: 36px; height: 36px; z-index: 2; cursor: pointer; } .menu-icon { display: block; float: right; width: 36px; height: 26px; line-height: 0; padding-top: 10px; text-align: center; > svg { fill: $grey-color-dark; } } input ~ .trigger { clear: both; display: none; } input:checked ~ .trigger { display: block; padding-bottom: 5px; } .page-link { display: block; padding: 5px 10px; &:not(:last-child) { margin-right: 0; } margin-left: 20px; } } } /** * Site footer */ .site-footer { border-top: 1px solid $grey-color-light; padding: $spacing-unit 0; } .footer-heading { @include relative-font-size(1.125); margin-bottom: $spacing-unit / 2; } .contact-list, .social-media-list { list-style: none; margin-left: 0; } .footer-col-wrapper { @include relative-font-size(0.9375); color: $grey-color; margin-left: -$spacing-unit / 2; @extend %clearfix; } .footer-col { float: left; margin-bottom: $spacing-unit / 2; padding-left: $spacing-unit / 2; } .footer-col-1 { width: -webkit-calc(35% - (#{$spacing-unit} / 2)); width: calc(35% - (#{$spacing-unit} / 2)); } .footer-col-2 { width: -webkit-calc(20% - (#{$spacing-unit} / 2)); width: calc(20% - (#{$spacing-unit} / 2)); } .footer-col-3 { width: -webkit-calc(45% - (#{$spacing-unit} / 2)); width: calc(45% - (#{$spacing-unit} / 2)); } @include media-query($on-laptop) { .footer-col-1, .footer-col-2 { width: -webkit-calc(50% - (#{$spacing-unit} / 2)); width: calc(50% - (#{$spacing-unit} / 2)); } .footer-col-3 { width: -webkit-calc(100% - (#{$spacing-unit} / 2)); width: calc(100% - (#{$spacing-unit} / 2)); } } @include media-query($on-palm) { .footer-col { float: none; width: -webkit-calc(100% - (#{$spacing-unit} / 2)); width: calc(100% - (#{$spacing-unit} / 2)); } } /** * Page content */ .page-content { padding: $spacing-unit 0; flex: 1; } .page-heading { @include relative-font-size(2); } .post-list-heading { @include relative-font-size(1.75); } .post-list { margin-left: 0; list-style: none; > li { margin-bottom: $spacing-unit; } } .post-meta { font-size: $small-font-size; color: $grey-color; } .post-link { display: block; @include relative-font-size(1.5); } /** * Posts */ .post-header { margin-bottom: $spacing-unit; } .post-title { @include relative-font-size(2.625); letter-spacing: -1px; line-height: 1; @include media-query($on-laptop) { @include relative-font-size(2.25); } } .post-content { margin-bottom: $spacing-unit; h2 { @include relative-font-size(2); @include media-query($on-laptop) { @include relative-font-size(1.75); } } h3 { @include relative-font-size(1.625); @include media-query($on-laptop) { @include relative-font-size(1.375); } } h4 { @include relative-font-size(1.25); @include media-query($on-laptop) { @include relative-font-size(1.125); } } } minima-2.5.1/_sass/minima/_syntax-highlighting.scss000066400000000000000000000062331352553547600224230ustar00rootroot00000000000000/** * Syntax highlighting styles */ .highlight { background: #fff; @extend %vertical-rhythm; .highlighter-rouge & { background: #eef; } .c { color: #998; font-style: italic } // Comment .err { color: #a61717; background-color: #e3d2d2 } // Error .k { font-weight: bold } // Keyword .o { font-weight: bold } // Operator .cm { color: #998; font-style: italic } // Comment.Multiline .cp { color: #999; font-weight: bold } // Comment.Preproc .c1 { color: #998; font-style: italic } // Comment.Single .cs { color: #999; font-weight: bold; font-style: italic } // Comment.Special .gd { color: #000; background-color: #fdd } // Generic.Deleted .gd .x { color: #000; background-color: #faa } // Generic.Deleted.Specific .ge { font-style: italic } // Generic.Emph .gr { color: #a00 } // Generic.Error .gh { color: #999 } // Generic.Heading .gi { color: #000; background-color: #dfd } // Generic.Inserted .gi .x { color: #000; background-color: #afa } // Generic.Inserted.Specific .go { color: #888 } // Generic.Output .gp { color: #555 } // Generic.Prompt .gs { font-weight: bold } // Generic.Strong .gu { color: #aaa } // Generic.Subheading .gt { color: #a00 } // Generic.Traceback .kc { font-weight: bold } // Keyword.Constant .kd { font-weight: bold } // Keyword.Declaration .kp { font-weight: bold } // Keyword.Pseudo .kr { font-weight: bold } // Keyword.Reserved .kt { color: #458; font-weight: bold } // Keyword.Type .m { color: #099 } // Literal.Number .s { color: #d14 } // Literal.String .na { color: #008080 } // Name.Attribute .nb { color: #0086B3 } // Name.Builtin .nc { color: #458; font-weight: bold } // Name.Class .no { color: #008080 } // Name.Constant .ni { color: #800080 } // Name.Entity .ne { color: #900; font-weight: bold } // Name.Exception .nf { color: #900; font-weight: bold } // Name.Function .nn { color: #555 } // Name.Namespace .nt { color: #000080 } // Name.Tag .nv { color: #008080 } // Name.Variable .ow { font-weight: bold } // Operator.Word .w { color: #bbb } // Text.Whitespace .mf { color: #099 } // Literal.Number.Float .mh { color: #099 } // Literal.Number.Hex .mi { color: #099 } // Literal.Number.Integer .mo { color: #099 } // Literal.Number.Oct .sb { color: #d14 } // Literal.String.Backtick .sc { color: #d14 } // Literal.String.Char .sd { color: #d14 } // Literal.String.Doc .s2 { color: #d14 } // Literal.String.Double .se { color: #d14 } // Literal.String.Escape .sh { color: #d14 } // Literal.String.Heredoc .si { color: #d14 } // Literal.String.Interpol .sx { color: #d14 } // Literal.String.Other .sr { color: #009926 } // Literal.String.Regex .s1 { color: #d14 } // Literal.String.Single .ss { color: #990073 } // Literal.String.Symbol .bp { color: #999 } // Name.Builtin.Pseudo .vc { color: #008080 } // Name.Variable.Class .vg { color: #008080 } // Name.Variable.Global .vi { color: #008080 } // Name.Variable.Instance .il { color: #099 } // Literal.Number.Integer.Long } minima-2.5.1/about.md000066400000000000000000000010331352553547600144410ustar00rootroot00000000000000--- layout: page title: About permalink: /about/ --- This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at [jekyllrb.com](https://jekyllrb.com/) You can find the source code for Minima at GitHub: [jekyll][jekyll-organization] / [minima](https://github.com/jekyll/minima) You can find the source code for Jekyll at GitHub: [jekyll][jekyll-organization] / [jekyll](https://github.com/jekyll/jekyll) [jekyll-organization]: https://github.com/jekyll minima-2.5.1/assets/000077500000000000000000000000001352553547600143125ustar00rootroot00000000000000minima-2.5.1/assets/main.scss000066400000000000000000000001401352553547600161260ustar00rootroot00000000000000--- # Only the main Sass file needs front matter (the dashes are enough) --- @import "minima"; minima-2.5.1/assets/minima-social-icons.svg000066400000000000000000000232621352553547600206730ustar00rootroot00000000000000 minima-2.5.1/index.md000066400000000000000000000004421352553547600144410ustar00rootroot00000000000000--- # # By default, content added below the "---" mark will appear in the home page # between the top bar and the list of recent posts. # To change the home page layout, edit the _layouts/home.html file. # See: https://jekyllrb.com/docs/themes/#overriding-theme-defaults # layout: home --- minima-2.5.1/minima.gemspec000066400000000000000000000014401352553547600156260ustar00rootroot00000000000000# frozen_string_literal: true Gem::Specification.new do |spec| spec.name = "minima" spec.version = "2.5.1" spec.authors = ["Joel Glovier"] spec.email = ["jglovier@github.com"] spec.summary = "A beautiful, minimal theme for Jekyll." spec.homepage = "https://github.com/jekyll/minima" spec.license = "MIT" spec.metadata["plugin_type"] = "theme" spec.files = `git ls-files -z`.split("\x0").select do |f| f.match(%r!^(assets|_(includes|layouts|sass)/|(LICENSE|README)((\.(txt|md|markdown)|$)))!i) end spec.add_runtime_dependency "jekyll", ">= 3.5", "< 5.0" spec.add_runtime_dependency "jekyll-feed", "~> 0.9" spec.add_runtime_dependency "jekyll-seo-tag", "~> 2.1" spec.add_development_dependency "bundler", ">= 1.15" end minima-2.5.1/screenshot.png000066400000000000000000003764041352553547600157110ustar00rootroot00000000000000PNG  IHDRH LIDATxw\W?}$74c$hbG{ QDޑ*)"t{י9sfB%>?n;s͋=3Ǝ;fhë˗:ҍe;z{:еo=tA{f3ߗ/SvtӞ~׾~X{t\HۻjvC[~ɮ{zz{z{x}v!J؋lή?GכzS٦v{=BS^?Abx^Y/,T+ a^Y,S@,8 Y 0Fa_]`bn ΂1Âa8܊L!Cy\k5_N;tO1j辇{jE3y~5zN^v7P,ӐhBOf:O8 ̚*R!t)܀1N !t7 )N8uBIbcELB6|Ggd;o/Ч12Raou i <鱪QaܘФf-ǐ8v)\8`lN\/uqHtFaaՐ+%Z^T][XT֢OV)*tJ!WB0pkčMj-m׬Q/i-(Xuj\a4;L!z!VӪ ]VP_YX\&S1ii*-̪i3M,G㦢077^-ːmS y0'++HҬ"$?##Al 9E"+(hMPjԗZVg0uz^W++X֐d:^,,޼‰`C *ۥ1uX1Qzs9+k ,4AT^Gl4=Ч*^b_efQ?gRJfHa}O`|A"M5.!e|ȑG?͞ n"5C`{]Lc9cGCn}4/'_t.B0A& F?:wђi#8?:k'FzЄS?~/&MW6M?_%jni=лٵbcZ^xh[$a_/ʯǩހ%r,5إ6#er he51Z0IyUW{vHiM:{;_rݾe~(PE 铐{mחÜC[q^9.NxFlĊҧ#ty16 6r5YیMfqYkjgynM` Ü1'D--ǡQ.l>Ğkg19L7d>丕zĖ`cSYo^ul܊yw3q׍#[k9lД KpY՘ghH3t̳\S˗f{/]b,[i9R$qk$7z4?rXbߙV&u&! \~&cnVjEcٯsxz]a/P07f7HSyZyDF+7.߲hæbJ9q)F%q;}b4O1N rhƎƬh4iÒޮw۷90_KMFl0h gK+˲R"BmvDU&/BT4X^rČ+{?J"=D8Zzba}csSSSRӲ m^8䬣-aǧ)U5u U Jg dFF>J`i14z8|T=#Lۘd[uF֗VXNz|]v+u!;Oﯨp~zٱpS毊J'gf< PHZ xe:H :>ߑ[Zy'ـm0Q9Еs/I,Uᅯ7,#ox{`̺R#&;NnWjՈpߥ{n]b98Wg*N-&-,*5y{O?Z׉ +hadc+Ugǎ\S ?gHo}?~^ba7oyսxzb VSbq_dFka]my>!WO/Ĺ]_l1rm-6iU+-^m3N"5@+Ybg}}޴{Ǯj0Ɯ{xwEDEKVxШ˭ѮV,[jj;'!~sbb pYoQQ(=ūZLI'tbtK>+*}N4SJF2/z(YqF{h#K}F{ʤ7vE ^6K_vX{VA7ɵ"JmqV8o5ocULiOR1o\ YSOz< hӑ&'bҬm)I+G&vNͫi2JR⼼켪:!AQ* ңF rWm bOG8? 2VMqvkbSՒ8;e^Ә}geF$Tz$'T`dF-8OVU[KW91{TcidV)llQ+ F$ _J`z!ЪU9O^xJV%s9cpR'v5KW"Up-uZ]^+S1S8 z.{EWEetn=J&ҍigI~sNQ GW Y`Ds,E_xWM2#QB̈6bDUWl#5/샮c]CX;1䱓kWΟ?iKE$\E^Ps'mxsnH &N( t0~u%nC|1uB\l;$yqzЉkh;ֱֵVۮd7_F犱I͋}Z*2en_EV>68|*2+v޵nͧK%jʽ[n͒6V7X9z]vnvBiԤ/č#Y#g#YWDM'øʪ-Seyb!cw ˫!>h(=h–qшl|򲒨`i"n?Ph%CM˪`UܻLJ0r4eПWͰ[?ysJ-~w즓/ +S罃8EjG3M+*, vB{&zt"mHG7_LqP')2!{~YEUYǓdaZ%M}5f[LVTW~z)\bTk~-**M۳nV,6sh%Kw.G&Ug3|]i6Uguܣwynj2KBйȾUYmbӢSw?rC&ǧg0% G5s{&Mri\oRH^ue~U-> GȘ]_msYoK+|Պ:a][RՉd"34RQC}Dc`orauGR&mK4 ch56Z-v"6*5Zc;c;F75 [yz][|Y'8F"YWC|Ex4aM:@8?veVfpBo6wh7|foz~YFaI atnj3g0t'ͷI^mJU\GQ$stRϱZEsDԇ:cg qĘK?xL2BI@fwa1?"wd9tOC+{]GRj * sYco$s" @oD\8駈EAnrD EczDM>~O-l)ڞ4'GԖ fR52BCQ4Φ_DԀȔRڌF?pw9$r)xOFUn>"²ɤYWz&wҲkDy>+}U)J֌!YdrT jPD8Ɩ8 @WX+:nKO,×n7NШ<|Zbl˳o˪;61{K^ct<>r;8^>vhݙϬ5lu,GlŶ{/":|!%zg}swLňg a{SɋWr6Y=Kɤi8+3іsA8 /YMJ|Ah+<!%/I;ɬ¢+i6Y}誌k4wdJW834]w,L9ؗ.|̧}Ͷ 袶FB6~l;2]H;vg,?xwDĐ{14АF<=c?]1\~DEy]i%*iKeY B?^]W]RX*8Q,ɋ FΓrv ~WZұɽ"Ơ*rÈ&?VFCq.J4#**-++)+,.++.*i+. ʲ_qv7qvg@@J d\:ZmhV@Kj;:F O 02b7joS>rٙqONle>F}zf Kg3 V=5אx%%Rte;zHܳP{CVgHk o}WZi"&}&jo^0px?yIPF=I_esy-Beސ+݊:HrP98-SDz׈:k0ci.|:mD8i?BT:Y8 t'zYGnK5|`1o[74^?:N=׶A3(YLpf"F1O!'?vi-+g#mE Ljc"[v9w` 9YmId~A{oZ4b¨]Fݔ]O?vxr‰|ns|?D\/@=xiq3vkOA3KTЋq6/2dјQHkCN]| #EUqiH%'lO>md0$,L*Y6vO+YvFW=5p|.5B͊E8?)B('T)%CEuVh5Ao  x}YfNIhUsHhJh!'׆<k;|Hږ]%aVDjS%b1S} qs]z s=* &iiΞch8pLJgļtu3ЛytʒC &j0F0ɪ!7W FNȭ:U*O-7xf@\ƀ)6YAt,^WYZ-;t)Jʵ m v:6\tciycM֚qoј\Qbɏz!wgDyrI]}7lk1=J~ JVjc+s,Qu4^d qnB/xM/op NS/ő'JB98U,އqYF)fu{f@qqNWyY}{3vhi0B14fx?DEaO_'?i!Aw")Odz~ {ly#kxQ`ZMR{EaQ=L:Li"jj^υp(1}=uG]7CGVF7]XpHGa:9d fg ҬJY'Xۺߦ=ƒ! /?bB.lV/s>nxgqVÚcBO60ssE18@&YH,#IAoaKe8t%4&*y:Q9s"+\>o&=-tuHWqYSg ' L>1b0zp >{M;??}Q7/㋣|Fa9NVc%n%c̆9]Nd7ơ_9^/ DC>2ZEvr|xxDf~6b$"֜Tq_aN&] *^%ZxM0K ٭|Qf$_!ukMVWe," ]HOH-5#l˷QoFKê%m~U M4Z4hm,J^Vex/s$t17TJ5f)a'V{+5XQ3Qɏ\oٖ3fǜv="f*kw<ƻҮ^TDBV8L,aFH{t+I+[BhGƆSVa,Dd/eiS{"ͻVX\pׇl7eK' Z4βfݔatA*~Mms"->w (ڻ"FՑ ;Wi B046*y"&$q*3[k22[F,-mwsiP?6[=SD\G 2s4XsLD9ۍמL3.*u:;\ŬKZ,ߟ/(U+ަ:&oyO1?:[o- //8$֟<bR8D:J%?Aɹ[ o@Cϕ\-,|."d""yl("=oĺUtsa䥪 ~.9a4~2ͮI雲-FsG0BɵC6 z=R)acw\ypYgl]2V/jȋyMbڏY}Mc#7&Ӂ4&⬑g%7ϥ^WvqU?g&BzI)yy^g8׬a9 i2Fu}!1"~~:#2GbVojOXʎ5?##SGgqnIe^ņ$-љBe{ Y8gDHƻГڷ9*AgPKCc|^Ce;БQ__?OO3dNl3Fn:iQ4_ g;gRG`R!vg>^P|7qC!BmJS,őr>dwgwóI/owWGIN9:F8p~Њgp(8]nRؕ7ݼkjaAZ5?Xq뮇緷뮣mV^GWهf319Ϧ"ހUYuCd;C%YjJ)29bUn.;uu^ݦI:y8 dU#Zd@DleZ@=~=H3e|{ 8UNFԽb)c9MΚ 6];6t)@IWfl!s%qs>A-U=!mg)Yb:`,]ogY&9rcIn DT0*]y}-@-icd7пP0(8fI/ 列n?pUbMyUIjYg*Gw҃rÝ!bǜµ3.,Y۸*Lmoxmg<(/Xۍ8K)Ix8z+8 *)OiD]g5c"=7? =htĂkXHIӒFRuk/ c0MNNoL:4Nॗ7HiQX,ϑ_!bǹG:y t6hjHW "\6Y8;5)Yiy%{.Q9[JIxQT)ʗY|tciD}'\P``x]Y 8mmtQ|{FzѪnSͮ1zf jxBΩy¸Cv\tbYyBD%}0]3\M#\ vo^n,_ȪQ ,t!S3l8 @kUe= O\V)sE~7owiōBQDeĽ_؋w'(=AcjN:fҌMEO' ٻ ،&gOﰔrq]ԝHcT&=@EJ=[UeDX֠b=#a,MTe qiA7:F%죑߯T?j:7]JG(pEsNNNA~^n^`.[  T.Ҥ5dM.ײ|l Atl4GhpZ0Q\\^#j]kyΫMtF28rYLKeF![ϻT"_Ǔo#3uJ ^t(hiWz\&J]E;]{[ DNDYY,-#(w&-5 2[Gct2@#/?m踨J0~*̥#mnK8[>[ qgՉn6zܸa6t<>z>ةU3GmU;6~z_|:yNU"9_G|վ|l-U`s]ەӧ 1o9v7}e x`9k ɜ3g D4{3yb!8ۭnOYG p2iiA7?#s٣nW5޴?wڤK ~1M]E1!I+l\be9faxW<صjɄ# Fd*#~YM5/ϟ7z ;rlzerUc $aȈwNӸNW&.94ÿ~\B͍_:i̩;QAc+g4Ml<ղʣwo _]Хgn61!^3y{w6qٽ{LϏ,o!\ltpC0eidbl~OA3ьf_?k/igXi4h{ iR4|^G =Y\bsszYf!!umei!'R#[tmyq!K-.eu]8)kXVmP-˟U7/.3bٹM/5oGXF)vXf%LlٴYTӱCMMog4'<@D"%V7Ӧ-B ae{-۫X_x( R;[3>ZID8V )2jCZq;&&'fk>B>U[OJs95Z) H~=ԯj %D_zN_Ÿ^A 8 -n"D/4BQvvaѧa{wZ؞(U󾎔F!]WN>/P a7骆jY؇Ć~OOT=gn?]/ҳ}5_I|3xg\q ^fҏ{ݹ{vw$,'z@5D Y8 g@^B4{۩q;8;o4? QIY>Z姤ZRn+TQVgH)ŌGSϚHr"kgGo߼1d*_cwo\xL3% Z+ӷnʦ5xZȔV\ֳu㭅;?7h[7p,ASm[Gr(++ETv>Nɞ<:<6vCMdVƎl :{ ' xkCuyz>}oT)\_%KO^}|ϻn<3T Q Vzɱ;/ Ons})7{D;v>t띶>2x=*7ZԵ'^QxtԻg[L$w4du3$c@ =iі=1votu[7;uΤҲmו}F~_˯V6m ƶ,corncu dkk[`{?|o;p#^txt,tԦfV۹8pju Zu+햖W&G׻ζ}G׏wxϼѾ-SLSwRj^L ןĽʻmg;n{ȱR< q Q r_["QMqJRM U#aTj#7Nb,@_,q Yg,@q Y8 ,@qY8 g@߿gkVlH(AqLQnP?۶;~N} uv^>uJWSR;EDQcGg#eU~#ec}} F3~q)rb*R/8/~mok6ذD/D&/6`ݢOr/ µGxakT۠R? 5tGFsArLɰju]gryJ-D(a֎T|6W1-(izfP0t"V:/BſA(JQ S+YmlZn6BRƶf D>?Q-zlZ!bB˕-=uW&miNkT]-#m{U6Ŭ]ޮ tG;ڜO&76 [%k&^wMU6nu弦dk쯛YfйjKEom zk_e[ȲbHԇ'L(A@7V~͋Ưy7=.a+LBŻymuoSPkw$ܰB!(-vUTq_Y#_?mJB?G?JFk|_ _}ɑܐ,Kfu߄oλR.]TCd=R [xɽKYu^˼23 t})I 46ؠaF0t3ɖՕSOy {${V(LD%m(6Ū%ٔH>kslkn$'Z޾`tmkewj ]41ޅyglQ퇝8Z<^x7#Qz6廎{'*т5,Q7n#A}7ׯ}^fK5F}wfw~:m=eɺ*dIV.1ֱ6?sQ帆.If)Ѥb:\m79-?Q}+'mfw3PuVz+A[MޒsHQܸYw2J-X󷋄aaIvx83g{ahMH>s`[n(N޺w: _cW88@_{jh n [l] >J~r2v7hommI ^B7&Tm0{#j|4 2+VPh( p-fƪ\3̲WK2Phǥ(*Ca:N y<`~a!wf88Y,z4pY N ꦋb@" <.'-6muSӷ<@"3]4HͭqN'q8|VJ"f3qX+l j:D*bs D*R&Sjp.h V\6G*WCQ!k V: Q:Fk` kpV#km|ƻ0Z&_|DW"!e2[wܷqD.T4{=%ֈ Jת \"U S./22~2-Eزr}#G'M%,prej0O:IeJ\F :\@,mL9A>;ZzzցÂE!`eJ¬mx B>*X9hRpbV 3[ZB%&aKHT]8)@{ b֥<<7UJN`+L[B* e0{>2l5l!NasZyyQbZ݈V\p qlڙ4ҢҠNsGLfa^h5j`LUbg%ԂKŲTiJڸi6xlP sӲ&%L5bReS:VX7%-8j5J"UКX'1z=t8&JVp8<Wa͖ȕ7XzJ!]b0zusfn t5JоM29wg}a)qt zVA` ͭO RXYaDotf!<.O57=W لhX{l۶mgm۬Thx?Z&Y|zxW_YZAbdKYFnצE^USE!|/$,,L-DG=S IK2.ɓ'!Gi찁|끃Y`@Ķ@=W;\{ oW`3H"Ԛ .3(,mꖄzҭ[v}]:ׅo/޵;M`;+w@O+F:v.-pc.2otq~DRow8yfP̴ONעh}/ᑛc( GD,˰#E)e쵱 gvup0*GP,+[HRI* 2+M"/l`O$` "(XH7Yd_{꯿<O9jXs/|rꙷ6)v!CieL$Xe5]Gw6Á #E؅S (65uE; <Hc%ⳏcs`Xp:{?&i;`.ś߿x! 8U)_}~WR7BI&n2G~߻Rq-L۷}'(q#OX‰ڒb>0|p(+Z}?$Z DhDžk2*Eka.ߺxW.(:x=ǻ?~TV Қ N8W9۔ŗ}Nrðm=T+ykw7U }l'g6S&FdaQngǚR/\zq9<8FƖqt}&PTř }j]_zL]Z;bN;]:AmH7 _T JY^7S7]g6`<2ؓ$I\g:Jv}{= Y"6.׻n8 89+ඖg??|o'|m/m9,αWˇ@~?~9,#]$Hm||m)e۶mgm7)e9/!mU>;I8@y1R |7Ԁ(EX poWEdSgFUAPfJ,梨ɘW9n}u}|Ԭ{|'6Y3cl3JՋمQcs~GJ^0X %p`N @ t9\]Xgjze#!  aֲ2KX\pW*D7m=!4*利VDZ5w$W 0ǂӵ\æ­)b£ q%{e_V20mHΫ1R z Hm[ꬵ]UAJϫdRr!\7VIaA;\ݓ7 ϫr=5EM=M@I{d@8{8_2cPh.u>SQ O_wZz&ȵ捱~D@b7CΡ:/>QSr.S Ý3z*cO"z5g)T8eặijhe@\c*uW1Xk]QH^` gm )KuVu~Qb痭6Yc>K1g7k!2_aB13):`=ȼuOѦ*P314%fo6r(g)4Ub gߡy npU uD5jDsW ,W,tN4RWT0t{C](S 6Xd7B_^gr}.N{Pp--ȉ-p?/1.w` /pusk`d,|0b03"F` >1YI+FZ:.ʕ#Lh$z&D>jѢkՙ䌼Һ𠐜FƈJYܠj5 7Yn{4\ns}Odols'"7 49#.Qڳb`Foxβ *5Y~Ϛ g[+;܋/˕Rִēd2Hɳ572cN'羝S2_\'r_HOVpJG"uۦqƫ<6GR@8 qc+!nr[':M؛"NIBE,iXVPɏqZ0[i:k Ǹ_O8Vr=ƚlO˵xEbL}'0%0/ŏ(k17݊9D.M [s0q$Ā^CqRU^H$w'ݜ,uACe۶m8m۶]'g5&j֔$AZ ,Iyܢlsi{T3+N-!WM K1ӸAuAO;mr9XDv0|ݸEr֢_~ێˢSM~*×ՙ{{rEhݧ΂ Mf|Fˉzr)X55cJzzN\9ocؔҎ[L_`cGftrtܝO+Kq~^Z_/ >%* կ/؇u|ga?RE`ªgW~qeM O_m_m+9u?6Z{L_XLr\Yf?PhPʺ녧UdRIy|ۣa0w;gTZ*}fVG*^/= q3;tt/sҁ3k dц|4Ǭ]SHNJ&" HQ.|T@psǓ‚@q(Alf}"Uڪa͝{|`)u7.U<Һ:NldNu 8K0{H f\GdrZt4f=cbRsOOyyK5(i]Ӂ%W*DWBtPð28[[Ib<(m}y{,V6 |CnZfRcێ^+.Bﶯ"m?Td`g߰bvvOQqfxN~N(xFT.<$D]p" x#g_2悠sϢG%6n͟A~b߸EQ{|[At!_ }\2ؑAjKKtZsQ93xK{K/^WtjW_ٷSR=?\\At5/m۶mݶY9E J 2&B$+X19ipnyUuZ-Rrٚc47DZK@\ǧ==ExR)RUBUASk[pFVP ޾yӯ0YjVzz;uZHϧTɅt|Q Vc7STˆ>C#e̚QUyo*}SLX2Iu,YEoF6LJake>;EE-v-X$g*aR;m\kob0KBʭ?j-* OBrK;ku5)i2MJ e41XG:{2iD"!fJzlEJS4ҍ\2]]_Y>,W&8)ԙ 76c8HL'fv o,OI#X8H*h "L )]j#twj,[u)mF3J+/jIbZjJj|jvv:1RH& Emָ+ /KJ%447PFfE̞^a\aVzFjz}8^ML,ɝ^%BVnnu}u}Zsn2 MiMm5-u>SFE Pr3H9M-] SN(t : 6gdTSfaTz9Ԕ\^o 5 ^,$[gi /H.(n-,, t)\LueuLZ1Y(0Dw&֓Ĝ!DzÙC-5Eٙ%z3K)imZD hZA TVW4rd4i9eԞu{Z2*PaMjIGe{. J@5`"=RCHI+>OpPKrJ@UDJ;Htƭ+!23 +फ ,ݎneddr-Yy~&Wn= Qr&?ٻ0q0 [ZXX'@zʹh;N:vA/kz: c./'su3zn0h$;|ZoqogܞZXq9kaaQx^:YV`0F 8ą$K~J@[`aG,g-,,,l0" &/mNj>7yYXrb%cʘ6&dYWL͵ G9d2섶3q߸,zݴ嬅|nO*Z3Sy%5kZ5o"*g眿rdf(x+y)3P7giUʚX7 ㄮWL~qJU_M &f݈5"zkL gwVP Q__z;[75*rAW5ܓ6ZV,_VްS^쬸#TJlɧƹpl~{L?;{mO?ha*K% >* +2ǯ!jRVIo햩SUcx77gŜXuܰ=_jN}y(T^|'.#-H@ˀ8A8-Vg~܃jh7f=yzĚ'm O-l>0:m*%bfu=,WXvW"j50^#hZB KRK! lUSe[68Iqw:jLCg.~}`Vv"> ݃a "v˗>^ )/jǶKkC譠?09zCzY#Bl`vxRRЩ|]jC}p~gJW=zE|WeR3^]:g' 4+ k :g?ҮQCۖӞ]|=JFE#1>wu-dv׷~XjӾ-ךk^~ ϻ z)3g?y&=.|׿ɵ4֊RұܳXd|#п\|11d LY"J3" Z !hW  y߁CWW' .ґ3mq*^z~7M⫒.>lc] N,Џ. HYQ:3_Wߞb,PbT@$x%O|1ck?Y[a˽/_ p`ݿ}^^pN3T`4dB0>9m8z΃+AxWhtݟ*]Ј^.yg .K|{R4*s^yaY'R PS+vwǿ\4ot,U?Pkmhף?:3O ~nyJ.u~{'n=^8 i`_$U'O>t'@gllw7K}f˜^AqŅrT|A_'< ~a79򴇗o^M,wl 릪 |θʮb}7|*?6o '=Uۉ)XB&MG~Qi.3EsW㧗[,,.yD[$յnbjћr+Z FY\39ebѳW)Z贫xxnӯEpǤ۱Nv)Cʲ8MSKZJop?~;$M`~s͹5I{%6A@ߘ7YFːͣZ94r4BsMw>I[[;u~v \;/M@?p_s[bASF VK]qrb˱b(yqetڬwj_Ϙr}Eip1-9TЏV_Yvs / L6cC [s{Y]%gh* haQk~=Aاc\ K!zt%5,ޚڳ$oULrӵ4M߳ĬON#t?V+2jZwXOאƷM[u%?ۺ8qCIU}t~=Pf6aL veP5CtP^a{j^dŽvRnvl!y|Y -O]>t;r$5􍈨]3W OY`vO>x:p?g-W$UB kkk Ont@V5Gqqo/h2ݺYqהZYJt7 ÂzzdV֍ۦdC#slBXuDWn:3#C/4ZD>h]X:e@@e[GnxDܿ^Vf,+LFhO)e<{F foBDzWDJi}n%\NrJVjJFz!yvr45V_^՝ be1r'kdfs;43$vt`pYmnnuv\ ٟ;1mwFz‹xIzn$o YUi=o14KzW2'(1)оǓs p8|Lw$}4eze3Y_yg5EFi7‹ՙX.(*)X1&B(@Rqbґ9׮q7Qw* M|Z8]D*dߏJmo|:p DV1@ļkqmVM?>J% z{qT wĘ&.Ul,*vC}Sr͊E'>WH^S(]qp:R_}cr迱f\}2]__? Uy|7/?S1Fpތp BgeUtTJƼ |]RM8"ڪ^c5"ˑ"ŖMϳ)yw&ɶn#ܸ`,-fY_w؞aCUjREvm0Z){Q"ոuO3vCgwO( -.LZF:|t~0*]\YV$^v4aq$1S̜ɰ-2؛dQfTsԟVc6e|dVԛKJ&Tx$hbvV`3u6QW7;ѝ_!E0mjyGLuKWWT"M̶Yhd§gZ|zTHJ@~![\6 Bbjyr0s^idԣJj#%~|M(d/|19)U1iXӱɉ \P~S!BͼZږ*&wJmFRc1]u҂WR2COIC>R5Z ڑ>TkzGgrgM]y~9҂p6@ EOr+ lj'^nȺzd.>Mր: F_m~XLjBR2, 7k<|]F@w͒!kԒ>+Nĸrڄh&FX"YEQi=.Jxq/bQ39-,@I9MgHak[/aP`hޱ)9\cֿy[0qtFrdet˵9/Z祼GckFzr-C|FZ3| b٨.|)@,s_ Gq36 J퍸 c =sȣd?Hx*-ZҊIאoj8yGg҅{\=f sc+{őc>0.1G[3fƊsy)@Qx ȉNqZ|ht b$j 4sduߚlh[yxD%%wi=_]\UO],M "9muofO㞟y\gt}ttpÛ:ʕk vYyzi@w4z<ܶ}r㽔JI;x8Bg#]-\;rƦ.]-Yvxze>k؃-S g|E NϠ)sק4eݙcUcmʳ1jW1]Kw#f3&kQw"^jIC1G E e2jIP5d ^Q]̲om&$4NG+K@6]xoc>,Йn?/,.랓G~~s&mk.H쾃[.`K66X0Ei{##,-LJ'գ-Nb3=KQlnn~4?crjʋ 0Ncm7)ʊ’ i3͖j4vξTSC4GU,&@w` IDbeJez̚IYWWh2olUUj樐?>"RS*y 9x 35b_lqnoI',02SSj Ւb 6BaaHL.7%"h{#̡y' Q|Bp{PFpIUZq.@ez J v˲oƅRWkZroz[0x%ME5=V-`J6 ׾ޞp)&"c'VBE~'ׁľI;jI7v.5T`ؚ۪ۖQu%&雘3DoIz g \5.̛&b_WgEm.l\`#1t 6~H0RuԗnuU-AUW7:It֔ӪQ diLIY{um[6N{nJRZP`ۄ2˼d]5V7y5BýjXɏ3W\a^1Hd„CK.dJTvvr +~=K^D^*3kpdٶmX]۶m[smm۶S|IUWLrylO*8ysN}&ɉxf*#fr _&qF'̥lI D_${e^zE2%}j@P2[ߩ lew"UH ,(X6)K],V'bB%M9~. C l_:W&%\^am'%9\^"00U-X2iykpۊmKros= 9>Jk@ +8m*Xcl[w]}'\Զ:q,j9 4c iYs®7(vЀ'4|X$fZ; !*OxRQqҧ{y[ YC\J˖J32N! %O/Á^}^F)3=#&(Ɉ^%Ds4V&#W Lj.m[pݏ,Ϗe)jU0qYKBgՖE]c_왡6H')UL[u؉yze/Zv8R4e.BU!V[d"mҾ+WN1F yʪ)-$ySOY8 i@Z[RUK}`6/>ks%q6/C|3Ls_~}⍞$$yb*(;9HzgR8@qp][% ZH$I4ҴՊ[Z򨇨iQ lzEZ[6q%Y})H9;Gg j!EQ<r]aeQ%T\Ү:vwrgv5ODHy\O$hY] ݗ#r#J5r)3K- wh)MR.%ر dvVPPiVu}Z\P.g$[AVIzȜQK; %fyzezpsU&o6v ߉_L+(((wV@m7vw}jð2%|18 fRVzøk$Mb T T# 2aMd|d~82g R{H,JF &DyXB7x'ܿ~d ΰMsg'E< a ZFb+ D1Rla#CQ8t )k8~6d> 1B c^PRg#7 ;Y$O$XB,QWO~ؐsEM:ŏIO3^ $'zޛ-XTe^uy5 0X.QH1DES1]،9DȑWKRA;o3t*O $~R9b6 4h7*trlxy+ŅXEg js;fLZcIdT@@r^S,7]E;oF(!M G,!aⅹI)Kx#ӘRϘBW[ϛف Qh:ڿ=q^Y;7S=xUKնxڝq.M'vkZj*lk.W1ǞfNSAQ1z-Ǎ_;`(((wVA;kY2EDQ(Zjw/u]vg !,J8-;!Das̿]]mZfm/Xokf;}yF뚁)uURxKoVUC!qEެ1 I;wNE͙9OBȩn{QT/9dU+pȒWuMqy!ƬNˊSBIjq8/鞲#gS[i\t3JR#Jb|8 J"Q)a$g9~alu|Aٲ:`SkT5\ra,R{QR[m2ٸa97;˫ŔcX;lQq愹iܘω#$avji%\v$9aИľfm8uđ6u'kTlo_y_nRbBdSY( 'z#I2fܲa^mhF #lps`y f+YØ\$&n{Q෮ߪΦ~̈y[(GfMc7m4ql;SJR]c섕Mh6t0{'Wc2( ^oIZzJbMVg6(]C]ymx⡇8>k}3,䶯[DVOc!Ϭ|'Ւ"|5M1kh5B;]rU-¥ZjG5[ :(9baЛtrg;{Cz8Lj4e+pfEmWմ(BԶ2Vk-M*\X-ִuNm_ws±g]rMikxz'MySN?w_wYQi_O)m~orz>?ӀsW٘;U t-悳5L~;?_uVq3>?Hj7xzG[W8sY2|?t [hا>3:S]]wO(ݹj)ݷ']وP}ug࿼cx~jR^4\0W?w6zշ{NorQTw/~0M'~Gnğ-_\mԫ/Kl>ot?{;aLc "56(%"%t`Γ}]k·/{ɱQ{ɤ̍:R0o=ϋwߜy81Ҍo]{Pع ?hJK٧ƕ S*.Sp)+_~t9:SZ?qczѽܼ~pa&!~:^r~ t :2ަ\>Gdz>_S뤌G?=}۷"n=ruvj#&&>Llg]w т͢%F]HK'sQhAQ 9ѯ>+npm/Bnݼy˓wEː mc] .:g8[QŃЕa2jξ {`f!@nȹ=w{}2kw)DT$4/8Tn>O^d5j^ʼs(_^<3(0|nLV Y0 ?}_\"K >؁o>Md0t<݅n>Ѿ+?ވϜ[ږWJkUWSI56ɯgtңk+'Ф]8]ۅkRӶ܋Öa^Ǿ̃R[]Y23q鈞қGI%ѨߡZ2<%q|NۼN,~[)_$܃{$Z`Hh?<ΩSM!9Ŝ]҉'\,8=ma 0K|߼=JDE*[EoLI6UHysy!9:ϚWPyf7m%O(mggSjk f&N5;y_3UGSNDpVHڵnRy:S=?X'py).Z[o?rܩ_O3MFrmQwͰ 5Sf3_#}^۬:m'i5r Kycܦ_@7W洫Q5MJ>)(F8n^ DΒVER=M>vx]𯟖LD_ g7dεfV{yav㡫9Ii|-խ8uoGZү=ɫ9-=1mBL1&~IbkzVx4DfHUZh8 ςYZga:Q=jN;UiFmOKHknXX\ODU4RjwG.s|hzzH=>h62'T y=؊a`%V|"v=غ5jfB4)۴ /l3"A!RWsQdrIp|ȍyja6A4x=Dِ7Fׇ"Q`h?mqLC`9^,m$,y󓴋n&d*)nWsIX<|T9eCSA.&TkˆNU0:`o6:6Tckpvv-P/g{JJ[sa ٶƕDO槣juN_|l4b7)Tb }:p˟\֗#!gn -BfR݋$E($ɩ_Д=ue[/V?MO M~t~ʰo}rm J0!? UUWVdK Ќ@՛O+{XgKO,)d6C{RsE԰TT#bH.xBR~c߁W弹q'76tMs}BL 겜C_vFZsHyeޞĔ4םvDmHm-ƛu؁?;J$ˍ(x4KbH3>B׷$7P>+^!{{\+i*.zED?N.Pn0#K&>:8 ]4-mcbF G"I{9"!u$ciZ҄ P7$yUK>ëP1N35cn쉈Ϯk.CQQ3Z3>q켱9jHfT6lmdAĩ* yk 73ĩl6E#`%$k&5DU"_MOite 6ص]ۅ;ho4`UUi~,ton+7|:P%om'a.9i`A')NRvhtT v +<xSjYa[&t+n3+Ttdvq0P pҽ8! C4*wDt}P0ɹ /' dߨqqx:(5 dӳj,,;P$Bos 1&Ί:ki#Rf:ۑX =69Cfth9?'L.eRfIbU rBủa nsW O[!҃ y`u;Lz645T6L@/v4!XZ'6D2:O”nG8MBO R,`u]Zmt8F>YΌμ6\JQzH&@XQ,7 gǵ~ѫ,3<1)nHLjv6d'w}݅H춳$Ҷ[A{@ei`^?{Nh 1,VAqck gwmMM܉L d7YvBNLFڎUP U ^粺I?Qǧ=`&2,%1;pbK f/K{|sp?B{bZuVj1tT!m +,~ 5szostTD-;8Tr2;0ʣר~)}LnCC4sܮc)pBK?_RZ9C@ь!a׼ =)5,##w+Y#h& CwlkB:|U}dwQ׼s=L>7s BhE|1Ql ; pY8μwAlP}XL?MAi@i/?LO6fգ/2-`mϔN@'[YͣbjCRnF ̺_6C}2cZB`y>;r"ր}jC5FgS?GwHDԟ_&߿0v29jrNpqc}va1H۾}q˻TQ+g@٫r=Z:9QCf+E)"PsᥭW!;ܘ{'1Ѹ,} W[{`)]sI? SF&uq=1zwЕo'i?^pBR4n譄p`pTO0u&'_THAYfmwKfPpaή#q$2۠Ќki?g=Ks9_A»3 'i`}1*I?|fa]Zx ZLLxqDS`4nGg(m*wy7k?:8k(5"@|NpkkYy]ye]@Q5,EOƥVk[ȠJ0d=aX[X6W= 7fY쐒tuMB3S@$M4oh E 6W­YX%>7EW8?Ef24X*ʊC=DtT^jm3a*.;~Ϫբ`pxy'U>jnO>WlƵMkC*p}-Al!*+Pqacعh@"aJcm5k֎`=řԃČNҸ:ijD+"zsWSd ~V®BU-U@3VSfp;}Dkm30 >0ַ ݴrXIg]Zsn4~Gl2J(*ki"6w&޸pF%O/.8ѶBcxEy <]!.|r[i9ָ[wjUϦj#D2Ċ@p@v*1kr;Iv%^Q ӦWu}ڈgqoUaz"-JGX-'0Yk[yíx՘ECMlS-b`՘aru5~fqSUckЌ%-mSj<˹p ܠBx%tƲ. b+5HPg Y+BQREe²GVδ1W:V2i1u!š+LKJ :'" cЫ$D2RYՃT C㿱d&Ğޮ&˯ބR6Bru;5:- 4-@(V0P K5xWF;4eIi08Wf~eU=C 33333_Fm:r=s;>}ʥRT>-g@9 f(6Qh:]vb&Lc"lnhݺwڹ}At-ۭ5>jy6¯$"x)`[%HsCJ|qJܒQXUsYXeܬđ2R='PixNk3"lag&*%<%3<(܁NM硗}e G#br+tnFevxk97xŠ"6([f,}vq2_qzNـu Z'і_WicR啔%W#R$&"uY`Pj:-~5gN'|7a$@#Y(v;;nQwxY@ @9 ^aǙTYȑ |+kCs,@9 YP,(g1qntu(YЋLf(2qK̈F- P@M=}Osv~hi ZRx4,0r";O2/",,ǽ( O'ׂlfV| ^>a +2Q3⟾`8RRhEh,ThМNpADzi k\υdNDc5m'6UU*Z_FZ-.m++6M~0)LB1ZOvF8clmP,_^i'iy L:b]hAҬVc]gm4+6jr7 /k@9 jYE}U믾jhJd(u)%IݵmϑTEi1ٽmqsI9R  Ͱ }RC$LAEIJ^˸SjcLT?zl&7UسOeLҩLMuqDg)0pJqj4O]!]kd.ڃ]^Wo1dM߲&2 ~俵 m9!gu}>**e.L7\plhrȄت+z3k2xë@f~gϟ{[j'6'/~KVdwojhvQ!ItuukDh?㩵Spr]|w g޽m$ O:Z?v:[]}Rw*-mnA !H`=!$! };k_Εnfgt~{ΙEAs`6j&bmVl) H~bf3l2 Xnّ[&瞟HYMFdAV2UaC59 Oh6$_G4W>˾pzFBs{ӪkgmmTQIAJaB+$ID$ OQH%ɸ)7 HR[h8yQt׺Dv:\;e&kE  I aL6'?Dtmdi#M{T!Mm%X ýzqrQm0AۇXv.=_M.xnջ;۬<;B;3]S]־pS%}\8Tll 4u܈$"}X_tĪ>^,X߱qE\5lַLHq7OҲy+˜&u`R m;c7sq'($kՁN"h&b~eۍ;nuSX@f@ȿH"ѭ`e (gyt } z'Lf%`gݽsm =3E7Lk'6>[q'Kwr!gHxz'P}%*[2 : 1Q}ޅ K32(L`ptX ($'O>]>uU=#]^HWbكW{+Uj!e J#[ALwOH+M r¯P T>AĖ,?Nv7<]H96:ׁr/@Ɵ~=CW$~yD| :- x))8OPÌ,ffӧhWy =&Gxz_F<JZay~Z, 7%8~xJYEAly -)Bވƅ*ܗtQhLzņ\u]Хt6 A?+Ey3 Byƕ3.7 IDuv(qLnh)AمAu~=tx$f%F0v0])?mЕld,*!5zeAH덫xCv IIvpN=o{mOtqѡ.K}\b P/+~ z.}vʹwyb;3'!ÒwD sZԣ/{8ܽp63>0xꝗ9tkgffJ17҇аZtwMYlV`2 ⬏}Ce<6ca` s}Bu(;QYI~:m[e'Uj7M{@P >CjG = aNؚ0C 1v9Lk xKt;kPG[fo2U!Vc?i͆à7ó70g%L;dUGԷ`8ײ}<:[Ǐc`ӊKFַ(v& [h  4@#%߿0z4|sm?Mf@[u Lyk Ę3aD"c.L~,S(̙`@:_zgL`gge_qv_q3 [_H`TF}f Fi&pu7IG0=ޖA;>gysT\ɦMTFNȭ`0dJ%6QH:^QȔYPV[;2)f=IoS[ \y֋Oz|=Mp<؅Ou6@a>bǡ$W&z0XUp+ 2Jj႓m̖캎Asyk¹oz@Y}Ś`:wKxw摦ų#rFNr9vNɩhèIUfVTx~emqR`h| =#{XrL՞Yx.AR+2+1UMg7'!8kJ䨐9(;5 6"YBjr34|/FTWWN8/V,RfdDh)q%J-922: 7?ZTJlYL{W݉+-f"406kB `8:`jbD:Kgg;s1񏨮.TT6gO߄pڷwmJ~zmx=+倁EcW,3'ˬaj3ڸ͉Nc'15&|SIRZ-ضN+`m}wPp쵧F{faT~E-ȹUcB:#;'o8!U PrKM%V\Ykg]JԨy:>JMȻ1M:I ˥dJ,@UgA^s, q/eMeuEA~!sM^!YvިW \6è46a:f*  ftVTtr꺌v4=i> &6s& ֘ޱr@J;CH-\+B>v:@-4qZ0AG${VnsaeܒtlD~)ɷ߸ת@Ji]D'!(ahѡΖ>":2+iuaz9T_0d2K>g3{ؠykpvG)0VⳫj@\Z](.vX] )E+*x,MHJ!ݎa.Iԉ鹸giv,L CWe |ULSx C=1YJCKOb&[Z8>`Skf_]ԋ! Y.$MqX #-r1WOƒh  ̘b֝J:B =OzսP \V^yKPJ74߻0*3 #.1)[wP-.7hEnp:D:\CT3ⶾ?"wc_0Hocm) uVJmя~%$r`F/V<6ҴƢdqjnlUJ06V3(f`)x'ʙSr\TVs;7[-巸/LU8$_Op|;X|&̱c;13+=Դ,_( VoBKyIS)7 }U/ev̀s}tˉW?m|5lUo0 x·(3B.9/zo]Z c0N#P/ H7a+ctatkB݇ XI}khk4VzKw|viyT]q,Dmna7k>Z&Qo8?=.:di#sx3:4ԭ`#m !Pަygh,[_o–_Wx}W_/ԋ, "[$ğS.NX&$C脘+DZ;SE{uTNS (rV'5mqfb& D62$C1\>%̾A0t֑hO9O-OȆL~;J2 uA,5Ue=v>XTҤQL2^;v+"4Ig_}^˃i&?Mt?FF)7'MSτp+Iݶw~ u8RInyać t6C#u("J4OW쒮?B4!D--rԜ"CÉC5nʜP?dȐ2azjɊz}\y˯sΏM&'GeQ-t~^yt~?lRa_=`. JJ2d 56[`'B$rWLtY84āotwtwA?5˾Jq}vqϵh毀cB҉d u2VTH!J$:dD_IZ%Mm<:NsG?wS;|@* B X4alennP"R,(H':4tR9%x$<\σOoVv!Cfp^RHeB!>;C!:A2iJ+ۡ$U#Tuƕ7U8%L 9cD}P#ƅ^}z[oKNcvWaPWb:<[: t.OjyGzͩ; Ķuc:=g)GG QBDA鰹{oĽI{Z/Gf{cE6oHqCs-~A`5(YmpYt\[" Ժ,jFoTk/D"3(rd! :I6:q _"c)M&|?\[ Loryu@QϔBɎH"ta&L |-݃j#DF87p68`zͣ ϺSm1=PGdۄa"7?ӎsD*X/w2x=V1m]Plcbiʹ5μ#$YNFykCƖ\ E3xҠSm:JFF:n.M[q}^}W [6>a;1 J2ևQNXu҉Ζ%j6g{͐wgkgCbˑCOG(ޞoH}h&ve6-b[ikŌ̮Ouz5Di sc#<hSSIlB;780>䡞n,Gz2&N8>ЊXb~A:?6̑vBS]m-Y;EKeX~rphj+ϺILo#8?ׅŒ7.:ښzGfu֛XNazg= iwhRSiƽ#J))hij94]UfMBKS*N40C+6+M$t kND@>pqmlM"O>7bm&|}G%]-bJ7ͻ#T{{xuU_#Uş vt 9( mC?˒5u}Q 6`>wjy#$?pv.$ F  \. \LR3Ͽs,.ŧq8{xcn:6xNRȨP dy촜eI/6Uf{gjvcz2K+Ȳ{Orۉsy_eyvR d Z&^9]ew8ޏ@LfӄRɧL B5JP7L5[ ï!f/xun1_0|3,AܲOpy"\Cvtn#XezKCHF5>7y(ԃ)j䧞??߷.iu0D}fA.،^Pi;G/I—qq[к-䘵7b]bIwP(4.%VRh/*fȊKQ34esz♒扅EZ R}_kk11aE&ݨdϫlV;y`,_ D+Q5%EKK-N u OGF12?#4_4m'C#wNXa]+j@">5>=wҋ`ӭI\0 ñ:T60בX7v~{˴7XY:[b20Dt-A5҇Ze4eX`QF=6כ:Du795uc[dy0/Ϸ65dˌ):)"z3>`1X?2,M8+Lq5pF[h'n~Z}8KKCBҩtY!W_IIIx ;D%YwN`L9$/5xI } t`6 `?ܹ$.?3_LYe A*]e&qצ旹y_N, ؉.+O r]/|}r`ەĿsy8`~dq> [P]I{AiA?kVHʿOӂf-i4[Qm̵[Q5mjp}ۢ~jXbn+g7AK+ȉvsKE, kwGLɁ^qaP6S\[4Οd$3my5 OC ?5c~qe1a0Ӽ.8&{NpE"Qڬ'uFA M ,i&fQ!'¨ W~I}bƒ:sh#}|ꚛp~q >xͱv3q+dtړ/Okqw_ff1dcNb"dl 6HȒe1KId5aff|U=xҊ/-c>}ԩJݧLN崮WO R-@rM A\?1! b:%` >rCJai㱔h~ U!R RFEJ5 +G;'rXJ h ZjaS b Y,a0z⥮pj0#[ ^CDJP"hE*Wy@sԳxwF*,^/TZFopFlᗸEl&WUj9ĉMmSj[Vp+jP,EaQYl tZk5!Th5JZNgJd RO#2t7i,Zg|@0ݬfYӻ ZFdL=bp˭hn?Oe oRph4\c nϡ3|:xfIg:KX1nX9-\6 z1_7[4*Ã0< 'YETX j U 4L'0@nFԂ^VrRH SoN;\4-DTfb P֩<TDg_ yBACeЙ!E7ڃR"69=,1\ŠQ3V`dχBՇK[2e"&QxXY{g">@3ڡqӮRh "U$Z8pbRh\B&tE+jL%Ed2r^ .ߨ rp|=7j _gdҪ-f7k,#v opaj&X 6l͇ kA"AUϢӅ"V6ڝvQclB>F:3R&ƕ(}qץV]^?f. ` >bP(zfh˫V6Y k%|yU.0}S,Bd0طwZmf]  JT6feb&;qAF&!՝%$T!%D␻˵ mȡZR.<#%*[}% Y-)I/WE~n袞aN,&.Xй68E!$V&6 BZH=2H|Dy%.8f&D%u ~wBatL]vѝu||D x!5v2{SSw|OE@ 9@Qh4=Gp}/-5Jn lZp, ]x@frbs37gCYr'cg Ɯ}GQ'CAC_D&N.ԩEI=@^'KJJLT Ovm~rG3S!j[F]HX1F?[V@ $gOiYZ>0>1%%>]cV44tfv6ܨ $\@WO&%!C骭s$9@ E -cg2.0aB7-:w8&Rxo˒^{ ]CqjӪ ~BAazj}Yc:>;wB/󴬜3q`UJ;~=[[mz̼dz.-^rLFvמUU{?vi/m~{C׋.xY ڌCݓSp5#-/ئ'!حNFvotzۡst{ I#_aKgӏ:=۲w[C"s;֠]MtEdg;8dl-[_[~Lnİ]xYLU?ŲO|@rj<1r/h4fbyhSԘ_rex}uW2X؏6=)/q!f>0>*<88k:9͇ уU-? )#2S;6p093-9Z(3/ ,|rW@õw^`?s G$[(7{e)5WְӒ6wJrCpQY б^m=q 7n]Wx@Yk2m3>)Z@ 9@DWNN^zہ;^|ku?ߚ|-Tci5yVnPm a9 }T/I)w03:ށ~\z܎c*z>;>1.{I'rg11lޮ o 0OϿhJq yN^8} DCbŗ[C3'UxY킁'S26쑬fx]lwQ~W%Q4c OFK |`HWoN_p X-^pqܶ괝.ٝt rw{tNon:]^|Ahoy 7fݒKu#6I,l@ H"Ы`Vw'Q*żK1֍aֱ k%jxV/Zq`Iàӹ^%FFgAW-W:f~ReANIф"B0\!DdЙlFAJd*Z&Kݾp 0e7q4OkBdkJIgjXC1d*SNEVЫe<8r Z)HUb&$H^84Q0XVӛg_ ^C)W{e 2ĝCh6j+=NKӕ: FivzqfK<\2^;@ $gh9O;7T%/xAk;J*( ;%Ho~ӫۆ$ycspܨ4Xp>}AG ggmƒF[$h <@ 9@D>܅Lj$wɟ F Y߁0Ov"Ά|4J!b")D6̍5HMJ2Tφ6)>#l @nEg]#G@ YђwX@ t,ن@ Y@ @ @ @ @ $g@ $g@ $g@ H"@ H"@ H"|=@[ߌ G427pT~Ywo?@ H"P@v2Ј,/ӿQXP <~Oˁ$dR @ $gf5+xL(eh7ES,YpdG \vrTD"Q|@̘uIǏnю$UuU-u;wnv0D޸%:ΚI |&$l茌y og0(ZwVG%-QsG"3^1A>^7sgKE&sW#l} ˡb:g nnF+X[Ys.ℬQZ~xL8m*k )dׇ_ZX\`yW|ˢYig%a۝qzm`C9ʚ),,,zƺ<  ȍ6`S&BhhD\*.d_YiÁ) 6糦6,Lܱ#.#IS\ x:LJ S.Ǐ)]dnV6$:0Yml_EeV3mrrbb peXƆj*[Ƭn2OVVTu0PWLhu,=n(EXMe)cGmӮxI=oӤp787n vhkc2~xżNs mC/:@BҊ!8H(ɰ@}oUTVRP'pҚ&n9,f҉&{;WVSjxG5LZɝ{*]I]L2v4W֌҅ͮ涶\B@ H"`ɪ'C65 U(R8gJzjѝj̒ҫg78VOyJI WJ!,y믶()|nwN=q\J}D!4Bn哫f*t伺ܤmO4T-ws$?71 ;S-a|68x1?iWsqE*cn^EٕCܑuW u;.\HŽ漸|Eٵì81 `Ug|Fi j5RWWƖW,suC~Nj3/.=j+}7~sLNe'?μuΦٻʭrP%6c؋"WyjƤi5O [+. ܁Ol>HKJՆApaʓ/[dWZ+J 6})'D0{ɝ 0*Q}=5z5KNdY33pQ.'FeNm`9tZZf^M;TPwޭ OW_{z  ꬞/E $gN\-lxSNb;]N#ڌTӨkYO+.t9ߙdzT{T4Z]D".e`ZVeܟPh'ZXڪPʙtN+I~08 ZV|ԅdW]qjVL, Y/cYBR4\%e°۹NU.!ED>&Qݗjo3\JʛasPȗOk M~X@r~Dcٚ[x_^[SXW}{hzzlZ2r AwńvʭK\ܥ=4/Armڬ̡ۇcc*.*Vq2]@ bo:VfP/XK5Bgc8!ԭ!=rDlqh>{R)ܢEyyMmB dv?Bi3qcR0&lsBb31Sa_X w"9$7;JO\0#m*sdνv=zQanUM7CPK닮߷a{,El߃ʤKLy{["`T%],l) 彸†U1󋋯]uuJmJ,i8)Є/,A{s`zhϏϬ70_.Q`.N+|4 5Ts2Wo( a9 תۏa5cl ZvwB)>PSjкC~,3/bI:dǃk(-wWKC>2Ѕ_GiΆs:'Y[6N갻~uTg&j< -(؝MKƈ,@/>Utk㽩<)[|q50lP vF(hόyF;Ik|`T3R҅V(r/}yp֓/*rYY'YfokVfns^Er. x gY 9!Lo-pBhTƭX<Ž⻇S{^~]V'HOjܰW_vx嬤cޠr̛pٞy'n|42+}iѾ"W\VinFckl*4jWIf'W[63 +qE/^B x'f75)m!]d^XWEnMx| #o[Ȧ{cAĻ']QrUPgԚwTW9V/k{@hw/ ꚛR3pxAd*/-@ 9&jW^?ط yX|gK6fd&~oӕzDS< ݋t5g5ؾ60cZmMΧMu q&m[s^7jyxlWj;˯-ޝw)郕$F%-Kϥ,;DMSiqKoN=K9kZ4ziP@w*n۰ XNm[).Jާ: ssb.ɪ{Ɓ%ky 6H86%] ;U'$:;t,u-օϾ˽Kqki{NYqd'ՁaS/d,_~i&A9 Dϡ_xvfʢ_o)  Ekĵ_/}!5QU;=X-X10)I?žilf}aXµbA{ UF9v~GolI)wB=h"  kxx' oAo%&>O_kbtH.M85>igg=1lܫ_2Σg5Ü-iSۥ mtv}[9:zܟpo*5^Ås*ئgןӻ|[Wh$KKrGb.КjgY`ǃ>791!p%\"d0Y*؍j|j<[6Up=Qj=^٠8= qόUfb zV]X 9\߬Wp,H@w"pb!V,/7h46'GB67\ФQZ."_| 5.L6Km|N s59`0~MyxcWkNOx7jALP7Sչ}pɜd@K)19BpJ5nNp ^M,3\ #>Q &EFK;T 8T2ێ2%r[ Qz|!LB>VI?{ge  /]7a^fZ }m θt:59rh\[1 4~Mla7_W❴7P V530(*mkKS+;WPU8?5; 3Z]7vl\]ZحuӓWf}b]?/vM7%}Xގ6o9ꚴSӋ4^{+X%i Gn>Wo^D5 >[<BHe_آIi_IHiO~'17-eM)սR4՜Ru ?y֭vK7URn]-:-M4+ٌ#J^NY}÷.ꭧ^{G6mRb;,<ɿ6~_aQ&X8˥Jk\2V0nڱMQ"jGiwn<|ݔKmSXHud >)2vqeäTb\nEY9.+.A32#)"JKUMNTw'6P)] 8IƓ0:_/$Y3}Ei\J]E7Eu#$9?}'' ,(gYPr,@q]3;Y7xxX } # pH mw2z,D3YH<ӗ$b5SkyІ2b~搄YhEhyO8c@Li 9HSc2H>gƷ~&?[7l$@9 u H^nWG$ &1fLZE2k ‡j`'1mWy[9cdAR|XSA9cG6di'm BTIOS騦i1#ݲnHU{5{[X,&Ol+4NΤ QIPPΞ`0”,(ga0 ,(g@9 `(g@9 PįDKSŸ:&,iLv 7Z9 YUwm+cxf0L=TRJӤ)9;v۲-%vCE{ޅ4}hVj}jR' ]P6Bc֩jրO`$jC3~2W'AEuv:ALi-Q`̚]{Cd[rRfá)YIgG#mcY"ʍ2M_sٱ)JZ!JȢ\y"-i-9ZAPg1Y .6PRL*^b&b 2Gu`߿hcFNs.Kq =L tqFcs^*v0ݺQ73w%r0|ם_bS2=o'4;65"t{KL7 #`vBs& H`h*:$ eXxhf64m)dt3 64-  ,u֚vՀHf[`g}ӓRX2>5!_Rݙ:S TW}?CUN7 .G껇mU}Q$f U>рeZA$:A%U {շVNWzp|>ͧsK˸};{cHbe2CS^q B_s;8C6۾6+I CJs2wKOg?w8/&Zv!b~[r܁Z3ԗyu9e$tȾл[K߲\slG^;.~oW;*Qs'k{gSU M/?4LEu:X%$j/8aPOJEվ5;V^*.m/1wߚ\brVisOD^_cYQ_G._M S`jz*gOlϷf>YՀ#mOhNGwrx)c T{WSdOyO<2nj93g`瑶Af(KOu|!շ{d^^}wS&Vy.iQ(P5|{n(3o: {8i9R*1'{}OA|vwKFc/|P6vE[d{MϿ<ڷ/nHym}pg뽂=lY(i ?yˡY, APg1Y l@-_ TP8 MM -$& ybJJRҒ )YJFf,2 '")IsXxJL*<ʃ/4q، F#Y1<%ghHw`d6+pd&f  I̫`=.YʭC \t/͵rȌCwyEqA%1 Fs -S@gW-j[W)F]g"Q Y2 l\|͵zH)")J =|z'W?"w:_H:zZ,m}MC^qRX\AYYܥUmBҔ":A,^g(׳[}7:&!, Y CU*r6AA`Pg1 ˀ .LR΃WRKk,ФAŠb0':ʬ)ޥRH ~CX)Uj^Y[ԸCA>Au:YA%z :*l'S5W}R5}j]Y3M;#Bݠ#&z5FՃJwet.ru4#7 *Zl_tJ@R"}`Ϡ㧨 mAŠbGPg uLd^"*M5̪ѳ!¥!QݏA°k-l3^+ļ mY6`oGJh)+/+5N%}RIYC23cXο PUkq*g1u(UNdNqW~UT%EM +Fl 5QgAŠbAPg2gG{Ǖh-,R23tQ5DW`Ji~'zTNk m v%,-^ڌxt_|ğ:& wVI4e~GI#u}q_kvHf_*qwYM&(^Gh^c8j Uu !k*uH(Hs5i 9(Ӂ~yo5=z!@Ut6Tz,X:(8qT: ,:A%*hdb+?Ҽ7eOίy)h7TsuͩA kW*jζ``t47$^% Pw5b@thgݕOqu bmW8|>CϠ//ZqmՁNhaeM:rxWʒ{ 꿾[ ]y#k^U> isc /G(A* WEAY ,f9u]O`N~r{S1^p9nvf@#o(htf)]ѷzqb|$ѫtYP-#:mP?X9I qP&z,e@+ճ,MryC}?ߺ{Ui0;}{kB=vqUyT-纛G#y{{ñ"#dw-}aIR9ࠐYܨ AY ,fggu:#~\vTp+=|퉶6^)' տu}-(hw(?eha)Xm;Cg_IaA׼wƯ&tM& USN<+>!V`KZ P~K|{tO+nWq3;||軿,˯XyXXˁF7xugMQHT`Il7:r T@AŠb_pvVπg&Cqx(PQIO i bcBq INl6"2Od"<)~H+*CdGDLiODIj,Y~WdR|*,jcQdLD B0 UR4ࠁO0'qw!MbdnrB\QLE<W㨳bPg1娳iBAg.|qKKǃ3[3i0_3v2t F!3meT,IլcnaBdw-v?@ SJBK~{Ʃ1 #;ŏ^Jf)%˒T@U"MeNebPg12Ӗ uz-ߵ®H, Y fI֛/?b0%R(OjAPg1Y ,!40M0 V :A`ZӮWf^sk4-}LTe%F :A`f6"0L'Ё(ijkVYN'Ϗ6yAu:`ɪ9} s|k0 4¢:<8z>8: :A`nZ>;[y{}Ug85vd/sM^ggAPg1̍YBRLa3cU?{_EmCܺ#6r?$Up_XPgAPg1̲Yqs֢Cl#~CKvp{kjAB۹{]: :A``Sg#ޞPLJǂtlLp$d>M yΈ}< IJo&AY ,suVM@U0\!gd-!bPg1&&! U!vAY ,,tAA`Pg1 ,uY:]~poiw_@r> ,:A%*h|vzI_}ɪI] frV,Nj4 ,:yuI͕ SAscLӮyuTj܍WWIv8S[ihvl2y_hX$4 "ؕ[%esVyqY/ ]0ZYOAuAܼ:Khu5 JJ`1K+qI}_tfn.C$5BklEV[?2*S43֬:ߥ$L*nxWO@*)jBgEj:6fϔŒ*T 4̍Qum9pF&)J!^d(-  ,fYKBӥ r,1n Xx 8=|YxTU5uO} 4Uʒe,?^8"ڝx)9fU yݑx9E G ̯|ߴjE !>6!HHј]RlLFVpfE5T?vKQhWAuAd:KH|o?/6DCͯ3]J{=(Yԟz|tT޾GU+U24OFF`_i,}BRTȄkOR= Au:|:tYGv}k߼w+m Yq]n:r4O|cWsA)yo>_p.e?+)`㸊涍-(햟?Br xg})MJRW> T 4O>}yV P3/=jlZy,DIq{w=2h  ,Y͞Ү(D5"֑Q)]mC=}{{O4ή OLta 7ڻ'}xq_a*15>>1Dž1'o&}=]b,u=,0Ihds<$;TnPE1Gz9-Ic|̥ti@\C]sތ :bnW'ݾvo|:42r5Jaf Z쮱iCoon55ۚ뛆LMnX 6LM*ښWT2s5&2d\5qܦ]+t’Y PhͳFICǕb07bpvRl|\]BA,Y,$J!W 0wL,ooKs9J%JCdYyhfw>֖[WWM4nUmO7ei ʊ~yI?0 5bblCS{JJD vX:L@ vcF\8x1 bG&eDrR-vpD Me?RR 4v`gev"G%H&V/v`g+_Y@Sq-=a4# R ۥ-wP:( xnyw"/"Y,΢WVx6SO'|l%0[Fbj++g)A^"E/8֭<2ZS9Z˲Hzt\iԵ.+0he"Q$r5iъ)wwP&+".>ftn2_ht[Y̠t*"hp+Y; En.vM.a CNHM okshD ӟkgcˢa?Hә~$ī8v0$FSG_8g-Y:^<?9eh4&+x}G;lnvkfVaNZ֠E\N\ ]3% DV7.^hK(U+hU%K]hTO/Nʷe;ъkow.-nS9ǪZ0YM>`kFhҔ}2ƆeeΈ"Dm6 R"Y)9%2[7{.qmLRhz)W u- ;"VvX_8ɚ}\\[p.{]?7~á^U&镹vƙwsSʠ.Lu?Ѿ[^ê.Ók| 珃 b0M0(Vfk8 ; & UjgʙŢrmfftF,EksUʼ1%V ̻)5K ^RjF,uY4^;wg)GӨ]zzjB ձQ=`RYʍN㴮:6+(VU2?NNo[J]!ǖ'JSsb̭9Ɗֺ_mj ^a\vB]{49i쳥++ϦgIju:+=VS2PLFʷ&ʶuh DgUյM_F;OεX|Wh`X k&[V_2"db"٢ʵYs{=ۼ͓!V VA(ux"\Z~Zfy ; &- 6xjI,62 =C= ^W;c'_᭓cU KhiɛXh}E6tBaf|oXsM[g6e/z\66^0X; OA ~q;4jEٜC_ZgGa;,;ڊy9FutnޏlrTkjz׵NS7z<.KZlDzz:,y0(N`[g;f{c7β|r gVSE.zV*_]RݦLԄK~[hY-}|iȪ~m$ R%gP N tXȢqTe08Ƒ$[^z߷}!'^=,? $4܎՜JS+ozo=gz8;ZZ~o^(dT+өʕㅋL,Qig{&͖f)m VWw)j{(T>JtB>4걦ppfQFg s®^L64(5G|'y@`g/Xlz^\kf1fhɁM*vlsEC6 }zqmF;e/+yg5['6+ƾk˨z¨O4.7]ky`u:Tk"NٗmŢ1+{,-\/)ܩ{P;ӯnBx My~?T F{67OF*uYc]XR*=k_}+ۦTMS)3g*лX|}W8nշ~H~eRl@Tj;ک736 ViT(OmNmr܎ŕPՅ']NJƲM0Qmwי%=c]--@`g/iݨ}D(pѬ@vqפl)2ܾh<F0#P(áx,U%YQX$e4t>`e*χ#ye9R"'@ -ҭe< Gh֖֕JO67d,=&3h$Y&N}&ӤX }"H8yv Ga`& *ĪN?Fb L% YZ-G4pvChXG@<Oal"wr>zxF5l8-fDgt0áRbݷB3ӹ}Wz'*Ʌb/2H8Wo hXol 9oEǗhβL;Z#qhJK9?oʏnэOˣQeoTr $FLAEE}^'@)G*"Nߊ^>/ʉ?J=;v@ĆH7;2N+%&:zУJnu~m<kgA Y`;H08Jbt>v յ7o=>LjūU+aCA})o|Gsގތ"^RVlp*دD v;+9ZVC)._@`g,vIn='v`gA v; `gA , v,-@Kv`g,,j:~Z=寿; xaA `pY~V; 4!݋Wyۺ!t=U<6y+Z{]##r2ɾFBurʾ܃"buqgkHG$:a#l4"ˊt7<9//( <<[ъ>BJ!_#v; `g,vYg0UzQʾ'o&w?,Ǩ,0Io8t1=@J|x,k$i g۶m۶ݱ7VWWWU2;s19ى2 K&4Zt8HoĂj} %O2(Xb:˵,1vwuYDkjJ@_Rh:dLW/e!2F&N$HP=Wࠤnq<#ppﺊsi)U9Hg=1GFj,W`7eR'_z*/ҶUZ1dT+S"YP jM5~Ax'K!ݤO 0}7$`kNb%b;}[G6KRBbA^>2_ycK :p$O"Z#5]e L.kʸhAwKOV:$\F(Ll:0O$BXW֗%xQzuxê &"*DBL,k?B>Qy }4ć©Ao>j9Q(CHVK|Wd=Al`MytMɕX)8Gth SvGNvႿ ̯* =ɠp:%9E5-t^V_UP/xi=1°CFOP̵k JMFk'#b'%n4~3()9aO ,io~ }ά+*jߖk0y_K2_+}|S;wg_xVZ;zֱfFZ r_<½6 Vlg]!.=Y=}N|쉗 +Fͧ ˫n!7*Chv}t88Bi0 N ܑ81ǶMDB)pf-*0 .#7mۭM(kuq6̢*x~N) P9:PLʸ}إOF˲GWҞ=yz`՚eHߞj(P,U1g3A`"2 Oy3>vx{e!qo?A5Y .>\wkZc~8D>g!<> t$R[}t@zqtT2oPeڎI="c0Z>-DXe<\1EO^!~ݓ );DYz>J"P\JJ:,^Kj9M~LA?L_IB!aClG5^לk\*E ы]a[LbF{I,1% 6ݹ̼g{v۴n& 74i!3l,L2lYȶ -ɖeɲuhV>z&9o%bulE` e"~Qȅ!/8Zm8w_~X1vUdOEiLb[tb]pJZք5{_< L]n82V^e܁ A@xm$W >LOB|/|gq*XƱlwߜKl#:f5uj|@l,+}T]$)Wm6VKȲ 1KN_˜zK@e;EP(塞e^>z*׺2{cy'Pͫ윔ɝfeox Ql^4]k3SYAnjҜd#R,ԝA܍* \R߭ ?;t4(6l"# ng~S jOY+qFf 0ۜ{+E՜z}Uӭߴ1M@_,-)ޏ}yѧ%o-đU\Pɋuwϟ?}$P߃WTm (Z6ŗ6+Zluj4Eې1[^W ks2|+^]נ]qذaxqP=O.ӯRjN-ۭ <)49gF ~ʸE)Q|{ Lgfvu޾)@S[_â^lT[4 ѽJ8GwUvd\1fM1Q=# J鸋zE*uey&-RVq>nGշ<}gkjtgO}s7-ց%J O]V!<'GZz) 걓ǎF`qg* Il"T(0/JJ?Yp@hpIgp®$D Q=j"FtǜGCCLtt^&ZV][҈㞗 mZ ^~9>QbĶ Xá~ p7F{FDn.Nn7%ԃпGSۇߌ8M̕ʙC [c]$lndg4 Ze Y9OScQiц|Q7D Zlt4U(b W= !b 9o_k+.xk%Mw/gI!1<C_2V%KZn7!z;5P aʃojGţP*qDRZܥsP?'i ]bډTc?Ƒm,;SʮɍPŭ2WI~١U38W-cO<>PsaXgYR1'ʌ3M!eako^"2*x&lM{ Ya{iBgWm\o@F|lYaBغ92&mfP}Oe5]ԠF+.32+LsUi>Lۨb nMABT ic,=_p8U29*= ]& ؄hcrI²ړ  E(FyrQRQUO(C H A6M4Wڵ|''/lNG ~Pd+`q?^f\# #/̊[/X ,/ vzXcta~˪cvKјfԅ_կn!bMecBPIBE@NKRfUK/} `μuei;A(ņ`g Jk!Ԅ`@mݕTV;&RMIO?r WX@Xcj'מ=BώTEU!O3i b=ͨFTAB/'jĻ3?o;Ži`8꽀LSsiA<麚 r9!),/dž/t8ܟͫlhàh{1#i0?Z۝p M+}=2ĕ P`3 -N(Ȭl"و>Q4uQȢ1;LFEC"O vJ˓A"1.pN }#r‰1 ZE~E@}7l,ܙbFL= [?`6ﺸt斈{Trq'l,Ng˂$T5vagy5)+]NJJ:]=ihhFWf]_ˈϮŴ:G*3#9{4%Jhmw+t_d WV6D` Q9l+.96*4/?I(*P,+K9*P'@xyzg4R|_,XE)q `X*RܚȀ haՒERK {²K1 /]w 'pY'~Yp:p0;nrÖǘgD=pX]Tp\d ]]n?F@ R*uNL{;8v`3#THfV98<ҟgc9q1iq+Fg^m aMnSfdlj s"98ܑٜ3 j8*] 5v)& 2sf ̲[ѩ K.qj)7#r }BRV{q!Lga} ${Dg}5llC0Dvǹe-py lzoG@Eh5MPEK@֊3%{8v8HfJ%>y?I}c[ʘ{$fM"jۂPujǟx~ܖA`C\iۦq'h,OF秈#c䶂ۨe0Q6inlXK(ٵF.Wtq*!G*b_5y4q``b N:jkMT9,kqLt@*5Ÿ{xPr^>.{qxGê4B}hն;\AYR=qsEz (r n_wS7}MfSNJz&NOgEA6yjbK%J%s8ǟ}KڼM}N M53kVsI I!aТn"{V+߂Yi7"ɲ^ Aqb5#-'cAq`S2gyhFGVniT}권HN8oA|6[B"* y> c\յ眄MV<-<>%=6 yMgE/f4%FމhXU.WM6JT(zMr /ny 7#lpy/;8 RE{QCz V|yfСg2#̶բy_]P> l _ À)OTe8n=J^ٰn!X A4WdWr@UcsN~":5#.1bVhGA44.ydW{rZq=G6^s [Ք慧e% >wNUjp @mt:.rO7Ͻ9^ƣUFʧ ᧡uDZu2;~P 3{A(Hz7l2 dif7ԋ(9U&!zмԾ' i~oK7ԡ~tT|)KI xܺ{O 46oT3xGyX;ѻo ŹPL딂˸#zᯰL)sO/ h)X,8+B"tr>Ye'tXz\*sB.G6:P.Z :Ijw}R8C)!-靃-yq^ m_N8@]5,9-yjLuUkE1wHciǻQ!eM}8) "‚BJE5_^,Zc~j، -)<$,<4>\ tb?/1j14ĄfqhեF/P47Uceb6iӰHrqr}n8P\!6TA܀~-BBs2AjM 3J;wNB Z77}r|QB$ -ųa ; 1i{˼jk d@̿@^(.WLc}-=| y΍Dh-Vt"^ղi]U1zF[8ũTXp`r)F\0C.M說i਌颦MMũA9uǫ`%RbX@xxplnToUm2ݦMVl'1sMlǏ2Pqj+l܄Ȑ,泰-J}ikcu9+K1Y#a!A+v65SXQt$f/TPpHt;3rs_MD}!t) NhmgT@ GyP9ՆF 08X? *,ғ‚U\*RekBWkKƜ toY@H'2CTyrobFr~q^Uuji)VW`TASa˺*TF6.Z0؂x B˱mP[B>-F9[Yҽi]450z^f tv۴ɥB5VUM:lK#m DwN38@+Ag'd'%bp؆ܲt~7d.S333"Cr@k-_R{sS_WYtţgF& ʭƏW6Hx 3vjNKAk7L<Ē ZxC*93qAI9q\VA ! /U0'pY'` DPz?Mɵ|cE`Fn/a+kOn=*ݞMeHʎPH=˞ygq Hh ѲeA:" [O[Hyfds<ش6H^71 pCQ{miswlMvikr 4 c͠ԮgS ;gٺ3YAۻf.>.n}XVڶG2|EHv~$~pظR#b/~NזzcFpP rΰͯ׊_(u 'u {q]G 'ێJzToiqNB?vw ;8WmbG:JBrʖzvbI`oI7aP++m=\Is~ڟh˞|Q梴ؤ~ksW֟^QonO?7gFplm>?^T;66F\<#a=^𭃵9B-Ud$&&EN}"֝ec?ږN8N ?xMɄ ]߰ \ϗK(ަٸay(/qoO_:?bHMfsds9B:NAoC',0% :E_CtNN8N88< t;$:NO;~iAlc1-űۛfʍEgd~! 7k'pIgp4wxϥ;O,^XH}VcP[UA^U~{~V ϐ]"uZriļ8 c˼d?LÞu 't '"ȫlkHkIW>[67VVf{]0~,a\hM2d<)Wvi5H8`+G8[eNkeٺTbouS@TQPQ5 @&n#[6T*ik{C`Nzp[7oo@+Rؒ)Y9mmcsSc VH.(q5{ ll :*$tfggUΟ/Ѱ[тh*ni[ڽ}Gً"Iy"U*CA+&A]lQL]Y5erp^ rě [ nf|ۺܵs؀ 8dIlde/-73-=s,~zz^nk0oA\{V)g8N:3ۻ7CySQvCΔ*Y]卞XKT%6NeGJgܹcg6WZ|+%Q\;:z=gJS֍yɺuEڮ'Wn L^И^YДO}{g|]?6+R9')Y+^CrTڌSC.1o2*74o8+:{Нz'ywu lm8X\Q:_S]Yi'S$];ocIǶ.!_]O-;W̡IjLsoCw6h>d:δ!%mv.kjA@tId@Ai]о \}p (Jf(!59 Z'{ʠ|V0Xd}ժXbm"J;8˝~2YsYuX~j^# uOrvsY9et)lԔUU/_&NMbS lm-#Ӵjs[z*:559[a*rFJZе"5r _>JZpjCs;J r:h]+i.OBLH'HƊJU_Y6+~eM5RM0SS䤆αU1b/t4Nl{WU9V:1ZSS}w&< Ь7 8͈]U3;iU咐@ ] ֊xr,hwz.:QCgt&"~V+74ZdQmN8ᤳN8dCt-s`8SZ{3t4+v憔˚pe&WLgg+[. `_=m/w28>Ku(4?A9JWl'ar>WReq*(оVިum~lCH3qY C"kW9R6F( >e{f.vaӖ&.;40\lv,r\Uu"oOcrRPd*A?MD.*Bc946($괫>xL Ξaib܂-Z*0p*:݁#cbʈ4ճQ*${֌-iK*+&:DMTe.:F8#h@6ԙO?EOlލGCeNx@M؆¯3ڛ8ę߾#3wFJ1 Lƴ4\o;hd9e?Y+(,Ϲ]V^4tyWuC_ Qo8t?8[$kȬ^k\~sE@?MAYRW/K+o&:{p; -t-Ku;9;X/oٸt,Bg-07h^HiDӒ@1$ \~E&;N:"/|& a2e: \l6,煮E5lbD03Ÿ1b :GPUi_a,,y0XDE10wXzU] 3sZ#p|H]+)oO7+14fs  )/͡?9^O],,#=526{׷sesk3ȕ/-xm,G#sG[T_sm-@%=@g0#|C[w3y0,cBaby^yFv>WpZ[l)oY&rFQ 8 ?øUҠ(ЇU4ؽQ$`<;r]YBl%6gtͿ:i:928Lf`}SmLnDi'ySj 3b7lt4%`Cð.Mnce>-5=yxR"Mv=IW]Y},{?^4FyP-͈4V_> F&];\ s,a.. L>g$- [ f)35(-<<r*nl_{qkP >i* R{@-{/[R5?Scҽ,<̪\_2ˑ7/tLqu" IǤeΑ0O6_?ʟj ߴiʔPXM-K3Sn#/(ys. V}򫗥, %1w#0j/ftXTo}wߞ\l5c {X=.2VǥtO7)ӽ.|*,3>O D ~âΌxD/ J*׮xpEKQc\ev[mkMl@KWNGϜεټŹ[UЇpg6s8%lnWb5yCg7_kӣ*3no(#sbE9;z'<2OҬ0m 'pY't]lܶZٸUVTسU6qMp1f}o}_QUSSS^V9[%%_>{iHU@8Ҽ@ׇOr8YFTkm:yӕ(X7J/GQ 5oiL1v61{.6W5OԠjFljs-}d4жm}3 1]bY!Vnj[&{*5{K7cj UH=5kk^H,+,^\kD:,{A]hD!,̰Bg? r<6 rx9zd2?28V5gAH ( ) 4mGNg3ܣ1nO%6 X^6sbsw3)Tܳvp ή$.(@o u~XZQ281ԇ.I!xFӦbbFc_yfV+!a&U#"\ SJ9L`S5y_DԢUTBL(F= "_ۜl(Mtv:*G69`P^vӦI[LUqT+ l1~20>-4DToJ/sg-l݀^K(zJdNk:{Fضys״Z@Mo$ wy,O񽓾jS) rZh)~4z`1۞w܅TN?'>(+78r]>7_~[7S /!:kkj*JJJG)䦼;ZC7[і~4f+. m\\1K~^MMRuMv8PX7i-ɰ{Jآ FCmxT6SPxJaظJHK?-N#Xٰ1M阙xŚɬɅgY!|AS|:{}%4^UIV*օ| IA+-7+҅9tF4KD7J}> /kFMfDWu58NJ]% 4ml̔0WUNp=|yXZt%!wc+ϓJW1zGWV͋aO6K |ٲmc].B>܌^`i7>2WڑC{YVZuYWA_]ZY_AǦ՘sf<'"ܺ)׻ȇ@x.<2;mxm|=Q ]{'JXwR[EʵxYۼp!ۗSp^Ko1PSR;aȈzxܵ5-j#nqGn*@QtqjV7aV5RŐZFp贯 5u{MU(mp7܏v΂-F7{e,7jQgkCim"~S|F܂v6  J̳[+뜌 't 'vYV!w|svϣx/ F3^{sAXD;r }腻~mT_xy;+򉈻q\N(c܂ιӸ\S:8}~[Gތ (<vd=z C}拄v&LgSn|Egt -ulQ+__ỷyCooz>~xZ|Eg7VboxP6:[P,3}o~ o}tx^x׊y?^Da0|p1${5zg ݯEٯ#kt󧞸?{=J%=a7fax[.޺elLo!6St[@ M1㡿w*2&{E` ʴF !֞}#_S??ތms?:ן]<ؚ[6npu^XR%s̑=' Cϳl7x <[?rߝ5ݿu{~HfX$"}֖ՏۦTD@AСəlT'%dBX7&=x2:\njE$]]Uk(&9C^^Ī煄M%gt?kH] k|N S&kW_P>ͺ' @Van-$^Dgzu66&6|Ap](jS7j=^\Bdb0Ď߻!1!w4S{W. _5Mޮdr'EHHC/t{g ,X^.X GhkDaQ uuh+y-"aJ  -`Or6N. AI jqbG煤`gntEE2_%2TD eM&y'Ez1{ƙĴj!RUVЀPy:9>K[k9Vu+@Y)呄aF'M5e;Hմ=xA8eW o9T@K8e5akA 7SfEj݆AdI#\B'3 aMg^ xh)&=ðj@"ԴBk u͡^=Q4VhSH*U y+/-0%|5̧t Y%V C|0A4yATYJNPgaI~{ bD:I(c+x`}ݷ0[ٷ9 MSaZAt;CYwS6B0o(Yz :s qp۳BԪ8-rU(E!)g#oݮfm`?1l^ M@5}WpT%b>El7a[ *"PJʜU(H$Tvkf:|zڑrjtn3$:Qg:<-țcw]/ٔjԄH}DԶ HaTBR]IZ(B% xpL9Վ\bBE,X]U4&<pan.Wi;J*:TG*]vRGMߟ|c{cl*03!sVvhin[:ʝ:|?lj&# jg4~c{Kچ5=.ƪlUݭN¡Mz[%wdIOY_w#~Zpǜq_IcnnNGkɾ giwgMٝ6N=1PΎU`aWٮw˲~ᔓF*l1geVׂ \ cu)mԨ6fp >Oa1wjgdQ?{e  ]9b鑱kCW?mg=As+JPӑ~

=k(6o???Y49iqWsvNoGӈ%y[VO_? g3bqowcJ7yoEWn8WTWg jԳj=nYg@@qYYg@qqYg@@qYYg@qqYg@@qYYg@qqYg`5j7Gߧ|Hw}Ύgu1zVƓۺ~u=9l`C_](T]bKFxTT _#=p9eZ(9݆El:!amBե'U(*}rZ̧ϫ^CQpUW̢}nś-lB`Ql,ni:/=Z-YO/Дn5]gqh+j|Xa}3T^N4")eg4OZTV۟? ԙsO/ߍLn=uPj_o$/4;3r \D`au8 8 ,  8 , 8 8 ,  8 l 06nix avϳ#ϙbiբ8 fxŧٹ踶5߳k۪m۶M:lc[ei2љu~d^};[e*;ZzEBYc\Zm(:ε |dje}~U-0ccn2a?izpBD44ӌI-%EA$w:pwO4#D>Ȏ,P{Mf[sjf2dark>ؖR'S;gꘉAy m4lG8g؄AոhxXÅ=!Qge6~~b% g g-!Zq8t! CΫXPЈ/љS37V *GV\ޫըݣ-2)TmmkDF3m6EbJ!z6(3j2)=Z+45dheP9-m!InB!hT76ǻZ9qfAz([&4M[LFjֽIEZI.r b+ Ŷ/[a  H% k}%. [9%IV ?9q=@N)ĨJVL߈L+[E#xXc_8U[CmLDUiRAB*0)~c% o\Ýܤ䂪vxTt:Kq]_tM0lt,>{>]`woWymF^vѽ /4!~(v77d5C/>lƝ񾆷v{Aa0q)y|I4~R^W~!قՉA*bnWOYe@?o7{H֓F.lppsvt>UÕ&Y^PxE9ԣ Ƙ[uWvwMl@/`o?|ʼ aw-_%U"'%RN!<9c^ I3y  H%B#dـV?^H&PgҞTtKnz&>?)Un.1\({X˯xZXz#a-}.>r>֢*blTw'*7Fuh>u,$iLf?j¾\t8/CpfCCCmm]qVVyMZ( !%/f)\Ah@D͊pNc{?sl:<`7d>h}g?  H%[߽R+wp=dTi"n?*oǻxCI%^7r{BQ0I8BU7j YUfW-W`]BjE x;Ah2xUY.AMG*RmlgUk;f@Yy('<Êxz|ˡ:1.GEsuHe`^\=6蕊PoǸɗ (&?r$-Ⰰ*ǡ֚ g_Kx1헎]  g ;g b7!-j*YY?x=D#R:òZ9T4XYcfha~`:vFM+CD $՝Gΐ'2IL^gD&M}ȌjpI@Gš`rie3 ö?=S3 {VY>; {qn>詧z^zm۶yП}ʈAκZɐW[&Q᛽|"ϣކ.{ѻK.˯ꪋ/ꫯ~45h#bvg}3=% 1w[x\?wo ĭl<w;u{fl凟#g;L;{/7 0 HrLx萨a-@3;Wʲkܗ} uwww!@B9.;T{W@~Uֳ_9-~I# w>n--;(bڕ 3T'wJ=1maE^m\~@-Zo> :c|~P~Ӡq5&О@קD&pv"@0Z@Ao]X^H1.f C]h-GV(-vJ̋Ǥ P$]pc=u3~w7#pXqkِD$rdiB>T?0|- Zs09B9X]IÂ{q [P>~XGsJռ7/ Tc5vf!,wxT=oNl_\\h4V+ F"t:]V߿t:ǜ̥uJL0ᬑrx&mGKwsaFaV>'gU YeLq`бKsJWahO2EF fm>jwކߜu MN/Ze($\0^ c:5|/A{$Հ@Qx3\hu/Ob>Ŷrf>,7y7b>]>Z $*S$않x<Єm{H\Tvhl*LݜzWy8 5upp5(%;,6/+%BgoëήV.ZG2[Tz^Ur;XZl>>^-(qfV~2r Ǒ6;g'ͬasy`~xy-L)]3xHrSK;l.h HvVWqXJ_Yj05J%'б=Bb2En4ַ! ]gwuc#PxL(9u*9п:=,֎՟{Ldg'2ӽ" 0?t[ŏ FG fХaTG0AUq"K©x5_cMJy55GB>~8ma6^9uX+X0aNIطO`"hm+ 5/ocv/eKX_'2#qCjTv, b6)?]\BP#Z{Fx:[BamdܭF`h1!@cc e<~~>N~fU[qJrUBf*+od2O(g"(Fw4$k$dlx#-ڣcȹJjMcN&QMh ғۭ'XF(qkwV'#6!hUR)+IJ*{g"e Ø-{67S.K7r#lQĆӻ3̓?pw1)T)̥ c!wo:`m:mvF8nLbۣY'BҔ~Fg3ߵHLQd"-\O%JMp03'7K@$W`$to^',Zd\-} 9WN4sj$eekqq\}&'NGq".0Z1E,Aw2dE nnŶ;ntlv wU%y EȅE>J-ۛkp2ypS-;Ws'{uz&. 8$ssW(*4z2ÓB)mffq Sd5ȇs^@v8- Cb*! " fn)rZ&-"ȻcS: ƚ1Ն6#q2Cd,Z~'ĎP\/`kxD^9aQ;yǔ)Dx;DB #&\)\53q0k5F1A+oEM;2m n8 @,z)xl lSGa'A2 T ecob-eG(7}UDRW$ j7umaz-2'Ld"8;ZμAyZ Som"h3M^ TCԅo?^A&Yhj^δ @L|FF> sa~ޛdP&t7SͧҵR1<ޚ/>h/5 ]i^9"voح5:We!W}p|9*ۤ˝Z,jbr:X@X]ݎGJH+I!  ,7U!];JI/W؝\-cN&d4uMi.ڐɰ;J߬/[d,kW-:Zh7sR!0$ZQpQْF=Ig}x_=|{'H %,%wV+B[>(/̡il.dJy?v+Qes-fguu1GkՒK-2m5D&pv"b x=E@)be)䳈V'%2AI቙ g] q w7v7i<zК .4;R$8/5O P lq0!s/TtPV]"oKMW0Ƚ& n]]-?MTXooL,;IA8v:xqqQ(H$gDž>5Y,<{~nO)AZ ~*}FG6w+IoC4"zt #AËe S<' Ѫ҉<8z}w碐RM /f el3vfgaytH d".O%O/w/u-ݿxB hmâGahhHHBP:AK~MK9SbϠ*#O@%8w2^3G@FR@#7z&v_"rgg:, u4!EoVѦLZ>?5{ g-Y+k OEQ;'U(H|YO}}2PppY?`gum99PdL8VeB^]Rܹ_F7wio.2Ouu.(ZYo(c&Nõ!.J3bًMa& K\ sP*ge,T׵W^ẻw] B)5޶2dܳ]/9{+֔Eڵ⭴?糿zꕓ_7\u۩~L/[}?)puùWx{-S.2|Y1jUBij6*3|nwyBOӥ7FGFo( k\&K2rt08ll/A2dnE$cUGQIt*+gkǘ2{;[lDEէn,R!dCEN TPD_KwZ_^X,a9==ԧ>iNץKv Is}E%0跆}GDw4ww@P6c4 0 #ǖzr@]>dSk I?JUs!Jx/j>+U[7I'F(Ӷ Fc߽*LJ86K.|2J nJIX sFa5UEd@Ez[/jjmfx8 LhvCl:R2jCKZʦrَ(p?2t:`" fV7k[4gZz.& VCTLs*CɠIJօ|%q"y,p.)2|cҫMj yx鉷\? laZd݁a`[l6lvJcvdǪ }pȵy2w u"&Fy:F35l&'N o}ClʪewۮΓ(UpS0Wg9{ E9 +ZܗًŲ G|ݬEpV'xR5^6p]#0F/3?@"Lf0X/tosc. )бk/vܽ$cZ:l f+WSLSiywboW~X$i #f :AĶ#<}{UqF~!v6ƴjf$?5Xo`73H>m. 8r8o:aaĞDS/vl[q'9)hUU=99q'KTTH:q ݝUcL2Gi»E"Mgf$G:/5H8C\ y$L]D>[ tk͍ M 9IHĘ(ha][ #ۋѸcrIxr_G*$**[I 5 `gm ;1w郐͈,[b LghpC>ݚ,yAؽv@&%Hwm8GO/Wg9΍~s~Z2}}MU=2{{<r$Fx="2YDž D-,[m#qYC,1qq1Fu؏s,(a1Á-˘-71+'BehSa15kc BGebtc ZMg,{ Y"DLKTI!`ϧ WWihwO'6|Cr F'Nj:YͣQ4 `Lz'oE?21LSI/H0@ =u \euI S2GU]qn@Zs2v!^ڞNBKeeQ:> r3{9Q$Lw"kGX'&,]Fh])JI4{ ji-C'.<b'Ag,,*nڕuzj;ckIACi$~԰K|< е y'٨$ۑ?wPxl/t<>eF-! M:3Vg4@.$lNxnŊZy{׀,o-ḻzPxYY3tСtY6y|x(:1Ytaa'3ap2S&ql'f)641Nb_уɟ$cWyK(2IyN@Jm#o-%DX3vzt:)quw~O7xX<|W2j8RRVuz_THn^^W'Vk}XI>"@i-giX^2Gد*}D3N[E_}8D#<+]ͭ 1|Wp?v7*9=V-@DEvNl؍OsdF?rqO@ I!ȓ\~|/'C~~缼{'uΠXL~>YŧVMߦnBê%qUWB!Λ8 86M$MY;?yz`U*H0Y[ViÖaU/ΛuX=qSebzST$ nc2\\;WHxvQi4G.1PV9XC,d+]N**-<ֽ6dx|wF6Dzs/:ܦda{K6; ~Ψ$P6r)x2 &KyiРKtdճRkjCg8JlV˗+-&D! VY8%2^ Ejll1"l$mDTV6By0V"my6E;K2Rn^YY)æ[#3jX4^<8KCټȫVl%ZcMLEGQ~ lA 9 ͏NJ}g.vGWgiBP?|b7i,JrețFш!>z8:zU|ĕ Щx"!+pQN|Ee L-5y?_"1(5jLc񤧹 @ +:WI%و/ˣZ YL'q%/` l˦,Cp9V>{:'D̍IR/R:-&y._ P<_Y\Hyu.+qŒ?"38ɉқK}{-k>~8x-TjG4Dq[9K)M̦5Vdb^psߜK;r wb孇C D< @bvjhTŝ+TZ^I>*-wP5vf͓Я?I o8kݛٙϟ<{,eoG29*c#i@}}HKv@2:ĤH|#~W֒w -yb)i" }t 䡮 y*} ^ax@٦0ӵYܔ|jO2ޜ}iff|zbo §<^&<'AHY9g YAHG]ܜl ّU%pVF#{i&6uqP@Ypy`u:7Vi}mx1"5Z,;îlcIzٓY'\JؘD394O2k#ʣ@Jl~G,vs_.u5.E":·GFk^-L-캛m\u#\Qƣ>[pRWy1cZ K["8_:iTP.-z6t⇷SD&Z DMxHk8Z|lJe02H3|K< [WMar؇\ױ ޹qj}mw/֩ ~ɷA!svOaT%?2/sRGj8JF~}β4?xð$IHһηޢYvƶ[lꈴξwve9MFm , ;vNK!h15q?v؇v|oHjSc> `=Ȥ\mzvIo-Lгf#JSχd00ג٫g].5;C`,ԏϨÉa r.TsHy >U&)32b@X{9EpW՛uvm^L ;!1~PPz6K1J.&39\@z &)K5XB.Cj'.6/OLsJ!:<:{=;Ko,Y'p@fΥKkl <О Y-V=}i[1rLrv#Y =KL֎]ʒ^`RY9%ܛKJ {9' 3Da4& UsgYY__G+:^ YL.&ѡL;rGGq1ف pv`XhBz7W qt*ʷ vi_M%2띳`9*Se&t(l;29%O<ʷV2CɰM:,ֶș ԰3P-@zGHhΥn/%o"xˤ:ڨy@=Jʖ;"4AWs'd22^q.3˄u=$*жc8ζ*#]o,m%Qc!ڞGNK ڃ.8;/t#rp=?פ)nh Jbq)vtt?m BgaA9}wx [~%b\C+@ thAY='Yy,ZEʸ[=V왒_x|abLNo:^cqmǞx[ .,NŢR]~lNe7=V./']3@¦~ 869삛.)+mKԁ@1gK> Џ.}V+oU",D=C)6߷zO iC/?@ Ik0>ౄo:.ar_VPn ն5_>8,TaW8= J pRβS|+piEB~3el$iJ.&޶ӀLf뒐 A{cӕ_bP{d{jxv#eaQk鉗D.> ,íQMgg=ܾU&C<RxG^ 68;Nʇx7zWǧ}:2qbG%%\$&ꏮ*KƓN/SuoHN)6(7~SK?YJR:k>M2MEتpi'k*-o}mJ齄;B|+eSSDE W@ϩY.=f؆}Q{FÚpiF?R\T>yb|nwB2y3,WOx=f qn t*]|CS]̀C:N8⏸Lx<~E@  bnrqhcx":ݬ?Rq6[SZ\.l ?⋏w[ݢCĶ<~o\S;\-ȇ;~%>%Z}HDOO*B^zϑ[tdt={l\qG̣χ1. +kmbR!z/Sdf 6P׆&:db]h/ 3Vb·TTkmVnꛣ'6lQ̽\ll8&<>ػ㓜`SWG_Dlz(7+~9Bw*wï(eI8⦬L?Ͽ .AEe/KlT k\ӯ ҭlWGkaCD"K`sf6Rih g, 6X-1ZP9HWh ( 7/C%ڕWŽviTvͰp(֊EZR(s{ "="cH} P]mjK(,` ǃ*Vu@@2TI-H%5ASo^djE u*X]kz:̴ޓ2Rkaa  2,Ux{QC3;ŤjhpQqvYJDOǕmE6co9z}R65Jv*Zvfp'7qj'"1qX,\/ȥ,pmi`W*Ƕ614q>M^]y^^?n.~, 4-vU7٦N=e[AqEQ#폖 V>l(lU R+dYShlBOQ3=B/yӊEi4.0}z*x ;P'~. DnYʲl&&s/V-sl4m~GgEl8Y3qMq0 miC]@]DA~\0wA@tz*J(j7ܲffffafffee[N(GQ0mk'$VV+`۩l{|rfgWv'5wVv}u9NF"߶3H163>49\6{K+o"s3K[Vksa3NB"}Q仳YI'IW&U&ׁ6SBX¾xg6Ю) B{ж4VW0!! ꎡw`3UmhmlܾyPd4644|ᇯ_|QSSkoPF)x\:y-/ Eq%gz'=!+#oh;ƚ+8BيQ0\,d-:{k}y;P>]Ć+jkj"9bm&Zm{݃#?5䧯=oVbC5h w*Qd;+lkLR^FY~1v`qS,Mrv؂oYa/їםFv'^0Y/.iRt:E)+鱵h+q!z͠ v/ڃF;C_j$ CVS%.it-}9u$@,6RB+$.m*h[+s#өbJv(0&dGMIc}.7ɭ vVQ޽jp{t"Ps#s“J>v ;t`o8IS[AgM,Ape.rXv+|5As%whWu/H)k2E6$pzwAy}N/3G lgA:cT--{U4uM0ӑO&&tSow\^\p+S찎*r>NgeU!8)kCZLf'V).LnĬQ Άb.Vɜ7$ctyg'1O@mFG^\jlU4^# W{8jh*(A. Tk̖бB7 P5VRӲv4`_CE F$ CYKۯw's"bs;*&':3\_cS9yǪхohájb8T~?c{nTB x7nkXg̲dH2wHa,5=6tu4CבaM-~ܡDnwVsڔδTi4HZEΔ?On`_YӷJg)((((dxx98#( t蒥d8<}*6+<]w=L2DZӪSX^ 8>(t/jz{EcX~D윔2^FB{;lvӏˋA:"V\T}ngEB''[Yxfz2N4HLFV!>>Z+f+a80bZ !l^Qr;(pzq?&q,L&mDu!^7WΆs!80%y_S#f`bR"_.d@~$ ?_(ӈȩtg^5we;@1|Vx~{M?H \RFKA,ůeƽf# #93^k[AQH(0>k1c]h8v C v> =@e x=5x~7XTa_>)aO6 &sI״ y `glhEY|,k=+/ϱ덚xU70˻K"~} RKhZ(9v{ @?[HQ( S/?d{홥U x\-<<6ˠJ-g/r3`0ռY_]62B]4vJexWB^4r?+kGX13c v݇P3]z} Wnpd_JĞȿa")mр*وqB0Gu$K?EG?.ϖ ~1VhZGbH,z īctnEܻ~>zRDA W:{H훮.N{;zwg2/_BMAA,uHI H4cj>'9&TLJE-Gaih} 'Gw'Ryb->&xjW*8sWd4!P\BZY rl_ #NcwSJJGCr8dU<'s1YmWJ62IV*!2q5j7&zb¬seP9+ұJ6M{\X^8!_,wt^#b`,Cx4 pCF.[љ!$q#[#t֪3q6dG."͛hꀖY *y *G*rkw-V0_&v=HdL2PI &q0<3X,sf_>%xRUewi~Vsur%@P_DŽk9\~o.Rm0q,+%c2E8y+37$zE)_=_һr JOJ71& 5sGfݒۭ`kA8y5Z.hj~ӣRZ.!}e(췚l1,m._^_ ;T$3?zSS9 rvkP=LFǝ{{@f"6:]gNLMj4~>u Buj+FIhƫJD @D&\}=>1=7d/YӧR&xFV[N'vP[0imv"Yc&OJVv!ׂIcvѦئm7.'ؚh,),'p鵉RY Jg)(((~)Β=okR`*/via~)}zYKãcxGs+!\M5pyFTgoxR{ xL07yԦ?L\ ƖÑw}N?,chY- DI;+1Wd_Owkz7yrfӅJ[ | ^:Ɂ"+KS 6׌R1ζ5i]h8vb [g1^^w ?"SOL<Nhv|ľ }T=1-+FgfP 4]g. .mXGK-Q(xv[})p `>mӕj܌o;lhq~2P+$LV;saӗ5w a=V!5w/a )vK3 N/h,|cbN [ ?+$j"P A!;u wsw.PM K%is{󻺛٩ٳv, 4'{ν BRc>ܧNN Y+wwL'fѮp9i%u=rҹ;HP2( Zo)2 & %+ZG{<"\uCT tWcgJ Z,+ImS.;\sNotݵzGq0 wdm\QŸY\i;ηn Vds5svMVY1sgbbGdOEO/4}oUNv{'G>:9&tpJ31Ɨ0u iSW#5orK(1`DzNBptGǧדŦq)>pnpNr"2q5n(rMMޛ ˬszC P3-'݋=7:Z08wv%pȄY0s>_^xGZ[ة_e&StAZ{v鮔11@)hЪL=^E2~pO j+ ŸrW6o ckӛ1e" Fj5KlPm[M4at뙖}5\Z Fv;/"orVm9 " _8F^c Krl aox_܁mZn+J> ]`|ʍhSFz6Nc {whQnc8i |~rrccnA0E'V̴|_Eaa-"" _ph| K) ""|'+ _xR!Z?)b _nTE-TtAW":ʋpvq|{mg3IA0. ^/0|`MFח+}6b*; ܭmRײŤ\ ALV`rۧ1}U{qf {CiիFm. 4Žf@V9ed9/ӣX'S]<`: 9XY[xocZ?׳ .[E*됲BN\0מǙ o3VҪ==dQCNR@ 5YΦӽђTZ@`%Y:r: .i1<<تa-`:A 6AYVrTD$5[18`.X?~o[  qw$ą ds{o=3~|9E^:hteJ !XQ ^fKG-ڙD(,Q2;VSi o0ʗ7*†> i/1&*a*&)BΤJrJ'o~ gu[?9CJ#|J'Xxϳe/ԲF~x3:#EwC&L 1i+rYF鷎+\Y6ظ[\ R/|4osήT~t_X74ZPDH}kϝ߼k^e7#@ԣLv'Akm.#U Gxd.ed )YI >wzzc5zXpŢ%em2փ 9RRalj/llS]\ul"ss,M|ߧ3ufjɧ ['_.;_\˛R=375>̒v{K&4ZPm ͮQ3IW9ssd/Jf---qT9v.|X?vesue%e(*_ ?p+ /~":Vo>nSךxWsvtQ -'i{Ԫ#Ba4[Jp: ZDrjb lR|e=pWG'H;#t'b]y"=jGH.fvX\<6ji&prN:!mvSDlgϻYd B:sf褔6γm,.z&OҨ4r/kSa|ToRZ {=ft)Un,2+X6=oq)΢!|"ӛwc]Ԇ,R?w#/wH+WߓsWK7n)g~asm&DXX^nE'X4!-{nHr'wQ@,^!ka٥Kotݛf- {R IJ5jX,kLK:˩pUMw -O.\J3ƾ0J֊@S(uLpdT*F~[,lŇxԃTZ]^j {m&kqĚ9Fw_ 1/:輴=77R~ڦ$̌v n`t.IӦS'/^%l[tWgߏB=SM a>mY? LadS0[Y9\>6=4uE"gfi:[jh773)4|~ Qo7oi|+K*O0_œJ!΢:$S ˡB.]鳩 iͦ [Pf@2h;7MPqtvPRrzk_I%Zl&>SۊZ*vw(N~--.S[ព!3KY)d!Hg﷤q RRo?-j)˓jlŘPKf^2,X߶#.'S۽/;Oܞ=x#tz\/ 0ۅÓWN{%OG4Ut n,S|[RLcQ6f2zۦ-S}h)tcn?#t)`іKOÑn !Խ:˧h:B:x>zܬ6LQ+6OڗǥR)ى^qgGJ!tجcTx^gV.x<_i WfSo<:yۡTXI5Bva={ủyZX\_|k8g~|)pJT?oI_%]d幁!G$ewzruk~j.^K_4,F⍓m}-@: b]83B誕["-Ri8Shdbl"k,y4r}zqix4Z?;LYIbCxXpdY_]ζ;LLst% ;*&gҕKvN._FHgtsah"Mk TvD>Mݔ z :fٛ|9^]n]ݻˣCꔫr9'MKEzlP1g Llㄙm %5y{p'`&gg;n[D^'Ahxr9]({z(^3 "KQS:F/\9bRjy)$N/\|3g Icl!6n-WD"5E+.c"RNP;Y70q_gcG:qܪ歞@v Hg8kC( i&sXl6Wݻid",&Cgͼf3Yb2)cn.Vk%H$e2FoaEgYù\cKVD3lNݞEnҫW*Hi]Yt 0b.#-Èy=UH(e]^^߻{{1_ݵ[*|܉{xx ,%~?n|BM^ß33~@9+9 r9 r,Y,YY g@ g@9 9 r9 r,Y,Y4"g@@9 r9 r,<c֛KjʺIENDB`minima-2.5.1/script/000077500000000000000000000000001352553547600143145ustar00rootroot00000000000000minima-2.5.1/script/bootstrap000077500000000000000000000000661352553547600162610ustar00rootroot00000000000000#!/bin/sh set -e gem install bundler bundle install minima-2.5.1/script/build000077500000000000000000000001201352553547600153320ustar00rootroot00000000000000#!/bin/sh set -e echo "Building the example site..." bundle exec jekyll build minima-2.5.1/script/cibuild000077500000000000000000000003261352553547600156560ustar00rootroot00000000000000#!/bin/sh set -e script/build if test -e "./_site/index.html";then echo "It builds!" rm -Rf _site else echo "Huh. That's odd. The example site doesn't seem to build." exit 1 fi gem build minima.gemspec minima-2.5.1/script/server000077500000000000000000000000441352553547600155460ustar00rootroot00000000000000#!/bin/sh bundle exec jekyll serve