aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2023-02-28 21:43:39 -0800
committerclarkzjw <[email protected]>2023-02-28 21:43:39 -0800
commit6a77e4e0494e14fdbe1cb7847d2880132714d568 (patch)
treecef4044c9a6e9b2fa5ac1cc04032a01d710b94cb
downloadphoto-6a77e4e0494e14fdbe1cb7847d2880132714d568.tar.gz
[Forked]
Forked and modified from [muan/site](https://muan.co).
-rw-r--r--.gitignore5
-rw-r--r--README.md25
2 files changed, 30 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..fafa5b5
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
1_drafts/
2_site/
3.DS_Store
4.ruby-version
5.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 @@
1# pixel.jinwei.me
2
3Forked and modified from [muan/site](https://muan.co).
4
5## Structure
6
7`photos.json` example:
8
9```
10[
11 {
12 "guid": "30752EFF-852E-4A0E-8DD3-3FBCC17FDB2D",
13 "fileId": "65f9b8b5-3705-4e53-6d34-5bef2509eb00",
14 "width": 1536,
15 "height": 2304,
16 "ratio": 0.667,
17 "orientation": "portrait",
18 "path": "",
19 "caption": "",
20 "alt": "",
21 "createdAt": "2023-02-25T04:50:58.000Z",
22 "uploadedAt": "2023-02-26T14:16:44.000Z"
23 }
24]
25```
Powered by cgit v1.2.3 (git 2.41.0)