corsonr / fredo

A free, open source WordPress theme used on my site.

Home Page:https://remicorson.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fredo: A simple and clean WordPress theme

A free, open source WordPress theme, will be soon available. You used to see it as a demo on my site: https://remicorson.com

Fredo, simple & clean WordPress theme

Is Fredo performant?

Well it seems so. Check the lighthouse report:

Fredo, simple & clean WordPress theme

Why calling it "Fredo"?

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 ;-)

Fredo is using Milligram

Milligram a minimalist CSS framework built by CJ Patoilo. Well, to be honest, Fredo is using a modified version of Milligram, with more components.

How to compile SASS?

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.

  1. Open the terminal.
  2. Type cd and drag n drop the fredo folder to the terminal window, and hit enter.
  3. Type sass --sourcemap=none --style compressed --watch _sass:css and hit enter.
  4. Start modifying _style.sass.

Questions? Check the Wiki

If you have any questions on how to use the theme, please check the wiki.

About

A free, open source WordPress theme used on my site.

https://remicorson.com

License:GNU General Public License v3.0


Languages

Language:PHP 48.2%Language:Sass 44.3%Language:HTML 6.2%Language:CSS 1.3%