Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.
Eric Amundson edited this page Nov 6, 2016 · 2 revisions

Welcome to the bitsy wiki!

Why make another WordPress starter theme?

Truthfully, it's because I want to:

  • Learn
  • Practice
  • Have a screaming, small starter theme.

I like CodeKit. Do I have to use Grunt?

Absolutely not. I like automation task runners based on node.js, like Grunt and Gulp because they make it really easy to work as a distributed team.

If you're working alone, or just prefer CodeKit, knock yourself out.

Why are you using Grunt instead of Gulp? Gulp's faster, you know.

Yeah, yeah, yeah. I like Grunt and am more comfortable with it. I may switch to Gulp later, but that's less of a priority than making this theme as lean and mean as possible.

Don't use for parent theme

This project is a moving target and like underscores or Sage, it shouldn't be used as a parent theme as I don't plan on maintaining backward compatibility.

How can I help?

  • Bug reports
  • Feature requests
  • Feedback and suggestions
  • Pull requests

Whose code did you borrow for this project?

  • _s (Underscores) provides a base template file organization.
  • Skel is a skeleton framework for building responsive sites and web apps.
  • Bootstrap helped with tab markup, js, and inspiration.