Skip to content

masahiko-ofgp/leopa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leopa

leopa-logo

Static site generator with Python3.

Usage

>>> import leopa
>>> p = leopa.Project()
>>> p.create()
New project has created!
>>> # If you want to add some new doc,
>>> #  you edit config.yaml.
>>> # then you do as follows.
>>> p.reload()
>>> # If you want to create html files,
>>> # you do as follows.
>>> p.publish()

About

Static site generator with Python3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages