work-site/work-notes.org

1.2 KiB

Some Technicalities about Building My Work Page

Workflow

  1. Remove all timestamps and load work.el.

      (org-publish-remove-all-timestamps)
      (load-file "~/Candies/Sites/work/work.el")
  2. Open index.org and publish the current project.
  3. Run deploy from within the lab wired network.

Removing the publish cache

Org-publish will not detect files being deleted from the output. To force it to clear its caches, do the following:

  (org-publish-remove-all-timestamps)

Possible colors for the banner

  background-color: azure;
  background-color: lightcyan;
  background-color: paleturquoise;