hexo

安装

1
2
npm install request --save
npm install hexo-translate-title --save

配置站点配置文件_config.yml

我这里用的是谷歌翻译,翻译效果更好

1
2
3
4
5
6
7
8

permalink: :year/:month/:day/:translate_title.html

# Translate
translate_title:
translate_way: google
is_need_proxy: true
proxy_url: http://localhost:1080

清空重启即可

1
2
hexo clean
hexo s -o

参考