mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-26 13:45:15 -07:00
docs: update README
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
# These are supported funding model platforms
|
# These are supported funding model platforms
|
||||||
|
|
||||||
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
|
# github: harttle
|
||||||
patreon: # Replace with a single Patreon username
|
patreon: harttle
|
||||||
open_collective: liquidjs
|
open_collective: liquidjs
|
||||||
ko_fi: # Replace with a single Ko-fi username
|
ko_fi: # Replace with a single Ko-fi username
|
||||||
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
|
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
|
||||||
|
|||||||
@@ -12,10 +12,11 @@
|
|||||||
[](https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#commits)
|
[](https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#commits)
|
||||||
[](https://github.com/harttle/liquidjs)
|
[](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.
|
**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)!
|
> Version 9 has published, [see how to migrate to 9.0.0](https://github.com/harttle/liquidjs/wiki/Migrate-to-9)!
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "liquidjs",
|
"name": "liquidjs",
|
||||||
"version": "9.11.3",
|
"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",
|
"main": "dist/liquid.cjs.js",
|
||||||
"es2015": "dist/liquid.esm.js",
|
"es2015": "dist/liquid.esm.js",
|
||||||
"browser": "dist/liquid.js",
|
"browser": "dist/liquid.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user