Difference between revisions of "Blogging"

From WikEmacs
Jump to navigation Jump to search
(→‎Modes: nikola (link to))
(Add Hakyll)
(One intermediate revision by one other user not shown)
Line 9: Line 9:
  
 
[https://github.com/thiefuniverse/blog-minimal blog-minimal] is built on org-mode and well integrated into Emacs.
 
[https://github.com/thiefuniverse/blog-minimal blog-minimal] is built on org-mode and well integrated into Emacs.
 +
 +
=== Hakyll ===
 +
 +
Being based on [http://pandoc.org/ Pandoc], [https://github.com/jaspervdj/hakyll Hakyll] has built-in support for org-mode files.  The only limitation is the absence of support for org-mode metadata (#+TITLE, etc): Hakyll still requires a Jekyll-like YAML metadata block.
  
 
=== Jekyll ===
 
=== Jekyll ===
Line 30: Line 34:
 
== See also ==
 
== See also ==
  
See more options within the Blog category:
+
=== Hublo ===
 +
 
 +
[[Hublo]] uses elisp to write configuration and the phases of build.
 +
 
 +
See more options within the Blog category.
  
 
[[Category:Blog]]
 
[[Category:Blog]]

Revision as of 14:13, 3 March 2017

With org-mode

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

Blog-minimal

blog-minimal is built on org-mode and well integrated into Emacs.

Hakyll

Being based on Pandoc, Hakyll has built-in support for org-mode files. The only limitation is the absence of support for org-mode metadata (#+TITLE, etc): Hakyll still requires a Jekyll-like YAML metadata block.

Jekyll

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

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.

Nikola

Nikola can handle org-mode files with the extension org2nikola.

See also

Hublo

Hublo uses elisp to write configuration and the phases of build.

See more options within the Blog category.