Skip to content
/ loppo Public

an extremely easy static site generator of markdown documents

Notifications You must be signed in to change notification settings

ruanyf/loppo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

962f08b · Dec 14, 2023
Jul 8, 2023
Jul 8, 2023
Dec 18, 2017
Jul 8, 2023
Jul 8, 2023
Mar 13, 2018
Nov 28, 2017
Oct 30, 2019
Oct 16, 2017
Nov 28, 2017
Jul 8, 2023
Apr 6, 2020
Jul 8, 2023
Oct 16, 2017
Dec 14, 2023

Repository files navigation

Loppo is an extremely easy static site generator of markdown documents. 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 project directory.

$ cd myProject

Run the command.

$ loppo

Now, Loppo will build the document site under dist sub-directory. After the building process, you could open the site in your browser.

$ open dist/index.html

License

GPL v3