All Projects → timber → Starter Theme

timber / Starter Theme

Licence: mit
The "_s" for Timber: a dead-simple theme that you can build anything from

Projects that are alternatives of or similar to Starter Theme

19h47.fr
🔥
Stars: ✭ 25 (-96.32%)
Mutual labels:  twig, wordpress-theme, timber
Lumberjack
Lumberjack is a powerful MVC framework for the modern WordPress developer. Write better, more expressive and easier to maintain code.
Stars: ✭ 261 (-61.56%)
Mutual labels:  twig, wordpress-theme, timber
branch
Branch Starter Theme - A WordPress starter theme based on Timber library and Bootstrap
Stars: ✭ 87 (-87.19%)
Mutual labels:  twig, timber
Planet4 Master Theme
Wordpress master theme for the Greenpeace Planet 4 project
Stars: ✭ 34 (-94.99%)
Mutual labels:  twig, wordpress-theme
Sugar
Some bonus functionality for Timber
Stars: ✭ 44 (-93.52%)
Mutual labels:  twig, timber
pine
pine - A CLI installer for timber
Stars: ✭ 29 (-95.73%)
Mutual labels:  twig, timber
Flynt
Component based WordPress starter theme, powered by ACF Pro and Timber, optimized for a11y and fast page load results.
Stars: ✭ 363 (-46.54%)
Mutual labels:  wordpress-theme, timber
Timber
Create WordPress themes with beautiful OOP code and the Twig Template Engine
Stars: ✭ 4,952 (+629.31%)
Mutual labels:  twig, timber
Badge Poser
The PHP badges, renders some badges for your readme with the packagist information.
Stars: ✭ 440 (-35.2%)
Mutual labels:  twig
Chamilo Lms
Chamilo is a learning management system focused on ease of use and accessibility
Stars: ✭ 550 (-19%)
Mutual labels:  twig
Bolt
Bolt is a simple CMS written in PHP. It is based on Silex and Symfony components, uses Twig and either SQLite, MySQL or PostgreSQL.
Stars: ✭ 4,136 (+509.13%)
Mutual labels:  twig
Wordpresscan
WPScan rewritten in Python + some WPSeku ideas
Stars: ✭ 456 (-32.84%)
Mutual labels:  wordpress-theme
Hueman
Hueman WordPress Theme
Stars: ✭ 559 (-17.67%)
Mutual labels:  wordpress-theme
Flextype
Hybrid Content Management System with the freedom of a headless CMS and with the full functionality of a traditional CMS
Stars: ✭ 436 (-35.79%)
Mutual labels:  twig
Mdx
MDx - Material Design WordPress Theme
Stars: ✭ 659 (-2.95%)
Mutual labels:  wordpress-theme
Wordpress Theme Puock
🎨 一款基于WordPress开发的高颜值的自适应主题,支持白天与黑夜模式、无刷新加载等。
Stars: ✭ 394 (-41.97%)
Mutual labels:  wordpress-theme
Twig Extra Bundle
The Twig bundle for official extra extensions
Stars: ✭ 389 (-42.71%)
Mutual labels:  twig
Vue Wordpress Pwa
An offline-first SPA using Vue.js, the WordPress REST API and Progressive Web Apps
Stars: ✭ 665 (-2.06%)
Mutual labels:  wordpress-theme
Sentry Java
A Sentry SDK for Java, Android and other JVM languages.
Stars: ✭ 628 (-7.51%)
Mutual labels:  timber
A11y Style Guide
Accessibility (A11Y) Style Guide
Stars: ✭ 493 (-27.39%)
Mutual labels:  twig

The Timber Starter Theme

The "_s" for Timber: a dead-simple theme that you can build from. The primary purpose of this theme is to provide a file structure rather than a framework for markup or styles. Configure your Sass, scripts, and task runners however you would like!

Build Status

Installing the Theme

Install this theme as you would any other, and be sure the Timber plugin is activated. But hey, let's break it down into some bullets:

  1. Make sure you have installed the plugin for the Timber Library (and Advanced Custom Fields - they play quite nicely together).
  2. Download the zip for this theme (or clone it) and move it to wp-content/themes in your WordPress installation.
  3. Rename the folder to something that makes sense for your website (generally no spaces and all lowercase). You could keep the name timber-starter-theme but the point of a starter theme is to make it your own!
  4. Activate the theme in Appearance > Themes.
  5. Do your thing! And read the docs.

What's here?

static/ is where you can keep your static front-end scripts, styles, or images. In other words, your Sass files, JS files, fonts, and SVGs would live here.

templates/ contains all of your Twig templates. These pretty much correspond 1 to 1 with the PHP files that respond to the WordPress template hierarchy. At the end of each PHP template, you'll notice a Timber::render() function whose first parameter is the Twig file where that data (or $context) will be used. Just an FYI.

bin/ and tests/ ... basically don't worry about (or remove) these unless you know what they are and want to.

Other Resources

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].