Initial commit.

This commit is contained in:
Simon Brooke 2026-08-26 17:50:14 +01:00
commit b2e2fde818
36 changed files with 1475 additions and 0 deletions

38
content/config.edn Normal file
View file

@ -0,0 +1,38 @@
{:archive-group-format "yyyy MMMM",
:appeal-uri "https://chuffed.org/project/178629-noorhans-gaza-family-rebuild-hope-restore-dignity"
:author "Nourhan Mousa",
:author-root-uri "authors-output",
:blocks-per-preview 2,
:blog-prefix "/voices-from-gaza",
:clean-urls :trailing-slash,
:collapse-subdirs? false,
:debug? false,
:description "News from behind the yellow line in Gaza",
:description-include-elements #{:h5 :h4 :h6 :h2 :h1 :h3 :p},
:disqus-shortname "",
:disqus? false,
:hide-future-posts? true,
:ignored-files [#"\.#.*" #".*\.swp$"],
:keep-files [".git"],
:klipse {},
:mastodon {:host "ieji.de", :acct NourGazaS},
:page-root "pages",
:page-root-uri "pages-output",
:post-date-format "yyyy-MM-dd",
:post-root "posts",
:post-root-uri "posts-output",
:posts-per-page 5,
:previews? true,
:public-dest "public",
:recent-posts 5,
:resources ["css" "fonts" "img" "video"],
:rss-filters ["cryogen"],
:rss-name "feed.xml",
:sass-path "sass",
:sass-src [],
:site-title "Voices, Stories and Hope from Gaza",
:site-url "http://www.journeyman.cc/",
:tag-root-uri "tags-output",
:theme "blue",
:twitter-acct nil,
:write-back-inferred-meta? true}