Go to file
Kailash Nadh ae0deca6dc
Merge pull request #4 from barredterra/patch-1
feat: combine filters
2023-02-13 11:46:41 +05:30
dirmaker feat: combine filters 2023-02-12 18:36:41 +01:00
LICENSE First commit 2021-02-25 19:39:23 +05:30
MANIFEST.in Add missing requirements.txt 2021-02-26 13:53:04 +05:30
README.md Remove preview and add example links 2021-02-26 15:28:37 +05:30
requirements.txt fix: added markupsafe version dependancy since was removed in the later version that broke jinja2 2022-10-17 15:47:25 +05:30
setup.py Improve CLI flags. 2021-10-26 19:25:40 +05:30

README.md

logo

dirmaker is a simple, opinionated static site generator for publishing directory websites (eg: Indic.page, env.wiki It takes entries from a YAML file and generates a categorised, paginated directory website.

Install

pip3 install dirmaker

Build a site

# 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

Licensed under the MIT license.