Jekyll based site for darrenshaw.org
The design
directory contains
- inprogress site visual designs
- artwork for posts
- fonts
- photoshop processors for image resizing
All images should be in avif format. Images for the photography homepage images/gallery
should be 800px wide. Images for an individual photography gallery (e.g. images/photo/2024-june-emily
) should have their long edge as 2400px. Images for an article should be 1400px wide
Filenames cannot start with _
.
Images can be converted to avif format using ImageMagick. The following commands will convert all .tif
files in the current directory to .avif
.
magick mogrify -format avif *.tif
Created at https://favicon.io
- Ruby
- Bundler
- AWS CLI
bundle install
JEKYLL_ENV=dev bundle exec jekyll serve
Will start the site on: http://localhost:4000
The setting JEKYLL_ENV to dev means relative image URLs will be generated. For production absolute URLs are used to ensure images load in RSS readers.
make
To update the current year the site just needs rebuilding. The year is taken from the {{site.time}}
.
- Add a favicon.
- Merge
blog-photo-post
withblog-photo-portait
layouts and css. - Remove unneeded files from s3
- Add title to Valencia images.
- Styling of Twombly to be in site style.
- Update README image instructions.