Difference between revisions of "Blogging"

From WikEmacs
Jump to navigation Jump to search
(Sai)
(→‎Modes: Pelican and org)
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
elkin - lol thank you so much Jelena for volunteering your bauitufel family! im glad Luca enjoyed himself I hope Danny loves these as much!September 15, 2010  12:08 am
+
== Modes ==
 +
 
 +
Each of these modes is effectively an in-emacs application.
 +
 
 +
* [[ oddmuse ]]
 +
* [[ org-mode ]] can be used for blogging
 +
 
 +
=== Jekyll and org-mode ===
 +
 
 +
Jekyll is a static website and blog engine. It's possible to write everything in org-mode in a single org file, as described in this blog post: http://endlessparentheses.com/how-i-blog-one-year-of-posts-in-a-single-org-file.html
 +
 
 +
Technically, it's needed to use [https://github.com/Malabarba/ox-jekyll-subtree his package ox-jekyll-subtree] and then we just need to call '''M-x endless/export-to-blog''' to export the current org subtree as a jekyll entry post.
 +
 
 +
=== Pelican and org-mode ===
 +
 
 +
[https://github.com/ardekantur/pelican-plugins/tree/org_reader/org_reader org_reader] is a Pelican plugin to write posts in org-mode.
 +
 
 +
=== blog-admin ===
 +
 
 +
[https://github.com/CodeFalling/blog-admin blog-admin] works with hexo or [[org-page]] and provides an admin table, presenting the list of our posts, to which we can take actions, like toggling the 'publish' state.
 +
 
 +
== See also ==
 +
 
 +
See more options within the Blog category:
 +
 
 +
[[Category:Blog]]

Revision as of 23:39, 29 December 2016

Modes

Each of these modes is effectively an in-emacs application.

Jekyll and org-mode

Jekyll is a static website and blog engine. It's possible to write everything in org-mode in a single org file, as described in this blog post: http://endlessparentheses.com/how-i-blog-one-year-of-posts-in-a-single-org-file.html

Technically, it's needed to use his package ox-jekyll-subtree and then we just need to call M-x endless/export-to-blog to export the current org subtree as a jekyll entry post.

Pelican and org-mode

org_reader is a Pelican plugin to write posts in org-mode.

blog-admin

blog-admin works with hexo or org-page and provides an admin table, presenting the list of our posts, to which we can take actions, like toggling the 'publish' state.

See also

See more options within the Blog category: