update photos

This commit is contained in:
ytian21
2019-12-29 14:04:02 -05:00
parent 60380ae7dd
commit 20f098f7a0
6 changed files with 11 additions and 7 deletions

Before

Width:  |  Height:  |  Size: 361 KiB

After

Width:  |  Height:  |  Size: 361 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 565 KiB

+8 -4
View File
@@ -1,8 +1,8 @@
{ {
"title": "title":
{ {
"text": "Charlie's Gallery", "text": "Charlie's Visual Arts",
"sub": "This is a subtitle", "sub": "可以改的副标题",
"height": 80, "height": 80,
"background": "title.jpg", "background": "title.jpg",
"dim": 60, "dim": 60,
@@ -39,10 +39,14 @@
"type": "Photography", "type": "Photography",
"posts": "posts":
[ [
{
"date":"2019-10-10",
"title":"the thinker",
"description": "self portrait"
},
{ {
"date": "2019-10-05", "date": "2019-10-05",
"title": "Vibrance", "title": "Vibrance"
"format": "png"
}, },
{ {
"date": "2019-10-17", "date": "2019-10-17",
+1 -1
View File
@@ -10,7 +10,7 @@ npm run build
cd dist cd dist
# if you are deploying to a custom domain # if you are deploying to a custom domain
echo 'charlie2.hydev.org' > CNAME echo 'charlie-visual-arts.com' > CNAME
git init git init
git add -A git add -A
+2 -2
View File
@@ -14,11 +14,11 @@
[ [
{ {
} },
] ]
``` ```
#### 5. 添加信息, 注意要加引号和逗号! #### 5. 添加信息, 注意要加引号和逗号! 修改完 Ctrl+S 保存.
``` ```
"date": 拍摄日期 (这是必须写的), "date": 拍摄日期 (这是必须写的),