pax_global_header 0000666 0000000 0000000 00000000064 13737112500 0014511 g ustar 00root root 0000000 0000000 52 comment=d94424dc308eba81766b53f3e9178a14d754e7bc
jekyll-default-layout-0.1.5/ 0000775 0000000 0000000 00000000000 13737112500 0015743 5 ustar 00root root 0000000 0000000 jekyll-default-layout-0.1.5/.github/ 0000775 0000000 0000000 00000000000 13737112500 0017303 5 ustar 00root root 0000000 0000000 jekyll-default-layout-0.1.5/.github/CODEOWNERS 0000664 0000000 0000000 00000000246 13737112500 0020700 0 ustar 00root root 0000000 0000000 # Require @benbalter's :+1: for changes to the .github repo-config files
# mainly due to https://github.com/probot/settings privilege escalation
.github/* @benbalter
jekyll-default-layout-0.1.5/.github/ISSUE_TEMPLATE/ 0000775 0000000 0000000 00000000000 13737112500 0021466 5 ustar 00root root 0000000 0000000 jekyll-default-layout-0.1.5/.github/ISSUE_TEMPLATE/bug_report.md 0000664 0000000 0000000 00000001007 13737112500 0024156 0 ustar 00root root 0000000 0000000 ---
name: Bug report
about: Create a report to help us improve
---
### Describe the bug
A clear and concise description of what the bug is.
### Steps to reproduce the behavior
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
### Expected behavior
A clear and concise description of what you expected to happen.
### Screenshots
If applicable, add screenshots to help explain your problem.
### Additional context
Add any other context about the problem here.
jekyll-default-layout-0.1.5/.github/ISSUE_TEMPLATE/feature_request.md 0000664 0000000 0000000 00000001154 13737112500 0025214 0 ustar 00root root 0000000 0000000 ---
name: Feature request
about: Suggest an idea for this project
---
### Is your feature request related to a problem? Please describe the problem you're trying to solve.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
### Describe the solution you'd like
A clear and concise description of what you want to happen.
### Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
### Additional context
Add any other context or screenshots about the feature request here.
jekyll-default-layout-0.1.5/.github/config.yml 0000664 0000000 0000000 00000003506 13737112500 0021277 0 ustar 00root root 0000000 0000000 # Behaviorbot config. See https://github.com/behaviorbot/ for more information.
# Note: Please Don't edit this file directly.
# Edit https://github.com/benbalter/shared-community-files instead.
# Configuration for update-docs - https://github.com/behaviorbot/update-docs
updateDocsComment: "Thanks for the pull request! If you are making any changes to the user-facing functionality, please be sure to update the documentation in the `README` or `docs/` folder alongside your change. :heart:"
# Configuration for request-info - https://github.com/behaviorbot/request-info
requestInfoReplyComment: Thanks for this. Do you mind providing a bit more information about what problem you're trying to solve?
requestInfoLabelToAdd: more-information-needed
# Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome
#newIssueWelcomeComment: >
# Welcome!
# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome
newPRWelcomeComment: Welcome! Congrats on your first pull request to Jekyll Default Layout. If you haven't already, please be sure to check out [the contributing guidelines](https://github.com/benbalter/jekyll-default-layout/blob/master/docs/CONTRIBUTING.md).
# Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge
firstPRMergeComment: "Congrats on getting your first pull request to Jekyll Default Layout merged! Without amazing humans like you submitting pull requests, we couldn’t run this project. You rock! :tada:
If you're interested in tackling another bug or feature, take a look at [the open issues](https://github.com/benbalter/jekyll-default-layout/issues), especially those [labeled `help wanted`](https://github.com/benbalter/jekyll-default-layout/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22)."
# Bug workaround
contact_links: []
jekyll-default-layout-0.1.5/.github/funding.yml 0000664 0000000 0000000 00000000023 13737112500 0021453 0 ustar 00root root 0000000 0000000 patreon: benbalter
jekyll-default-layout-0.1.5/.github/no-response.yml 0000664 0000000 0000000 00000001463 13737112500 0022302 0 ustar 00root root 0000000 0000000 # Configuration for probot-no-response - https://github.com/probot/no-response
# Note: Please Don't edit this file directly.
# Edit https://github.com/benbalter/shared-community-files instead.
# Number of days of inactivity before an Issue is closed for lack of response
daysUntilClose: 14
# Label requiring a response
responseRequiredLabel: more-information-needed
# Comment to post when closing an Issue for lack of response. Set to `false` to disable
closeComment: >
This issue has been automatically closed because there has been no response
to our request for more information from the original author. With only the
information that is currently in the issue, we don't have enough information
to take action. Please reach out if you have or find the answers we need so
that we can investigate further.
jekyll-default-layout-0.1.5/.github/release-drafter.yml 0000664 0000000 0000000 00000000054 13737112500 0023072 0 ustar 00root root 0000000 0000000 template: |
## What's Changed
$CHANGES
jekyll-default-layout-0.1.5/.github/settings.yml 0000664 0000000 0000000 00000001510 13737112500 0021663 0 ustar 00root root 0000000 0000000 # Repository settings set via https://github.com/probot/settings
# Note: Please Don't edit this file directly.
# Edit https://github.com/benbalter/shared-community-files instead.
repository:
has_issues: true
has_wiki: false
has_projects: false
has_downloads: false
labels:
- name: help wanted
oldname: help-wanted
color: 0e8a16
- name: more-information-needed
color: d93f0b
- name: bug
color: b60205
- name: feature
color: 1d76db
- name: good first issue
color: "5319e7"
# Not currently implemented by probot/settings, but manually implemented in script/deploy
branch_protection:
restrictions: null
enforce_admins: false
required_status_checks:
strict: true
contexts:
- "continuous-integration/travis-ci"
required_pull_request_reviews:
require_code_owner_reviews: true
jekyll-default-layout-0.1.5/.github/stale.yml 0000664 0000000 0000000 00000001712 13737112500 0021137 0 ustar 00root root 0000000 0000000 # Configuration for probot-stale - https://github.com/probot/stale
# Note: Please Don't edit this file directly.
# Edit https://github.com/benbalter/shared-community-files instead.
# Number of days of inactivity before an Issue or Pull Request becomes stale
daysUntilStale: 60
# Number of days of inactivity before a stale Issue or Pull Request is closed
daysUntilClose: 7
# Issues or Pull Requests with these labels will never be considered stale
exemptLabels:
- pinned
- security
# Label to use when marking as stale
staleLabel: wontfix
# Comment to post when marking as stale. Set to `false` to disable
markComment: >
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
# Comment to post when closing a stale Issue or Pull Request. Set to `false` to disable
closeComment: false
# Limit to only `issues` or `pulls`
# only: issues
jekyll-default-layout-0.1.5/.gitignore 0000664 0000000 0000000 00000000076 13737112500 0017736 0 ustar 00root root 0000000 0000000 spec/examples.txt
spec/fixtures/site/_site
*.gem
Gemfile.lock
jekyll-default-layout-0.1.5/.rspec 0000664 0000000 0000000 00000000036 13737112500 0017057 0 ustar 00root root 0000000 0000000 --color
--require spec_helper
jekyll-default-layout-0.1.5/.rubocop.yml 0000664 0000000 0000000 00000000332 13737112500 0020213 0 ustar 00root root 0000000 0000000 inherit_from: .rubocop_todo.yml
require:
- rubocop-jekyll
- rubocop-performance
inherit_gem:
rubocop-jekyll: .rubocop.yml
AllCops:
Exclude:
- vendor/**/*
Metrics/BlockLength:
Exclude:
- spec/**/*
jekyll-default-layout-0.1.5/.rubocop_todo.yml 0000664 0000000 0000000 00000000701 13737112500 0021240 0 ustar 00root root 0000000 0000000 # This configuration was generated by
# `rubocop --auto-gen-config`
# on 2020-05-26 12:34:42 -0400 using RuboCop version 0.80.1.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.
# Offense count: 1
Metrics/CyclomaticComplexity:
Max: 8
jekyll-default-layout-0.1.5/.travis.yml 0000664 0000000 0000000 00000000260 13737112500 0020052 0 ustar 00root root 0000000 0000000 rvm:
- 2.7
before_install: gem install bundler
language: ruby
script: script/cibuild
sudo: false
cache: bundler
env:
- JEKYLL_VERSION="~> 3.0"
- JEKYLL_VERSION="~> 4.0"
jekyll-default-layout-0.1.5/Gemfile 0000664 0000000 0000000 00000000204 13737112500 0017232 0 ustar 00root root 0000000 0000000 # frozen_string_literal: true
source "https://rubygems.org"
gemspec
gem "jekyll", ENV["JEKYLL_VERSION"] if ENV["JEKYLL_VERSION"]
jekyll-default-layout-0.1.5/LICENSE 0000664 0000000 0000000 00000002132 13737112500 0016746 0 ustar 00root root 0000000 0000000 MIT License
Copyright (c) 2016-present Ben Balter and jekyll-default-layout 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.
jekyll-default-layout-0.1.5/README.md 0000664 0000000 0000000 00000002076 13737112500 0017227 0 ustar 00root root 0000000 0000000 # Jekyll Default Layout
*Silently sets default layouts for Jekyll pages and posts*
[](https://travis-ci.org/benbalter/jekyll-default-layout)
## Usage
1. Add the following to your site's Gemfile:
```ruby
gem 'jekyll-default-layout'
```
2. And the following to your site's `_config.yml`:
```yml
plugins:
- jekyll-default-layout
```
Note: If you are using a Jekyll version less than 3.5.0, use the `gems` key instead of `plugins`.
## What it does
If no layout is specified for a Markdown post or page, the plugin automatically sets the "home", "post", "page", or "default" layout if it exists.
What layout is used:
* `/index.md` - the home layout, the page layout, or the default layout, if they exist, in that order
* A page - the page layout or the default layout, if they exist, in that order
* A post - the post layout or the default layout, if they exist, in that order
## Disabling
For a specific post or page, add `layout: null` to the front matter.
jekyll-default-layout-0.1.5/docs/ 0000775 0000000 0000000 00000000000 13737112500 0016673 5 ustar 00root root 0000000 0000000 jekyll-default-layout-0.1.5/docs/CODE_OF_CONDUCT.md 0000664 0000000 0000000 00000006213 13737112500 0021474 0 ustar 00root root 0000000 0000000 # 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 ben@balter.com. The project team will review and investigate all complaints, and will respond in a way that it deems 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/
jekyll-default-layout-0.1.5/docs/CONTRIBUTING.md 0000664 0000000 0000000 00000013330 13737112500 0021124 0 ustar 00root root 0000000 0000000 # Contributing to Jekyll Default Layout
Hi there! We're thrilled that you'd like to contribute to Jekyll Default Layout. Your help is essential for keeping it great.
Jekyll Default Layout is an open source project supported by the efforts of an entire community and built one contribution at a time by users like you. We'd love for you to get involved. Whatever your level of skill or however much time you can give, your contribution is greatly appreciated. There are many ways to contribute, from writing tutorials or blog posts, improving the documentation, submitting bug reports and feature requests, helping other users by commenting on issues, or writing code which can be incorporated into Jekyll Default Layout itself.
Following these guidelines helps to communicate that you respect the time of the developers managing and developing this open source project. In return, they should reciprocate that respect in addressing your issue, assessing changes, and helping you finalize your pull requests.
## How to report a bug
Think you found a bug? Please check [the list of open issues](https://github.com/benbalter/jekyll-default-layout/issues) to see if your bug has already been reported. If it hasn't please [submit a new issue](https://github.com/benbalter/jekyll-default-layout/issues/new).
Here are a few tips for writing *great* bug reports:
* Describe the specific problem (e.g., "widget doesn't turn clockwise" versus "getting an error")
* Include the steps to reproduce the bug, what you expected to happen, and what happened instead
* Check that you are using the latest version of the project and its dependencies
* Include what version of the project your using, as well as any relevant dependencies
* Only include one bug per issue. If you have discovered two bugs, please file two issues
* Include screenshots or screencasts whenever possible
* Even if you don't know how to fix the bug, including a failing test may help others track it down
**If you find a security vulnerability, do not open an issue. Please email ben@balter.com instead.**
## How to suggest a feature or enhancement
If you find yourself wishing for a feature that doesn't exist in Jekyll Default Layout, you are probably not alone. There are bound to be others out there with similar needs. Many of the features that Jekyll Default Layout has today have been added because our users saw the need.
Feature requests are welcome. But take a moment to find out whether your idea fits with the scope and goals of the project. It's up to you to make a strong case to convince the project's developers of the merits of this feature. Please provide as much detail and context as possible, including describing the problem you're trying to solve.
[Open an issue](https://github.com/benbalter/jekyll-default-layout/issues/new) which describes the feature you would like to see, why you want it, how it should work, etc.
## Your first contribution
We'd love for you to contribute to the project. Unsure where to begin contributing to Jekyll Default Layout? You can start by looking through these "good first issue" and "help wanted" issues:
* [Good first issues](https://github.com/benbalter/jekyll-default-layout/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) - issues which should only require a few lines of code and a test or two
* [Help wanted issues](https://github.com/benbalter/jekyll-default-layout/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) - issues which may be a bit more involved, but are specifically seeking community contributions
*p.s. Feel free to ask for help; everyone is a beginner at first* :smiley_cat:
## How to propose changes
Here's a few general guidelines for proposing changes:
* If you are changing any user-facing functionality, please be sure to update the documentation
* If you are adding a new behavior or changing an existing behavior, please be sure to update the corresponding test(s)
* Each pull request should implement **one** feature or bug fix. If you want to add or fix more than one thing, submit more than one pull request
* Do not commit changes to files that are irrelevant to your feature or bug fix
* Don't bump the version number in your pull request (it will be bumped prior to release)
* Write [a good commit message](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html)
At a high level, [the process for proposing changes](https://guides.github.com/introduction/flow/) is:
1. [Fork](https://github.com/benbalter/jekyll-default-layout/fork) and clone the project
2. Configure and install the dependencies: `script/bootstrap`
3. Make sure the tests pass on your machine: `script/cibuild`
4. Create a descriptively named branch: `git checkout -b my-branch-name`
5. Make your change, add tests and documentation, and make sure the tests still pass
6. Push to your fork and [submit a pull request](https://github.com/benbalter/jekyll-default-layout/compare) describing your change
7. Pat your self on the back and wait for your pull request to be reviewed and merged
**Interesting in submitting your first Pull Request?** It's easy! You can learn how from this *free* series [How to Contribute to an Open Source Project on GitHub](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github)
## Bootstrapping your local development environment
`script/bootstrap`
## Running tests
`script/cibuild`
## Code of conduct
This project is governed by [the Contributor Covenant Code of Conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code.
## Additional Resources
* [Contributing to Open Source on GitHub](https://guides.github.com/activities/contributing-to-open-source/)
* [Using Pull Requests](https://help.github.com/articles/using-pull-requests/)
* [GitHub Help](https://help.github.com)
jekyll-default-layout-0.1.5/docs/SECURITY.md 0000664 0000000 0000000 00000000155 13737112500 0020465 0 ustar 00root root 0000000 0000000 # Security Policy
To report a security vulnerability, please email [ben@balter.com](mailto:ben@balter.com).
jekyll-default-layout-0.1.5/jekyll-default-layout.gemspec 0000664 0000000 0000000 00000001620 13737112500 0023536 0 ustar 00root root 0000000 0000000 # frozen_string_literal: true
$LOAD_PATH.unshift File.expand_path("lib", __dir__)
require "jekyll-default-layout/version"
Gem::Specification.new do |s|
s.name = "jekyll-default-layout"
s.version = JekyllDefaultLayout::VERSION
s.authors = ["Ben Balter"]
s.email = ["ben.balter@github.com"]
s.homepage = "https://github.com/benbalter/jekyll-default-layout"
s.summary = "Silently sets default layouts for Jekyll pages and posts"
s.files = `git ls-files app lib`.split("\n")
s.platform = Gem::Platform::RUBY
s.require_paths = ["lib"]
s.license = "MIT"
s.add_runtime_dependency "jekyll", ">= 3.0", "< 5.0"
s.add_development_dependency "rspec", "~> 3.5"
s.add_development_dependency "rubocop", "~> 0.8"
s.add_development_dependency "rubocop-jekyll", "~> 0.11"
s.add_development_dependency "rubocop-performance", "~> 1.6"
end
jekyll-default-layout-0.1.5/lib/ 0000775 0000000 0000000 00000000000 13737112500 0016511 5 ustar 00root root 0000000 0000000 jekyll-default-layout-0.1.5/lib/jekyll-default-layout.rb 0000664 0000000 0000000 00000000172 13737112500 0023265 0 ustar 00root root 0000000 0000000 # frozen_string_literal: true
require "jekyll"
require "jekyll-default-layout/generator"
module JekyllDefaultLayout
end
jekyll-default-layout-0.1.5/lib/jekyll-default-layout/ 0000775 0000000 0000000 00000000000 13737112500 0022740 5 ustar 00root root 0000000 0000000 jekyll-default-layout-0.1.5/lib/jekyll-default-layout/generator.rb 0000664 0000000 0000000 00000003623 13737112500 0025257 0 ustar 00root root 0000000 0000000 # frozen_string_literal: true
module JekyllDefaultLayout
# Injects front matter defaults to set default layouts, if they exist
class Generator < Jekyll::Generator
attr_accessor :site
safe true
priority :lowest
def initialize(site)
@site = site
end
def generate(site)
@site = site
documents.each do |document|
next unless should_set_layout?(document)
document.data["layout"] = layout_for(document)
end
end
def should_set_layout?(document)
markdown?(document) && !layout_specified?(document)
end
# Does the given layout exist for the site?
def layout_exists?(layout)
!site.layouts[layout].nil?
end
# Has the user already specified a default for this layout?
# Note: We must use `to_liquid`, and not data, to ensure front matter defaults
def layout_specified?(document)
document.to_liquid.key? "layout"
end
def markdown?(document)
markdown_converter.matches(document.extname)
end
# What layout is appropriate for this document, if any
# rubocop:disable Metrics/PerceivedComplexity
def layout_for(document)
if index?(document) && layout_exists?("home")
"home"
elsif page?(document) && layout_exists?("page")
"page"
elsif post?(document) && layout_exists?("post")
"post"
elsif layout_exists?("default")
"default"
end
end
# rubocop:enable Metrics/PerceivedComplexity
def documents
[site.pages, site.posts.docs].flatten
end
def markdown_converter
@markdown_converter ||= site.find_converter_instance(Jekyll::Converters::Markdown)
end
def post?(document)
document.is_a?(Jekyll::Document) && document.collection.label == "posts"
end
def page?(document)
document.is_a?(Jekyll::Page)
end
def index?(document)
document.url == "/"
end
end
end
jekyll-default-layout-0.1.5/lib/jekyll-default-layout/version.rb 0000664 0000000 0000000 00000000122 13737112500 0024745 0 ustar 00root root 0000000 0000000 # frozen_string_literal: true
module JekyllDefaultLayout
VERSION = "0.1.5"
end
jekyll-default-layout-0.1.5/script/ 0000775 0000000 0000000 00000000000 13737112500 0017247 5 ustar 00root root 0000000 0000000 jekyll-default-layout-0.1.5/script/bootstrap 0000775 0000000 0000000 00000000042 13737112500 0021206 0 ustar 00root root 0000000 0000000 #!/bin/sh
set -e
bundle install
jekyll-default-layout-0.1.5/script/cibuild 0000775 0000000 0000000 00000000163 13737112500 0020610 0 ustar 00root root 0000000 0000000 #!/bin/sh
set -e
bundle exec rspec
bundle exec rubocop -S -D
bundle exec gem build jekyll-default-layout.gemspec
jekyll-default-layout-0.1.5/spec/ 0000775 0000000 0000000 00000000000 13737112500 0016675 5 ustar 00root root 0000000 0000000 jekyll-default-layout-0.1.5/spec/fixtures/ 0000775 0000000 0000000 00000000000 13737112500 0020546 5 ustar 00root root 0000000 0000000 jekyll-default-layout-0.1.5/spec/fixtures/site/ 0000775 0000000 0000000 00000000000 13737112500 0021512 5 ustar 00root root 0000000 0000000 jekyll-default-layout-0.1.5/spec/fixtures/site/_layouts/ 0000775 0000000 0000000 00000000000 13737112500 0023351 5 ustar 00root root 0000000 0000000 jekyll-default-layout-0.1.5/spec/fixtures/site/_layouts/default.html 0000664 0000000 0000000 00000000036 13737112500 0025662 0 ustar 00root root 0000000 0000000 DEFAULT LAYOUT
{{ content }}
jekyll-default-layout-0.1.5/spec/fixtures/site/_layouts/home.html 0000664 0000000 0000000 00000000033 13737112500 0025163 0 ustar 00root root 0000000 0000000 HOME LAYOUT
{{ content }}
jekyll-default-layout-0.1.5/spec/fixtures/site/_layouts/page.html 0000664 0000000 0000000 00000000033 13737112500 0025147 0 ustar 00root root 0000000 0000000 PAGE LAYOUT
{{ content }}
jekyll-default-layout-0.1.5/spec/fixtures/site/_layouts/post.html 0000664 0000000 0000000 00000000033 13737112500 0025220 0 ustar 00root root 0000000 0000000 POST LAYOUT
{{ content }}
jekyll-default-layout-0.1.5/spec/fixtures/site/_posts/ 0000775 0000000 0000000 00000000000 13737112500 0023021 5 ustar 00root root 0000000 0000000 jekyll-default-layout-0.1.5/spec/fixtures/site/_posts/2016-01-01-post.md 0000664 0000000 0000000 00000000020 13737112500 0025342 0 ustar 00root root 0000000 0000000 ---
---
# Post
jekyll-default-layout-0.1.5/spec/fixtures/site/file.html 0000664 0000000 0000000 00000000034 13737112500 0023314 0 ustar 00root root 0000000 0000000 ---
---