Almost-minimal filesystem based blog.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
503 B

  1. {
  2. "entry_dir": "./pages",
  3. "publish_dir": "./public",
  4. "title_prefix": "a test wrt site",
  5. "template": "default",
  6. "description": "a wrt site",
  7. "url_root": "https://example.com/",
  8. "image_url_root": "https://example.com/",
  9. "favicon_url": "https://example.com/favicon.png",
  10. "template_dir": "./templates",
  11. "stylesheet_url": "https://example.com/css/wrt.css",
  12. "author": "Your Name Here",
  13. "entry_descriptions": {
  14. "new": "newest entries",
  15. "all": "all entries"
  16. }
  17. }