mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 04:10:40 -07:00
Align package.json, docs config, manifest, llms.txt, and AGENTS.md tagline to the README canonical description. Co-authored-by: Cursor <[email protected]>
37 lines
1.0 KiB
YAML
37 lines
1.0 KiB
YAML
title: LiquidJS
|
|
subtitle: "A simple, expressive, extensible Liquid template engine for JavaScript — Shopify, Jekyll and GitHub Pages compatible, for Node.js, browsers, and the CLI, with TypeScript support."
|
|
description: "A simple, expressive, extensible Liquid template engine for JavaScript — Shopify, Jekyll and GitHub Pages compatible, for Node.js, browsers, and the CLI, with TypeScript support."
|
|
author: Harttle
|
|
language: en
|
|
timezone: UTC
|
|
|
|
url: https://liquidjs.com
|
|
root: /
|
|
permalink: news/:year/:month/:day/:title/
|
|
relative_link: true
|
|
new_post_name: :year-:month-:day-:title.md # File name of new posts
|
|
post_asset_folder: true
|
|
per_page: 0
|
|
pretty_urls:
|
|
trailing_index: false
|
|
trailing_html: false
|
|
|
|
theme: navy
|
|
skip_render: "api/**"
|
|
ignore: "api/**"
|
|
include: "api/**"
|
|
syntax_highlighter: prismjs
|
|
prismjs:
|
|
preprocess: true
|
|
line_number: true
|
|
line_threshold: 0
|
|
tab_replace: ""
|
|
|
|
algolia:
|
|
applicationID: QJ35YOZTU4
|
|
apiKey: 8c6cbb824b4c5023f0bb2ef29e228bef
|
|
indexName: liquidjs
|
|
twitter: harttleharttle
|
|
github: harttle/liquidjs
|
|
oc: liquidjs
|