Skip to content

Instantly share code, notes, and snippets.

View sionta's full-sized avatar
💭
long holiday

Andre Attamimi sionta

💭
long holiday
  • 09:08 (UTC +09:00)
View GitHub Profile
@sionta
sionta / transclude.rb
Created February 5, 2025 07:34
Jekyll Transclude Plugin
# frozen_string_literal: true
#
# Jekyll Transclude Plugin
#
# This plugin allows you to include content from files located in the `_includes` directory
# with dynamic parameters and block content. Use the `{% transclude %}` Liquid tag to utilize this feature.
#
# Features:
# - Supports passing block content via `include.content`.