An open API service indexing awesome lists of open source software.

https://github.com/littlebizzy/hovercraft

No maintenance WordPress theme
https://github.com/littlebizzy/hovercraft

bbpress font-awesome git-updater google-fonts material-icons parent-theme seo woocommerce wordpress wordpress-customizer wordpress-menu wordpress-theme wordpress-widget

Last synced: 7 days ago
JSON representation

No maintenance WordPress theme

Awesome Lists containing this project

README

          

# HoverCraft

No maintenance WordPress theme

## Changelog

### 0.3.x
- still a little bit alpha
- experimenting with meta boxes

### 0.2.x
- still a little bit alpha
- forced update (fixes versioning conflict)
- passes Theme Check basic tests

### 0.1.x
- alpha branch
- more messing around

### 0.0.x
- requires PHP 7.0+
- supports Git Updater
- messing around

## Theme Policy

HoverCraft is a lightweight standardized WordPress theme for simple client sites, WooCommerce sites, and long-term maintainability. It intentionally avoids page-builder-style complexity while still supporting practical customization through templates, widget areas, meta boxes, and the WordPress Customizer.

The theme should remain boring, explicit, and easy to maintain. New features should improve repeatable client work without turning HoverCraft into a generic layout builder, content modeling system, or SEO/schema plugin.

### Core Philosophy

- Keep the theme lightweight, reusable, and predictable.
- Prefer simple WordPress conventions over clever abstractions.
- Support fast client builds without depending on page builders.
- Keep templates, widget areas, meta boxes, and Customizer settings understandable.
- Avoid features that make the theme harder to audit, refactor, or maintain.

## Documentation

- [Layout](docs/layout.md)
- [Markup](docs/markup.md)
- [Heros](docs/heros.md)
- [Headings](docs/headings.md)
- [Corner radius](docs/corner-radius.md)
- [Forms](docs/forms.md)
- [Breadcrumbs](docs/breadcrumbs.md)
- [WooCommerce](docs/woocommerce.md)
- [Customizer](docs/customizer.md)
- [Meta boxes](docs/meta-boxes.md)
- [Widget areas](docs/widget-areas.md)
- [CSS organization](docs/css.md)
- [Structured data](docs/structured-data.md)
- [Comments](docs/comments.md)
- [Page builders](docs/page-builders.md)
- [Refactoring](docs/refactoring.md)