RichardLitt / things-i-carry

TBD
1 stars 0 forks source link

Basic set up #2

Open RichardLitt opened 9 years ago

RichardLitt commented 9 years ago

So, I could try and develop my own photo gallery, but it should be much less hassle to hijack someone else's and add in text overlay to the photos or gerrymander in a text section next to each photo. The obvious choice is photoswipe.

GitHub pages only hosts static pages. I can't think of anything that will necessitate dynamic pages if Photoswipe will work on a static site (which it seems to do). So, I can just commit all of my node_modules directly, and use browserify and the like if I want. Instead of using liquid templating and jekyll layouts, I'll commit all of my files as JSON directly, or have a script convert the .md files into JSON so that I can include them. Looks like this will do.

To do: