text
string
metadata
dict
Repo: 11ty/eleventy Commit: 00ad9192605d5d501de6aae193701c5a2297ef2c Author: Zach Leatherman Date: 2017-11-26T23:27:28-06:00 Files: 22 (+0/-0) Message: Initial commit, it’s doing what it’s supposed to do.
{ "id": "10ae2d755692", "repo": "11ty/eleventy", "hash": "00ad9192605d5d501de6aae193701c5a2297ef2c", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-11-26T23:27:28-06:00", "subject": "Initial commit, it’s doing what it’s supposed to do.", "files_changed": 22, "insertion...
Repo: 11ty/eleventy Commit: 3ad744e450993526c94567146f59d4a91a06c775 Author: Zach Leatherman Date: 2017-11-27T21:46:36-06:00 Files: 12 (+0/-0) Message: subfolder template support, adds --help, --dir, --version cmd line options
{ "id": "9b3c10b91772", "repo": "11ty/eleventy", "hash": "3ad744e450993526c94567146f59d4a91a06c775", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-11-27T21:46:36-06:00", "subject": "subfolder template support, adds --help, --dir, --version cmd line options", "files_chan...
Repo: 11ty/eleventy Commit: 3bce7b5b3c45f78cf82f6a772b45d6729a988290 Author: Zach Leatherman Date: 2017-11-27T21:55:05-06:00 Files: 4 (+0/-0) Message: Ignoring _ prefixed files.
{ "id": "e038e2bb5900", "repo": "11ty/eleventy", "hash": "3bce7b5b3c45f78cf82f6a772b45d6729a988290", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-11-27T21:55:05-06:00", "subject": "Ignoring _ prefixed files.", "files_changed": 4, "insertions": 0, "deletions": 0, ...
Repo: 11ty/eleventy Commit: 27122851028a062b609b7e76d64032515788a684 Author: Zach Leatherman Date: 2017-11-27T22:02:53-06:00 Files: 3 (+0/-0) Message: Adds --output and --dir options
{ "id": "9337230fab02", "repo": "11ty/eleventy", "hash": "27122851028a062b609b7e76d64032515788a684", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-11-27T22:02:53-06:00", "subject": "Adds --output and --dir options", "files_changed": 3, "insertions": 0, "deletions": ...
Repo: 11ty/eleventy Commit: 03c3ac603e45d71e06a4343aa2e0d1234d3d75f7 Author: Zach Leatherman Date: 2017-11-27T22:34:51-06:00 Files: 2 (+0/-0) Message: Switch to --input instead of --dir
{ "id": "01f4c9b2a383", "repo": "11ty/eleventy", "hash": "03c3ac603e45d71e06a4343aa2e0d1234d3d75f7", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-11-27T22:34:51-06:00", "subject": "Switch to --input instead of --dir", "files_changed": 2, "insertions": 0, "deletions...
Repo: 11ty/eleventy Commit: 7602ea2e3efccd6be05ccabfd394da237d9ae110 Author: Zach Leatherman Date: 2017-11-27T23:57:02-06:00 Files: 9 (+0/-0) Message: Start of a helpers/components dir
{ "id": "1ce1bdc68dd6", "repo": "11ty/eleventy", "hash": "7602ea2e3efccd6be05ccabfd394da237d9ae110", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-11-27T23:57:02-06:00", "subject": "Start of a helpers/components dir", "files_changed": 9, "insertions": 0, "deletions"...
Repo: 11ty/eleventy Commit: c14f1fa8e9d5fe1bb1975da9aeb4d7aade0ef76d Author: Zach Leatherman Date: 2017-12-01T00:08:11-06:00 Files: 26 (+0/-0) Message: Huge refactor adds support for asynchronous template rendering AND liquid templating support (woooo!)
{ "id": "370a894f1274", "repo": "11ty/eleventy", "hash": "c14f1fa8e9d5fe1bb1975da9aeb4d7aade0ef76d", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-01T00:08:11-06:00", "subject": "Huge refactor adds support for asynchronous template rendering AND liquid templating suppo...
Repo: 11ty/eleventy Commit: 3dd2f56a025653471824588fb060a52cbeac6fdf Author: Zach Leatherman Date: 2017-12-01T08:32:11-06:00 Files: 2 (+0/-0) Message: Cleanup TemplateRender, adds a bunch more tests.
{ "id": "a0d816c38445", "repo": "11ty/eleventy", "hash": "3dd2f56a025653471824588fb060a52cbeac6fdf", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-01T08:32:11-06:00", "subject": "Cleanup TemplateRender, adds a bunch more tests.", "files_changed": 2, "insertions": 0...
Repo: 11ty/eleventy Commit: 56e396ecc20a229907d738010efff481f0be20e0 Author: Zach Leatherman Date: 2017-12-01T22:48:34-06:00 Files: 16 (+0/-0) Message: Fixed a bunch of bugs with inputDirs that are not a direct child of cmd. Adds --formats
{ "id": "9b9fd57f0723", "repo": "11ty/eleventy", "hash": "56e396ecc20a229907d738010efff481f0be20e0", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-01T22:48:34-06:00", "subject": "Fixed a bunch of bugs with inputDirs that are not a direct child of cmd. Adds --formats", ...
Repo: 11ty/eleventy Commit: a035d8195c4791b70a9e8fff106b2f89d123763c Author: Zach Leatherman Date: 2017-12-01T23:32:08-06:00 Files: 9 (+0/-0) Message: Adds raw HTML template option. Adds config options for template engines for HTML files and data.json.
{ "id": "bad94d9942ac", "repo": "11ty/eleventy", "hash": "a035d8195c4791b70a9e8fff106b2f89d123763c", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-01T23:32:08-06:00", "subject": "Adds raw HTML template option. Adds config options for template engines for HTML files and...
Repo: 11ty/eleventy Commit: 1aa5147b0f3fad092a72e3d0909298fafc92796c Author: Zach Leatherman Date: 2017-12-04T22:39:51-06:00 Files: 12 (+0/-0) Message: Includes on liquid and ejs templates
{ "id": "a7886c01247a", "repo": "11ty/eleventy", "hash": "1aa5147b0f3fad092a72e3d0909298fafc92796c", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-04T22:39:51-06:00", "subject": "Includes on liquid and ejs templates", "files_changed": 12, "insertions": 0, "deleti...
Repo: 11ty/eleventy Commit: af80f085c42120ab9fb36d18c07fbc0d3691eabc Author: Zach Leatherman Date: 2017-12-04T23:11:15-06:00 Files: 3 (+0/-0) Message: New include style for EJS
{ "id": "61ccf73767f8", "repo": "11ty/eleventy", "hash": "af80f085c42120ab9fb36d18c07fbc0d3691eabc", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-04T23:11:15-06:00", "subject": "New include style for EJS", "files_changed": 3, "insertions": 0, "deletions": 0, "...
Repo: 11ty/eleventy Commit: d3f5929e9960337a186bc1b8bc502a1d1fb1a095 Author: Zach Leatherman Date: 2017-12-04T23:20:35-06:00 Files: 1 (+0/-0) Message: Includes examples in docs
{ "id": "3c94bde15122", "repo": "11ty/eleventy", "hash": "d3f5929e9960337a186bc1b8bc502a1d1fb1a095", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-04T23:20:35-06:00", "subject": "Includes examples in docs", "files_changed": 1, "insertions": 0, "deletions": 0, "...
Repo: 11ty/eleventy Commit: 096671713625ddc2035bc06bdf546189ab27de75 Author: Zach Leatherman Date: 2017-12-05T08:31:29-06:00 Files: 5 (+0/-0) Message: Adds mustache partials tests
{ "id": "d609dad48fdf", "repo": "11ty/eleventy", "hash": "096671713625ddc2035bc06bdf546189ab27de75", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-05T08:31:29-06:00", "subject": "Adds mustache partials tests", "files_changed": 5, "insertions": 0, "deletions": 0, ...
Repo: 11ty/eleventy Commit: c437bab1f9edc4d525fb1dcc12a1b38ce6c6c79a Author: Zach Leatherman Date: 2017-12-06T08:27:15-06:00 Files: 2 (+0/-0) Message: Extra packages hiding in there
{ "id": "58fff7ad3c92", "repo": "11ty/eleventy", "hash": "c437bab1f9edc4d525fb1dcc12a1b38ce6c6c79a", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-06T08:27:15-06:00", "subject": "Extra packages hiding in there", "files_changed": 2, "insertions": 0, "deletions": 0...
Repo: 11ty/eleventy Commit: d8f4629198abbd82ee4f46b55e9070eaefeacfd3 Author: Zach Leatherman Date: 2017-12-06T23:40:22-06:00 Files: 17 (+0/-0) Message: Removes some sample templates
{ "id": "87feec2dd94d", "repo": "11ty/eleventy", "hash": "d8f4629198abbd82ee4f46b55e9070eaefeacfd3", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-06T23:40:22-06:00", "subject": "Removes some sample templates", "files_changed": 17, "insertions": 0, "deletions": 0...
Repo: 11ty/eleventy Commit: fba3b0d2802c97a93cd8b8288fb49be36008b10f Author: Zach Leatherman Date: 2017-12-07T00:00:19-06:00 Files: 12 (+0/-0) Message: Use TemplateConfig to deal with both module config.json and local elevenisland.config.js files with overrides
{ "id": "aa074fec5c27", "repo": "11ty/eleventy", "hash": "fba3b0d2802c97a93cd8b8288fb49be36008b10f", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-07T00:00:19-06:00", "subject": "Use TemplateConfig to deal with both module config.json and local elevenisland.config.js f...
Repo: 11ty/eleventy Commit: 69306b7a4ef0df1f16196fbd6e8ac3ed98a589e8 Author: Zach Leatherman Date: 2017-12-07T00:11:19-06:00 Files: 4 (+0/-0) Message: Customize the html suffix
{ "id": "4f8ffa2737e1", "repo": "11ty/eleventy", "hash": "69306b7a4ef0df1f16196fbd6e8ac3ed98a589e8", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-07T00:11:19-06:00", "subject": "Customize the html suffix", "files_changed": 4, "insertions": 0, "deletions": 0, "...
Repo: 11ty/eleventy Commit: 4c26ddccc4057991ee61b0145e4f09c9c17038ac Author: Zach Leatherman Date: 2017-12-07T00:11:38-06:00 Files: 1 (+0/-0) Message: Change default config filename to .elevenisland.js
{ "id": "f2ef2b1f779e", "repo": "11ty/eleventy", "hash": "4c26ddccc4057991ee61b0145e4f09c9c17038ac", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-07T00:11:38-06:00", "subject": "Change default config filename to .elevenisland.js", "files_changed": 1, "insertions":...
Repo: 11ty/eleventy Commit: 092a1d1945a0ad38e5afe4c6bfc8d4bd760d4f3b Author: Zach Leatherman Date: 2017-12-07T00:19:15-06:00 Files: 1 (+0/-0) Message: Small formatting tweak
{ "id": "2c4cc4744f96", "repo": "11ty/eleventy", "hash": "092a1d1945a0ad38e5afe4c6bfc8d4bd760d4f3b", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-07T00:19:15-06:00", "subject": "Small formatting tweak", "files_changed": 1, "insertions": 0, "deletions": 0, "cod...
Repo: 11ty/eleventy Commit: d041111c4184b157ff29643d21db6ee2e98d1816 Author: Zach Leatherman Date: 2017-12-07T00:26:49-06:00 Files: 6 (+0/-0) Message: Change project name to eleventy
{ "id": "452280f76002", "repo": "11ty/eleventy", "hash": "d041111c4184b157ff29643d21db6ee2e98d1816", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-07T00:26:49-06:00", "subject": "Change project name to eleventy", "files_changed": 6, "insertions": 0, "deletions": ...
Repo: 11ty/eleventy Commit: 7f829737acd26e6be22ea2945e7dc4bb0694cf1e Author: Zach Leatherman Date: 2017-12-07T22:43:31-06:00 Files: 19 (+0/-0) Message: Adds ES6 template literals as a new template engine. Huge reactor of TemplateRender to use class syntax.
{ "id": "8571951b511b", "repo": "11ty/eleventy", "hash": "7f829737acd26e6be22ea2945e7dc4bb0694cf1e", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-07T22:43:31-06:00", "subject": "Adds ES6 template literals as a new template engine. Huge reactor of TemplateRender to use...
Repo: 11ty/eleventy Commit: 81d9f19d7b76bd2287839124cd474764f6f83dcd Author: Zach Leatherman Date: 2017-12-07T23:23:59-06:00 Files: 4 (+0/-0) Message: Adds support for handlebars helpers
{ "id": "a0831bc29aba", "repo": "11ty/eleventy", "hash": "81d9f19d7b76bd2287839124cd474764f6f83dcd", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-07T23:23:59-06:00", "subject": "Adds support for handlebars helpers", "files_changed": 4, "insertions": 0, "deletion...
Repo: 11ty/eleventy Commit: 9ea85db2b054dc885dca10fa07f777ae988d683f Author: Zach Leatherman Date: 2017-12-08T22:24:59-06:00 Files: 2 (+0/-0) Message: Import the local package.json for data vars
{ "id": "babe015ebf3b", "repo": "11ty/eleventy", "hash": "9ea85db2b054dc885dca10fa07f777ae988d683f", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-08T22:24:59-06:00", "subject": "Import the local package.json for data vars", "files_changed": 2, "insertions": 0, "...
Repo: 11ty/eleventy Commit: de23a3638311b9645f3de1ea6f05cab857087789 Author: Zach Leatherman Date: 2017-12-09T22:05:18-06:00 Files: 7 (+0/-0) Message: Adds .eleventyignore for ignoring files.
{ "id": "8f667f1ef7be", "repo": "11ty/eleventy", "hash": "de23a3638311b9645f3de1ea6f05cab857087789", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-09T22:05:18-06:00", "subject": "Adds .eleventyignore for ignoring files.", "files_changed": 7, "insertions": 0, "del...
Repo: 11ty/eleventy Commit: 5d8480e5b88ea8f835bbd229e29b0405b5f88027 Author: Zach Leatherman Date: 2017-12-10T12:34:39-06:00 Files: 6 (+0/-0) Message: Switches to use .jstl for template literal templates instead of .js
{ "id": "259d9a64ce44", "repo": "11ty/eleventy", "hash": "5d8480e5b88ea8f835bbd229e29b0405b5f88027", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-10T12:34:39-06:00", "subject": "Switches to use .jstl for template literal templates instead of .js", "files_changed": 6...
Repo: 11ty/eleventy Commit: df6ad29fa288a58cc2990d937a86bed2632805cd Author: Zach Leatherman Date: 2017-12-10T12:41:51-06:00 Files: 2 (+0/-0) Message: Adds an config sample
{ "id": "86103a6a1a39", "repo": "11ty/eleventy", "hash": "df6ad29fa288a58cc2990d937a86bed2632805cd", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-10T12:41:51-06:00", "subject": "Adds an config sample", "files_changed": 2, "insertions": 0, "deletions": 0, "code...
Repo: 11ty/eleventy Commit: ddcd8f26cc55977fa53fef0b7f85d7c10db43567 Author: Zach Leatherman Date: 2017-12-10T13:11:17-06:00 Files: 3 (+0/-0) Message: Change default data template engine to liquid
{ "id": "e1ef1698607f", "repo": "11ty/eleventy", "hash": "ddcd8f26cc55977fa53fef0b7f85d7c10db43567", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-10T13:11:17-06:00", "subject": "Change default data template engine to liquid", "files_changed": 3, "insertions": 0, ...
Repo: 11ty/eleventy Commit: 11b9f73f841ef22f369e3a8f2bbfa92730721704 Author: Zach Leatherman Date: 2017-12-10T14:36:05-06:00 Files: 8 (+0/-0) Message: Combine _layouts dir into _includes.
{ "id": "fe9cd1172f91", "repo": "11ty/eleventy", "hash": "11b9f73f841ef22f369e3a8f2bbfa92730721704", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-10T14:36:05-06:00", "subject": "Combine _layouts dir into _includes.", "files_changed": 8, "insertions": 0, "deletio...
Repo: 11ty/eleventy Commit: 4b8150e62b6ee303d4aa045b1a8405ba49564298 Author: Zach Leatherman Date: 2017-12-10T15:05:32-06:00 Files: 7 (+0/-0) Message: Permalinks map to a new output subfolder
{ "id": "fcc2e626a1c1", "repo": "11ty/eleventy", "hash": "4b8150e62b6ee303d4aa045b1a8405ba49564298", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-10T15:05:32-06:00", "subject": "Permalinks map to a new output subfolder", "files_changed": 7, "insertions": 0, "del...
Repo: 11ty/eleventy Commit: 2df1fd680517dd0f62dd3b64344a4bc8b3d6dca2 Author: Zach Leatherman Date: 2017-12-10T21:09:14-06:00 Files: 5 (+0/-0) Message: Use dynamic key for `layout`, switch back to `permalink` (no underscore)
{ "id": "2e2555322e9c", "repo": "11ty/eleventy", "hash": "2df1fd680517dd0f62dd3b64344a4bc8b3d6dca2", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-10T21:09:14-06:00", "subject": "Use dynamic key for `layout`, switch back to `permalink` (no underscore)", "files_change...
Repo: 11ty/eleventy Commit: b988bf2689099c9a892b0ebb6e0ac719940af356 Author: Zach Leatherman Date: 2017-12-11T08:57:07-06:00 Files: 4 (+0/-0) Message: Adds pify, removes some syncs
{ "id": "f48cd5bae415", "repo": "11ty/eleventy", "hash": "b988bf2689099c9a892b0ebb6e0ac719940af356", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-11T08:57:07-06:00", "subject": "Adds pify, removes some syncs", "files_changed": 4, "insertions": 0, "deletions": 0,...
Repo: 11ty/eleventy Commit: b7dbcd03189febe73811035a045c821bd097de85 Author: Zach Leatherman Date: 2017-12-14T20:58:11-06:00 Files: 2 (+0/-0) Message: A few more async things
{ "id": "53fc2b0cac7c", "repo": "11ty/eleventy", "hash": "b7dbcd03189febe73811035a045c821bd097de85", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-14T20:58:11-06:00", "subject": "A few more async things", "files_changed": 2, "insertions": 0, "deletions": 0, "co...
Repo: 11ty/eleventy Commit: eb4af5decfa06bfb9cad6d1b25845e40bdb540d3 Author: Zach Leatherman Date: 2017-12-14T22:10:05-06:00 Files: 7 (+0/-0) Message: Imports a local component json data file (and caches the global data if possible)
{ "id": "f56507562a70", "repo": "11ty/eleventy", "hash": "eb4af5decfa06bfb9cad6d1b25845e40bdb540d3", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-14T22:10:05-06:00", "subject": "Imports a local component json data file (and caches the global data if possible)", "fil...
Repo: 11ty/eleventy Commit: 3b206f72fbbeb121fb8a8ea461d5eba201fe160b Author: Zach Leatherman Date: 2017-12-15T07:13:41-06:00 Files: 4 (+0/-0) Message: Rename method name, not happy with Promise in the name
{ "id": "9a92ebdc1e32", "repo": "11ty/eleventy", "hash": "3b206f72fbbeb121fb8a8ea461d5eba201fe160b", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-15T07:13:41-06:00", "subject": "Rename method name, not happy with Promise in the name", "files_changed": 4, "insertio...
Repo: 11ty/eleventy Commit: c1dc0509f89fd5b31c4fdee91f335469c2e418a3 Author: Zach Leatherman Date: 2017-12-15T07:52:31-06:00 Files: 7 (+0/-0) Message: `return await` is unnecessary.
{ "id": "aedb2f8dc17d", "repo": "11ty/eleventy", "hash": "c1dc0509f89fd5b31c4fdee91f335469c2e418a3", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-15T07:52:31-06:00", "subject": "`return await` is unnecessary.", "files_changed": 7, "insertions": 0, "deletions": 0...
Repo: 11ty/eleventy Commit: 673b75475ecf85f72a5d6b9f4cfb057b13d63a75 Author: Zach Leatherman Date: 2017-12-15T08:43:31-06:00 Files: 5 (+0/-0) Message: Use _data dir instead of one big global data file.
{ "id": "00f18ba235f5", "repo": "11ty/eleventy", "hash": "673b75475ecf85f72a5d6b9f4cfb057b13d63a75", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-15T08:43:31-06:00", "subject": "Use _data dir instead of one big global data file.", "files_changed": 5, "insertions":...
Repo: 11ty/eleventy Commit: 6198624fb492819ba8eb4241b83b1f0e6508dabf Author: Zach Leatherman Date: 2017-12-15T21:00:21-06:00 Files: 6 (+0/-0) Message: Removes global data file at root (moving to _data)
{ "id": "fd3907a859de", "repo": "11ty/eleventy", "hash": "6198624fb492819ba8eb4241b83b1f0e6508dabf", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-15T21:00:21-06:00", "subject": "Removes global data file at root (moving to _data)", "files_changed": 6, "insertions":...
Repo: 11ty/eleventy Commit: 2cb07302d763d1c486c6e04fcb982aacdbdab89c Author: Zach Leatherman Date: 2017-12-15T21:01:09-06:00 Files: 5 (+0/-0) Message: Fixes issue with endless loop on watch. (Ignores weren’t being passed to chokidar instance correctly)
{ "id": "09c913f8a088", "repo": "11ty/eleventy", "hash": "2cb07302d763d1c486c6e04fcb982aacdbdab89c", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-15T21:01:09-06:00", "subject": "Fixes issue with endless loop on watch. (Ignores weren’t being passed to chokidar instance...
Repo: 11ty/eleventy Commit: c041d71df975f3df9d13f2e3c155f912b4e2ab1e Author: Zach Leatherman Date: 2017-12-15T21:05:30-06:00 Files: 3 (+0/-0) Message: Renames data template engine to be format independent
{ "id": "aa7397814073", "repo": "11ty/eleventy", "hash": "c041d71df975f3df9d13f2e3c155f912b4e2ab1e", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-15T21:05:30-06:00", "subject": "Renames data template engine to be format independent", "files_changed": 3, "insertion...
Repo: 11ty/eleventy Commit: c82d59cec73f9393d487e7e8586042bd85366220 Author: Zach Leatherman Date: 2017-12-15T21:27:19-06:00 Files: 4 (+0/-0) Message: Rename _package to pkg
{ "id": "e70156dc788b", "repo": "11ty/eleventy", "hash": "c82d59cec73f9393d487e7e8586042bd85366220", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-15T21:27:19-06:00", "subject": "Rename _package to pkg", "files_changed": 4, "insertions": 0, "deletions": 0, "cod...
Repo: 11ty/eleventy Commit: 030f0f36a48370c4d36596a9ac4762f595693f44 Author: Zach Leatherman Date: 2017-12-15T21:37:24-06:00 Files: 4 (+0/-0) Message: Local component data should not be namespaced.
{ "id": "c16741354e5b", "repo": "11ty/eleventy", "hash": "030f0f36a48370c4d36596a9ac4762f595693f44", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-15T21:37:24-06:00", "subject": "Local component data should not be namespaced.", "files_changed": 4, "insertions": 0, ...
Repo: 11ty/eleventy Commit: b52530fce1e7e7850fdb84150ecae5aee03713e3 Author: Zach Leatherman Date: 2017-12-17T23:14:14-06:00 Files: 11 (+0/-0) Message: Adds pagination plugin
{ "id": "e06c984ea7c8", "repo": "11ty/eleventy", "hash": "b52530fce1e7e7850fdb84150ecae5aee03713e3", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-17T23:14:14-06:00", "subject": "Adds pagination plugin", "files_changed": 11, "insertions": 0, "deletions": 0, "co...
Repo: 11ty/eleventy Commit: d0790850cca7b580feb6b9d29db1fd1bb2f37e6e Author: Zach Leatherman Date: 2017-12-17T23:55:30-06:00 Files: 4 (+0/-0) Message: Add pagination links to pagination object
{ "id": "c145d1eb4c4a", "repo": "11ty/eleventy", "hash": "d0790850cca7b580feb6b9d29db1fd1bb2f37e6e", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-17T23:55:30-06:00", "subject": "Add pagination links to pagination object", "files_changed": 4, "insertions": 0, "de...
Repo: 11ty/eleventy Commit: 468b10d6c6b4a6e2d632b321876777a29127af06 Author: Zach Leatherman Date: 2017-12-18T07:56:40-06:00 Files: 6 (+0/-0) Message: More pagination tests
{ "id": "fa352b0d161a", "repo": "11ty/eleventy", "hash": "468b10d6c6b4a6e2d632b321876777a29127af06", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-18T07:56:40-06:00", "subject": "More pagination tests", "files_changed": 6, "insertions": 0, "deletions": 0, "code...
Repo: 11ty/eleventy Commit: 76b5ec2e0d9ecba335daf35610debb8a2f719988 Author: Zach Leatherman Date: 2017-12-18T08:33:02-06:00 Files: 3 (+0/-0) Message: More pagination tests
{ "id": "23082fc9db54", "repo": "11ty/eleventy", "hash": "76b5ec2e0d9ecba335daf35610debb8a2f719988", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-18T08:33:02-06:00", "subject": "More pagination tests", "files_changed": 3, "insertions": 0, "deletions": 0, "code...
Repo: 11ty/eleventy Commit: 43538f74c34051d1ec9a17993425dd0d9b5fd817 Author: Zach Leatherman Date: 2017-12-18T21:20:54-06:00 Files: 6 (+0/-0) Message: Subdirectory global data
{ "id": "d925a19a5645", "repo": "11ty/eleventy", "hash": "43538f74c34051d1ec9a17993425dd0d9b5fd817", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-18T21:20:54-06:00", "subject": "Subdirectory global data", "files_changed": 6, "insertions": 0, "deletions": 0, "c...
Repo: 11ty/eleventy Commit: 944a05b5f7374d872d94485529c087b2cfc1d830 Author: Zach Leatherman Date: 2017-12-18T21:27:15-06:00 Files: 2 (+0/-0) Message: Allows insides arrays for pagination targets
{ "id": "d71cc1cfa15a", "repo": "11ty/eleventy", "hash": "944a05b5f7374d872d94485529c087b2cfc1d830", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-18T21:27:15-06:00", "subject": "Allows insides arrays for pagination targets", "files_changed": 2, "insertions": 0, ...
Repo: 11ty/eleventy Commit: 48d4e76d0b26cf7e0a5a45fdd22743b1c30e8d13 Author: Zach Leatherman Date: 2017-12-18T23:34:50-06:00 Files: 10 (+0/-0) Message: Sweet, sweet pagination permalinks
{ "id": "3e9025add5b2", "repo": "11ty/eleventy", "hash": "48d4e76d0b26cf7e0a5a45fdd22743b1c30e8d13", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-18T23:34:50-06:00", "subject": "Sweet, sweet pagination permalinks", "files_changed": 10, "insertions": 0, "deletion...
Repo: 11ty/eleventy Commit: 8c69429403fe93bbfd085303587101acd452cb28 Author: Zach Leatherman Date: 2017-12-19T08:41:55-06:00 Files: 1 (+0/-0) Message: More advanced pagination permalinks
{ "id": "86e357941c39", "repo": "11ty/eleventy", "hash": "8c69429403fe93bbfd085303587101acd452cb28", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-19T08:41:55-06:00", "subject": "More advanced pagination permalinks", "files_changed": 1, "insertions": 0, "deletion...
Repo: 11ty/eleventy Commit: 21f26944844bf948e9b799af2d1b05bf00dff424 Author: Zach Leatherman Date: 2017-12-19T08:47:10-06:00 Files: 1 (+0/-0) Message: Pagination distinction
{ "id": "caa44a65a6b8", "repo": "11ty/eleventy", "hash": "21f26944844bf948e9b799af2d1b05bf00dff424", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-19T08:47:10-06:00", "subject": "Pagination distinction", "files_changed": 1, "insertions": 0, "deletions": 0, "cod...
Repo: 11ty/eleventy Commit: 68a24a07d40ebf4072100288678e11bacbba084d Author: Zach Leatherman Date: 2017-12-19T17:57:33-06:00 Files: 1 (+0/-0) Message: Adds minimum node version
{ "id": "db19b75cb360", "repo": "11ty/eleventy", "hash": "68a24a07d40ebf4072100288678e11bacbba084d", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-19T17:57:33-06:00", "subject": "Adds minimum node version", "files_changed": 1, "insertions": 0, "deletions": 0, "...
Repo: 11ty/eleventy Commit: cef42e84c44dffbe2317b73aea2122bdc5f8b5cb Author: Zach Leatherman Date: 2017-12-19T17:57:47-06:00 Files: 1 (+0/-0) Message: More readme improvements
{ "id": "9ddc2abcd9d0", "repo": "11ty/eleventy", "hash": "cef42e84c44dffbe2317b73aea2122bdc5f8b5cb", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-19T17:57:47-06:00", "subject": "More readme improvements", "files_changed": 1, "insertions": 0, "deletions": 0, "c...
Repo: 11ty/eleventy Commit: d30139b8551e09061886d581b126c82556f3033b Author: Zach Leatherman Date: 2017-12-19T17:58:16-06:00 Files: 2 (+0/-0) Message: Another index index-output test
{ "id": "e389bc9d959f", "repo": "11ty/eleventy", "hash": "d30139b8551e09061886d581b126c82556f3033b", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-19T17:58:16-06:00", "subject": "Another index index-output test", "files_changed": 2, "insertions": 0, "deletions": ...
Repo: 11ty/eleventy Commit: 6c77d1e3175136e72365360b89373f4f7c962a05 Author: Zach Leatherman Date: 2017-12-19T17:58:37-06:00 Files: 1 (+0/-0) Message: Fixes start/end times on command line when using pagination (ended too early)
{ "id": "d226fb2e3313", "repo": "11ty/eleventy", "hash": "6c77d1e3175136e72365360b89373f4f7c962a05", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-19T17:58:37-06:00", "subject": "Fixes start/end times on command line when using pagination (ended too early)", "files_c...
Repo: 11ty/eleventy Commit: 74887728134bb332c7da7df16c00e2dfcdbe5670 Author: Zach Leatherman Date: 2017-12-19T17:59:49-06:00 Files: 2 (+0/-0) Message: Move a bunch of stuff out of cmd.js into Eleventy obj
{ "id": "62571c0c6e31", "repo": "11ty/eleventy", "hash": "74887728134bb332c7da7df16c00e2dfcdbe5670", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-19T17:59:49-06:00", "subject": "Move a bunch of stuff out of cmd.js into Eleventy obj", "files_changed": 2, "insertion...
Repo: 11ty/eleventy Commit: d2ab1ebfd71339921b80d7219834534082eb6676 Author: Zach Leatherman Date: 2017-12-19T20:40:40-06:00 Files: 4 (+0/-0) Message: Eleventy top level object tests
{ "id": "ca43ab33ae8c", "repo": "11ty/eleventy", "hash": "d2ab1ebfd71339921b80d7219834534082eb6676", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-19T20:40:40-06:00", "subject": "Eleventy top level object tests", "files_changed": 4, "insertions": 0, "deletions": ...
Repo: 11ty/eleventy Commit: f0e8017a76e6e66da65bd20a4de7b780e44acabd Author: Zach Leatherman Date: 2017-12-19T21:02:20-06:00 Files: 17 (+0/-0) Message: Improvements to cfg, move default nunjucks filters into config
{ "id": "a1ae561a970c", "repo": "11ty/eleventy", "hash": "f0e8017a76e6e66da65bd20a4de7b780e44acabd", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-19T21:02:20-06:00", "subject": "Improvements to cfg, move default nunjucks filters into config", "files_changed": 17, ...
Repo: 11ty/eleventy Commit: 6ccacc82c3f9973febcc540a396e4f3d01615238 Author: Zach Leatherman Date: 2017-12-19T22:26:46-06:00 Files: 7 (+0/-0) Message: URL simplification if directory and filename match.
{ "id": "53226090cf0a", "repo": "11ty/eleventy", "hash": "6ccacc82c3f9973febcc540a396e4f3d01615238", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-19T22:26:46-06:00", "subject": "URL simplification if directory and filename match.", "files_changed": 7, "insertions"...
Repo: 11ty/eleventy Commit: 5dec686e6426076957a55ff50c6a67e66a8bb4db Author: Zach Leatherman Date: 2017-12-19T22:30:18-06:00 Files: 4 (+0/-0) Message: Switch to -o instead of -output for html io exception
{ "id": "1825642ce309", "repo": "11ty/eleventy", "hash": "5dec686e6426076957a55ff50c6a67e66a8bb4db", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-19T22:30:18-06:00", "subject": "Switch to -o instead of -output for html io exception", "files_changed": 4, "insertion...
Repo: 11ty/eleventy Commit: 591f893165e0e45e576804d52fa9f7f1684228c6 Author: Zach Leatherman Date: 2017-12-19T22:36:02-06:00 Files: 1 (+0/-0) Message: nunjucksFilters are available.
{ "id": "2d9f324ba54d", "repo": "11ty/eleventy", "hash": "591f893165e0e45e576804d52fa9f7f1684228c6", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-19T22:36:02-06:00", "subject": "nunjucksFilters are available.", "files_changed": 1, "insertions": 0, "deletions": 0...
Repo: 11ty/eleventy Commit: cbb5463923e69159be6eeab506a908391abded96 Author: Zach Leatherman Date: 2017-12-19T22:49:57-06:00 Files: 1 (+0/-0) Message: Front matter example.
{ "id": "6afa3a43cb54", "repo": "11ty/eleventy", "hash": "cbb5463923e69159be6eeab506a908391abded96", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-19T22:49:57-06:00", "subject": "Front matter example.", "files_changed": 1, "insertions": 0, "deletions": 0, "code...
Repo: 11ty/eleventy Commit: 5de0a35a286093fae91ecff007cb3a4c6f8647fb Author: Zach Leatherman Date: 2017-12-20T08:08:46-06:00 Files: 6 (+0/-0) Message: Add write counts and --quiet option
{ "id": "850710389457", "repo": "11ty/eleventy", "hash": "5de0a35a286093fae91ecff007cb3a4c6f8647fb", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-20T08:08:46-06:00", "subject": "Add write counts and --quiet option", "files_changed": 6, "insertions": 0, "deletion...
Repo: 11ty/eleventy Commit: e42531fcf5fed969fae215183b95b6dbf21d122f Author: Zach Leatherman Date: 2017-12-20T08:29:30-06:00 Files: 2 (+0/-0) Message: New npm package name
{ "id": "cb3da585134a", "repo": "11ty/eleventy", "hash": "e42531fcf5fed969fae215183b95b6dbf21d122f", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-20T08:29:30-06:00", "subject": "New npm package name", "files_changed": 2, "insertions": 0, "deletions": 0, "code_...
Repo: 11ty/eleventy Commit: f77b3b25bf8359b5aba42ea1f464770da1549e28 Author: Zach Leatherman Date: 2017-12-20T10:09:43-06:00 Files: 3 (+0/-0) Message: Uh, a new package.json name broke a few tests
{ "id": "8199d4f7363d", "repo": "11ty/eleventy", "hash": "f77b3b25bf8359b5aba42ea1f464770da1549e28", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-20T10:09:43-06:00", "subject": "Uh, a new package.json name broke a few tests", "files_changed": 3, "insertions": 0, ...
Repo: 11ty/eleventy Commit: 1a1ffdd232f24042e281036701dfbc62ba41fdf3 Author: Zach Leatherman Date: 2017-12-20T12:42:55-06:00 Files: 4 (+0/-0) Message: Switches from slug-rfc to slugify to fix #2
{ "id": "2f64ee4d62d5", "repo": "11ty/eleventy", "hash": "1a1ffdd232f24042e281036701dfbc62ba41fdf3", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-20T12:42:55-06:00", "subject": "Switches from slug-rfc to slugify to fix #2", "files_changed": 4, "insertions": 0, "...
Repo: 11ty/eleventy Commit: 568a79fa54fc1f7af60ac74e22d998b379b47e4a Author: Zach Leatherman Date: 2017-12-20T12:45:27-06:00 Files: 1 (+0/-0) Message: Switch from git+ssh to https in an attempt to fix #3
{ "id": "b12d85f7ba7a", "repo": "11ty/eleventy", "hash": "568a79fa54fc1f7af60ac74e22d998b379b47e4a", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-20T12:45:27-06:00", "subject": "Switch from git+ssh to https in an attempt to fix #3", "files_changed": 1, "insertions...
Repo: 11ty/eleventy Commit: b19609f594d52f51139823e736c190397a36cb5e Author: Zach Leatherman Date: 2017-12-21T07:47:40-06:00 Files: 6 (+0/-0) Message: Switch to use static partial includes to match Jekyll include syntax via https://github.com/harttle/liquidjs/issues/51
{ "id": "be5813e3217c", "repo": "11ty/eleventy", "hash": "b19609f594d52f51139823e736c190397a36cb5e", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-21T07:47:40-06:00", "subject": "Switch to use static partial includes to match Jekyll include syntax via https://github.co...
Repo: 11ty/eleventy Commit: ad013c10c9495323839a43e8e3e39a7b51bb2dbb Author: Zach Leatherman Date: 2017-12-21T07:51:18-06:00 Files: 1 (+0/-0) Message: v0.1.3 better Jekyll-compatible include syntax
{ "id": "34d9b2dc4e45", "repo": "11ty/eleventy", "hash": "ad013c10c9495323839a43e8e3e39a7b51bb2dbb", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-21T07:51:18-06:00", "subject": "v0.1.3 better Jekyll-compatible include syntax", "files_changed": 1, "insertions": 0, ...
Repo: 11ty/eleventy Commit: 026eb731c537cccf6e67a87ea5dce5c0f5b74f71 Author: Jabran Rafique Date: 2017-12-21T23:35:19Z Files: 2 (+0/-0) Message: Update to ES6 format
{ "id": "33b6f1f80b4f", "repo": "11ty/eleventy", "hash": "026eb731c537cccf6e67a87ea5dce5c0f5b74f71", "author": "Jabran Rafique", "email": "hello@jabran.me", "date": "2017-12-21T23:35:19Z", "subject": "Update to ES6 format", "files_changed": 2, "insertions": 0, "deletions": 0, "code_url": "https://...
Repo: 11ty/eleventy Commit: fd29eecd1f8ea8884d97676c8903f31bdf11b8f0 Author: Zach Leatherman Date: 2017-12-21T22:17:47-06:00 Files: 1 (+0/-0) Message: Restrict `npm run default` to `playground` dir only.
{ "id": "3a0d6d7ba518", "repo": "11ty/eleventy", "hash": "fd29eecd1f8ea8884d97676c8903f31bdf11b8f0", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-21T22:17:47-06:00", "subject": "Restrict `npm run default` to `playground` dir only.", "files_changed": 1, "insertions...
Repo: 11ty/eleventy Commit: 98dd98d4a900cb4a4f3adbf2bed6294a4a90e2fd Author: Zach Leatherman Date: 2017-12-26T09:34:06-06:00 Files: 7 (+0/-0) Message: Better error messaging, fixes #7
{ "id": "a1012f6dcbbc", "repo": "11ty/eleventy", "hash": "98dd98d4a900cb4a4f3adbf2bed6294a4a90e2fd", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-26T09:34:06-06:00", "subject": "Better error messaging, fixes #7", "files_changed": 7, "insertions": 0, "deletions":...
Repo: 11ty/eleventy Commit: 30de0cdfc40fbf41c78e6cf587d441dfddbeb1ef Author: Zach Leatherman Date: 2017-12-26T09:41:28-06:00 Files: 1 (+0/-0) Message: Fixes issue trailing whitespace line on .eleventyignore files.
{ "id": "c1c163036e9e", "repo": "11ty/eleventy", "hash": "30de0cdfc40fbf41c78e6cf587d441dfddbeb1ef", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-26T09:41:28-06:00", "subject": "Fixes issue trailing whitespace line on .eleventyignore files.", "files_changed": 1, "...
Repo: 11ty/eleventy Commit: 5408ed5b42c5929f0b15865db0af8a4fbff858cb Author: Zach Leatherman Date: 2017-12-26T10:03:48-06:00 Files: 4 (+0/-0) Message: globby requires leading dotslash for ignore files
{ "id": "1321f5e6780e", "repo": "11ty/eleventy", "hash": "5408ed5b42c5929f0b15865db0af8a4fbff858cb", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-26T10:03:48-06:00", "subject": "globby requires leading dotslash for ignore files", "files_changed": 4, "insertions": ...
Repo: 11ty/eleventy Commit: 8fca9dede92370398a32e56dcf3cc72f32d87ae4 Author: Zach Leatherman Date: 2017-12-26T10:18:35-06:00 Files: 3 (+0/-0) Message: Fix for templateFormat overrides in config file.
{ "id": "0af129afc51e", "repo": "11ty/eleventy", "hash": "8fca9dede92370398a32e56dcf3cc72f32d87ae4", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-26T10:18:35-06:00", "subject": "Fix for templateFormat overrides in config file.", "files_changed": 3, "insertions": 0...
Repo: 11ty/eleventy Commit: 100286429568a922947cf7fba93c27a6a8af7951 Author: Zach Leatherman Date: 2017-12-26T11:20:56-06:00 Files: 5 (+0/-0) Message: JavaScript Template Literal files work with or without backticks
{ "id": "f82b68cd2dfe", "repo": "11ty/eleventy", "hash": "100286429568a922947cf7fba93c27a6a8af7951", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-26T11:20:56-06:00", "subject": "JavaScript Template Literal files work with or without backticks", "files_changed": 5, ...
Repo: 11ty/eleventy Commit: a7a65bb680e544755e2f9cb38132b1b5655910f9 Author: Zach Leatherman Date: 2017-12-26T12:19:49-06:00 Files: 1 (+0/-0) Message: Output "Watching…" after watch writes
{ "id": "5f039cde367e", "repo": "11ty/eleventy", "hash": "a7a65bb680e544755e2f9cb38132b1b5655910f9", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-26T12:19:49-06:00", "subject": "Output \"Watching…\" after watch writes", "files_changed": 1, "insertions": 0, "dele...
Repo: 11ty/eleventy Commit: 3ff8de942a6684905502d97f8e84d1953d79e3dd Author: Zach Leatherman Date: 2017-12-26T12:41:02-06:00 Files: 3 (+0/-0) Message: Allow permalinks to ignore output dir.
{ "id": "c3d762d7f686", "repo": "11ty/eleventy", "hash": "3ff8de942a6684905502d97f8e84d1953d79e3dd", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-26T12:41:02-06:00", "subject": "Allow permalinks to ignore output dir.", "files_changed": 3, "insertions": 0, "delet...
Repo: 11ty/eleventy Commit: e77a82106910bb57a388dd31763aba52fd0ddd45 Author: Zach Leatherman Date: 2017-12-26T17:29:50-06:00 Files: 3 (+0/-0) Message: renderData on front matter to render variables in front matter data
{ "id": "7ed47df347a7", "repo": "11ty/eleventy", "hash": "e77a82106910bb57a388dd31763aba52fd0ddd45", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-26T17:29:50-06:00", "subject": "renderData on front matter to render variables in front matter data", "files_changed": 3...
Repo: 11ty/eleventy Commit: d97a2f54c0273a8e5e14e8e7f0aa6e70fa094d53 Author: Zach Leatherman Date: 2017-12-28T07:45:11-06:00 Files: 5 (+0/-0) Message: Pagination variable aliasing.
{ "id": "71feb64b8b80", "repo": "11ty/eleventy", "hash": "d97a2f54c0273a8e5e14e8e7f0aa6e70fa094d53", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-28T07:45:11-06:00", "subject": "Pagination variable aliasing.", "files_changed": 5, "insertions": 0, "deletions": 0,...
Repo: 11ty/eleventy Commit: a701be0293a69cd5626fe456b9e80e1f18b39abe Author: Zach Leatherman Date: 2017-12-28T23:14:03-06:00 Files: 2 (+0/-0) Message: Run write once when starting to watch
{ "id": "81cb12205d48", "repo": "11ty/eleventy", "hash": "a701be0293a69cd5626fe456b9e80e1f18b39abe", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-28T23:14:03-06:00", "subject": "Run write once when starting to watch", "files_changed": 2, "insertions": 0, "deleti...
Repo: 11ty/eleventy Commit: d5be147fb7914309aa452ea3960c3806f0c52de5 Author: Zach Leatherman Date: 2017-12-28T23:19:00-06:00 Files: 7 (+0/-0) Message: Remove default pretty html printer, moves into `filters` configuration.
{ "id": "2fb89dd10738", "repo": "11ty/eleventy", "hash": "d5be147fb7914309aa452ea3960c3806f0c52de5", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-28T23:19:00-06:00", "subject": "Remove default pretty html printer, moves into `filters` configuration.", "files_changed...
Repo: 11ty/eleventy Commit: ba5987d45dcce9df497528e6fa6332c30bb7f631 Author: Zach Leatherman Date: 2017-12-28T23:58:02-06:00 Files: 1 (+0/-0) Message: Options weren’t quite right for #10, fixed now.
{ "id": "1d09e2656b68", "repo": "11ty/eleventy", "hash": "ba5987d45dcce9df497528e6fa6332c30bb7f631", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-28T23:58:02-06:00", "subject": "Options weren’t quite right for #10, fixed now.", "files_changed": 1, "insertions": 0,...
Repo: 11ty/eleventy Commit: 9ef53b0e33ed2190d0e1b9cc0280a2cd3286d1f8 Author: Zach Leatherman Date: 2017-12-28T23:58:53-06:00 Files: 2 (+0/-0) Message: Allow config.dir.data to be the same as the config.dir.input (by use "." or "")
{ "id": "330e6009bdaa", "repo": "11ty/eleventy", "hash": "9ef53b0e33ed2190d0e1b9cc0280a2cd3286d1f8", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-28T23:58:53-06:00", "subject": "Allow config.dir.data to be the same as the config.dir.input (by use \".\" or \"\")", "f...
Repo: 11ty/eleventy Commit: 16ae9306a6c869bdbeb20f86c50b5ac67c37969d Author: Zach Leatherman Date: 2017-12-29T00:16:00-06:00 Files: 1 (+0/-0) Message: Fixes #9 with https://github.com/zachleat/eleventy-inclusive-design-checklist (also linked in readme)
{ "id": "fa4159699f22", "repo": "11ty/eleventy", "hash": "16ae9306a6c869bdbeb20f86c50b5ac67c37969d", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-29T00:16:00-06:00", "subject": "Fixes #9 with https://github.com/zachleat/eleventy-inclusive-design-checklist (also linked...
Repo: 11ty/eleventy Commit: 650a5ef2d60cbe9ce602bf2c602d06ec4317bc0f Author: Zach Leatherman Date: 2017-12-29T21:26:29-06:00 Files: 5 (+0/-0) Message: Okay, this should actually fix #14. Move off of my custom fork of ejs.
{ "id": "91da07949564", "repo": "11ty/eleventy", "hash": "650a5ef2d60cbe9ce602bf2c602d06ec4317bc0f", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-29T21:26:29-06:00", "subject": "Okay, this should actually fix #14. Move off of my custom fork of ejs.", "files_changed"...
Repo: 11ty/eleventy Commit: 08aea17abf2f4bce8f839febf57a1190c097d30f Author: Zach Leatherman Date: 2017-12-30T13:30:06-06:00 Files: 1 (+0/-0) Message: Flag in readme for #15
{ "id": "9a2bc8688216", "repo": "11ty/eleventy", "hash": "08aea17abf2f4bce8f839febf57a1190c097d30f", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2017-12-30T13:30:06-06:00", "subject": "Flag in readme for #15", "files_changed": 1, "insertions": 0, "deletions": 0, "cod...
Repo: 11ty/eleventy Commit: e17cf3afbb7aec02b7a639f8ff6457a343dfa181 Author: Zach Leatherman Date: 2018-01-03T07:03:30-06:00 Files: 3 (+0/-0) Message: Renames to Layout to `TemplateLayout` for consistency.
{ "id": "c95a94155b04", "repo": "11ty/eleventy", "hash": "e17cf3afbb7aec02b7a639f8ff6457a343dfa181", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2018-01-03T07:03:30-06:00", "subject": "Renames to Layout to `TemplateLayout` for consistency.", "files_changed": 3, "insertio...
Repo: 11ty/eleventy Commit: 64fd98bebc6e20633e9fb6adaa19a41baf7b4386 Author: Zach Leatherman Date: 2018-01-03T20:19:46-06:00 Files: 3 (+0/-0) Message: Now relies exclusively on .eleventyignore for ignoring files. Underscore files get processed. Underscore ignores are unintuitive and confusing, per my experience and co...
{ "id": "e8b6ccf76675", "repo": "11ty/eleventy", "hash": "64fd98bebc6e20633e9fb6adaa19a41baf7b4386", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2018-01-03T20:19:46-06:00", "subject": "Now relies exclusively on .eleventyignore for ignoring files. Underscore files get process...
Repo: 11ty/eleventy Commit: ea39e5af1373e7268e11ccae8653180e0f60fbf2 Author: Zach Leatherman Date: 2018-01-03T20:45:26-06:00 Files: 9 (+0/-0) Message: Start of collections
{ "id": "0c00ccb23979", "repo": "11ty/eleventy", "hash": "ea39e5af1373e7268e11ccae8653180e0f60fbf2", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2018-01-03T20:45:26-06:00", "subject": "Start of collections", "files_changed": 9, "insertions": 0, "deletions": 0, "code_...
Repo: 11ty/eleventy Commit: c0da554770eedf6de73a69d02c4b9e7e1f74b3a0 Author: Zach Leatherman Date: 2018-01-04T08:01:39-06:00 Files: 1 (+0/-0) Message: Switch to class syntax
{ "id": "bb10d23aaf7b", "repo": "11ty/eleventy", "hash": "c0da554770eedf6de73a69d02c4b9e7e1f74b3a0", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2018-01-04T08:01:39-06:00", "subject": "Switch to class syntax", "files_changed": 1, "insertions": 0, "deletions": 0, "cod...
Repo: 11ty/eleventy Commit: 3476284f9f0f2116632c256db66de2aad6602891 Author: Zach Leatherman Date: 2018-01-04T08:19:55-06:00 Files: 6 (+0/-0) Message: Surely it was not I that used var instead of let
{ "id": "e28219ea5352", "repo": "11ty/eleventy", "hash": "3476284f9f0f2116632c256db66de2aad6602891", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2018-01-04T08:19:55-06:00", "subject": "Surely it was not I that used var instead of let", "files_changed": 6, "insertions": 0...
Repo: 11ty/eleventy Commit: 009999481cb311bbb8d9347ca464d9fe62f2796c Author: Zach Leatherman Date: 2018-01-04T08:24:01-06:00 Files: 3 (+0/-0) Message: Adds `renderData` front matter test
{ "id": "e327ce09daa1", "repo": "11ty/eleventy", "hash": "009999481cb311bbb8d9347ca464d9fe62f2796c", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2018-01-04T08:24:01-06:00", "subject": "Adds `renderData` front matter test", "files_changed": 3, "insertions": 0, "deletion...
Repo: 11ty/eleventy Commit: e36f40df7ad0851759a5815ede3941c6bcfa46b2 Author: Zach Leatherman Date: 2018-01-04T20:21:40-06:00 Files: 6 (+0/-0) Message: Work in progress, collections
{ "id": "aa1b27716f33", "repo": "11ty/eleventy", "hash": "e36f40df7ad0851759a5815ede3941c6bcfa46b2", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2018-01-04T20:21:40-06:00", "subject": "Work in progress, collections", "files_changed": 6, "insertions": 0, "deletions": 0,...
Repo: 11ty/eleventy Commit: f29ac3b6b7647f44895a9a810707e0281d00ed59 Author: Zach Leatherman Date: 2018-01-04T21:50:36-06:00 Files: 1 (+0/-0) Message: Use package.json engines.node for compatibility check.
{ "id": "743aaa8607af", "repo": "11ty/eleventy", "hash": "f29ac3b6b7647f44895a9a810707e0281d00ed59", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2018-01-04T21:50:36-06:00", "subject": "Use package.json engines.node for compatibility check.", "files_changed": 1, "insertio...
Repo: 11ty/eleventy Commit: 41e69976496b9cb2b2f7c40b5a4080b43537a4c8 Author: Zach Leatherman Date: 2018-01-05T08:29:17-06:00 Files: 2 (+0/-0) Message: Allows HTML to output without escaping in markdown render. (Option to markdown-it)
{ "id": "096119f032a0", "repo": "11ty/eleventy", "hash": "41e69976496b9cb2b2f7c40b5a4080b43537a4c8", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2018-01-05T08:29:17-06:00", "subject": "Allows HTML to output without escaping in markdown render. (Option to markdown-it)", "fi...
Repo: 11ty/eleventy Commit: 7ffc7a278333f10c63bdc648a58b966126c93d2e Author: Zach Leatherman Date: 2018-01-05T08:45:52-06:00 Files: 7 (+0/-0) Message: Working collections! #17
{ "id": "e8e5802bb56e", "repo": "11ty/eleventy", "hash": "7ffc7a278333f10c63bdc648a58b966126c93d2e", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2018-01-05T08:45:52-06:00", "subject": "Working collections! #17", "files_changed": 7, "insertions": 0, "deletions": 0, "c...
Repo: 11ty/eleventy Commit: 81d71d58127b5c313e93203e743f9cf722880ef9 Author: Zach Leatherman Date: 2018-01-05T23:37:43-06:00 Files: 3 (+0/-0) Message: Allows tags to be a string or any array of strings
{ "id": "50aea2ec3361", "repo": "11ty/eleventy", "hash": "81d71d58127b5c313e93203e743f9cf722880ef9", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2018-01-05T23:37:43-06:00", "subject": "Allows tags to be a string or any array of strings", "files_changed": 3, "insertions":...
Repo: 11ty/eleventy Commit: eec14bfd5dc6b149d020965b6508f0756d4f967c Author: Zach Leatherman Date: 2018-01-07T14:42:42-06:00 Files: 3 (+0/-0) Message: Create a collection for every tag used on any template.
{ "id": "1283860a9cc7", "repo": "11ty/eleventy", "hash": "eec14bfd5dc6b149d020965b6508f0756d4f967c", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2018-01-07T14:42:42-06:00", "subject": "Create a collection for every tag used on any template.", "files_changed": 3, "inserti...
Repo: 11ty/eleventy Commit: ed2d1c8ea1e309b6bd201b60d39cb4572fbbbcac Author: Zach Leatherman Date: 2018-01-07T21:33:26-06:00 Files: 3 (+0/-0) Message: Pluralize word utility
{ "id": "fe11ae209aed", "repo": "11ty/eleventy", "hash": "ed2d1c8ea1e309b6bd201b60d39cb4572fbbbcac", "author": "Zach Leatherman", "email": "zachleatherman@gmail.com", "date": "2018-01-07T21:33:26-06:00", "subject": "Pluralize word utility", "files_changed": 3, "insertions": 0, "deletions": 0, "cod...