Default Tainacan Theme, to be used with tainacan plugin
Go to file
mateuswetah c270879f3d Adds proper alt attribute to collection header on item single page. Fixes wide page layout for this collection header. 2020-06-08 14:10:37 -03:00
src Adds proper alt attribute to collection header on item single page. Fixes wide page layout for this collection header. 2020-06-08 14:10:37 -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 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 Removes ekkolightbox from composer. 2019-11-28 11:08:28 -03:00
compile-sass.sh Updates on build script for laoding vendor libs. 2019-10-28 16:50:04 -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