Skip to content

iterate-ch/duck.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cyberduck CLI Website

This is the development home for the Cyberduck CLI 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