From 1aa22267db59dfdcdfa4ac0fca42e0b0a0ea1dad Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Sun, 7 May 2023 16:46:04 +0800 Subject: [PATCH] docs: refine description.md Signed-off-by: Ryan Wang --- apps/halo/config.json | 7 ++++--- apps/halo/docker-compose.yml | 2 +- apps/halo/metadata/description.md | 10 ++++++++-- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/apps/halo/config.json b/apps/halo/config.json index 0c5a9b12..6dd4bbd4 100644 --- a/apps/halo/config.json +++ b/apps/halo/config.json @@ -2,13 +2,14 @@ "$schema": "../schema.json", "name": "Halo", "available": true, + "exposable": true, "port": 8092, "id": "halo", - "description": "", "tipi_version": 1, - "version": "2.4.2", + "version": "2.5.2", + "description": "Halo is a powerful and easy-to-use open source website building tool.", + "short_desc": "Halo - Open source website building tool.", "categories": ["social", "media"], - "short_desc": "", "author": "halo-dev", "source": "https://github.com/halo-dev/halo", "website": "https://halo.run", diff --git a/apps/halo/docker-compose.yml b/apps/halo/docker-compose.yml index 95831132..e16274c4 100644 --- a/apps/halo/docker-compose.yml +++ b/apps/halo/docker-compose.yml @@ -2,7 +2,7 @@ version: "3" services: halo: - image: halohub/halo:2.4.2 + image: halohub/halo:2.5.2 container_name: halo restart: unless-stopped depends_on: diff --git a/apps/halo/metadata/description.md b/apps/halo/metadata/description.md index d768e997..b0d32d56 100644 --- a/apps/halo/metadata/description.md +++ b/apps/halo/metadata/description.md @@ -1,3 +1,9 @@ -# Halo +# Open source website building tool -Repo: +[Halo](https://github.com/halo-dev/halo) is a powerful and easy-to-use open source website building tool, with rich themes and plugins to help you build the ideal site in your mind. + +## Links + +- Repository: +- Awesome Halo: +- Homepage: \ No newline at end of file