Skip to content

moitorrijos/communityconf2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

CommunityConf2020

Este es el tema personalizado para la CommunityConf 2020, Ciudad de Panamá. Está basado en el tema _S de Automattic.

Screenshot de CommunityConf2020

Instalación

Requirements

_s Requiere de las siguientes dependencias:

Quick Start

Clona el repo y cambiale el nombre. Luego correo npm install.

Cómo instalar en WordPress

  1. Baja el tema en formato .zip
  2. En el panel de administración ir a Apariencia > Temas y click en Añadir Nuevo.
  3. Click al botón Subir tema y elegir el archivo .zip del tema y dar click en Instalar Ahora.
  4. Click en Activar Tema.

Configuración

Para usar las herramientas necesitas instalar las dependencias con composer y npm:

$ composer install
$ npm install

Comandos de CLI disponibles

Estos son los comandos de CLI disponibles con _s Directamente desde la documentación de _s:

_s comes packed with CLI commands tailored for WordPress theme development :

  • composer lint:wpcs : checks all PHP files against PHP Coding Standards.
  • composer lint:php : checks all PHP files for syntax errors.
  • composer make-pot : generates a .pot file in the languages/ directory.
  • npm run compile:css : compiles SASS files to css.
  • npm run compile:rtl : generates an RTL stylesheet.
  • npm run watch : watches all SASS files and recompiles them to css when they change.
  • npm run lint:scss : checks all SASS files against CSS Coding Standards.
  • npm run lint:js : checks all JavaScript files against JavaScript Coding Standards.
  • npm run bundle : generates a .zip archive for distribution, excluding development and system files.

Now you're ready to go! The next step is easy to say, but harder to do: make an awesome WordPress theme. :)

Good luck!