All Projects → vito → Booklit

vito / Booklit

Licence: mit
a pretty lit content authoring system

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Booklit

Wowchemy Hugo Modules
🔥 Hugo website builder, Hugo themes & Hugo CMS. No code, build with widgets! 创建在线课程,学术简历或初创网站。
Stars: ✭ 6,093 (+4481.2%)
Mutual labels:  cms, static-site-generator, documentation-tool
Zola
A fast static site generator in a single binary with everything built-in. https://www.getzola.org
Stars: ✭ 7,823 (+5781.95%)
Mutual labels:  cms, static-site-generator, documentation-tool
Hugo
The world’s fastest framework for building websites.
Stars: ✭ 55,899 (+41929.32%)
Mutual labels:  cms, static-site-generator, documentation-tool
wowchemy-hugo-themes
🔥 Hugo website builder, Hugo themes & Hugo CMS. No code, easily build with blocks! 创建在线课程,学术简历或初创网站。#OpenScience
Stars: ✭ 6,891 (+5081.2%)
Mutual labels:  static-site-generator, documentation-tool
Quokka
LOOKING FOR NEW MAINTAINER - Quokka is a Content Management System - `docker run --rm -it -p 5000:5000 quokka/quokka`
Stars: ✭ 2,198 (+1552.63%)
Mutual labels:  cms, static-site-generator
Netlify Cms
A Git-based CMS for Static Site Generators
Stars: ✭ 14,776 (+11009.77%)
Mutual labels:  cms, static-site-generator
Gatsby
Build blazing fast, modern apps and websites with React
Stars: ✭ 51,925 (+38941.35%)
Mutual labels:  static-site-generator, documentation-tool
Publii
Publii is a desktop-based CMS for Windows, Mac and Linux that makes creating static websites fast and hassle-free, even for beginners.
Stars: ✭ 3,644 (+2639.85%)
Mutual labels:  cms, static-site-generator
Documentor
Super intuitive documentation generator, from markdown files to a single html file (style, scripts, images, search engine embedded) 📖
Stars: ✭ 32 (-75.94%)
Mutual labels:  static-site-generator, documentation-tool
Lektor
The lektor static file content management system
Stars: ✭ 3,493 (+2526.32%)
Mutual labels:  cms, static-site-generator
Citation
Citation is a new generation CMS merging ideas of: Headless / GraphQL, static site generation and JavaScript component pre-rendering
Stars: ✭ 31 (-76.69%)
Mutual labels:  cms, static-site-generator
Abecms
The lightning fast CMS
Stars: ✭ 160 (+20.3%)
Mutual labels:  cms, static-site-generator
Gatsby Starter Netlify Cms
Example gatsby + netlify cms project
Stars: ✭ 1,932 (+1352.63%)
Mutual labels:  cms, static-site-generator
Jekyll Rtd Theme
Just another documentation theme compatible with GitHub Pages
Stars: ✭ 92 (-30.83%)
Mutual labels:  static-site-generator, documentation-tool
Publiccms
现代化java cms,由天津黑核科技有限公司开发,轻松支撑千万数据、千万PV;支持静态化,服务器端包含; 目前已经拥有全球0.0002%的用户,语言支持中、繁、日、英;是一个已走向海外的成熟CMS产品
Stars: ✭ 1,750 (+1215.79%)
Mutual labels:  cms, static-site-generator
Bridgetown
A Webpack-aware, Ruby-powered static site generator for the modern Jamstack era
Stars: ✭ 317 (+138.35%)
Mutual labels:  static-site-generator, documentation-tool
Hexo Theme Doc
A documentation theme for the Hexo blog framework
Stars: ✭ 222 (+66.92%)
Mutual labels:  static-site-generator, documentation-tool
Eleventy Netlify Boilerplate
A template for building a simple website with the Eleventy static site generator
Stars: ✭ 359 (+169.92%)
Mutual labels:  cms, static-site-generator
Eleventy
A simpler static site generator. An alternative to Jekyll. Transforms a directory of templates (of varying types) into HTML.
Stars: ✭ 10,867 (+8070.68%)
Mutual labels:  static-site-generator, documentation-tool
Nopress
A collection of CMSs and Static Site Generators.
Stars: ✭ 96 (-27.82%)
Mutual labels:  cms, static-site-generator

booklit

Go Reference CI

documentation

booklit.page

installation

grab the latest release, or build from source:

go get github.com/vito/booklit/cmd/booklit

usage

booklit -i foo.lit -o ./out

example

clone this repo and build the Booklit website:

./scripts/build-docs

then browse the generated docs from ./docs/index.html.

alternatively, run the docs in server mode:

./scripts/build-docs -s 3000

...and then browse to localhost:3000

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].