Index: crystalize.rkt ================================================================== --- crystalize.rkt +++ crystalize.rkt @@ -31,11 +31,11 @@ unfence) ;; Cache DB and Schemas -(define DBFILE (build-path (current-project-root) "vitreous2.sqlite")) +(define DBFILE (build-path (current-project-root) "vitreous.sqlite")) (define cache-conn (sqlite3-connect #:database DBFILE #:mode 'create)) (define current-plain-title (make-parameter "void")) (define-schema cache:article #:table "articles" Index: index.html.pp ================================================================== --- index.html.pp +++ index.html.pp @@ -86,13 +86,13 @@ collections: ◊url[1]{/blog-pg1.html} }) -◊(crystalize-index-entries! '|index.html| front-page-body) +◊; stop for now: (crystalize-index-entries! '|index.html| front-page-body)
◊(->html front-page-body #:splice? #t) ◊(->html (series-grouped-list))