andamira / medula

Starter Theme & Plugin for WordPress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

medula

Starter Theme + Plugin for WordPress

Version pre-alpha


Purpose

The purpose of Medula is to be a very practical toolbox for clean crafting a WordPress application/theme.

It can be adapted in many diferent ways, it's well structured, made of many pieces that can be easily substituted, (de)activated, copied and improved.

Features

  • Has a clear and regular structure.
  • Incorporates a minimal plugin framework.
  • It has configurable tools and dependencies.
  • Can be used as a starter theme, as a parent theme, or both.

Structure

Instructions

Using it as a Starter Theme

  • Modify everything as you need.
  • Compile

Install

  1. Install npm & bower globally, if you don't already have them.
  2. Clone the repo and download its dependencies with: npm install && bower install.

Deploy

  1. Use gulp --dev to compile your project during development and gulp for production.
  2. The theme/ directory must be deployed inside WordPress /wp-content/themes/ directory.
  1. The plugin/ directory must be deployed inside /wp-content/plugins/ in Wordpress.

Status

This project is not yet stable.

About

Starter Theme & Plugin for WordPress

License:MIT License


Languages

Language:PHP 48.2%Language:CSS 40.2%Language:JavaScript 11.7%