|
|
@ -4,5 +4,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
(module setup racket/base
|
|
|
|
(module setup racket/base
|
|
|
|
(provide (all-defined-out)) ;; <- don't forget this line in your config submodule!
|
|
|
|
(provide (all-defined-out)) ;; <- don't forget this line in your config submodule!
|
|
|
|
(require pollen/setup)
|
|
|
|
(require pollen/setup racket/path)
|
|
|
|
|
|
|
|
(define (omitted-path? p) (path-has-extension? p #"sh"))
|
|
|
|
(define publish-directory "~/Dropbox/dropbox_xray/typographyforlawyers.com/public/"))
|
|
|
|
(define publish-directory "~/Dropbox/dropbox_xray/typographyforlawyers.com/public/"))
|