Default Tainacan Theme, to be used with tainacan plugin
Go to file
mateuswetah 715aceba28 Adds option to hide title, description and caption on main slider #41 2021-04-22 09:57:25 -03:00
src Adds option to hide title, description and caption on main slider #41 2021-04-22 09:57:25 -03:00
theme-unit-test@252c98dc0c Mobile comment form 2018-03-07 14:02:04 -03:00
.gitignore Adds lightbox css and js to outside of vendor folder and updates links css to solve #24. 2019-11-28 11:30:01 -03:00
README.md Update README.md 2018-11-23 18:06:19 -02:00
build-config-sample.cfg fix typo 2020-10-06 13:11:16 -03:00
build-watch.sh setup repository 2018-01-19 15:06:56 -02:00
build.sh Update build.sh 2020-12-28 10:48:35 -03:00
compile-sass.sh Several adjustments to fix errors found on Theme Checker. 2020-08-18 17:59:44 -03:00
composer.json Removes ekkolightbox from composer. 2019-11-28 11:08:28 -03:00
composer.lock Removes ekkolightbox from composer. 2019-11-28 11:08:28 -03:00
install.sh Removes ekkolightbox from composer. 2019-11-28 11:08:28 -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