MinasMazar web pages
Table of Contents
Introduction
And this is my personal website, even if most of the contents are on gemini.
This is a static web page generated via the org=mode
. If you want more information about that rely on my github pages.
This script below, if executed in an Emacs environment, allow an easy way to generate it instead of using the manual org-export
feature.
(add-to-list 'org-publish-project-alist '("minasmazar-srht-w3" :recursive t :base-directory "~/minasmazar-capsule/w3/" :base-extension "org" :publishing-function org-html-publish-to-html :publishing-directory "~/minasmazar-capsule/" :with-author nil :with-creator t :with-toc t :html-link-up "/" :html-link-home "/" ;; :html-preamble blorg-html-preamble :section-numbers nil :time-stamp-file nil))