aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2022-08-19 01:55:09 +0530
committerArun Isaac2022-08-19 01:55:09 +0530
commit3fbb7704d9f2fa2e88d47455a294b87f73c82c4d (patch)
tree54e20383b91288903fa8e11342955b6c45f833fc
parentef45c78ab73c2cd28a160cc33eb4ce50f0ba84f7 (diff)
downloadennum-3fbb7704d9f2fa2e88d47455a294b87f73c82c4d.tar.gz
ennum-3fbb7704d9f2fa2e88d47455a294b87f73c82c4d.tar.lz
ennum-3fbb7704d9f2fa2e88d47455a294b87f73c82c4d.zip
Advertise local HTTP server.
* README.org (Features): List local HTTP server. (Features in detail)[Simple HTTP server to view blog locally]: New subsection.
-rw-r--r--README.org4
1 files changed, 4 insertions, 0 deletions
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.