dynamic content

This commit is contained in:
randogoth 2023-05-23 21:32:01 +03:00
parent eb8fdb1a46
commit 651becfb6b
4 changed files with 47 additions and 1 deletions

View file

@ -25,3 +25,5 @@ PLUGIN_PATHS = ["../plugin"]
PLUGINS = ['micron']
THEME = '../theme'
MICRON_PATH = 'output/micron'
STATIC_PATHS = ['../scripts/helloworld.mu']
EXTRA_PATH_METADATA = {'../scripts/helloworld.mu': {'path': 'micron/helloworld.mu'},}