Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 767 Bytes

File metadata and controls

32 lines (28 loc) · 767 Bytes
title layout nav_order description
Articles
default
99
Articles and updates about guide-LLiMes

Articles

Updates, tutorials, and thoughts on building effective LLM guidelines.

{% assign posts = site.posts | sort: date | reverse %} {% for post in posts %}

{{ post.date | date: "%B %d, %Y" }} {% if post.author %} · {{ post.author }} {% endif %}
{% if post.excerpt %}

{{ post.excerpt | strip_html | truncatewords: 40 }}

{% endif %} {% endfor %}

{% if posts.size == 0 %}

No articles yet. Check back soon!

{% endif %}