-
### 需求分析
- 因为更新频率不高,所以考虑页面静态化
### 设计
- 是否可以考虑使用nginx的X-SendFile机制,这样view仍继续处理,如果内容没有变化,则输出x-sendfile的头,转向静态化页面。这样可能容易实现。
- 如果内容有变化,则删除对应的静态文件,因此要考虑如何查找静态文件?因为一个内容的变化,可能影响多个页面。
- 内容生成考虑使用类似缓存的机制,不需要预先生…
-
I am using the most updated version of node.js and hexo, and I'd like to deploy my blog into both github and gitcafe. According to the document, the configuration like the following should be working:…
-
@tommy351
Hello, I saw that hexo can do batch deployment with one config at http://hexo.io/docs/deployment.html#Batch_Deploy
But with my config:
```
deploy:
- type: github
repo: https://githu…
-
如题。
杭州联通, 访问 https://teahour.fm 会直接跳转到 https://gitcafe.com/
是 gitcafe 那边的部署问题么?
-
我有个标签" STM32 " 链向标签的 URL 是 xxx/STM32 ,但是生成的目录是" stm32 " .一般来说 url 是不区分大小写的,但是 GitCafe 的 page 服务是区分的,于是导致我的某些页面不能访问.
请问有没有统一的方法.
-
更新Hexo后,page页面样式丢失
http://jiabin.tk/about
我刚好在折腾nginx,我还以为我的配置出了问题
后来到public文件夹下一看,原来是生成的html本身就有问题
补充:
再次运行`hexo new page "about"`后
在about文件夹下会生成一个index-1.md
再次`hexo g`后,这个新的index-1.html的样式是在的。
报告完毕…
-
Hi guys,
I've embedded Ace via RequireJS (contents of lib/ace as ace) and it works just fine locally.
But after a minification via r.js I've got this error:
> TypeError: 'undefined' is not a functi…
kemar updated
10 years ago
-
how can i use hexo on different computers?
我想在不同電腦上發佈blog,一台電腦在公司 一台電腦在家裡,我不想藉助於 Dropbox 怎麼來實現這個功能呢?
-
看到issue里挺多人提到这个问题的,可是没看到解决方法啊。求助各大神啊。
-
I want to resize font
Thx!