Route Enhancer

xBlog has a route enhancer.

Add to your typo3conf/sites/<my_site>/config.yaml the following line:

imports:
    - { resource: "EXT:xblog/Configuration/Routes/Default.yaml" }

Third party routeEnhancers

At least the EXT:org and theEXT:quick_shop have routeEnhancers for the xBlog. If you like to use it, add another line to your config.yaml like uin the snippet below:

imports:
    - { resource: "EXT:xblog/Configuration/Routes/Default.yaml" }
    - { resource: "EXT:org/Configuration/Routes/Xblog.yaml" }

Please refer to the manuals of the extensions Organiser and Quick Shop.