Add publish make target
[blog.git] / posts / Blog-with-org-mode.org
index afc0759..2795400 100644 (file)
@@ -9,7 +9,6 @@
 
 
 
-
 今天总算把 Blog 的框架大致弄好了。主要参考了 =Org-mode= 的 tutorial, [[http://orgmode.org/worg/org-tutorials/org-publish-html-tutorial.html#Special-comment-section][Publishing Org-mode files to HTML]] 和 [[https://ogbe.net/blog/blogging_with_org.html][Blogging using org-mode (and
 nothing else)]]。 其中 =css= , 利用的是 =worg.css=, 并参考了[[http://dayigu.github.io/WhyUseOrgModeToWriteBlog.html][为什么用org-mode写 blog?]] 和  [[http://wiki.houye.xyz/blogwithorg-mode.html][用org-mode写博客]]。
 
@@ -48,3 +47,13 @@ nothing else)]]。 其中 =css= , 利用的是 =worg.css=, 并参考了[[http://
            :publishing-function org-publish-attachment)
           ("org" :components ("org-notes" "org-static"))))
 #+END_SRC
+
+#+BEGIN_SRC sh
+  sudo aptitude install tmux emacs
+#+END_SRC
+
+* CI build
+
+* Web server
+
+* CGI update