diff options
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -54,7 +54,7 @@ Add the path to the cloned repository to your load path, and load ennum. * Usage -Set up /ennum-blog/ with settings relevant for your blog, and run /M-x ennum-publish/. A simple sample /ennum-blog/ is given below. For detailed documentation of all available settings, see its docstring. +Set up /ennum-blog/ with settings relevant for your blog. A simple sample /ennum-blog/ is given below. For detailed documentation of all available settings, see its docstring. #+BEGIN_SRC emacs-lisp (setq ennum-blog '(:working-directory "~/blog" @@ -69,6 +69,7 @@ Set up /ennum-blog/ with settings relevant for your blog, and run /M-x ennum-pub :blog-domain "example.org" :blog-license "All content is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.")) #+END_SRC +Run /M-x ennum-publish/ to export the blog to the output directory. To start a local HTTP server (by default, listening on http://localhost:8080) serving the exported output, run /M-x ennum-server-start/. You can use this to preview the exported output. Once happy with the output, shut down the server using /M-x ennum-server-stop/. * Post format |