Skip to content

Commit 5a57d8c

Browse files
committed
Upgrade zola
1 parent 1fb785c commit 5a57d8c

File tree

20 files changed

+10
-31
lines changed

20 files changed

+10
-31
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/getzola/zola:v0.17.1 as zola
1+
FROM ghcr.io/getzola/zola:v0.19.1 as zola
22

33
COPY . /project
44
WORKDIR /project

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ default_language = "en"
1414
compile_sass = true
1515

1616
# Whether to generate a feed file for the site
17-
generate_feed = true
17+
generate_feeds = true
1818

1919
# When set to "true", the generated HTML files are minified.
2020
minify_html = false

content/authors/_index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
+++
22
title = "Authors"
33
description = "The authurs of the blog articles."
4-
date = 2021-04-01T08:00:00+00:00
5-
updated = 2021-04-01T08:00:00+00:00
64
draft = false
75

86
# If add a new author page in this section, please add a new item,
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

content/blog/cocos-tg.md renamed to content/blog/cocos-tg/index.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Through these steps, you can successfully start and publish a Cocos Creator proj
144144
4.1. Create a new scene, create a node in the scene, and attach the script GameLanch.ts.
145145
(I also placed the background image for the main interface here for preloading, but it can be omitted.)
146146

147-
![P1](https://docs.zypher.network/static/blog/cocos-tg/P1.jpg)
147+
![P1](P1.png)
148148

149149
4.2. GameLanch.ts.
150150
```javascript
@@ -242,7 +242,8 @@ async initTelegram() {
242242

243243
```
244244
Send the retrieved window[‘Telegram’]?.WebApp?.initData to the server for verification.
245-
![P2](https://docs.zypher.network/static/blog/cocos-tg/P2.jpg)
245+
246+
![P2](P2.png)
246247
247248
4.4. Add the UIRank.ts script to the rank page. After UIRank inherits from the UIView class, it can be managed through the uiManager.
248249
```javascript
@@ -253,9 +254,11 @@ this.list.refreshData(ranks); // Display in component
253254
```
254255
255256
4.5. Briefly discuss the reward.
256-
![P3](https://docs.zypher.network/static/blog/cocos-tg/P3.jpg)
257-
![P4](https://docs.zypher.network/static/blog/cocos-tg/P4.jpg)
258-
![P5](https://docs.zypher.network/static/blog/cocos-tg/P5.jpg)
257+
258+
![P3](P3.png)
259+
![P4](P4.png)
260+
![P5](P5.png)
261+
259262
The interface mainly has three scripts attached for rewards.
260263
261264
```

content/privacy-policy/_index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
+++
22
title = "Privacy Policy"
33
description = "We do not use cookies and we do not collect any personal data."
4-
date = 2021-05-01T08:00:00+00:00
5-
updated = 2020-05-01T08:00:00+00:00
64
draft = false
75

86
[extra]

0 commit comments

Comments
 (0)