Skip to main content

Static website generator

Project description

Genja

Genja is a simple static website generator. It is a Python command line tool that generates HTML files and a JSON feed from Markdown content.

Installation

Install uv using the installation steps at https://docs.astral.sh/uv. After installing uv, use the uv tool command to install Genja as a command line tool on your computer:

uv tool install genja

Check the installed version from the command line to make sure installation was successful:

genja --version

Usage

Before running Genja, create a project structure as shown below. Markdown files go into the _pages and _posts directories. The pages directory is for standalone content that is not dated such as an about page or contact page. The posts directory is for dated content such as blog posts or articles. The _templates directory contains Jinja templates that are used to render the HTML pages. The mysite directory contains the generated website which can be hosted with GitHub Pages or some other web hosting platform. Lastly, the genja.toml file defines the URLs and directories for the project.

myproject/
├── mysite/
│   ├── img/
│   └── styles.css
├── _pages/
│   ├── about.md
│   └── contact.md
├── _posts/
│   ├── apple.md
│   └── orange.md
├── _templates/
│   ├── index.html
│   ├── page.html
│   └── post.html
└── genja.toml

The items in the genja.toml file are shown below. The base_url is the URL for the homepage of the website. The posts_output defines the output directory for the generated posts. The HTML files generated from Genja are located in the site_output directory. Static content such as images and CSS files should go in this directory. The title of the website is defined by the title key.

base_url = "https://example.com"
posts_output = "blog"
site_output = "mysite"
title = "My Website"

Use the serve command to build the website and start a local server. This will automatically open the default web browser to view the website. The website will automatically reload when changes are saved to the Markdown files.

genja serve

Use the build command to build the website without running a local server.

genja build

Examples

See the examples directory in this repository for projects that can be built with Genja. For more information about each example, see the Examples section in the Genja documentation.

Contributing

See the CONTRIBUTING.md document for information about contributing to this project.

Support

Support this project by using the :heart: Sponsor button at the top of this page. Thank you :smile:.

License

This project is licensed under the terms of the MIT license. See the LICENSE document for the license text.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

genja-25.10.tar.gz (516.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

genja-25.10-py3-none-any.whl (46.6 kB view details)

Uploaded Python 3

File details

Details for the file genja-25.10.tar.gz.

File metadata

  • Download URL: genja-25.10.tar.gz
  • Upload date:
  • Size: 516.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.8.11

File hashes

Hashes for genja-25.10.tar.gz
Algorithm Hash digest
SHA256 5b1f05ebe16cb7df8fc425fe3c06f1dc0ed0e4f38c630e7ec97bbc3f0102164d
MD5 3525658f6f05678f0f7e2f351a0dcd6b
BLAKE2b-256 8686bbd8e40e1b8bc0b91a84364106aab7c6938d9cad52b157762bec02326132

See more details on using hashes here.

File details

Details for the file genja-25.10-py3-none-any.whl.

File metadata

  • Download URL: genja-25.10-py3-none-any.whl
  • Upload date:
  • Size: 46.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.8.11

File hashes

Hashes for genja-25.10-py3-none-any.whl
Algorithm Hash digest
SHA256 0eeb68bd02391f3211f48a1571d8e833690e926cf851279808872879ef8332f0
MD5 1a8f03a52b774256dc5e857af0c0555b
BLAKE2b-256 814e03127d56e6d4a2c3a5b14f1d3bdf87506dae5c32b7da7d0e6636a79ecea4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page