Skip to content

corsonr/fredo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4bf5811 · Dec 30, 2023

History

35 Commits
Nov 21, 2018
Nov 15, 2018
Nov 12, 2018
Nov 6, 2018
Nov 1, 2018
Nov 1, 2018
Dec 30, 2023
Nov 2, 2018
Nov 4, 2018
Dec 4, 2018
Nov 4, 2018
Nov 12, 2018
Nov 4, 2018
Nov 15, 2018
Nov 16, 2018
Nov 4, 2018
Nov 4, 2018
Nov 6, 2018
Nov 2, 2018
Nov 2, 2018
Nov 15, 2018
Nov 2, 2018

Repository files navigation

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.