seperating build

This commit is contained in:
gitea-actions
2026-07-08 22:09:29 +01:00
parent 832eb1a913
commit b7f08ba46d
17 changed files with 822 additions and 958 deletions

View File

@@ -197,9 +197,6 @@ The script is as follows, at the start I have some metadata relating to the file
(classes
(delq nil
(list
(when (and input-file
(z/wip-file-p input-file))
"wip")
(when (and input-file
(z/no-sidenotes-file-p input-file))
"no-sidenotes")))))
@@ -339,25 +336,6 @@ The script is as follows, at the start I have some metadata relating to the file
:sitemap-sort-files anti-chronologically
:html-head ,z-shared-head
)
("wip-pages"
:base-directory "~/master-folder/org-platform/org_web/"
:publishing-directory "~/master-folder/org-platform/org_web/output/"
:recursive t
:base-extension "org"
:publishing-function z/z-publish-to-html
:with-author nil
:with-creator nil
:html-validation-link nil
:html-preamble ,z-preamble
:html-postamble ,z-postamble
:auto-sitemap t
:sitemap-filename "wip.org"
:sitemap-title "Work in progress"
:sitemap-style list
:sitemap-function z/wip-sitemap
:sitemap-sort-files anti-chronologically
:html-head ,z-shared-head
)
("org-tags"
:base-directory "~/master-folder/org-platform/org_web/tags"
:publishing-directory "~/master-folder/org-platform/org_web/output/tags"