Merge branch 'master' of https://tea.cubes.link/cube/myriad
This commit is contained in:
@@ -31,6 +31,9 @@ THEMES_FOLDER = 'myriad/static/themes' # all the theme css files are here
|
|||||||
TMP_FOLDER = 'myriad/static/tmp' # required for exports
|
TMP_FOLDER = 'myriad/static/tmp' # required for exports
|
||||||
SYSTEM_NAME = 'Myriad' # will be shown in the title bar
|
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
|
PAGES_NAME = 'Read More...' # will be shown in the nav bar if using custom pages
|
||||||
|
HOMEPAGE = """
|
||||||
|
<marquee>Welcome to the demo of Myriad!</marquee>
|
||||||
|
"""
|
||||||
SECRET_KEY = "dev" # CHANGE THIS - see wiki for details
|
SECRET_KEY = "dev" # CHANGE THIS - see wiki for details
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user