2
0

config.edn 1.3 KB

123456789101112131415161718192021222324252627282930313233343536
  1. {:site-title "Tiny DC"
  2. :author "Harlan Iverson"
  3. :description "Tiny Data Center"
  4. :site-url "https://tinydatacenter.com/"
  5. :post-root "posts"
  6. :sidebar-links-title "TinyDC Sites"
  7. :sidebar-links [{:title "Author Website" :uri "https://harlanji.com"}
  8. {:title "iSpooge Media" :uri "https://ispooge.com"}
  9. {:title "This website" :uri "https://tinydatacenter.com"}]
  10. :page-root "pages"
  11. :post-root-uri "journal"
  12. :page-root-uri ""
  13. :tag-root-uri "tag"
  14. :author-root-uri "about"
  15. :blog-prefix ""
  16. :rss-name "feed.xml"
  17. :rss-filters ["cryogen"]
  18. :recent-posts 4
  19. :post-date-format "yyyy-MM-dd"
  20. :archive-group-format "yyyy MMMM"
  21. :sass-src []
  22. :sass-path "sass"
  23. :compass-path "compass"
  24. :theme "blue"
  25. :resources ["img"]
  26. :keep-files [".git"]
  27. :disqus? false
  28. :disqus-shortname ""
  29. :ignored-files [#"\.#.*" #".*\.swp$"]
  30. :posts-per-page 8
  31. :blocks-per-preview 2
  32. :previews? false
  33. :clean-urls? false
  34. :hide-future-posts? false
  35. :klipse {}
  36. :debug? true}