Skip to content

jackdesert/short-shoelaces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shoelaces

ShortShoelaces.com uses Plim to generate html.

Setup

pip3 install plim watchdog

Watch Files

Start the watcher

bin/watcher.sh

Edit File

vi src/index.plim

View generated file in browser

firefox index.html

Convert Original Files to Smaller Size

cp images-original <new_dir>
cd <new_dir>
mogrify -path . -resize 400x400 -quality 75  *.jpg

Publish

# Everything
scp -r index.html style.css .htaccess images $jj:webapps/shortshoelaces

# No Images
scp -r index.html style.css .htaccess $jj:webapps/shortshoelaces

About

An article about keeping your laces tied, hosted at http://shortshoelaces.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published