work-notes: Describe the publishing workflow.

This commit is contained in:
Sergiu Ivanov 2018-11-19 12:34:20 +01:00
parent d5f639af10
commit d889c51dd9
1 changed files with 11 additions and 0 deletions

View File

@ -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: