Skip to content

Commit

Permalink
fix: mark setupfile as safe.
Browse files Browse the repository at this point in the history
  • Loading branch information
Panadestein committed Sep 3, 2024
1 parent 16a27a0 commit 827c3f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-site.el
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

;; Install packages needed for HTML export

(package-install 'compat)
(package-install 'htmlize)
(package-install 'reformatter)
(package-install 'nix-mode)
Expand All @@ -42,6 +41,7 @@
(setq org-html-validation-link nil
org-html-head-include-scripts nil
org-html-include-default-style nil
org-safe-remote-resources '("https://raw.githubusercontent.com/fniessen/org-html-themes/master/org/theme-readtheorg.setup")
org-src-fontify-natively t)

;; Define the project to be published
Expand Down

0 comments on commit 827c3f8

Please sign in to comment.