Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jverneaut/timber-starter
This theme is a minimal WordPress & Timber theme with Gutenberg support.
https://github.com/jverneaut/timber-starter
timber timber-theme twig wordpress
Last synced: about 1 month ago
JSON representation
This theme is a minimal WordPress & Timber theme with Gutenberg support.
- Host: GitHub
- URL: https://github.com/jverneaut/timber-starter
- Owner: jverneaut
- Created: 2020-01-08T14:32:23.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T09:01:19.000Z (about 2 years ago)
- Last Synced: 2023-03-06T23:04:21.799Z (almost 2 years ago)
- Topics: timber, timber-theme, twig, wordpress
- Language: PHP
- Homepage:
- Size: 1.22 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Timber Starter
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.
### Usage
```sh
cd /wp-content/themes
git clone https://github.com/jverneaut/timber-starter
cd timber-starter
composer install
npm install
npm run start
```## Deployment
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:
```sh
SSH_KEY=blablablarubbish
```