Added info about Project Gestalt

This commit is contained in:
Aleksandr Lebedev 2025-10-22 18:55:18 +02:00
parent febb55d1d7
commit 6d99d3aae2
4 changed files with 21 additions and 1 deletions

View file

@ -25,7 +25,7 @@
(setq org-html-validation-link nil ;; Don't show validation link
org-html-head-include-scripts nil ;; Use our own scripts
org-html-head-include-default-style nil ;; Use our own styles
org-html-head "<link rel=\"stylesheet\" href=\"./style.css\" />")
org-html-head "<link rel=\"stylesheet\" href=\"https://cdn.simplecss.org/simple.min.css\" />")
;; Generate the site output
(org-publish-all t)