ShipClojure Blog
:quickblog/config {:blog-title "ShipClojure Blog"
:blog-description "A blog about shipping products FAST with Clojure"
:posts-dir "resources/blog/posts" ;; where we store posts
:templates-dir "resources/blog/templates" ;; where the templates are stored
:assets-dir "resources/blog/assets"
:out-dir "resources/public/blog"
:blog-root "/blog"
:relative-path "/blog/"
:twitter-handle "@ovstoica"
:favicon true
:favicon-dir "resources/public/favicons"}Adding a new blog post
$ bb quickblog new --file "test.md" --title "Test"Last updated