work-notes: Describe the publishing workflow.
This commit is contained in:
parent
d5f639af10
commit
d889c51dd9
1 changed files with 11 additions and 0 deletions
|
@ -1,5 +1,16 @@
|
||||||
#+TITLE: Some Technicalities about Building My Work Page
|
#+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
|
* Removing the publish cache
|
||||||
Org-publish will not detect files being deleted from the output. To
|
Org-publish will not detect files being deleted from the output. To
|
||||||
force it to clear its caches, do the following:
|
force it to clear its caches, do the following:
|
||||||
|
|
Loading…
Reference in a new issue