Blog is an essential part of many websites and Livemark provides it as well. To activate the blog feature:
blog folder in the project's root directoryblog/2021-09-01-article.md- path: blog/indexIt's possible to customize an article using frontmatter:
blog/2021-09-01-article.md
blog:
  author: John Doe
  image: ../assets/example.png
See Blog as an example.
To enable comments for a specific article you need to provide frontmatter with Disqus id and a canonical website link:
article.md
comments:
  code: livemark
  link: https://livemark.frictionlessdata.io
It's possible to enable comments for all the pages using project config:
livemark.yaml
comments:
  code: livemark
  link: https://livemark.frictionlessdata.io
See Forum as an example.