From f04610bce36f129ac48c34f402d9b054e11b2005 Mon Sep 17 00:00:00 2001 From: Luke Carl Hartman Date: Fri, 6 Sep 2024 09:07:37 -0700 Subject: [PATCH] medEng timber video --- _posts/2023-05-21-mediaengagement.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/_posts/2023-05-21-mediaengagement.md b/_posts/2023-05-21-mediaengagement.md index ab1551e..5e3e238 100644 --- a/_posts/2023-05-21-mediaengagement.md +++ b/_posts/2023-05-21-mediaengagement.md @@ -28,7 +28,11 @@ For more in depth detail see [Technical Docs - First Day on the Job](/mediaengag 3. **Git Usage**: After your setup, familiarize yourself with our Git practices by reading the [Git Usage Docs](#git-usage). -4. **Explore WordPress**: If you’re new to WordPress, take some time to explore the admin panel on your local environment. Feel free to experiment—any issues can be reverted with `git reset --hard origin/master`. Commit frequently and work in new branches. +4. **Explore Timber**: Check out this [Timber Syntax video](https://youtu.be/Toq3CXgwWgw?t=263) to familiarize yourself with Timber and Twig. + +_You can watch the whole video, but it covers the old way of using Timber through a plugin. Timber is now part of the theme code so disregard the plugin installation parts._ + +5. **Explore WordPress**: If you’re new to WordPress, take some time to explore the admin panel on your local environment. Feel free to experiment—any issues can be reverted with `git reset --hard origin/master`. Commit frequently and work in new branches. ##### _Pro Tips:_