Allow configuration to set the posts permalink. For example: ```bash TOTA_PERMALINK="/:year/:month/:day/:title" ``` Should create posts with the directory structure: ```bash posts/2019/06/29/hello-world