jigyll

command module
v1.9.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 1, 2026 License: MIT Imports: 3 Imported by: 0

README

Jigyll

go badge Golangci-lint badge

Jigyll is a partially-compatible clone of the Jekyll static site generator, written in the Go programming language. It provides build and serve commands, with directory watch and live reload.

Install

curl -fsSL https://raw.githubusercontent.com/reidransom/jigyll/main/install.sh | bash

The installer also installs Dart Sass if sass is not detected on your PATH.

Find other installation methods in the documentation.

Development

Development and tests require the standalone Dart Sass sass executable on your PATH. Install the pinned version globally with mise:

mise use --global github:sass/dart-sass@1.98.0

Then confirm the installation with sass --version. For other installation methods, see the official Sass command-line installation instructions.

This project uses just as a command runner. Run just to see available recipes:

just build      # compile the binary
just buildlinux # cross-compile for linux (amd64 + arm64)
just clean      # remove build artifacts
just install    # install the binary
just lint       # run linter
just release    # bump patch version, tag, and push
just test       # run tests

Upstream credit

Jigyll is a fork of gojekyll. We gratefully credit its principal contributors: Oliver Steele, Bjørn Erik Pedersen, Maurits van der Schee, and Daniil Gentili.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal
Package plugins holds emulated Jekyll plugins.
Package plugins holds emulated Jekyll plugins.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL