Home
Softono

Dirmaker

Open source MIT Python
71
Stars
13
Forks
0
Issues
1
Watchers
3 years
Last Commit

 About Dirmaker

dirmaker is a simple, opinionated static site generator for quickly publishing directory websites.

Platforms

Web Self-hosted

Languages

Python

Links

Need Help Installing Dirmaker?

We provide expert installation service for this software. Our team will install, configure, and secure Dirmaker on your server. plans start at just $30.

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.