Photos go in fulls and thumbnails go in thumbs. Filenames can not contain spaces.
- Fork this repo by hitting the
Forkbutton at the top right corner. - Enable github pages from the repo settings.
- Upload your pictures to
images/fullsandimages/thumbsdirectory. You can do that on github.com itself or you can clone and push the images to your repo. - Add your own custom domain in
CNAMEfile or just remove the file if you don't own a domain and use the default domain that github provides ([yourusername].github.io/photography). - Update
baseurlfield in_config.ymlfile with whatever domain you used in step 4.
Edit _config.yml
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.