chore: rename post file names & fix config url
parent
f2dea813e8
commit
b6b83f06f2
|
@ -12,7 +12,7 @@ timezone:
|
||||||
|
|
||||||
# URL
|
# URL
|
||||||
## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/'
|
## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/'
|
||||||
url: http://ppoffice.github.io/hexo-theme-icarus
|
url: http://ppoffice.github.io
|
||||||
root: /hexo-theme-icarus/
|
root: /hexo-theme-icarus/
|
||||||
permalink: :year/:month/:day/:title/
|
permalink: :year/:month/:day/:title/
|
||||||
permalink_defaults:
|
permalink_defaults:
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"hexo": {
|
"hexo": {
|
||||||
"version": "3.2.0"
|
"version": "3.2.2"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"hexo": "^3.2.0",
|
"hexo": "^3.2.0",
|
||||||
|
@ -18,4 +18,4 @@
|
||||||
"hexo-renderer-stylus": "^0.2.0",
|
"hexo-renderer-stylus": "^0.2.0",
|
||||||
"hexo-server": "^0.1.2"
|
"hexo-server": "^0.1.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -1 +1 @@
|
||||||
Subproject commit ad5f6ce2d3c87d388e1e5673424d48c25822fa85
|
Subproject commit 974141abd6d04d090f9f914e955d8e3c69aff3a6
|
Loading…
Reference in New Issue