fix build errors
This commit is contained in:
parent
0eef0615bf
commit
3f4d9ee9d7
3 changed files with 113 additions and 35 deletions
57
config.toml
57
config.toml
|
|
@ -43,8 +43,7 @@ accent_color_dark = "#ffa348"
|
|||
|
||||
show_copy_button = true
|
||||
# Whether to show estimated read time in posts.
|
||||
show_reading_time = true
|
||||
#
|
||||
show_reading_time = false
|
||||
# Whether to show a share button in article's quick actions.
|
||||
# Uses https://shareopenly.org.
|
||||
show_share_button = true
|
||||
|
|
@ -69,26 +68,27 @@ show_repo = false
|
|||
# For local files use same link format as in Markdown,
|
||||
# i.e. "@/blog/_index.md".
|
||||
# See https://www.getzola.org/documentation/content/linking/#internal-links
|
||||
# Navigation links
|
||||
links = [
|
||||
{ name = "Obsah a médiá", menu = [
|
||||
{ url = "@/content-media/creating-blog-post.md", name = "Ako vytvoriť blogový príspevok" },
|
||||
{ url = "@/content-media/creating-static-page.md", name = "Ako vytvoriť statickú stránku" },
|
||||
{ url = "@/content-media/sending-newsletter.md", name = "Ako odoslať newsletter" },
|
||||
{ url = "@/content-media/showing-posts-on-homepage.md", name = "Ako zobraziť články na homepage" },
|
||||
{ url = "@/content-media/linking-author-articles.md", name = "Ako prepojiť článok s taxonómiou" },
|
||||
{ url = "@/content-media/media-library.md", name = "Knižnica médií" }
|
||||
] },
|
||||
{ url = "@/content/_index.md", name = "Obsah (CMS)" },
|
||||
{ url = "@/taxonomies.md", name = "Taxonómie" },
|
||||
{ name = "Produkty", menu = [
|
||||
{ url = "@/products/creating-products.md", name = "Vytvorenie produktu" },
|
||||
{ url = "@/products/product-variants.md", name = "Varianty produktov" },
|
||||
{ url = "@/products/pricing.md", name = "Ceny" },
|
||||
{ url = "@/products/stock-management.md", name = "Skladové zásoby" }
|
||||
{ url = "@/products/pricing-and-stock.md", name = "Ceny a sklad" }
|
||||
] },
|
||||
{ name = "Objednávky", menu = [
|
||||
{ url = "@/orders-customers/orders.md", name = "Objednávky" },
|
||||
{ url = "@/orders-customers/users-roles.md", name = "Používatelia a roly" },
|
||||
{ url = "@/orders-customers/newsletter.md", name = "Newsletter" }
|
||||
] },
|
||||
{ name = "Nástroje", menu = [
|
||||
{ url = "@/tools/analytics.md", name = "Analytika" },
|
||||
{ url = "@/tools/product-reviews.md", name = "Recenzie produktov" },
|
||||
{ url = "@/tools/warehouse.md", name = "Sklad" }
|
||||
] },
|
||||
{ name = "Základné nastavenia", menu = [
|
||||
{ url = "@/homepage-management.md", name = "Správa úvodnej stránky" },
|
||||
{ url = "@/header-management.md", name = "Správa hlavičky" },
|
||||
{ url = "@/channel-settings.md", name = "Nastavenia kanála" }
|
||||
] },
|
||||
{ name = "Akcie a zľavy", menu = [
|
||||
{ url = "@/promotions/cart-rules.md", name = "Pravidlá košika" },
|
||||
|
|
@ -97,28 +97,17 @@ links = [
|
|||
]
|
||||
|
||||
[extra.footer]
|
||||
# Footer links - simplified version
|
||||
links = [
|
||||
{ url = "@/_index.md", name = "Domov" },
|
||||
{ url = "@/products/_index.md", name = "Produkty" },
|
||||
{ url = "@/taxonomies.md", name = "Taxonómie" },
|
||||
{ url = "@/promotions/_index.md", name = "Akcie a zľavy" },
|
||||
{ url = "@/content-media/_index.md", name = "Obsah a médiá" }
|
||||
]
|
||||
|
||||
|
||||
# Show "Back to top" button
|
||||
show_back_to_top = true
|
||||
|
||||
# Show reading time on pages
|
||||
show_reading_time = false
|
||||
|
||||
# Footer text
|
||||
footer = "Your Store Management Guide"
|
||||
|
||||
# Whether to show "© Title, YEAR"
|
||||
show_copyright = false
|
||||
# Whether to show "Powered by Zola and Duckquill"
|
||||
show_powered_by = false
|
||||
# Whether to show link to website source
|
||||
show_source = true
|
||||
show_source = false
|
||||
|
||||
links = [
|
||||
{ url = "@/_index.md", name = "Domov" },
|
||||
{ url = "@/content/_index.md", name = "Obsah" },
|
||||
{ url = "@/products/_index.md", name = "Produkty" },
|
||||
{ url = "@/taxonomies.md", name = "Taxonómie" },
|
||||
{ url = "@/promotions/_index.md", name = "Akcie a zľavy" }
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue