tagmeo / moteo by divspace

A kick ass WordPress starter theme for Tagmeo with a modern development workflow.
48
0
2
Package Data
Maintainer Username: divspace
Maintainer Contact: kyle@divspace.com (Kyle Anderson)
Package Create Date: 2016-07-20
Package Last Update: 2016-07-20
Language: PHP
License: MIT
Last Refreshed: 2024-04-18 15:01:24
Package Statistics
Total Downloads: 48
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

Moteo

Build Status Latest Stable Version Latest Unstable Version License composer.lock

Moteo is a modern WordPress starter theme that must be used with Tagmeo. It uses a modern development workflow using jQuery, Bootstrap, and Laravel Elixir.

Installation

The following examples assume you're using Tagmeo

Via Composer

You can install Moteo by issuing the Composer create-project command:

composer create-project tagmeo/moteo public/themes/<your-theme-name>

Via Git

If you prefer, you can install Moteo by cloning the repository:

git clone https://github.com/tagmeo/moteo public/themes/<your-theme-name>

Theme Activation

Via WP-CLI

wp theme activate <your-theme-name>

Via WordPress Admin Panel

  1. Download the latest release of Moteo
  2. In the admin panel, go to Appearance and then Themes
  3. Click the Add New Theme panel
  4. Click the Upload Theme button
  5. Upload the ZIP file that you downloaded

Theme Development

Please refer to the documentation for Tagmeo to learn how to handle assets and other relevant information.