github

txd-team / docsite

  • воскресенье, 30 сентября 2018 г. в 00:17:39
https://github.com/txd-team/docsite

JavaScript
An opensource static website generator



LOGO

NPM version build status Test coverage David deps Known Vulnerabilities npm download

Docsite

Docsite is an opensource generator for building an static website, and you can init a website in a few minutes by it.

Feature

  • Be able to generate document, blog, and custom page
  • Support markdown files
  • Responsive UI
  • Good for SEO
  • Support internationalization
  • Support custom page

Document

User

Dubbo

Nacos

AiMatrix

Dependency

  • node.js > 6.x

Usage

  • Install
$ npm i -g docsite
  • Init a project
$ cd my-project
$ docsite init
  • Local preview
$ docsite start
  • Build
$ docsite build