Update photos

This commit is contained in:
ytian21
2019-12-30 14:24:44 -05:00
parent 20f098f7a0
commit 19c746cf56
8 changed files with 12 additions and 53 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 411 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 361 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 MiB

+1 -11
View File
@@ -1,17 +1,7 @@
<template>
<div id="home">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec eget nulla ligula.
Cras a lectus accumsan mauris venenatis placerat.
Nulla sapien nibh, convallis non imperdiet a, posuere a est.
Quisque orci odio, condimentum nec feugiat et, ultricies eget dui.
Aenean imperdiet in quam ut tincidunt. Nulla facilisi.
Donec varius lorem augue, consequat vulputate massa auctor vitae.
Quisque blandit, libero eu finibus vehicula, nibh erat pulvinar massa,
aliquam volutpat libero eros et nibh. In eu felis nisl. Duis interdum,
elit id porta molestie, risus magna hendrerit augue, nec varius mauris risus sed mi.
Nullam egestas sapien vitae urna sodales cursus non vitae lorem. Aliquam ac enim dui.
Maecenas efficitur eleifend mi in accumsan. Nam vel rutrum ante.
这里是我的网站. 写点别的
</p>
<p>
Morbi accumsan magna efficitur maximus aliquam. Cras sed orci libero.
+8 -41
View File
@@ -2,9 +2,9 @@
"title":
{
"text": "Charlie's Visual Arts",
"sub": "可以改的副标题",
"sub": "The Distance",
"height": 80,
"background": "title.jpg",
"background": "title1.jpg",
"dim": 60,
"text_color": "white",
"font": "'Neucha', cursive"
@@ -19,7 +19,7 @@
{
"default_title": "Untitled",
"default_format": "jpg",
"author": "Hykilpikonna",
"author": "Charlie",
"default_type": "Photography"
},
"types":
@@ -39,47 +39,14 @@
"type": "Photography",
"posts":
[
{
"date":"2017-08-08",
"title":"The quietness before dawn"
},
{
"date":"2019-10-10",
"title":"the thinker",
"title":"The thinker",
"description": "self portrait"
},
{
"date": "2019-10-05",
"title": "Vibrance"
},
{
"date": "2019-10-17",
"title": "Entrance"
},
{
"date": "2019-10-23",
"title": "Flowey"
},
{
"date": "2019-10-30",
"title": "Serial Dilution"
},
{
"date": "2019-11-10",
"title": "View",
"description": "This is an example description"
},
{
"date": "2019-12-13",
"title": "Covered",
"file": "title.jpg",
"thumbnail": "title.jpg"
},
{
"date": "2019-11-21",
"title": "Frozen"
},
{
"date": "2019-12-20",
"title": "Snow Quirrel",
"file": "photography/2019-12-20-squirrel/public.jpg",
"thumbnail": "photography/2019-12-20-squirrel/thumb.jpg"
}
]
},
+3 -1
View File
@@ -65,7 +65,8 @@
1. 打开文件夹 Charlie-Gallery,
2. 双击点开 `测试网站.sh`
3. 打开浏览器, 输入 `localhost:8080` (注意中间的冒号是英文冒号)
3. 等待 `App running at:` 出现
3. 打开浏览器, 输入 `App running at:` 后面的地址 (注意中间的冒号是英文冒号)
4. 看看效果怎么样
@@ -74,6 +75,7 @@
1. 如果显示连接失败, 看看测试网站后台有没有报错, 有报错的话截图
2. 检查 `config.json` 有没有漏掉逗号或者多了逗号, 检查是不是英文字符
3. 如果还不行的话, 截图联系
4. 如果图片没有加载上, 关掉测试网站窗口重新打开试试
### 发布