Closed camjac251 closed 4 years ago
I'm also wondering this, do you set it up like:
'themes' => '/indexer/css/themes/pelagic.css',
or
'themes' => 'pelagic.css',
Would it be possible to not squash your commits on the develop branch? I wanted to go back and see only the theme commit but am unable to with them all as one.
I can't understand the themes feature. I added the path to the folder in the config but there's no way to change the theme on the page.
There should be a drop down menu that you can toggle in the top right corner where you can set settings like themes etc. And squashing the commits shouldn't be an issue as you can still see the individual commits if you go to the pull request.
I'm also wondering this, do you set it up like:
'themes' => '/indexer/css/themes/pelagic.css',
or
'themes' => 'pelagic.css',
'themes' => '/indexer/css/themes/
is how you would set it in this case, then the script will take any .css
files from that directory and treat them as separate themes.
I'll close this now as there have been no more questions. Feel free to submit a new issue if you have any other issues, or if you have any questions.
Would it be possible to not squash your commits on the develop branch? I wanted to go back and see only the theme commit but am unable to with them all as one.
I can't understand the themes feature. I added the path to the folder in the config but there's no way to change the theme on the page.