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:
parent
e85374629c
commit
e4ce35c804
3 changed files with 4 additions and 4 deletions
|
@ -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)
|
||||
|
|
|
@ -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)
|
|
@ -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)
|
Loading…
Reference in a new issue