sayenkodesign/supertheme

Base theme for future projects.

2.0.0 2017-06-22 09:39 UTC

This package is not auto-updated.

Last update: 2024-04-19 18:11:02 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License Build Status SensioLabsInsight

Supertheme

Supertheme is a WordPress starter theme built around the Symfony ecosystem

Features

  • Sass for stylesheets
  • Foundation CSS Framework
  • Font Awesome
  • Slick Slider
  • Fancybox
  • Gulp for compiling assets, optimizing images and more
  • Bower for managing front end dependencies
  • Composer for handling back end dependencies
  • Twig templating engine with Timber
  • Symfony Dependency Injection Container
  • Most tedious task like registering scripts, menus and sidebars can be quickly configured in yaml

Requirements

To Use this theme you must have these tools installed on your dev environment

Setup

In the theme directory run the following commands

  • bower install
  • npm install
  • composer install

read the Wiki for more information on using the theme