diff --git a/README.md b/README.md index 48c823a1..ee66135f 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,16 @@ Remark42 is a self-hosted, lightweight, and simple (yet functional) comment engi * Integration with automatic ssl (direct and via [nginx-le](https://github.com/umputun/nginx-le)) * [Privacy focused](#privacy) +[Demo site](https://remark42.com/demo/) available with all authentication methods, including email auth and anonymous access. + +
Screenshots + +Comments example: +![](https://github.com/umputun/remark/blob/master/screenshots/comments.png) + +For admin screenshots see [Admin UI wiki](https://github.com/umputun/remark/wiki/Admin-UI) +
+ # diff --git a/screenshots/admin-blocking.png b/screenshots/admin-blocking.png new file mode 100644 index 00000000..d5228b15 Binary files /dev/null and b/screenshots/admin-blocking.png differ diff --git a/screenshots/admin-delete.png b/screenshots/admin-delete.png new file mode 100644 index 00000000..05ab5d22 Binary files /dev/null and b/screenshots/admin-delete.png differ diff --git a/screenshots/admin-primary.png b/screenshots/admin-primary.png new file mode 100644 index 00000000..7aac9294 Binary files /dev/null and b/screenshots/admin-primary.png differ diff --git a/screenshots/admin-settings.png b/screenshots/admin-settings.png new file mode 100644 index 00000000..d5228b15 Binary files /dev/null and b/screenshots/admin-settings.png differ diff --git a/screenshots/comments.png b/screenshots/comments.png new file mode 100644 index 00000000..2d242e41 Binary files /dev/null and b/screenshots/comments.png differ