yafey
yafey
google fonts 镜像 在移动局域网下不稳定。 把字体文件放在 server 上,怎么指定路径?
求添加中文文档
在本地使用过程中发现,在 使用了 `hexo-asset-image` 之后, 如果更新了文件, 预览的时候 文件就无法正常显示, 一定要 重新 `hexo g` , 然后 `hexo s -p 80` 才能预览。 文件在 Typora 编辑器的 非 Source Code Mode 才会出现这个情况。
``` hexo ------------------- git repo 1, hexo 级别设置。 +--hexon +--source +--_posts --------- git repo 2, submodule,post 的博文。 +--themes +-- next ----------- git repo 3, submodule,nexT 主题级别自定义设置。 ``` 目前如果配置 ssh 的话,...
执行类似如下的命令: ```shell hexo clean && hexo g && hexo s ```