Skip to content
This repository has been archived by the owner on Sep 2, 2019. It is now read-only.

temporary working directory for rewriting my personal website using jekyll and lightweight javascript carousel siema

Notifications You must be signed in to change notification settings

infomofo/infomofo-jekyll-siema

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

infomofo.com v2

This is a redesign of my personal website using the static site generator Jekyll using github pages.

Local testing

bundle install bundle exec jekyll serve

Deploy

The master branch is automatically deployed to github pages.

Image optimization

Images can be optimized for web delivery just scaled on height maintaining aspect ratio using the following command (where "600" is the height).

mogrify -geometry x600 -sampling-factor 4:2:0 -strip -quality 85 -interlace JPEG image.png

i.e.

mogrify -geometry x128 -sampling-factor 4:2:0 -strip -quality 85 -interlace JPEG _heads/* mogrify -geometry x160 -sampling-factor 4:2:0 -strip -quality 85 -interlace JPEG _tops/* mogrify -geometry x200 -sampling-factor 4:2:0 -strip -quality 85 -interlace JPEG _bottoms/* mogrify -geometry x80 -sampling-factor 4:2:0 -strip -quality 85 -interlace JPEG _shoes/* mogrify -geometry x300 -sampling-factor 4:2:0 -strip -quality 85 -interlace JPEG _projects/*

About

temporary working directory for rewriting my personal website using jekyll and lightweight javascript carousel siema

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published