superloppo
v0.6.22
Published
an extremely easy static site generator of markdown documents
Downloads
5
Readme
Loppo is an extremely easy static site generator of markdown documents. You get your site with only one command. Please visit demo.
Features
- easy config (example)
- simple site structure (example)
- friendly template syntax(example)
- built-in utility commands
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 superloppo -g
Enter your project directory.
$ cd myProject
Run the command.
$ superloppo
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
严重备注:这是阮一峰大神的作品,拿来修改和学习~