UP | HOME

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))

Date: 2024-04-21 Sun 00:00

Emacs 29.2 (Org mode 9.6.15)

Validate