◐ Shell
clean mode source ↗

GitHub - gitking/loppo: an extremely easy static site generator of markdown documents

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.

Enter your project directory.

Run the command.

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

License

GPL v3