hexo-asset-image icon indicating copy to clipboard operation
hexo-asset-image copied to clipboard

permalink=*.html 会出现异常

Open laddin opened this issue 8 years ago • 3 comments

hexo: 3.3.1
hexo-cli: 1.0.2
os: Windows_NT 6.1.7601 win32 x64
http_parser: 2.7.0
node: 6.9.2
v8: 5.1.281.88
uv: 1.9.1
zlib: 1.2.8
ares: 1.10.1-DEV
icu: 57.1
modules: 48
openssl: 1.0.2j```
当我将hexo 的_config.yml中的permalink修改为 :title.html时,会出现以下异常
```FATAL Something's wrong. Maybe you can find the solution here: http://hexo.io/do
cs/troubleshooting.html
Error: ENOENT: no such file or directory, open 'c:\hexo\blog\public\zabbix-timeo
ut.html\001.png```
    at Error (native)`
当将permalink修改为 :title/时,一切正常

laddin avatar Apr 24 '17 13:04 laddin

@CodeFalling 老哥 能帮忙解决以下吗?

laddin avatar Apr 24 '17 13:04 laddin

title.html 能够正常访问么,按我的理解应该只能是

  • :title/ 或者
  • :title/index.html

xcodebuild avatar Jun 02 '19 09:06 xcodebuild

孤陋寡闻了,原来 title.html 也可以访问,现在应该 work 了

xcodebuild avatar Jun 02 '19 10:06 xcodebuild