Solitude Docs

Recent Comments

Create the built-in recent-comment page from an active provider.

Create source/recentcomments/index.md. The page type is singular:

---
title: Recent Comments
type: recentcomment
banner: true
desc: Latest discussion
cover: /img/comments-cover.jpg
comment: false
aside: false
---
recent_comments:
  enable: true
  limit: 50
  cache: 0.2
  page: /recentcomments/

The first configured provider in comment.use supplies the data. Supported templates are Twikoo, Waline, Valine, and Artalk; Giscus does not provide this recent-comments view.