mirror of
https://github.com/rvtr/rmc_website.git
synced 2025-10-31 13:31:21 -04:00
Jekyll + CSV will generate...
- Titlecards on index.html
- Download links
- Banner "image"
CDN has also been changed to have uniform file paths that can be assembled via the CSV. Sorry dad, stole the nice naming from the magazine index 😛
6 lines
398 B
HTML
6 lines
398 B
HTML
---
|
|
layout: devinfo
|
|
app: sd2photo
|
|
---
|
|
SD to Photo is a tool that copies all photos from the SD card to the photo region of NAND. It preserves the filepaths, so <code>sd:/DCIM/100NIN02/HNI_0001.JPG</code> will be stored in NAND as <code>photo:/DCIM/100NIN02/HNI_0001.JPG</code>.<br><br>The app will first display a black screen (loading), switch to red (copying photos), and end on blue (finished).
|