Skip to content

Commit 48fbfe2

Browse files
author
Zhili Yang
committed
fix something
1. enable the post_copyright 2. add the weixin_qrcode, and disable
1 parent 8107783 commit 48fbfe2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ timezone:
1212

1313
# URL
1414
## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/'
15-
url: http://yoursite.com
15+
url: http://notes.systick.net
1616
root: /
1717
permalink: :year/:month/:day/:title/
1818
permalink_defaults:

source/images/blog/weixin.jpg

26.4 KB
Loading

themes/next/_config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ favicon:
2323
#ms_browserconfig: /images/browserconfig.xml
2424

2525
# Set default keywords (Use a comma to separate)
26-
keywords: "Hexo, NexT"
26+
keywords: "C/C++, Linux, STM32"
2727

2828
# Set rss to false to disable feed link.
2929
# Leave rss as empty to use site's feed link.
@@ -226,8 +226,8 @@ post_wordcount:
226226
# Wechat Subscriber
227227
#wechat_subscriber:
228228
#enabled: true
229-
#qcode: /path/to/your/wechatqcode ex. /uploads/wechat-qcode.jpg
230-
#description: ex. subscribe to my blog by scanning my public wechat account
229+
#qcode: /images/blog/weixin.jpg
230+
#description: 欢迎来一起交流。
231231

232232
# Reward
233233
#reward_comment: Donate comment here
@@ -237,7 +237,7 @@ post_wordcount:
237237

238238
# Declare license on posts
239239
post_copyright:
240-
enable: false
240+
enable: true
241241
license: CC BY-NC-SA 3.0
242242
license_url: https://creativecommons.org/licenses/by-nc-sa/3.0/
243243

0 commit comments

Comments
 (0)