dirmaker
1.0.0
Dirmakerは、ディレクトリWebサイトを公開するためのシンプルで意見のある静的サイトジェネレーターです(例:indic.page、env.wiki YAMLファイルからエントリを取得し、分類された、ページングされたディレクトリWebサイトを生成します。
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ライセンスに基づいてライセンスされています。