diff options
author | Cristian Cezar Moisés <[email protected]> | 2024-02-20 03:25:56 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2024-02-20 03:25:56 +0000 |
commit | 43bf2a443c2c35681576a39aaad3541dc79ce52b (patch) | |
tree | 838f6924c4fbe059dd2a65b7d12923387d8069ce /haunt.scm | |
parent | 1975ed7772099e50a1389e6baa4468a156fc4ca8 (diff) |
Add files via upload
Diffstat (limited to 'haunt.scm')
-rw-r--r-- | haunt.scm | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -91,7 +91,7 @@ (site #:title "C.C.M. Homepage" #:domain - "cristiancmoises.github.io" + "cristiancmoises.github.io/site/" #:default-metadata '((author . "Cristian Cezar Moisés")) #:readers @@ -104,4 +104,5 @@ not-found (static-directory "css") (static-directory "download") - (static-directory "images"))) + (static-directory "images") + (static-directory "videos"))) |