Split sites
This commit is contained in:
parent
a3ed5e3050
commit
833eca29d3
4
docs.py
4
docs.py
@ -27,7 +27,7 @@ TOC_HTAG_LEVELS = {"1", "2"}
|
|||||||
|
|
||||||
HOST = "https://bsnk.me"
|
HOST = "https://bsnk.me"
|
||||||
TEMPLATES = "templates"
|
TEMPLATES = "templates"
|
||||||
PAGES_BASE = "pages"
|
PAGES_BASE = os.environ.get("EA_PROOT", "pages")
|
||||||
STATIC = ["images", "static", "mice"]
|
STATIC = ["images", "static", "mice"]
|
||||||
|
|
||||||
ROOT = os.environ.get("EA_ROOT", "")
|
ROOT = os.environ.get("EA_ROOT", "")
|
||||||
@ -73,7 +73,7 @@ SEGA_CONTENTS = {
|
|||||||
}),
|
}),
|
||||||
}
|
}
|
||||||
CONTENTS = {
|
CONTENTS = {
|
||||||
"": EAMUSE_CONTENTS,
|
"eamuse": EAMUSE_CONTENTS,
|
||||||
"sega": SEGA_CONTENTS
|
"sega": SEGA_CONTENTS
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user