dirmaker
1.0.0
Dirmaker是用于发布目录网站的简单,有思想的静态网站生成器(例如:indic.page,env.Wiki,它从YAML文件中获取条目,并生成一个分类的,分页的目录网站。
pip3 install dirmaker
# Generate an example site in the `example` directory.
dirmaker --new
cd example
# Edit config.yml and add data to data.yml
# Customize static files and the template if necessary.
# Build the static site into a directory called `site`.
dirmaker --build
根据MIT许可获得许可。