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許可獲得許可。