| title | layout | nav_order | description |
|---|---|---|---|
Articles |
default |
99 |
Articles and updates about guide-LLiMes |
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 %}