I followed the theme-skeleton
guide until step 6. and everything was fine until then.
It is installed according to the composer.lock
and it sits in the packages
folder.
However, in the dashboard > general data and files > main theme
it can not be selected.
My theme json looks like this:
{
"name": "Kegesch",
"description": "A simple theme skeleton",
"author": "Jonas",
"license": "MIT",
"version": "1.0.0",
"tooltips": {
"+main": "The main content of the page"
}
}
I am using automad in a docker container where i created the new theme in /root/dev/my-theme
and I am editing the theme via VS Code and the Dev Containers extension.
I also tried to install other themes to see if those work.
When installing the "bootstrap" theme via the dashboard, it failed with an error that the url
for the development repository /root/dev/my-theme
is invalid. Installing the bootstrap theme via composer
worked without any error and is also displayed in the dashboard.
So I must have overlooked something. Can you please point me in the right direction?