diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index c7c314727..ea71f36ae 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,7 +1,7 @@ # These are supported funding model platforms -github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] -patreon: # Replace with a single Patreon username +# github: harttle +patreon: harttle open_collective: liquidjs ko_fi: # Replace with a single Ko-fi username tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel diff --git a/README.md b/README.md index 7e7d319c0..0ff826341 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,11 @@ [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#commits) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/harttle/liquidjs) -A [shopify][shopify/liquid] compatible [Liquid][tutorial] template engine in pure JavaScript. +A simple, expressive, safe and [shopify][shopify/liquid] compatible template engine in pure JavaScript. **The purpose of this repo** is to provide a standard Liquid implementation for the JavaScript community. -All features, filters and tags in [shopify/liquid](https://github.com/Shopify/liquid) are supposed to be built in LiquidJS, -though there are still some differences and limitations (see below). + +* [Jekyll sites](https://jekyllrb.com), [Github Pages](https://pages.github.com/) and [Shopify templates](https://themes.shopify.com/) can be ported to Node.js without pain. +* All features, filters and tags in [shopify/liquid](https://github.com/Shopify/liquid) are supposed to be built in LiquidJS, though there are still some differences and limitations (see below). > Version 9 has published, [see how to migrate to 9.0.0](https://github.com/harttle/liquidjs/wiki/Migrate-to-9)! diff --git a/package.json b/package.json index 38e2b516f..668c39397 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "liquidjs", "version": "9.11.3", - "description": "Liquid template engine by pure JavaScript: compatible to shopify, easy to extend.", + "description": "A simple, expressive, safe and shopify compatible template engine in pure JavaScript.", "main": "dist/liquid.cjs.js", "es2015": "dist/liquid.esm.js", "browser": "dist/liquid.js",