Default Tainacan Theme, to be used with tainacan plugin
Go to file
Fabiano Alencar 43e4bd5f37 Update the README to added the sass instalation and composer to build the theme 2018-11-22 19:23:29 -02:00
src fix localization files 2018-11-19 19:08:37 -02:00
theme-unit-test@252c98dc0c Mobile comment form 2018-03-07 14:02:04 -03:00
.gitignore commit composer lock 2018-04-04 15:57:54 -03:00
README.md Update the README to added the sass instalation and composer to build the theme 2018-11-22 19:23:29 -02:00
build-config-sample.cfg Teste atualização containers Docker via Compose 2018-08-09 10:46:57 -03:00
build-watch.sh setup repository 2018-01-19 15:06:56 -02:00
build.sh remove vendor folder from build 2018-09-19 13:30:03 -03:00
compile-sass.sh Change msg of no installed sass 2018-08-17 13:57:51 -03:00
composer.json Adjusting theme to WordPress.org 2018-08-27 16:24:39 -03:00
composer.lock Update bootstrap to version 4.1.3; Update Slick Slider to version 1.8.* 2018-08-10 10:00:00 -03:00
install.sh Added css class of plugin on customize colors 2018-11-09 14:56:26 -02:00

README.md

tainacan-theme

Default Tainacan Theme, to be used with tainacan plugin

Instalação no WordPress

  • Copiar o arquivo build-config-sample.cfg para build-config.cfg
  • Ajustar o PATH da variável destination para o caminho desejado correspondente
  • Instalar o SASS sudo apt install ruby-full rubygems autogen autoconf libtool make sudo gem install sass
  • Instalar o Composer php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" HASH="$(wget -q -O - https://composer.github.io/installer.sig)" php -r "if (hash_file('SHA384', 'composer-setup.php') === '$HASH') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;" sudo php composer-setup.php --install-dir=/usr/local/bin --filename=composer
  • Execute o build ./build.sh