Skip to content
/ loppo Public
forked from ruanyf/loppo

an extremely simple markdown document site generator

Notifications You must be signed in to change notification settings

zhagnsz/loppo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Loppo is an extremely simple markdown document site generator. You get your site with only one command. Please visit demo.

Features

How to use

Attention: Loppo is still in its very early stages. Use it in production at your own risk.

First of all, arrange your documents into the following structure.

|- myProject
   |- README.md
   |- docs
      |- page1.md
      |- page2.md
      |- ...

Now, install Loppo.

$ npm install loppo -g

Enter your site directory.

$ cd myProject

Run the command.

$ loppo server

Visit http://127.0.0.1:8080 in your browser.

License

GPL v3

About

an extremely simple markdown document site generator

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.9%
  • HTML 0.1%