Split sites

This commit is contained in:
Bottersnike 2023-05-30 00:27:24 +01:00
parent a3ed5e3050
commit 833eca29d3
Signed by: Bottersnike
SSH Key Fingerprint: SHA256:3g0ghwd4dNX1k1RX8qazbiT+3RIYn/daeBevHZVCiU0
33 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ TOC_HTAG_LEVELS = {"1", "2"}
HOST = "https://bsnk.me"
TEMPLATES = "templates"
PAGES_BASE = "pages"
PAGES_BASE = os.environ.get("EA_PROOT", "pages")
STATIC = ["images", "static", "mice"]
ROOT = os.environ.get("EA_ROOT", "")
@ -73,7 +73,7 @@ SEGA_CONTENTS = {
}),
}
CONTENTS = {
"": EAMUSE_CONTENTS,
"eamuse": EAMUSE_CONTENTS,
"sega": SEGA_CONTENTS
}