notes for design patterns and rss feed

This commit is contained in:
2026-01-11 22:08:34 +00:00
parent 55c44df42c
commit 3f319f8b3d
25 changed files with 348 additions and 494 deletions

View File

@@ -184,7 +184,7 @@ Created with %c on <a href=\"https://www.archlinux.org/\">Arch</a> <a href=\"htt
(setq org-confirm-babel-evaluate nil ;; Disable confirmation for code block evaluation
org-export-with-smart-quotes t ;; turns " into curly quotes
org-html-self-link-headlines t ;; headlines link to self
;;org-html-self-link-headlines t ;; headlines link to self
org-html-validation-link nil ;; dont validate html (in order to check it is up to web standards)
org-html-inline-images t ;; self-expl
org-export-with-sub-superscripts t ;; render h_x as large h with subscript x
@@ -277,6 +277,7 @@ Created with %c on <a href=\"https://www.archlinux.org/\">Arch</a> <a href=\"htt
(message "✅ all-files.org generated"))))
(setq org-publish-project-alist
`(
("org-roam"
@@ -285,7 +286,6 @@ Created with %c on <a href=\"https://www.archlinux.org/\">Arch</a> <a href=\"htt
:publishing-directory "~/master-folder/org_files/org_roam/output/"
:recursive t
:publishing-function org-html-publish-to-html
:with-author nil
:with-creator nil
:with-date t