This commit is contained in:
nick 2018-03-04 11:49:20 +08:00
parent 6652c53d06
commit 139c974a16
2 changed files with 20 additions and 3 deletions

12
1.2.md
View File

@ -1 +1,13 @@
`1.2` `1.2`
### h2
```
<?php
echo 'hello';
```
> hello
__dddd__

View File

@ -13,10 +13,15 @@
}, },
"plugins": [ "plugins": [
"donate", "donate",
"-sharing", "sitemap",
"-sharing",
"splitter",
"sharing-plus" "sharing-plus"
], ],
"pluginsConfig": { "pluginsConfig": {
"sitemap": {
"hostname": "http://linux.hellocode.name"
},
"donate": { "donate": {
"wechat": "https://wp.hellocode.name/wp-content/uploads/2017/12/reward_1513737335-200x200.jpg", "wechat": "https://wp.hellocode.name/wp-content/uploads/2017/12/reward_1513737335-200x200.jpg",
"alipay": "https://wp.hellocode.name/wp-content/uploads/2017/12/reward_1513737644-200x200.jpg", "alipay": "https://wp.hellocode.name/wp-content/uploads/2017/12/reward_1513737644-200x200.jpg",
@ -32,7 +37,7 @@
"hatenaBookmark": false, "hatenaBookmark": false,
"instapaper": false, "instapaper": false,
"line": false, "line": false,
"linkedin": true, "linkedin": false,
"messenger": false, "messenger": false,
"pocket": false, "pocket": false,
"qq": true, "qq": true,
@ -45,7 +50,7 @@
"whatsapp": false, "whatsapp": false,
"all": [ "all": [
"facebook", "twitter","weibo", "facebook", "twitter","weibo",
"linkedin","qq", "qzone" "qq", "qzone"
] ]
} }
} }