8000 GitHub - frankharkins/photos
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

frankharkins/photos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Photo page

Source code for https://frankharkins.github.io/photos. Also a way for me to experiment with Elm.

Build the project

elm make src/Main.elm --output=static/main.js

Or, rebuild on file change:

while inotifywait -e close_write src/*; do elm make src/Main.elm --output=static/main.js; done

Add files to the page

  1. Export as AVIF from Darktable
  2. Run from root of repo:
    ./import-image.sh <path-to-file>
  3. Add new entry in src/Data.elm

To do

  • Accessibility / keyboard navigation
0