summaryrefslogtreecommitdiff
path: root/src/operationnull/site.scm
diff options
context:
space:
mode:
Diffstat (limited to 'src/operationnull/site.scm')
-rw-r--r--src/operationnull/site.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/operationnull/site.scm b/src/operationnull/site.scm
index 80f6447..9b0e062 100644
--- a/src/operationnull/site.scm
+++ b/src/operationnull/site.scm
@@ -1,3 +1,5 @@
+;; SPDX-License-Identifier: CC-BY-4.0
+;; Copyright 2026 bdunahu <bdunahu@operationnull.com>
(define-module (operationnull site)
#:use-module (haunt builder assets)
#:use-module (haunt builder atom)
@@ -16,7 +18,7 @@
`(("Recent Posts" "/posts/index.html" ,posts/reverse-chronological)))
(define main-site
- (site #:title "operationnull"
+ (site #:title "operationnull.com"
#:domain "operationnull.com"
#:posts-directory "content/posts"
#:build-directory "target"
@@ -27,7 +29,7 @@
(static-page contact-content "/contact.html" "contact")
(static-page e404 "/404.html" "404 Error")
(static-page gold-content "/gold.html" "Shape God")
- (static-page music-content "/music.html" "music I like")
+ (static-page recommend-content "/recommend.html" "cool stuff in categories")
(static-directory "content/assets" "assets")
(blog #:theme main-theme
#:prefix "/posts/"