Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 624 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 624 Bytes

Zola plugin

Zola SSG plugin for Proto.

Installation

This is a community plugin and is thus not built-in to Proto. In order to use it, first either add it to your global or project-based .prototools by running:

Global install

proto plugin add zola "source:https://raw.githubusercontent.com/z0rrn/proto-plugins/main/zola/plugin.toml" --global
proto install zola

Per-project install

proto plugin add zola "source:https://raw.githubusercontent.com/z0rrn/proto-plugins/main/zola/plugin.toml"
proto pin zola latest --resolve