-
-
Notifications
You must be signed in to change notification settings - Fork 237
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: better PWA, more responsive, better description
- Loading branch information
Showing
21 changed files
with
164 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
--- | ||
layout: playground | ||
title: Playground | ||
description: An online code editor to try out and share Liquid templates | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
{ | ||
"short_name": "LiquidJS", | ||
"name": "LiquidJS", | ||
"description": "LiquidJS 是一个简单的、安全的、兼容 Shopify 的、纯 JavaScript 编写的模板引擎。", | ||
"icons": [ | ||
{ | ||
"src": "/icon/apple-touch-icon-57x57.png", | ||
"type": "image/png", | ||
"sizes": "57x57" | ||
}, | ||
{ | ||
"src": "/icon/favicon-96x96.png", | ||
"type": "image/png", | ||
"sizes": "96x96" | ||
}, | ||
{ | ||
"src": "/icon/favicon-196x196.png", | ||
"type": "image/png", | ||
"sizes": "196x196" | ||
}, | ||
{ | ||
"src": "/icon/apple-touch-icon.png", | ||
"type": "image/png", | ||
"sizes": "512x512" | ||
} | ||
], | ||
"shortcuts" : [ | ||
{ | ||
"name": "教程", | ||
"url": "/zh-cn/tutorials/intro-to-liquid.html", | ||
"description": "一系列描述如何使用 LiquidJS 的文章" | ||
}, | ||
{ | ||
"name": "标签", | ||
"url": "/zh-cn/tags/overview.html", | ||
"description": "每个 Liquid 标签的描述和示例" | ||
}, | ||
{ | ||
"name": "过滤器", | ||
"url": "/zh-cn/filters/overview.html", | ||
"description": "每个 Liquid 过滤器的描述和示例" | ||
}, | ||
{ | ||
"name": "演示", | ||
"url": "/zh-cn/playground.html", | ||
"description": "一个用来尝试和分享 Liquid 模板的在线编辑器" | ||
}, | ||
{ | ||
"name": "API", | ||
"url": "/zh-cn/api/classes/liquid_.liquid.html", | ||
"description": "LiquidJS 类和接口的 TypeScript 文档" | ||
} | ||
], | ||
"start_url": "/zh-cn", | ||
"display": "standalone", | ||
"theme_color": "#0f83ce", | ||
"background_color": "#0f83ce" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
--- | ||
layout: playground | ||
title: 演示 | ||
description: 一个用来尝试和分享 Liquid 模板的在线编辑器 | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters