Default Tainacan Theme, to be used with tainacan plugin
Go to file
mateuswetah 5cf5319b2e Makes accessibility labels translatable. Adds accessibility button colors to customizer. Fixes color on customizer for header menu. 2019-06-03 16:42:30 -03:00
src Makes accessibility labels translatable. Adds accessibility button colors to customizer. Fixes color on customizer for header menu. 2019-06-03 16:42:30 -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 remove .git files and fix one translatable string 2019-02-27 12:44:19 -03:00
compile-sass.sh Begins implementation of editor style. Ref. #10. 2019-03-12 16:55: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 Fix all unminified versions of third-party libraries 2019-02-22 15:50:42 -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