Lume theme for fast publishing web e-books. This theme started as a fork of robinsloan/perfect-edition but it was completely rewritten using web components for interactions, modern CSS and style changes.
import lume from "lume/mod.ts";
import ebook from "https://deno.land/x/[email protected]/mod.ts";
const site = lume();
site.use(ebook());
export default site;