diff --git a/content/_index.md b/content/_index.md index 152c32b..6a33080 100644 --- a/content/_index.md +++ b/content/_index.md @@ -42,45 +42,43 @@ title = "Phel: A Functional Lisp Dialect for PHP Developers" Built for modern PHP development with functional programming principles -{% features() %} - -{% feature_card(title="Built on PHP Ecosystem", description="Runs on the PHP ecosystem with access to all existing libraries", icon='') %} -• Seamless PHP interoperability -• Access to Composer packages -• Familiar deployment patterns -{% end %} - -{% feature_card(title="Immutable Data Structures", description="Built-in persistent data structures like Lists, Vectors, Maps, and Sets", icon='') %} -• Structural sharing for performance -• Thread-safe by default -• Minimal, readable Lisp syntax -{% end %} - -{% feature_card(title="Macro System", description="Advanced metaprogramming capabilities for code generation", icon='') %} -• Powerful macro system -• Code as data philosophy -• Extensible language constructs -{% end %} - -{% feature_card(title="Interactive REPL", description="Interactive REPLs for iterating and prototyping", icon='') %} -• Live code evaluation -• Rapid prototyping -• Interactive development -{% end %} - -{% feature_card(title="Lisp-inspired Syntax", description="Clean, expressive, and easy to pick up syntax", icon='') %} -• Minimal, readable syntax -• Homoiconicity benefits -• Expressive and concise -{% end %} - -{% feature_card(title="Modern Tooling", description="Comprehensive development tools and ecosystem", icon='') %} -• Plugin support -• Package management -• Testing frameworks -{% end %} - -{% end %} +
+ {% feature_card(title="Built on PHP Ecosystem", description="Runs on the PHP ecosystem with access to all existing libraries", icon='') %} + • Seamless PHP interoperability + • Access to Composer packages + • Familiar deployment patterns + {% end %} + + {% feature_card(title="Immutable Data Structures", description="Built-in persistent data structures like Lists, Vectors, Maps, and Sets", icon='') %} + • Structural sharing for performance + • Thread-safe by default + • Minimal, readable Lisp syntax + {% end %} + + {% feature_card(title="Macro System", description="Advanced metaprogramming capabilities for code generation", icon='') %} + • Powerful macro system + • Code as data philosophy + • Extensible language constructs + {% end %} + + {% feature_card(title="Interactive REPL", description="Interactive REPLs for iterating and prototyping", icon='') %} + • Live code evaluation + • Rapid prototyping + • Interactive development + {% end %} + + {% feature_card(title="Lisp-inspired Syntax", description="Clean, expressive, and easy to pick up syntax", icon='') %} + • Minimal, readable syntax + • Homoiconicity benefits + • Expressive and concise + {% end %} + + {% feature_card(title="Modern Tooling", description="Comprehensive development tools and ecosystem", icon='') %} + • Plugin support + • Package management + • Testing frameworks + {% end %} +
diff --git a/templates/shortcodes/features.html b/templates/shortcodes/features.html deleted file mode 100644 index 0172bc7..0000000 --- a/templates/shortcodes/features.html +++ /dev/null @@ -1,4 +0,0 @@ -
- {{ body | safe }} -
-