diff options
author | jgart <jgart@dismail.de> | 2024-09-09 13:27:52 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2024-09-11 08:14:39 -0400 |
commit | 5410430affaf7e10cf9ab4a6cfcd15950baee1d9 (patch) | |
tree | 95e2dd3b70447f3160bad9fe65116e5737eaff37 /README | |
parent | dbcbdbd0593c763e564a2cc6ccec0f4d74e0b09c (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-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |