1.3.0 • Published 3 years ago

litebook v1.3.0

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

Litebook

A minimalist docs theme built with presta. Write markdown to generate pages, and use frontmatter to build the sidebar nav.

To give you a sense of how simple this is, here is the source for the Litebook docs site:

import { litebook } from 'litebook'

const docs = litebook('./pages', '**/*.md')(__filename)

export const getStaticPaths = docs.getStaticPaths
export const handler = docs.handler

License

MIT License © Sure Thing