This commit is contained in:
tatianamac
2019-11-26 14:50:43 -08:00
parent 8a55660ed0
commit 6d5445ecc5
13894 changed files with 2233957 additions and 0 deletions

3
node_modules/@11ty/eleventy/docs/collections.md generated vendored Normal file
View File

@ -0,0 +1,3 @@
# Collections (and Tags)
Moved to [https://www.11ty.io/docs/collections/](https://www.11ty.io/docs/collections/).

3
node_modules/@11ty/eleventy/docs/copy.md generated vendored Normal file
View File

@ -0,0 +1,3 @@
# Pass-through File Copy
Moved to [https://www.11ty.io/docs/copy/](https://www.11ty.io/docs/copy/).

60
node_modules/@11ty/eleventy/docs/coverage.md generated vendored Normal file
View File

@ -0,0 +1,60 @@
# Code Coverage for Eleventy v0.9.0
| Filename | % Lines | % Statements | % Functions | % Branches |
| ---------------------------------------------------------- | ------- | ------------ | ----------- | ---------- |
| `total` | 88.67% | 88.73% | 87.5% | 81.26% |
| `config.js` | 100% | 100% | 100% | 100% |
| `src/Benchmark.js` | 91.67% | 91.67% | 83.33% | 66.67% |
| `src/BenchmarkGroup.js` | 67.65% | 67.65% | 71.43% | 30% |
| `src/BenchmarkManager.js` | 76.47% | 76.47% | 71.43% | 75% |
| `src/Config.js` | 100% | 100% | 100% | 100% |
| `src/Eleventy.js` | 54.8% | 54.8% | 57.58% | 46.15% |
| `src/EleventyBaseError.js` | 100% | 100% | 100% | 100% |
| `src/EleventyCommandCheck.js` | 100% | 100% | 100% | 87.5% |
| `src/EleventyConfig.js` | 100% | 100% | 100% | 100% |
| `src/EleventyErrorHandler.js` | 91.67% | 91.67% | 100% | 67.57% |
| `src/EleventyErrorUtil.js` | 100% | 100% | 100% | 100% |
| `src/EleventyExtensionMap.js` | 96.67% | 96.67% | 92% | 100% |
| `src/EleventyFiles.js` | 94.44% | 94.44% | 89.19% | 91.3% |
| `src/EleventyServe.js` | 36.07% | 36.07% | 56.25% | 24.39% |
| `src/EleventyWatchTargets.js` | 93.48% | 93.48% | 90% | 93.33% |
| `src/Template.js` | 94.68% | 94.72% | 97.87% | 86.14% |
| `src/TemplateCache.js` | 100% | 100% | 100% | 100% |
| `src/TemplateCollection.js` | 93.1% | 93.55% | 92.31% | 80% |
| `src/TemplateConfig.js` | 91.23% | 91.23% | 66.67% | 91.67% |
| `src/TemplateContent.js` | 93.83% | 93.83% | 94.12% | 91.18% |
| `src/TemplateData.js` | 94.41% | 94.48% | 100% | 82% |
| `src/TemplateFileSlug.js` | 100% | 100% | 100% | 100% |
| `src/TemplateGlob.js` | 93.33% | 93.33% | 100% | 87.5% |
| `src/TemplateLayout.js` | 100% | 100% | 100% | 100% |
| `src/TemplateLayoutPathResolver.js` | 95.74% | 95.74% | 100% | 88.89% |
| `src/TemplateMap.js` | 97.9% | 97.9% | 96.88% | 90.4% |
| `src/TemplatePassthrough.js` | 94.74% | 94.74% | 88.89% | 85.71% |
| `src/TemplatePassthroughManager.js` | 91.38% | 91.38% | 100% | 71.43% |
| `src/TemplatePath.js` | 100% | 100% | 95.65% | 100% |
| `src/TemplatePermalink.js` | 100% | 100% | 100% | 100% |
| `src/TemplatePermalinkNoWrite.js` | 100% | 100% | 100% | 100% |
| `src/TemplateRender.js` | 98.7% | 98.7% | 100% | 95.24% |
| `src/TemplateWriter.js` | 81.25% | 81.25% | 71.43% | 30% |
| `src/UserConfig.js` | 64.46% | 64.67% | 51.11% | 54.55% |
| `src/Engines/Ejs.js` | 95% | 95% | 85.71% | 88.89% |
| `src/Engines/Haml.js` | 100% | 100% | 100% | 100% |
| `src/Engines/Handlebars.js` | 100% | 100% | 100% | 83.33% |
| `src/Engines/Html.js` | 100% | 100% | 100% | 100% |
| `src/Engines/JavaScript.js` | 96% | 96.08% | 100% | 88.1% |
| `src/Engines/JavaScriptTemplateLiteral.js` | 94.44% | 94.44% | 100% | 100% |
| `src/Engines/Liquid.js` | 95.89% | 95.89% | 96.15% | 86.67% |
| `src/Engines/Markdown.js` | 90.91% | 90.91% | 88.89% | 81.25% |
| `src/Engines/Mustache.js` | 100% | 100% | 100% | 100% |
| `src/Engines/Nunjucks.js` | 88.52% | 88.52% | 94.74% | 84.62% |
| `src/Engines/Pug.js` | 100% | 100% | 100% | 88.89% |
| `src/Engines/TemplateEngine.js` | 100% | 100% | 100% | 100% |
| `src/Errors/TemplateContentPrematureUseError.js` | 100% | 100% | 100% | 100% |
| `src/Errors/UsingCircularTemplateContentReferenceError.js` | 100% | 100% | 100% | 100% |
| `src/Filters/Slug.js` | 100% | 100% | 100% | 100% |
| `src/Filters/Url.js` | 100% | 100% | 100% | 100% |
| `src/Plugins/Pagination.js` | 92.52% | 92.66% | 93.75% | 81.82% |
| `src/Util/Capitalize.js` | 100% | 100% | 100% | 100% |
| `src/Util/Merge.js` | 92.86% | 92.86% | 100% | 86.36% |
| `src/Util/Pluralize.js` | 100% | 100% | 100% | 100% |
| `src/Util/Sortable.js` | 84.78% | 85.11% | 73.91% | 94.44% |

3
node_modules/@11ty/eleventy/docs/data.md generated vendored Normal file
View File

@ -0,0 +1,3 @@
# Using Data
Moved to [https://www.11ty.io/docs/data/](https://www.11ty.io/docs/data/).

3
node_modules/@11ty/eleventy/docs/engines.md generated vendored Normal file
View File

@ -0,0 +1,3 @@
# Changing a Templates Rendering Engine
Moved to [https://www.11ty.io/docs/languages/](https://www.11ty.io/docs/languages/).

3
node_modules/@11ty/eleventy/docs/engines/ejs.md generated vendored Normal file
View File

@ -0,0 +1,3 @@
# EJS
Moved to [https://www.11ty.io/docs/languages/ejs/](https://www.11ty.io/docs/languages/ejs/).

3
node_modules/@11ty/eleventy/docs/engines/haml.md generated vendored Normal file
View File

@ -0,0 +1,3 @@
# HAML
Moved to [https://www.11ty.io/docs/languages/haml/](https://www.11ty.io/docs/languages/haml/).

View File

@ -0,0 +1,3 @@
# Handlebars
Moved to [https://www.11ty.io/docs/languages/handlebars/](https://www.11ty.io/docs/languages/handlebars/).

3
node_modules/@11ty/eleventy/docs/engines/html.md generated vendored Normal file
View File

@ -0,0 +1,3 @@
# HTML
Moved to [https://www.11ty.io/docs/languages/html/](https://www.11ty.io/docs/languages/html/).

3
node_modules/@11ty/eleventy/docs/engines/jstl.md generated vendored Normal file
View File

@ -0,0 +1,3 @@
# JavaScript Template Literals
Moved to [https://www.11ty.io/docs/languages/jstl/](https://www.11ty.io/docs/languages/jstl/).

3
node_modules/@11ty/eleventy/docs/engines/liquid.md generated vendored Normal file
View File

@ -0,0 +1,3 @@
# Liquid
Moved to [https://www.11ty.io/docs/languages/liquid/](https://www.11ty.io/docs/languages/liquid/).

3
node_modules/@11ty/eleventy/docs/engines/markdown.md generated vendored Normal file
View File

@ -0,0 +1,3 @@
# Markdown
Moved to [https://www.11ty.io/docs/languages/markdown/](https://www.11ty.io/docs/languages/markdown/).

3
node_modules/@11ty/eleventy/docs/engines/mustache.md generated vendored Normal file
View File

@ -0,0 +1,3 @@
# Mustache
Moved to [https://www.11ty.io/docs/languages/mustache/](https://www.11ty.io/docs/languages/mustache/).

3
node_modules/@11ty/eleventy/docs/engines/nunjucks.md generated vendored Normal file
View File

@ -0,0 +1,3 @@
# Nunjucks
Moved to [https://www.11ty.io/docs/languages/nunjucks/](https://www.11ty.io/docs/languages/nunjucks/).

3
node_modules/@11ty/eleventy/docs/engines/pug.md generated vendored Normal file
View File

@ -0,0 +1,3 @@
# Pug (formerly Jade)
Moved to [https://www.11ty.io/docs/languages/pug/](https://www.11ty.io/docs/languages/pug/).

3
node_modules/@11ty/eleventy/docs/filters.md generated vendored Normal file
View File

@ -0,0 +1,3 @@
# Filters, Tags, etc.
Moved to [https://www.11ty.io/docs/filters/](https://www.11ty.io/docs/filters/).

3
node_modules/@11ty/eleventy/docs/install-local.md generated vendored Normal file
View File

@ -0,0 +1,3 @@
# Install locally
Moved to [https://www.11ty.io/docs/local-installation/](https://www.11ty.io/docs/local-installation/).

3
node_modules/@11ty/eleventy/docs/layouts.md generated vendored Normal file
View File

@ -0,0 +1,3 @@
# Layouts
Moved to [https://www.11ty.io/docs/layouts/](https://www.11ty.io/docs/layouts/).

BIN
node_modules/@11ty/eleventy/docs/logo-github.png generated vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

39
node_modules/@11ty/eleventy/docs/meta-release.md generated vendored Normal file
View File

@ -0,0 +1,39 @@
# Beta Release Procedure
1. update minor dependencies in package.json?
1. npmclean
1. npm audit
1. Update version in `package.json`, include `-beta.1` suffix
1. Run `npm run coverage`
1. Check it all in and commit
1. Tag new version
1. `npm publish --access=public --tag=beta`
# Release Procedure
1. update minor dependencies in package.json? `npm outdated` `npm update --save`
1. npmclean first
1. npm audit
1. Update version in `package.json`
1. Run `npm run coverage`
1. Check it all in and commit
1. Tag new version
1. `npm publish --access=public`
## If branch docs do not exist
1. Check in a new `11ty.io` site with updated `package.json` version.
2. Add version to 11ty.io `versions.json`
3. Create a new branch for branched version
4. Go to https://app.netlify.com/sites/11ty/settings/domain and set up a subdomain for it.
### Always:
1. Check out the previous version git branch and add `outdated: true` to `_data/config.json` and commit/push.
2. Update `eleventy-base-blog`?
## If Branch docs already exist, 11ty.io (unlikely, I dont do this any more)
1. Check to make sure `"prerelease": false` in `_data/config.json`
2. Check to make sure `"prerelease": true` does not exist in current version in `_data/versions.json`
3. Merge branch to master.

3
node_modules/@11ty/eleventy/docs/pagination.md generated vendored Normal file
View File

@ -0,0 +1,3 @@
# Pagination
Moved to [https://www.11ty.io/docs/pagination/](https://www.11ty.io/docs/pagination/).

3
node_modules/@11ty/eleventy/docs/permalinks.md generated vendored Normal file
View File

@ -0,0 +1,3 @@
# Permalinks
Moved to [https://www.11ty.io/docs/permalinks/](https://www.11ty.io/docs/permalinks/).

3
node_modules/@11ty/eleventy/docs/pitfalls.md generated vendored Normal file
View File

@ -0,0 +1,3 @@
# Common Eleventy Pitfalls
Moved to [https://www.11ty.io/docs/pitfalls/](https://www.11ty.io/docs/pitfalls/).

3
node_modules/@11ty/eleventy/docs/plugins.md generated vendored Normal file
View File

@ -0,0 +1,3 @@
# Plugins
Moved to [https://www.11ty.io/docs/plugins/](https://www.11ty.io/docs/plugins/).