diff --git a/work-notes.org b/work-notes.org index 9ef8ca2..74b7907 100644 --- a/work-notes.org +++ b/work-notes.org @@ -1,5 +1,16 @@ #+TITLE: Some Technicalities about Building My Work Page +* Workflow + 1. Remove all timestamps and load [[file:work.el][=work.el=]]. + #+BEGIN_SRC elisp + (org-publish-remove-all-timestamps) + (load-file "~/Candies/Sites/work/work.el") + #+END_SRC + + 2. Open [[file:index.org][=index.org=]] and publish the current project. + + 3. Run [[file:deploy][=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: