/plog

simple photo story log aka exposure.co

Primary LanguageTypeScript

plog

Very simple photo story framework:

  • next/react app
  • components heavily based on timvir
  • using zhif for dealing with images
  • the content/stories make use of mdx with very limited layout options

In the future I plan to cleanup the css code, simplify image handling (grid, lightbox, ..).

Testing

nix-shell  # if necessary
npm install
npm run dev