mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-20 06:50:47 -07:00
docs: update description of LiquidJS
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
[](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 simple, expressive, safe and [Shopify][shopify/liquid] compatible template engine in pure JavaScript.
|
A simple, expressive and safe [Shopify][shopify/liquid] / Github Pages compatible template engine in pure JavaScript.
|
||||||
**The purpose of this repo** is to provide a standard Liquid implementation for the JavaScript community so that [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.
|
**The purpose of this repo** is to provide a standard Liquid implementation for the JavaScript community so that [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.
|
||||||
|
|
||||||
* [Documentation][doc]
|
* [Documentation][doc]
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
title: LiquidJS
|
title: LiquidJS
|
||||||
subtitle: "A simple, expressive and safe template engine."
|
subtitle: "A simple, expressive and safe template engine."
|
||||||
description: "LiquidJS is a simple, expressive and safe template engine."
|
description: "LiquidJS is a simple, expressive and safe Shopify / Github Pages compatible template engine in pure JavaScript."
|
||||||
author: Harttle
|
author: Harttle
|
||||||
language: en
|
language: en
|
||||||
timezone: UTC
|
timezone: UTC
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
layout: index
|
layout: index
|
||||||
description: LiquidJS is a simple, expressive and safe template engine.
|
description: LiquidJS is a simple, expressive and safe Shopify / Github Pages compatible template engine in pure JavaScript.
|
||||||
subtitle: A simple, expressive and safe template engine.
|
subtitle: A simple, expressive and safe template engine.
|
||||||
---
|
---
|
||||||
ul#intro-feature-list
|
ul#intro-feature-list
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
title: Introduction to Liquid Template Language
|
title: Introduction to Liquid Template Language
|
||||||
---
|
---
|
||||||
|
|
||||||
LiquidJS is a simple, expressive, safe and shopify compatible template engine in pure JavaScript. The purpose of this repo is to provide a standard Liquid implementation for the JavaScript community. Liquid is originally implemented in Ruby and used by Github Pages, Jekyll and Shopify, see [Differences with Shopify/liquid][diff].
|
LiquidJS is a simple, expressive and safe [Shopify][shopify/liquid] / Github Pages compatible template engine in pure JavaScript. The purpose of this repo is to provide a standard Liquid implementation for the JavaScript community. Liquid is originally implemented in Ruby and used by Github Pages, Jekyll and Shopify, see [Differences with Shopify/liquid][diff].
|
||||||
|
|
||||||
LiquidJS syntax is relatively simple. There're 2 types of markups in LiquidJS:
|
LiquidJS syntax is relatively simple. There're 2 types of markups in LiquidJS:
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
layout: index
|
layout: index
|
||||||
description: LiquidJS is a simple, expressive and safe template engine.
|
description: LiquidJS 是一个纯 JavaScript 实现的,简洁的、安全的模板引擎,兼容 Shopify / Github Pages。
|
||||||
subtitle: 简单安全的 Liquid 模板引擎
|
subtitle: 简单安全的 Liquid 模板引擎
|
||||||
---
|
---
|
||||||
ul#intro-feature-list
|
ul#intro-feature-list
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "liquidjs",
|
"name": "liquidjs",
|
||||||
"version": "9.25.1",
|
"version": "9.25.1",
|
||||||
"description": "A simple, expressive, safe and Shopify compatible template engine in pure JavaScript.",
|
"description": "A simple, expressive and safe Shopify / Github Pages compatible template engine in pure JavaScript.",
|
||||||
"main": "dist/liquid.node.cjs.js",
|
"main": "dist/liquid.node.cjs.js",
|
||||||
"module": "dist/liquid.node.esm.js",
|
"module": "dist/liquid.node.esm.js",
|
||||||
"es2015": "dist/liquid.browser.esm.js",
|
"es2015": "dist/liquid.browser.esm.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user