{"id":13612241,"url":"https://github.com/gemfarmer/jekyll-liquify","last_synced_at":"2025-09-27T06:30:44.258Z","repository":{"id":46142879,"uuid":"100976011","full_name":"gemfarmer/jekyll-liquify","owner":"gemfarmer","description":"A Jekyll filter that parses Liquid from front matter","archived":false,"fork":false,"pushed_at":"2023-12-28T03:59:42.000Z","size":9,"stargazers_count":36,"open_issues_count":5,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-24T15:19:35.272Z","etag":null,"topics":["filter","jekyll","liquid"],"latest_commit_sha":null,"homepage":"https://rubygems.org/gems/jekyll-liquify","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gemfarmer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-08-21T17:23:06.000Z","updated_at":"2024-06-09T23:48:44.263Z","dependencies_parsed_at":"2023-11-26T05:23:06.182Z","dependency_job_id":"b11cf86d-60c4-4970-a1c5-3caa0f73fd85","html_url":"https://github.com/gemfarmer/jekyll-liquify","commit_stats":{"total_commits":4,"total_committers":2,"mean_commits":2.0,"dds":0.25,"last_synced_commit":"92b6b5b114fb13a5ef1e6fea8d71aaa7731ee551"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemfarmer%2Fjekyll-liquify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemfarmer%2Fjekyll-liquify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemfarmer%2Fjekyll-liquify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemfarmer%2Fjekyll-liquify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gemfarmer","download_url":"https://codeload.github.com/gemfarmer/jekyll-liquify/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234400178,"owners_count":18826228,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["filter","jekyll","liquid"],"created_at":"2024-08-01T20:00:25.465Z","updated_at":"2025-09-27T06:30:44.253Z","avatar_url":"https://github.com/gemfarmer.png","language":"Ruby","funding_links":[],"categories":["Text Filters"],"sub_categories":[],"readme":"# Jekyll Liquify\n\nA Jekyll filter that can parse Liquid in front matter\n\n[![Gem Version](https://img.shields.io/gem/v/jekyll-liquify.svg)](https://rubygems.org/gems/jekyll-liquify)\n\n[![Rubocop](https://github.com/kigster/jekyll-liquify/actions/workflows/rubocop.yml/badge.svg)](https://github.com/gemfarmer/jekyll-liquify/actions/workflows/rubocop.yml)\n\n[![RSpec](https://github.com/kigster/jekyll-liquify/actions/workflows/ruby.yml/badge.svg)](https://github.com/gemfarmer/jekyll-liquify/actions/workflows/ruby.yml)\n\n## Usage\n\n1. Add `gem 'jekyll-liquify'` to your site's Gemfile and run `bundle`\n2. Add the following to your site's `_config.yml`:\n\n```yml\ngems:\n  - jekyll-liquify\n```\n\nTo use in your project, add liquid tags to front matter and use the `liquify` filter to parse it:\n\n**example.md**\n\n```\n---\ntitle: Welcome to {{ page.title_variable }}\ntitle_variable: example\n---\n\n# Welcome to {{ title | liquify }}!\n\n\u003c!-- This will output the following --\u003e\n\u003e\u003e \u003ch1\u003eWelcome to example!\u003c/h1\u003e\n```\n\nYou can use it in conjunction with `markdownify`, but `liquify` has to go first:\n\n**example.md**\n\n```\n---\ntitle: Welcome to **{{ page.title_variable }}**\ntitle_variable: example\n---\n\n# Welcome to {{ title | liquify | markdownify }}!\n\n\u003c!-- This will output the following --\u003e\n\u003e\u003e \u003ch1\u003eWelcome to \u003cstrong\u003eexample\u003c/strong\u003e!\u003c/h1\u003e\n```\n\n## Testing\n\n1. `script/bootstrap`\n2. `script/cibuild`\n\n## Contributing\n\n1. Fork the project\n2. Create a descriptively named feature branch\n3. Add your feature\n4. Submit a pull request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgemfarmer%2Fjekyll-liquify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgemfarmer%2Fjekyll-liquify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgemfarmer%2Fjekyll-liquify/lists"}