From: Justin Wind Date: Sat, 15 Jan 2022 23:29:07 +0000 (-0800) Subject: add a screenshot to readme X-Git-Tag: v1.3.4^2~2 X-Git-Url: http://git.squeep.com/?p=websub-hub;a=commitdiff_plain;h=747b34b538d7bf113da5f1fb90a7af324034df33 add a screenshot to readme --- diff --git a/README.md b/README.md index a26d4a6..cd5939e 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,10 @@ Database table initialization and schema version migrations are automated. Conf A user will need to be created in order to view the `/admin` pages; the `bin/authAddUser.js` script will do this. -An IndieAuth profile may be used to view any topics associated with that profile. - The bundled logger spews JSON to stdout. +An IndieAuth profile may be used to view any topics associated with that profile. +![IndieAuth view of topics](./documentation/media/topics-indieauth.png) ### Quickstart Example One way of deploying this server is behind nginx, with the pm2 package to manage the server process, and a local postgres database. Some details on this are presented here as a rough guide to any parts of this stack which may be unfamiliar. diff --git a/documentation/media/topics-indieauth.png b/documentation/media/topics-indieauth.png new file mode 100644 index 0000000..fff3bc9 Binary files /dev/null and b/documentation/media/topics-indieauth.png differ