diff --git a/src/assets/photography/2019-10-05-vibrance/public@0.25x.jpg b/src/assets/photography/2019-10-05-vibrance/thumb.jpg similarity index 100% rename from src/assets/photography/2019-10-05-vibrance/public@0.25x.jpg rename to src/assets/photography/2019-10-05-vibrance/thumb.jpg diff --git a/src/assets/photography/2019-10-10-the/public.jpg b/src/assets/photography/2019-10-10-the/public.jpg new file mode 100644 index 0000000..c07f063 Binary files /dev/null and b/src/assets/photography/2019-10-10-the/public.jpg differ diff --git a/src/assets/photography/2019-10-10-the/thumb.jpg b/src/assets/photography/2019-10-10-the/thumb.jpg new file mode 100644 index 0000000..d2c6cf4 Binary files /dev/null and b/src/assets/photography/2019-10-10-the/thumb.jpg differ diff --git a/src/content/config.json b/src/content/config.json index f9382c6..7f4c799 100644 --- a/src/content/config.json +++ b/src/content/config.json @@ -1,8 +1,8 @@ { "title": { - "text": "Charlie's Gallery", - "sub": "This is a subtitle", + "text": "Charlie's Visual Arts", + "sub": "可以改的副标题", "height": 80, "background": "title.jpg", "dim": 60, @@ -39,10 +39,14 @@ "type": "Photography", "posts": [ + { + "date":"2019-10-10", + "title":"the thinker", + "description": "self portrait" + }, { "date": "2019-10-05", - "title": "Vibrance", - "format": "png" + "title": "Vibrance" }, { "date": "2019-10-17", diff --git a/上传网站.sh b/上传网站.sh index 9a0a13f..a82195a 100644 --- a/上传网站.sh +++ b/上传网站.sh @@ -10,7 +10,7 @@ npm run build cd dist # if you are deploying to a custom domain -echo 'charlie2.hydev.org' > CNAME +echo 'charlie-visual-arts.com' > CNAME git init git add -A diff --git a/如何上传.md b/如何上传.md index 0c51534..1058a3d 100644 --- a/如何上传.md +++ b/如何上传.md @@ -14,11 +14,11 @@ [ { - } + }, ] ``` -#### 5. 添加信息, 注意要加引号和逗号! +#### 5. 添加信息, 注意要加引号和逗号! 修改完 Ctrl+S 保存. ``` "date": 拍摄日期 (这是必须写的),