diff options
author | Arun Isaac | 2022-08-19 01:55:09 +0530 |
---|---|---|
committer | Arun Isaac | 2022-08-19 01:55:09 +0530 |
commit | 3fbb7704d9f2fa2e88d47455a294b87f73c82c4d (patch) | |
tree | 54e20383b91288903fa8e11342955b6c45f833fc /README.org | |
parent | ef45c78ab73c2cd28a160cc33eb4ce50f0ba84f7 (diff) | |
download | ennum-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.
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |