主页

索引

模块索引

搜索页面

3.2. CDN

  • 域名服务器,有cache: https://www.cloudflare.com/

  • 内容存储: https://cloudinary.com/

  • 内容存储: jsdelivr:

    不需要任何配置,可以直接访问github仓库资源,可以认为是github官方cdn
    比如我上传到我自己的仓库imagehost,目录picgo/20200428110046.png
    直接可以访问cdn:
    https://cdn.jsdelivr.net/gh/ikingye/imagehost/picgo/20200428110046.png
    
    使用picgo,快捷键把复制的图片上传到github的某个仓库,就直接可以用jsdelivr进行访问
    

3.2.1. 中国CDN加速

  • Staticfile

  • BootCDN

  • Polyfill

  • 注意:使用这些CDN需要注意被投毒。因为高成本低收益的原因,最后CDN提供商变成有特殊目的的组织/个人。但他们在常用的js, css中增加一些恶意代码,让他去跳转……

3.2.2. CDN 加速

netlify

jsdelivr

使用格式:

// load any GitHub release, commit, or branch
// note: we recommend using npm for projects that support it
https://cdn.jsdelivr.net/gh/user/repo@version/file

实例: https://cdn.jsdelivr.net/gh/zhaoweiguo/repo@latest/index.html

itclan

3.2.3. 图床工具

图床一般是指储存图片的服务器,就是专门用来存放图片,同时允许你把图片对外连接的网上空间。

uPic(只支持 macos)

主页

索引

模块索引

搜索页面