diff --git a/README.md b/README.md index cad4871..48d331c 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,19 @@ -# Mastowall 0.2 +# Mastowall 1.0 Mastowall is a social wall application that displays posts from the [Mastodon](https://joinmastodon.org/) social network based on specified hashtags. It has been updated with new features to improve its usability and appearance. -image +image Try it live: [Mastowall for the BiblioCon conference]([https://rstockm.github.io/mastowall/?hashtags=111bibliocon,bibliocon,bibliocon23&server=https://openbiblio.social)) Use your own hashtags and server: -image +image + +JSON config file: + +image + ## Features @@ -27,6 +32,10 @@ Use your own hashtags and server: - **Navbar Hashtag Navigation:** Clicking on the hashtags in the navbar takes you to the form screen, allowing you to change the existing hashtags easily. +- **Navbar Color Customization:** The color of the navigation bar can now be customized via the `config.json` file. + +- **Including Replies:** By default, replies are excluded from the wall. However, this behavior can be changed by setting includeReplies to true in the `config.json` file. + ## Technology Stack Mastowall is built using the following technologies: