summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2023-10-04 17:40:48 +0200
committerEkaitz Zarraga <ekaitz@elenq.tech>2023-10-04 17:58:31 +0200
commitbd6db7b4a2985e7ad5fd189fd005ce1ec5ce83b3 (patch)
treefd815242b75db6a99aa48868d77d0cc41a3a7623 /scripts
parent1cdb1ecdc6ed213caeebf6e34969f7527fac55ef (diff)
doc: add README
Diffstat (limited to 'scripts')
-rw-r--r--scripts/create.scm9
1 files changed, 0 insertions, 9 deletions
diff --git a/scripts/create.scm b/scripts/create.scm
deleted file mode 100644
index 6f7f549..0000000
--- a/scripts/create.scm
+++ /dev/null
@@ -1,9 +0,0 @@
-(define-module (scripts create)
- #:use-module ((src atom) #:prefix atom:)
- #:use-module ((src html) #:prefix html:)
- #:use-module (src as))
-
-(define root (canonicalize-path (cadr (command-line))))
-
-(define atom-feed (atom:render (as 'atom root)))
-(define html-index (html:render (as 'html root)))