A free, open source WordPress theme, will be soon available. You used to see it as a demo on my site: https://remicorson.com
Well it seems so. Check the lighthouse report:
Well, Fred is my father's name, and trust me, that man is really incredible. Highly inspiring. He's a multi ironman, a former professional football player, a known chef who who worked in the best Parisian restaurants etc... That's why I called that theme Fredo ;-)
Milligram a minimalist CSS framework built by CJ Patoilo. Well, to be honest, Fredo is using a modified version of Milligram, with more components.
Fredo is using sass for CSS. To add you own CSS code, you'll need to edit /assets/_sass/_style.sass
. That's the only file you'll need to edit unless you submit a pull request to modify components.
- Open the terminal.
- Type
cd
and drag n drop thefredo
folder to the terminal window, and hit enter. - Type
sass --sourcemap=none --style compressed --watch _sass:css
and hit enter. - Start modifying
_style.sass
.
If you have any questions on how to use the theme, please check the wiki.