A modern, responsive Jekyll-based gallery for showcasing digital artwork with a clean, professional design.
To run locally:
bundle install
bundle exec jekyll serve
To add a new image and sort them:
git add filename.png # needs to be added to git for date information
ruby rename_files.rb scans
git add -A && git commit # add and commit all the changed files so all the renames get commited
Artwork © LindseyB. All rights reserved. Code is available under MIT license.
Built with ❤️ and hosted on GitHub Pages