summaryrefslogtreecommitdiff
path: root/projects.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2021-12-01 08:58:05 -0500
committerDavid Thompson <dthompson2@worcester.edu>2021-12-01 08:58:05 -0500
commit1d1d6ccae479193619c11a65f399298bbca05c25 (patch)
treec7b256f86d872b4fa1c6f041d08499a671a24db9 /projects.scm
parentfef4a74e9a7a37c41c94d5ce245ce1e262639b06 (diff)
projects: haunt: Link to awesome.haunt.page.
Diffstat (limited to 'projects.scm')
-rw-r--r--projects.scm5
1 files changed, 4 insertions, 1 deletions
diff --git a/projects.scm b/projects.scm
index 83cc0a0..e0c61b0 100644
--- a/projects.scm
+++ b/projects.scm
@@ -200,7 +200,10 @@ out-of-the-box."))
(p "Run " (code "haunt serve") " to a launch a web server to
preview your work.")
(p "Open " ,(anchor "http://localhost:8080") " in your web browser
-and smile, because you've just generated your first Haunt site!"))
+and smile, because you've just generated your first Haunt site!")
+ (p "Check out other sites built with Haunt over at "
+ ,(anchor "awesome.haunt.page" "https://awesome.haunt.page/")
+ "!"))
#:requirements
'("GNU Guile >= 2.0"
"guile-commonmark (for Markdown support, optional)"