nadir

Crates.ionadir
lib.rsnadir
version0.1.6
created_at2025-03-26 11:51:08.67611+00
updated_at2025-03-28 14:20:04.848253+00
descriptionA static site builder focused on simplicity
homepage
repositoryhttps://github.com/nikelaz/nadir
max_upload_size
id1606449
size44,744
Nikola Lazarov (nikelaz)

documentation

README

Nadir

Static site builder focused on simplicity.

Status

This project is in early development. Currently it supports:

  • Partials
  • Templates
  • Dev Mode (Watcher)

Installation

Cargo

To install with cargo, just install the tool globally with:

cargo install nadir

Then you can run the static site builder in your project directory:

nadir

Usage

For example usage and syntax, check out the example folder.

Configuration

In your project create a nadir.config.json file, with the following structure:

{
  "inputDir": "src",
  "outputDir": "dist"
}
  • inputDir - is the directory where your html (and other files) for your site are
  • outputDir - is the directory where the build static site will be written/saved to
Commit count: 21

cargo fmt