Skip to content

williamgilpin/photography

 
 

Repository files navigation

Photos go in fulls and thumbnails go in thumbs. Filenames can not contain spaces.

  1. Fork this repo by hitting the Fork button at the top right corner.
  2. Enable github pages from the repo settings.
  3. Upload your pictures to images/fulls and images/thumbs directory. You can do that on github.com itself or you can clone and push the images to your repo.
  4. Add your own custom domain in CNAME file or just remove the file if you don't own a domain and use the default domain that github provides ([yourusername].github.io/photography).
  5. Update baseurl field in _config.yml file with whatever domain you used in step 4.

Edit _config.yml

Resizing images

To make thumbnails, use ImageMagick and the following command:

mogrify -resize "512>"  -format jpg *.jpg

Make sure you have a separate directory with copies of the original images.

About

A jekyll website for photographers

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 44.2%
  • SCSS 26.2%
  • CSS 23.2%
  • HTML 6.3%
  • Ruby 0.1%