Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 451 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 451 Bytes

Lume Ebook theme

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;