• Stars
    star
    185
  • Rank 207,510 (Top 5 %)
  • Language
    PHP
  • License
    The Unlicense
  • Created over 11 years ago
  • Updated 11 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A starting point for new Genesis projects. Built for Genesis 3.* and WordPress 5.*+.

Bones for Genesis 2.0

Built for Genesis 3.* and WordPress 5.*.

A starting point for new Genesis projects. This is a starter child theme, not a dependency. Clone it. Fork it. Hack it for your own projects. Build cool things on the web.

Issues and pull requests are welcome and will be addressed.

To Get Started

You'll need Node.js.

git clone https://github.com/cdukes/bones-for-genesis-2-0.git genesis-bfg
cd genesis-bfg
composer install && npm install

Watch:

npm run watch

Build:

npm run build

All functions are prefixed with bfg. Do a find-and-replace to align the these function names to your project's prefix.'

More Repositories