work-site/work-notes.org
Sergiu Ivanov 0b51330e24 Set up a lot of technical details.
Org-mode publishing, CSS styles, as well as some rudiments of content
of the English home page.
2018-09-13 15:16:53 +02:00

862 B

Some Technicalities about Building My Work Page

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;