Skip to content

Commit 9123a98

Browse files
authored
Merge pull request #7 from idjs/feature/try-add-menu
try to add menu
2 parents 53e7ddd + a7bee7d commit 9123a98

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,10 @@
33
"version": "0.1.0",
44
"private": true,
55
"hexo": {
6-
"version": "3.2"
7-
},
8-
"scripts": {
9-
"test": "echo \"Ok: no test for now\" && exit 0",
10-
"deploy": "hexo deploy"
6+
"version": "3.2.2"
117
},
128
"scripts": {
9+
"test": "echo no test",
1310
"server": "hexo server",
1411
"deploy": "hexo deploy"
1512
},

themes/landscape/_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
menu:
33
Home: /
44
Archives: /archives
5+
Slack: https://idjs-slack.herokuapp.com/
56
rss: /atom.xml
67

78
# Content

0 commit comments

Comments
 (0)