first commit
This commit is contained in:
35
catalog.yaml
Normal file
35
catalog.yaml
Normal file
@@ -0,0 +1,35 @@
|
||||
brand:
|
||||
title: "BistroUšky"
|
||||
subtitle: "CAKE AND PATISSERIE"
|
||||
cover_logo: "static/logo.png" # volitelné
|
||||
background: "static/background.jpg" # volitelné, použije se na každé stránce
|
||||
allergen_icon: "static/allergen_icon.png" # volitelné
|
||||
|
||||
settings:
|
||||
page_size: "landscape-a4" # landscape-a4 / portrait-a4
|
||||
products_per_page: 8 # při 4 sloupcích a 2 řádcích
|
||||
columns: 4
|
||||
show_prices: true
|
||||
currency_suffix: ""
|
||||
output_file: "output/katalog.pdf"
|
||||
|
||||
categories:
|
||||
- name: "Klasické zákusky"
|
||||
products:
|
||||
- name: "Likérová špička"
|
||||
price: "103,-"
|
||||
image: "images/likerova_spicka.jpg"
|
||||
tags: []
|
||||
note: ""
|
||||
show_allergen_icon: true
|
||||
- name: "Laskonka - mini"
|
||||
price: "45,-"
|
||||
image: "images/laskonka_mini.jpg"
|
||||
show_allergen_icon: true
|
||||
|
||||
- name: "Dortíky"
|
||||
products:
|
||||
- name: "Red Velvet"
|
||||
price: "145,-"
|
||||
image: "images/red_velvet.jpg"
|
||||
show_allergen_icon: true
|
||||
Reference in New Issue
Block a user