You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then marmite checks if folder input_folder/foobar exists, else exits with error.
Then static and templates folder must be resolved to be input_folder/{theme}/{static_path|templates_path}
Part 2
When running marmite folder --start-theme it will be required to pass a name --start-theme foobar
then the templates and static will be generated on foobar/
Also, the theme will be created from a very clean template NOT the examples theme.
The html itself will include documentation.
The text was updated successfully, but these errors were encountered:
Part 1:
When on config
Then marmite checks if folder
input_folder/foobar
exists, else exits with error.Then
static
andtemplates
folder must be resolved to beinput_folder/{theme}/{static_path|templates_path}
Part 2
When running
marmite folder --start-theme
it will be required to pass a name--start-theme foobar
then the
templates
andstatic
will be generated onfoobar/
Also, the theme will be created from a very clean template NOT the examples theme.
The html itself will include documentation.
The text was updated successfully, but these errors were encountered: