2
0

config.edn 1.4 KB

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