Skip to content

getzola.org

A fast static site generator in a single binary with everything built-in. https://www.getzola.org

Package Information

  • Domain: getzola.org
  • Name: getzola.org
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install zola

Programs

This package provides the following executable programs:

  • zola

Aliases

This package can also be accessed using these aliases:

  • zola

Available Versions

Show all 6 versions
  • 0.20.0, 0.19.2, 0.19.1, 0.19.0, 0.18.0
  • 0.17.2

Latest Version: 0.20.0

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +getzola.org@0.20.0 -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.getzolaorg

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.