charismaforever/zero-hour-intelligence
GitHub: charismaforever/zero-hour-intelligence
面向高管的网络安全情报博客静态网站模板,聚焦量子风险、零信任、AI威胁等战略级议题,可一键部署至 Cloudflare Pages。
Stars: 0 | Forks: 0
# Imminent Flair — 网络安全情报博客
**Catrina Turner · Imminent Flair 负责人**
一个多页面高管网络安全博客,作为静态网站构建,可通过 GitHub 部署在 Cloudflare Pages 上。
## 站点结构
```
imminent-flair/
├── index.html ← Homepage
├── _redirects ← Cloudflare Pages redirect rules
├── css/
│ ├── global.css ← Shared design system & typography
│ └── components.js ← Shared nav, footer, ticker, scroll-reveal
├── articles/
│ ├── index.html ← Articles index with filter bar
│ └── architecture-of-failure.html ← Full article page
├── topics/
│ └── index.html ← Topics / pillars index
├── about/
│ └── index.html ← Author profile & credentials
└── newsletter/
└── index.html ← Subscribe page
```
## 通过 GitHub 部署到 Cloudflare Pages
### 步骤 1 — 创建 GitHub 仓库
1. 前往 https://github.com/new
2. 为你的仓库命名(例如 `imminent-flair`)
3. 设置为 Public(免费的 Cloudflare Pages 必需)
4. 点击 **Create repository**
### 步骤 2 — 推送文件
```
cd imminent-flair
git init
git add .
git commit -m "Initial deploy — Imminent Flair blog"
git branch -M main
git remote add origin https://github.com/YOUR_USERNAME/imminent-flair.git
git push -u origin main
```
### 步骤 3 — 连接到 Cloudflare Pages
1. 登录 https://dash.cloudflare.com
2. 前往 **Pages** → **Create a project** → **Connect to Git**
3. 选择你的 GitHub 账户并选择你的 `imminent-flair` 仓库
4. 构建设置:
- **Framework preset**:None
- **Build command**:*(留空)*
- **Build output directory**:`/`(或保持默认)
5. 点击 **Save and Deploy**
### 步骤 4 — 自定义域名(可选)
1. 在 Cloudflare Pages 项目中 → **Custom domains**
2. 添加 `imminentflair.com`(或你的域名)
3. 如果域名已经在 Cloudflare DNS 上,它将自动连接
4. 如果没有,请将你的域名 nameservers 更新为 Cloudflare
## 添加新文章
1. 复制 `articles/architecture-of-failure.html` 作为模板
2. 另存为 `articles/your-article-slug.html`
3. 更新内容、标题、meta 描述、面包屑导航
4. 在 `articles/index.html` 和 `index.html` 网格中添加卡片
5. `git add . && git commit -m "Add new article" && git push`
每次推送到 `main` 时,Cloudflare Pages 都会自动部署。🚀
## 设计系统参考
**颜色:**
- `--gold: #b8966e` — 主强调色
- `--ivory: #f4efe6` — 主文本
- `--mist: #9a8870` — 正文文本 / 次要色
- `--ink: #090909` — 深色背景
- `--ink-mid: #111111` — 中间色背景
**字体:**
- 展示字体:Cormorant Garamond (Google Fonts)
- 正文字体:Instrument Sans (Google Fonts)
- 等宽字体:DM Mono (Google Fonts)
**关键 CSS 类:**
- `.reveal` — 滚动触发的淡入向上动画
- `.container` — 最大 1280px 居中布局
- `.mono` — 等宽标签样式
- `.btn-ghost` / `.btn-solid` / `.btn-outline` — 按钮变体
- `.section-label` — 带有线条的金色标签章节标题
*© 2026 Catrina Turner · Imminent Flair*
标签:AI原生威胁, Cloudflare Pages, Imminent Flair, 云原生架构, 企业安全, 信息技术治理, 博客, 后端开发, 多模态安全, 安全博客, 安全架构, 战略分析, 技术博客, 数据可视化, 网络威胁情报, 网络安全, 网络资产管理, 网页部署, 董事会级治理, 量子风险, 隐私保护, 零信任架构, 静态网站, 高管网络情报