From d73107453b7f296068aa0f4d1663d7a2d787426e Mon Sep 17 00:00:00 2001 From: cube Date: Thu, 28 May 2026 01:20:39 +0000 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b13b51c..62dbb95 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,9 @@ THEMES_FOLDER = 'myriad/static/themes' # all the theme css files are here TMP_FOLDER = 'myriad/static/tmp' # required for exports SYSTEM_NAME = 'Myriad' # will be shown in the title bar PAGES_NAME = 'Read More...' # will be shown in the nav bar if using custom pages +HOMEPAGE = """ +Welcome to the demo of Myriad! +""" SECRET_KEY = "dev" # CHANGE THIS - see wiki for details ```