Skip to content

nimishbongale/lektor-choco-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lektor Chocolatey Package

https://img.shields.io/badge/version-v3.2.0-lightgreen https://img.shields.io/badge/hosted%20on-chocolatey-brown https://img.shields.io/chocolatey/dt/lektor https://img.shields.io/github/workflow/status/nimishbongale/lektor-choco-package/lektor-choco-package-test PRs Welcome

Lektor "Chocolatey" Package is a community driven package for installing and running the Lektor CMS on Windows.

See the package in action here: https://chocolatey.org/packages/lektor

Installation

The Chocolatey CLI will be needed as a primary requirement.

To install the latest package from chocolatey:

choco install lektor

For a specific version:

choco install lektor --version=3.2.0

To uninstall:

choco uninstall lektor

Usage

To run the package from this repository directly, run these commands:

git clone https://github.com/nimishbongale/lektor-choco-package.git
cd lektor-choco-package
choco pack
choco install -fdv lektor.<version>.nupkg 

To make & push the updated package to chocolatey (strictly not for community use!):

choco pack
choco apikey --key <apikey> --source https://push.chocolatey.org/
choco push lektor.<version>.nupkg --source https://push.chocolatey.org/

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.