From 3fbb7704d9f2fa2e88d47455a294b87f73c82c4d Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 19 Aug 2022 01:55:09 +0530 Subject: Advertise local HTTP server. * README.org (Features): List local HTTP server. (Features in detail)[Simple HTTP server to view blog locally]: New subsection. --- README.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.org b/README.org index 89a60ac..7e7c405 100644 --- a/README.org +++ b/README.org @@ -11,6 +11,7 @@ ennum is a purely functional Org Mode based static blog generator written in Ema - generate Atom feeds - translate posts to multiple languages - tangle source blocks embedded in posts +- simple HTTP server to view blog locally * Features in detail ** Minimal rebuilds @@ -33,6 +34,9 @@ ennum understands posts translated to multiple languages. It automatically links ** Tangle source blocks embedded in posts ennum lets you tangle source blocks embedded in posts and write them to a separate source file. Thus, you can make the source code in your blog available for download without having to duplicate your code in two places. +** Simple HTTP server to view blog locally +ennum comes with a simple HTTP server to view blog locally before publishing. + ** Pure Emacs Lisp ennum is written purely in Emacs Lisp [fn::except for the image processing code, for which we shell out to external command-line tools]. No need to pull up your terminal emulator or shell mode to rebuild your blog. -- cgit v1.2.3