Default Tainacan Theme, to be used with tainacan plugin
Go to file
Mateus Machado Luna 4942a1d2db Removes external check for ekko plugin. 2019-11-11 17:35:06 -03:00
src Removes external check for ekko plugin. 2019-11-11 17:35:06 -03: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 README.md 2018-11-23 18:06:19 -02:00
build-config-sample.cfg Set the name in build-config to default name [tainacan-interface] 2019-01-22 10:40:06 -02:00
build-watch.sh setup repository 2018-01-19 15:06:56 -02:00
build.sh Updates on build script for laoding vendor libs. 2019-10-28 16:50:04 -03:00
compile-sass.sh Updates on build script for laoding vendor libs. 2019-10-28 16:50:04 -03:00
composer.json Update bootstrap to version 4.2; Added lightbox. 2018-12-21 17:21:17 -02:00
composer.lock Update bootstrap to version 4.2; Added lightbox. 2018-12-21 17:21:17 -02:00
install.sh Updates on build script for laoding vendor libs. 2019-10-28 16:50:04 -03: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

    #Teste Commit