dirmaker
1.0.0
Dirmaker est un générateur de sites statique simple et opiniâtre pour la publication des sites Web d'annuaire (par exemple: indic.page, env.wiki Il prend des entrées d'un fichier YAML et génère un site Web de répertoire paginé catégorisé.
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
Licencié sous la licence du MIT.