Skip to content

polsola/templet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt text

Templet

WordPress Starter Theme Based on Tailwind

Introduction

Templet is designed to be the foundation to create new WordPress theme, it's not meant to be used as parent child, so just copy it and start editing!

Requirements

Features

  • Includes Tailwind configuration for CSS
  • Gulp: A gulpfile is included with tasks for Styles, Scripts & BrowserSync
  • PostTypes is already included to easly created new Post Types
  • WooCommerce Integration
  • WPML custom language switcher
  • Contact Form Optimitzation functions

Installation

Clone or download the repository on your theme folder

https://github.com/polsola/templet.git

Navigate to the folder with terminal and run

composer install
npm install

Then open gulpfile.js and change the url variable to match the one on your local env

var project     = 'templet',
    url         = 'templet.localhost';

To start editing just type

npm start