warpedatom/warpedatom.github.io
GitHub: warpedatom/warpedatom.github.io
一个基于 Jekyll 的攻防安全研究个人博客源码,涵盖红队笔记、恶意软件分析及原创工具介绍,通过 GitHub Pages 自动部署。
Stars: 0 | Forks: 0
# velkris.red
**[velkris.red](https://velkris.red)** 的源码(也可通过
[warpedatom.github.io](https://warpedatom.github.io) 访问)- Velkris 的 *攻防安全
研究、红队笔记与恶意软件分析*。
基于 [Jekyll](https://jekyllrb.com/) 4 和自定义暗色主题构建,并通过
GitHub Actions 部署到 GitHub Pages。包含对公开记录技术的原创分析,
以及我的开源工具([OffsetInspect](https://github.com/warpedatom/OffsetInspect),
[OffsetScan](https://github.com/warpedatom/OffsetScan))。
## 本地开发
```
bundle install
bundle exec jekyll serve --livereload
# → http://localhost:4000
```
## 撰写文章
在 `_posts/` 目录下添加一个名为 `YYYY-MM-DD-title.md` 的 Markdown 文件:
```
---
layout: post
title: "My write-up"
date: 2026-07-27
---
Body in Markdown...
```
基于日期的 permalink 和 `post` layout 会自动应用。
## 部署方式
推送到 `main` 分支会触发 `.github/workflows/pages.yml`,它将使用 Jekyll
进行构建并发布到 GitHub Pages。源设置:**Settings → Pages → GitHub Actions**。
## 结构
```
_config.yml Site configuration
Gemfile Ruby dependencies
index.md Home (auto-lists posts)
projects.md · about.md Pages
_posts/ Write-ups
_layouts/ default / page / post
assets/ CSS + skull watermark
.github/ Workflow, issue templates, funding
```
标签:DAST, Jekyll, 博客, 恶意软件分析, 数据展示, 红队, 调试辅助, 防御加固