Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 419 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 419 Bytes

Cyberduck Website

This is the development home for the Cyberduck website.

Requirements

pip install 'pelican<4.0.0'
pip install 'fabric<2.0'
pip install minify
pip install pelican-minify

Build

Regenerate pages on changes

invoke regenerate

Run local web server

invoke serve