Skip to content

Commit fb39647

Browse files
committed
config: add leancloud_counter_security config
Signed-off-by: Luc Ma <[email protected]>
1 parent 6c02617 commit fb39647

File tree

3 files changed

+700
-3
lines changed

3 files changed

+700
-3
lines changed

_config.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,18 @@ math:
118118
minRuleThickness: 0.06
119119
throwOnError: false
120120

121+
# Docs: https://github.com/theme-next/hexo-theme-next/blob/master/docs/zh-CN/LEANCLOUD-COUNTER-SECURITY.md
122+
leancloud_counter_security:
123+
enable_sync: true
124+
app_id: RIqzuwdV0iZwT6XIZjv74zCj-MdYXbMMI
125+
app_key: 9gRe7wBvmmjIneYA9pYAJywK
126+
username: #如留空则将在部署时询问
127+
password: #建议留空以保证安全性,如留空则将在部署时询问
128+
121129
# Deployment
122130
## Docs: https://hexo.io/docs/deployment.html
123131
deploy:
124-
type: git
125-
repository: [email protected]:lucmann/lucmann.github.io.git
126-
branch: master
132+
- type: git
133+
repository: [email protected]:lucmann/lucmann.github.io.git
134+
branch: master
135+
- type: leancloud_counter_security_sync

0 commit comments

Comments
 (0)