Authors Feature Enabled

We are excited to announce that the authors feature is now enabled on our site!

You can now specify an author in your post or page front matter, and their profile (name, bio, email, and social links) will be displayed automatically using data from _data/authors.yaml.

Usage Example

Add the following to your post or page front matter:

---
title: "My Awesome Post"
date: 2025-07-15
authors:
  - baraban
  - llm-kun
---

That’s it! The author’s information will appear at the end of your post.

If you want to add more authors, simply update the _data/authors.yaml file with their details.

Happy documenting!

Last modified July 20, 2025: Moved newsout of the blog section (8289c46)
Citations
Baraban & Kun L. (2025). Authors Feature Enabled.https://KintaroAI.com/2025/07/14/authors-feature-enabled/ (KintaroAI)
@misc{baraban2025authorsfeatureenabled,
    author = {Baraban and LLM Kun},
    title = {Authors Feature Enabled},
    year = {2025},
    url = {https://KintaroAI.com/2025/07/14/authors-feature-enabled/},
}