
The complete and innovative product line has evolved from meeting individual market needs and requirements throughout the vast areas we serve. Half of our production is exported to more than 70 countries across all continents. The rest of the theme documentation explores how contexts and helpers work, and serves as a useful reference list for your theme development.įor community led support about theme development, visit the forum. HBS is a medium size enterprise, formed more than 40 years ago, located in the Bavarian town of Dachau, Germany.
#Codekit index.hbs license#
license - use a valid licence string, we recommend MIT 😉Ĭhanges to the package.json require a restart using the ghost restart command.description - provides a short description about your theme and what makes it unique.config.custom - add custom settings to your theme.config.card_assets - configure the card CSS and JS that Ghost automatically includes.config.image_sizes - read more about using image sizes guide for more details.config.posts_per_page - the default number of posts per page is 5.Here are some of the most common optional properties that can be used in the package.json file: (jsxcoffeetsxes6dartsacsscssvuesvelte), index.js index. Every property except the last one should be separated by a comma. CodeKit, dekit23, dekit2 dekit3, CodeKit. The data in the file must be valid JSON, including double quotes around all property names. Here are some commonly used templates and their uses: default.hbsĭefault.hbs is a base template that contains the boring bits of HTML that exist on every page such as, or as well as the required This prevents base HTML from being repeated. Theme templates are hierarchical, so one template can extend another template. If you have significantly different layouts for different pages or content types, use the dynamic routing configuration layer, or use partials to encapsulate common parts of your theme. It’s recommended using a default.hbs file as a base layout for your theme. Two template files are required: index.hbs and post.hbs.


├── index.hbs └── post.hbs └── package.json Templates
