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

https://github.com/lastofpudge/wp-theme

Timber based wordpress starter theme with twig
https://github.com/lastofpudge/wp-theme

composer good-first-issue laravel-mix php timber timber-theme twig wordpress wordpress-boilerplate wordpress-laravel wordpress-starter wordpress-starter-theme wordpress-theme worpress wp-theme

Last synced: 2 days ago
JSON representation

Timber based wordpress starter theme with twig

Awesome Lists containing this project

README

          

# Timber-based WordPress Starter Theme

## Requirements

- PHP 8.2 or higher
- Node.js 18+
- Composer

## Features

- Timber 2.x with Twig template engine
- Vite 6 for fast JS/SCSS builds
- Lightning CSS for autoprefixing and minification
- Custom controllers support
- Custom fields with Carbon Fields
- ESLint, Stylelint, Prettier for code quality

## Installation

```bash
composer install
npm install
npm run build
```

## Development

```bash
npm run dev # Watch mode
npm run build # Production build
npm run lint # Run linters
npm run fix # Fix linting issues
```

## PHP Tools

```bash
composer pint # Code style fixer
composer test # Run all checks
```

## Links

- [Timber](https://github.com/timber/timber)
- [Carbon Fields](https://github.com/htmlburger/carbon-fields)
- [Vite](https://vite.dev/)