From 6a77e4e0494e14fdbe1cb7847d2880132714d568 Mon Sep 17 00:00:00 2001 From: clarkzjw Date: Tue, 28 Feb 2023 21:43:39 -0800 Subject: [Forked] Forked and modified from [muan/site](https://muan.co). --- .gitignore | 5 +++++ README.md | 25 +++++++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fafa5b5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +_drafts/ +_site/ +.DS_Store +.ruby-version +.jekyll-cache/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..b2a1395 --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +# pixel.jinwei.me + +Forked and modified from [muan/site](https://muan.co). + +## Structure + +`photos.json` example: + +``` +[ + { + "guid": "30752EFF-852E-4A0E-8DD3-3FBCC17FDB2D", + "fileId": "65f9b8b5-3705-4e53-6d34-5bef2509eb00", + "width": 1536, + "height": 2304, + "ratio": 0.667, + "orientation": "portrait", + "path": "", + "caption": "", + "alt": "", + "createdAt": "2023-02-25T04:50:58.000Z", + "uploadedAt": "2023-02-26T14:16:44.000Z" + } +] +``` -- cgit v1.2.3