config.edn 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {:site-title "iSpooge"
  2. :site-subtitle "iSpooge Daily... do you?"
  3. :author "Harlan Iverson"
  4. :description "Source of spooge from little DataCenters... and mo'"
  5. :site-url "https://ispooge.com/"
  6. :source-code-url "https://github.com/harlanji/tinydatacenter"
  7. :sidebar-pages-title "Pages"
  8. :sidebar-links-title "Links"
  9. :sidebar-links [{:title "Live" :uri "/live.html"}
  10. {:title "Author Website" :uri "https://harlanji.com"}
  11. {:title "Tiny DataCenter" :uri "https://tinydatacenter.com"}]
  12. :post-root "posts"
  13. :page-root "pages"
  14. :post-root-uri ""
  15. :page-root-uri ""
  16. :tag-root-uri "tag"
  17. :author-root-uri "about"
  18. :blog-prefix ""
  19. :rss-name "feed.xml"
  20. :rss-filters ["video" "playlist" "playlist-Random" "live"]
  21. :recent-posts 8
  22. :post-date-format "yyyy-MM-dd"
  23. :archive-group-format "yyyy MMMM"
  24. :sass-src []
  25. :sass-path "sass"
  26. :compass-path "compass"
  27. :theme "ispooge"
  28. :resources ["img" "assets"]
  29. :keep-files [".git"]
  30. :disqus? false
  31. :disqus-shortname ""
  32. :steemit? true
  33. :steemit-api-url "https://api.steemit.com"
  34. :steemit-tag "ispooge"
  35. :ignored-files [#"\.#.*" #".*\.swp$"]
  36. :posts-per-page 8
  37. :blocks-per-preview 2
  38. :previews? false
  39. :clean-urls? false
  40. :hide-future-posts? false
  41. :klipse {}
  42. :debug? true}