commands:
    zomg:
        description: a command inside a folder in an orb
        parameters:
            tm:
                description: Tell me something.
                type: string
        steps:
            - run: echo "You don't say... << parameters.saywhat >>"
description: A simple encapsulation of common tasks in Hugo
executors:
    default:
        docker:
            - image: cibuilds/hugo:<< parameters.image >>
        parameters:
            tag:
                description: The tag to use on the image
                type: string
