From ee877427d704cfa2ae25f79216d2d95a2c6b2db6 Mon Sep 17 00:00:00 2001 From: Peng Li Date: Tue, 16 May 2017 21:57:12 +0800 Subject: [PATCH] update blog --- posts/Blog-with-org-mode.org | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/posts/Blog-with-org-mode.org b/posts/Blog-with-org-mode.org index a223d85..348bff8 100644 --- a/posts/Blog-with-org-mode.org +++ b/posts/Blog-with-org-mode.org @@ -16,7 +16,6 @@ nothing else)]]。 其中 =css= , 利用的是 =worg.css=, 并参考了[[http:// 其中有些配置可能是 =Org= 版本不同的原因,有些不同。比如 =htlm-head=, 代替 了 =style= #+INCLUDE: "../my-publish.el" src emacs-lisp :lines "29-" - #+BEGIN_SRC sh sudo aptitude install tmux emacs #+END_SRC @@ -27,4 +26,8 @@ nothing else)]]。 其中 =css= , 利用的是 =worg.css=, 并参考了[[http:// * Web server -* CGI update +* Crontab +#+BEGIN_SRC sh + # m h dom mon dow command + */30 * * * * cd /home/seudut/blog && make publish OUTDIR="~/www/html/" emacs=/usr/local/bin/emacs UPDATE=true +#+END_SRC -- 2.11.0