From b1b7947c862d34ce801058bebc8688559e588645 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Sat, 26 Aug 2017 11:15:58 -0700 Subject: [PATCH] add a setup submodule --- pollen.rkt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pollen.rkt b/pollen.rkt index 62e6333..8c3f362 100644 --- a/pollen.rkt +++ b/pollen.rkt @@ -1,3 +1,8 @@ #lang racket/base (require "scribblings/pollen-rkt.scrbl") -(provide (all-from-out "scribblings/pollen-rkt.scrbl")) \ No newline at end of file +(provide (all-from-out "scribblings/pollen-rkt.scrbl")) + +(module setup racket/base + (provide (all-defined-out)) ;; <- don't forget this line in your config submodule! + (require pollen/setup) + (define publish-directory "~/Dropbox/dropbox_xray/typographyforlawyers.com/public/")) \ No newline at end of file