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
This might be related to this other known issue with the minima gem: #130 (comment)
I do also see multiple build warnings when build the site:
Conflict: The following destination is shared by multiple files.
The written file may end up with unexpected contents.
/Users/samuelvolin/Documents/polyglot-minima/_site/assets/main.css
- assets/main.scss
- assets/main.css.map
It nonetheless helps to include your own css for a project, rather than rely on the default css minima generates. If you save and commit the assets directory to your repo it should not get overwritten again by minima, and the theme should be applied properly I bet.
Using polyglot with theme minima isn't working properly, the style of the theme is not applied. See https://github.com/PanderMusubi/polyglot-minima for a minimal example. Run
./.run.sh
in order to see what is going wrong.The text was updated successfully, but these errors were encountered: