Default Tainacan Theme, to be used with tainacan plugin
Go to file
leogermani 7ae7d9333c change item edit link posiion (#6) 2019-01-11 17:19:46 -02:00
src change item edit link posiion (#6) 2019-01-11 17:19:46 -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 README.md 2018-11-23 18:06:19 -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 Update compile-sass.sh 2018-11-23 18:13:04 -02: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 Update bootstrap to version 4.2; Added lightbox. 2018-12-21 17:21:17 -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

    #Teste Commit