Organise custom builders into subfolder

Mainly so that, if I start doing further customisation, it'll
all be organised neatly instead of lying around at the root.
This commit is contained in:
Badri Sunderarajan 2024-10-30 15:46:10 +05:30
parent e85374629c
commit e4ce35c804
Signed by: badrihippo
GPG key ID: 9F594532AD60DE03
3 changed files with 4 additions and 4 deletions

View file

@ -2,8 +2,8 @@
(haunt artifact)
(haunt html)
(haunt post)
(extless-blog)
(extless-atom)
(hippo builder blog-extless)
(hippo builder atom-extless)
(haunt builder assets)
(haunt reader commonmark)
(haunt site)

View file

@ -26,7 +26,7 @@
;;; Public License along with this module. If not, see
;;; <http://www.gnu.org/licenses/>.
(define-module (extless-atom)
(define-module (hippo builder atom-extless)
#:use-module (srfi srfi-9)
#:use-module (srfi srfi-19)
#:use-module (srfi srfi-26)

View file

@ -25,7 +25,7 @@
;;; Public License along with this module. If not, see
;;; <http://www.gnu.org/licenses/>.
(define-module (extless-blog)
(define-module (hippo builder blog-extless)
#:use-module (ice-9 match)
#:use-module (srfi srfi-1)
#:use-module (srfi srfi-9)