Skip to content

lumeland/theme-ebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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;