summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorjgart <jgart@dismail.de>2024-09-09 13:27:52 -0500
committerDavid Thompson <dthompson2@worcester.edu>2024-09-11 08:14:39 -0400
commit5410430affaf7e10cf9ab4a6cfcd15950baee1d9 (patch)
tree95e2dd3b70447f3160bad9fe65116e5737eaff37 /README
parentdbcbdbd0593c763e564a2cc6ccec0f4d74e0b09c (diff)
ui: Add 'new' subcommand.
* doc/haunt.texi: Document it. * haunt/ui/new.scm: New file. * Makefile.am (SOURCES): Add it. * README: Mention the new subcommand.
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index 7fc6695..b65e301 100644
--- a/README
+++ b/README
@@ -37,6 +37,9 @@ simple, functional, and extensible.
Write a configuration file named =haunt.scm=. Add your posts to a
directory named =posts=. Then run =haunt build=!
+Alternatively, use the =haunt new= command to start a project from a
+template quickly.
+
To view your creation, run =haunt serve= and browse to
=localhost:8080=. For quicker development cycles, run =haunt serve
--watch= to automatically rebuild the site when things change.