This theme is a minimal WordPress & Timber theme with Gutenberg support.
It NEEDS Advanced Custom Fields.
WARNING: I made this project to suit my needs, yours may differ. Use with caution. Put otherwise, don't use this projet unless you are me or you have the exact same needs as me.
cd /wp-content/themes
git clone https://github.com/jverneaut/timber-starter
cd timber-starter
composer install
npm install
npm run start
This project use GitHub actions to deploy the theme to a distant server. You need to replace CHANGE_HOST_HERE and CHANGE_PATH_HERE with server host and directory of theme respectively.
The ssh key needed to access the server also needs to be set as SSH_KEY
in the repo secrets, ex:
SSH_KEY=blablablarubbish