config.edn 1014 B

1234567891011121314151617181920212223242526272829303132
  1. {:site-title "hi"
  2. :author "Harlan Iverson"
  3. :description "This blog is awesome"
  4. :site-url "https://harlanji.com/"
  5. :post-root "posts"
  6. :page-root "pages"
  7. :post-root-uri ""
  8. :page-root-uri ""
  9. :tag-root-uri "tag"
  10. :author-root-uri "author"
  11. :blog-prefix ""
  12. :rss-name "feed.xml"
  13. :rss-filters ["career"]
  14. :recent-posts 3
  15. :post-date-format "yyyy-MM-dd"
  16. :archive-group-format "yyyy MMMM"
  17. :sass-src []
  18. :sass-path "sass"
  19. :compass-path "compass"
  20. :theme "harlanji"
  21. :resources ["img" "assets"]
  22. :keep-files [".git"]
  23. :disqus? false
  24. :disqus-shortname ""
  25. :ignored-files [#"\.#.*" #".*\.swp$"]
  26. :posts-per-page 5
  27. :blocks-per-preview 2
  28. :previews? false
  29. :clean-urls? false
  30. :hide-future-posts? false
  31. :klipse {}
  32. :debug? false}