在 CloudFlare Pages 上构建应用

Cloudflare Pages 是 Cloudflare 新推出的一项静态内容托管平台,类似于 Netlify。目前支持从 Github 仓库中拉取内容。

开始使用

目前 Cloudflare Pages 处于公测阶段,可以在 pages.cloudflare.com 中申请 Cloudflare Pages 的试用资格。

特性

根据官网的描述是一款可以做到开箱即用的静态内容构建平台。

免费用户每月有 500 次构建,最多可绑定 10 个自定义域,最多可包含 20000 个文件,文件最大为 25MB。

配置

可按照下图配置环境变量
环境变量

未完待续…

Hello World

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment