Skip to content
Type something to search...
Taxo Theme Documentation

Blog, Services & Case Studies

These three collections are where most Taxo sites add real business content.

Blog

Blog list settings live in:

src/content/blog/english/-index.md

Example:

searchSection:
title: "Check our inside News"
searchPlaceholder: "Search in blog"
options:
search: true
layout: "grid"
columns: 2

Single blog posts live in:

src/content/blog/english/post-1.mdx

And support fields such as:

  • customSlug
  • metaDescription
  • image
  • date
  • author
  • categories
  • tags
  • comments
  • commentList
  • draft

Services

Services list page header content comes from:

src/content/services/english/-index.md

Single services live in:

src/content/services/english/service-01.mdx

Important service fields:

title: "Insurance Tax"
customSlug: "custom-slug-services-1"
description: "There are many variations..."
date: 2022-06-13
imagePosition: "top"
image: "/images/banner/banner-1.png"

Case Studies

Case studies list page settings live in:

src/content/case-studies/english/-index.md

Single entries live in:

src/content/case-studies/english/case-study-1.mdx

Useful case study fields:

  • customSlug
  • description
  • date
  • weight
  • categories
  • information
  • image
  • images

Sorting & Visibility

  • draft: true hides an individual entry in production
  • weight is used to sort case studies
  • collection -index.md can hide the whole collection experience in production

Practical Editing Advice

Use these rules:

  • update -index.md when you want to change the list page itself
  • update post-1.mdx, service-01.mdx, or case-study-1.mdx when you want to change one entry
  • use customSlug when you want a cleaner URL