# This file defines the different types of taxonomies in Bolt. See the # documentation for details: https://docs.bolt.cm/contenttypes/taxonomies tags: slug: tags singular_slug: tag behaves_like: tags postfix: "Add some freeform tags. Start a new tag by typing a comma or space." allow_spaces: true listing_template: taxonomy.twig #custom template listing_records: 10 # We dont use bolt's records array as its to unflexible for us. Setting this to 10 lessens the load by this badly coded crap. # NOTE: We need at least 10, otherwise, if we only request 1 and that one is unpublished, the taxonomy page will return a 404!!! collections: name: Collections slug: collections singular_name: Collection singular_slug: collection behaves_like: categories multiple: false listing_template: collection.twig #custom template listing_records: 10 # We dont use bolt's records array as its to unflexible for us. Setting this to 1 lessens the load by this badly coded crap # NOTE: We need at least 10, otherwise, if we only request 1 and that one is unpublished, the taxonomy page will return a 404!!! options: auto: Auto smartphones: Smartphones computer-gadgets: Computer & Gadgets new-tech: New Tech mobility: Mobility # tech: Tech # business: Business # gadgets: Gadgets # life: Life # science: Science # design: Design