Function: hywiki--sitemap-file

hywiki--sitemap-file is a byte-compiled function defined in hywiki.el.

Signature

(hywiki--sitemap-file)

Documentation

Return file name for the sitemap file.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hywiki.el
(defun hywiki--sitemap-file ()
  "Return file name for the sitemap file."
  (expand-file-name
   (org-publish-property :sitemap-filename (hywiki-org-get-publish-project))
   (org-publish-property :base-directory (hywiki-org-get-publish-project))))