blob: 08b38b0aa918da0215697453ed2bdb6502c53c0b (
plain)
1
2
3
4
5
|
;;; Site-customization file for nawp. Copy to /etc/nawp-site.scm and
;;; customize to taste.
(define blog-base-uri "https://the-brannons.com/blog/")
(define blog-title "Brannon's Banal Babblings")
(define blog-description "Insert clever description.")
|