37 lines
1012 B
YAML
37 lines
1012 B
YAML
|
|
title: Photos
|
|
email: noemail@kameronkenny.com
|
|
description: >- # this means to ignore newlines until "baseurl:"
|
|
Photos
|
|
baseurl: "" # the subpath of your site, e.g. /blog
|
|
url: "" # the base hostname & protocol for your site, e.g. http://example.com
|
|
twitter_username: kameronkenny
|
|
github_username: kkenny
|
|
|
|
exclude: [node_modules, Gemfile, Gemfile.lock, gulpfile.js, deploy.sh, README.md, index.md, .gitignore]
|
|
|
|
#--------------------------------------------
|
|
gallery:
|
|
dir: photos
|
|
title: "Photos"
|
|
sort_field: "date"
|
|
title_prefix: ""
|
|
symlink: false # false: copy images into _site. true: create symbolic links (saves disk space)
|
|
thumbnail_size:
|
|
y: 450
|
|
retina: 1.5
|
|
|
|
# The following options are for individual galleries.
|
|
gallery:
|
|
dir: photos
|
|
title: "Photos"
|
|
sort_field: "date"
|
|
thumbnail_size:
|
|
y: 450
|
|
retina: 1.5
|
|
galleries:
|
|
202404_eclipse:
|
|
name: "2024 Eclipse"
|
|
date: "2024/04/08"
|
|
best_image: 20240408-DSC06863-Enhanced-SR-final-enhance-8000w.jpg
|