Ghost
Ghost
  • Видео 11
  • Просмотров 23 115
A complete guide to partials in Ghost
Learn partials in Ghost for better code maintenance and consistency. This tutorial will teach you what a partial is, how it's used, and some advanced tips and tricks.
00:00 - Intro
00:18 - What are partials?
01:43 - How to use a partial
04:20 - Create a post card partial
18:37 - Use custom props with a partial
20:53 - Summary
🤓 Read the tutorial: ghost.org/tutorials/partials/
💻 Learn more about Ghost: ghost.org/
💌 Subscribe to our Build with Ghost newsletter: ghost.org/tutorials/download-and-upload-a-theme/#/porta/signup
See examples of partials in Ghost themes:
ghost.org/tutorials/partials/#what%E2%80%99s-a-partial
Resources
Partials docs: ghost.org/docs/themes/helpers/partials/
How to build a custom...
Просмотров: 755

Видео

How to use tags on Ghost
Просмотров 2,8 тыс.Год назад
The tag system in Ghost is an easy way to organize and manage your site's content. Find out in this video how to make use of it. Learn more: ghost.org/help/tags/ Get started with a 14-day free trial to Ghost(Pro): account.ghost.org/signup ghost.org ghost
A comprehensive guide to Ghost's default template
Просмотров 1,1 тыс.Год назад
Discover the secrets of Ghost's default.hbs template. Learn how to optimize your site's common elements and become an efficient theme-creation machine 🤖 00:00 - Intro 00:53 - What's the default template? 02:59 - What to include in the default template 05:39 - Inside the head 09:33 - Into the body 13:03 - Navigation 14:53 - Inserting content with {{{body}}} 16:32 - Coming to the end with the foo...
Essential concepts to know when building a Ghost theme
Просмотров 3,8 тыс.Год назад
Learn to wield the powerful Handlebars templating language, unravel the core structure of a theme, and understand the crucial role contexts play in theme development. 00:00 - Intro 00:40 - What's a templating language? 01:40 - The basics of Handlebars 05:37 - An intro to Handlebars helpers 08:24 - The structure of a Ghost theme 13:51 - Connecting data to templates with context 21:21 - Summary 🤓...
Download and upload a Ghost theme
Просмотров 2,6 тыс.Год назад
Whether you want to customize an existing theme or upload one you created, this tutorial will show you two ways to download and upload Ghost themes. 00:00 - Intro 00:33 - Download a theme using Ghost Admin 01:21 - Upload a theme using Ghost Admin 02:00 - Download a theme using the terminal 04:21 - Connect a theme to Ghost locally 08:57 - Upload a theme using the terminal 11:28 - Summary 🤓 Read ...
Install Ghost locally
Просмотров 4,5 тыс.Год назад
Get ready to harness the power of Ghost right from your local machine! This tutorial guides you through installing Ghost CLI and Ghost, enabling real-time theme changes, idea testing, and bug-fixing. 00:00 - Intro 00:22 - Install the Ghost CLI 01:21 - Install Ghost locally 03:40 - 5 Ghost CLI commands to know 05:53 - Summary 🤓 Read the tutorial: ghost.org/tutorials/local-ghost/ 💻 Learn more abo...
Install Node on macOS, Windows, and Linux
Просмотров 956Год назад
Step-by-step instructions on how to install Node on macOS, Windows, and Linux. With Node installed on your machine, you'll not only be able to install Ghost locally but also have access to the whole NPM ecosystem. 00:00 - Intro 00:22 - What's Node? 01:19 - Install Node on macOS 02:41 - Install Node on Windows 05:07 - Install Node on Linux 08:11 - Summary 🤓 Read the tutorial: ghost.org/tutorials...
How to help translate Ghost
Просмотров 1,8 тыс.Год назад
A quick tutorial for how to contribute translations to Ghost's member signup and signin flows.
How to create a read-next section in your Ghost theme
Просмотров 684Год назад
Learn how to build and customize a read-next section for your Ghost theme. Timestamps 00:32 Fetch the latest posts 07:44 Fetch the latest posts by the same author 09:59 Fetch the latest posts with the same tag 14:56 Dynamically show posts based on member status 18:33 Summary Read the tutorial: ghost.org/tutorials/read-next/ Join the fourm: forum.ghost.org Try Ghost for free: ghost.org
How to debug your Ghost theme
Просмотров 603Год назад
Boost your bug-squashing ability, amplify your creative possibilities, and unlock a whole new perspective for custom theme development by learning how to use Ghost's log helper. 00:26 Start Ghost in development mode 01:35 Seeing changes in real-time 02:45 Basic usage of the log helper 04:05 Logging specific data 06:11 Logging all available data 08:08 More examples of the log helper 10:50 Switch...
How to add social media icons to your Ghost site
Просмотров 3,6 тыс.Год назад
Expand your social media presence by adding icons for your social media networks to your Ghost site. This tutorial will walk you through the process, from adding links to your social media pages to using our code generator, to writing the code to style your icons. 00:00 Intro 00:23 Add navigation links 02:08 Use the code generator 04:45 Add the icon library (Step 1 of 3) 06:01 Add the base styl...