diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fe1e5cc..7325f11 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,6 +29,8 @@ build: - cp -pr env/lib/python*/site-packages/remarkbox_westworld/static/* env/static # Copy static assets to env/static for meta theme. - cp -pr env/lib/python*/site-packages/remarkbox_theme_meta/static/* env/static + # Copy static assets to env/static for chaostheory theme. + - cp -pr env/lib/python*/site-packages/remarkbox_chaostheory/static/* env/static # Make tarball of the static files. - cp -pr env/static static - tar -zcf static.tar.gz static diff --git a/requirements.py3.txt b/requirements.py3.txt index 1d5b628..761fa50 100644 --- a/requirements.py3.txt +++ b/requirements.py3.txt @@ -51,6 +51,9 @@ miniuri # the official Remarkbox "meta" theme. remarkbox-theme-meta @ git+ssh://git@git.unturf.com:2222/engineering/remarkbox/remarkbox-theme-meta.git +# chaostheory theme (foxhop.net). +remarkbox-theme-chaostheory @ git+ssh://git@git.unturf.com:2222/engineering/remarkbox/remarkbox-theme-chaostheory.git + # another example theme. #git+https://github.com/russellballestrini/remarkbox-westworld.git#egg-remarkbox-westworld #git+https://git.unturf.com/engineering/remarkbox/remarkbox-westworld.git#egg-remarkbox-westworld