Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
109c094
chore: initialize the environment
cyboTiger Mar 17, 2025
5192877
chore: initial conf
cyboTiger Mar 17, 2025
ca2e835
chore: initial conf
cyboTiger Mar 17, 2025
5120641
chore: initial conf
cyboTiger Mar 17, 2025
c0f6a66
chore: initial conf
cyboTiger Mar 17, 2025
8c16d3a
chore: initial conf
cyboTiger Mar 17, 2025
525feae
chore: initial conf
cyboTiger Mar 17, 2025
a2b674a
chore: initial conf
cyboTiger Mar 17, 2025
05a4671
chore: initial conf
cyboTiger Mar 17, 2025
0cd2188
chore: initial conf
cyboTiger Mar 17, 2025
3131fa7
chore: initial conf
cyboTiger Mar 17, 2025
ae6ee72
chore: initial conf
cyboTiger Mar 17, 2025
1beff2e
chore: initial conf
cyboTiger Mar 17, 2025
66aecd1
chore: initial conf
cyboTiger Mar 17, 2025
1078166
chore: initial conf
cyboTiger Mar 17, 2025
f3ee504
chore: initial conf
cyboTiger Mar 17, 2025
e51a1e0
docs: add post ppo
cyboTiger Mar 17, 2025
14a4ea3
feat: modify post layout
cyboTiger Mar 18, 2025
3cce1c1
fix: categories cannot have pattern like 'paper reading'
cyboTiger Mar 18, 2025
0246f19
fix: another trivial
cyboTiger Mar 18, 2025
31e90a2
fix: sass deprecated @import
cyboTiger Mar 18, 2025
9bc799e
docs: update ppo
cyboTiger Mar 31, 2025
d155c36
docs: update ppo
cyboTiger Mar 31, 2025
fef3c65
docs: update ppo
cyboTiger Mar 31, 2025
1e92802
docs: add GRPO/verl
cyboTiger Apr 17, 2025
43d1140
chore: 2025-09-13 relive
cyboTiger Sep 13, 2025
d4bd3d8
feat: eic-mesh-solution-ongoing
cyboTiger Sep 24, 2025
9388bc0
docs: eic tflite project
cyboTiger Oct 7, 2025
8d1c9f6
docs: tflite project fbnet arch
cyboTiger Oct 14, 2025
d77901b
docs: mar arch in pytorch
cyboTiger Nov 8, 2025
e792105
docs: github deploy key
cyboTiger Dec 1, 2025
8fe4c6a
chore: delete img in _posts
cyboTiger Dec 1, 2025
abd40c6
docs: modify deploy key
cyboTiger Dec 21, 2025
38aa053
docs: multiple posts and modified posts
cyboTiger Jan 7, 2026
7860805
docs: missed diversity
cyboTiger Feb 14, 2026
39d7e22
docs: xgboost(tbd), streamline(tbd)
cyboTiger Feb 20, 2026
44f78bd
docs: [start] load balance
cyboTiger Mar 1, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
layout: post
title: Post from yesteryear
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
layout: post
title: Tagged post
tags: ["Test Tag", tagged]
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
layout: post
title: Introducing Jekyll archives!
category: plugins
tags: new
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
layout: post
title: Pretty Slugs
category: 💎
---
Expand Down
5 changes: 0 additions & 5 deletions .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .github/codeql/codeql-config.yml

This file was deleted.

44 changes: 0 additions & 44 deletions .github/workflows/codeql.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
# submodules: true
submodules: true
# If using the 'assets' git submodule from Chirpy Starter, uncomment above
# (See: https://github.com/cotes2020/chirpy-starter/tree/main/assets)

Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ package-lock.json
!.vscode/settings.json
!.vscode/extensions.json
!.vscode/tasks.json

# Misc
script.sh
49 changes: 5 additions & 44 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,45 +1,6 @@
基于 [Chirpy](https://github.com/cotes2020/jekyll-theme-chirpy) 主题定制化的个人博客,博客内容已转移到 `blog` 分支,`master` 将作为模板使用。[此处进入我的博客](https://nihil.cc/)。
<!-- markdownlint-disable-next-line -->
<div align="center">
# My ML Tech stack
</div>

[![996.icu](https://img.shields.io/badge/link-996.icu-red.svg)](https://996.icu)

使用之前请先参考原版 Chirpy 的[使用教程](https://chirpy.cotes.page/posts/getting-started/)。

与原版 Chirpy 不同的点在于:

* 在原版支持的评论系统 [Disqus](https://disqus.com/),[Utterances](https://utteranc.es/) 和 [Giscus](https://giscus.app/zh-CN) 外,增加对 [Waline](https://waline.js.org/) 评论系统的支持,参见 `_config.yml` 里的 `comments.waline`。
* 使用[知乎式 404 界面](https://404.life/564.html),可以返回首页或者返回上一页。
* 新增了分享到 Line,QQ,QQ 空间和微博,参见 `_data/share.yml`。
* 使用 [iconfont](https://www.iconfont.cn/) 取代 [Font Awesome](https://fontawesome.com/),有更多的图标选择空间。注意:自 2022-12-29 起,iconfont 路径配置从 `_config.yml` 迁移到了 `_data/origin/cors.yml` 及 `_data/origin/basic.yml` 中的 `iconfont.css`,以支持下载 css 到本地。
* 右侧边栏添加了外部链接块,参见 `_data/external_links.yml`。
* 可以自由地控制在帖子中显示右侧边栏哪些块。参见 `_config.yml` 里的 `panel`。
* 添加了子域页。参见 `_data/subdomain.yml`。不需要该页面的情况下删除 `_tabs/subdomain.md` 即可。
* 添加了 `<details>` 标签的样式,同时调整了 blockquote 的样式。
* 使用改自 [`just the docs`](https://github.com/pmarsceill/just-the-docs) 的表格样式。
* 将代码染色应用到了行内代码段,例如 `` `let fuck_rust = 114514;`{:.language-rust} ``。
* 使用 [Fira Code](https://github.com/tonsky/FiraCode) 作为代码段字体。默认对行内代码不开启连体(Ligature),对块代码开启。因为某些原因,在 shell 语言中禁用连体。
* 暗色主题时,标题和加粗内容在白色文字之中难以区分,增加发光效果以突出显示。
* 可以配置高亮代码段中的某些行,参考[此处](http://nihil.cc/posts/highlight_lines_for_jekyll/#%E4%BE%8B%E5%AD%90)。
* 运行代码显示输出结果(开发中,目前支持部分语言),需要在代码段的下一行添加 `{: run="lang" }`,例如:

````markdown
```rust
fn main() {
println!("hello world");
}
```
{: run="rust" }
````

语言支持情况:

| 已支持的语言 | `run="lang"` 参数 | 后端 |
| :----------: | :----------------: | :---------------------------------------------: |
| C++ | `run="cpp"` | [Coliru](https://coliru.stacked-crooked.com/) |
| JavaScript | `run="javascript"` | N/A (本地) |
| Python | `run="python"` | [Online Python](https://www.online-python.com/) |
| Rust | `run="rust"` | [Rust Playground](https://play.rust-lang.org/) |

* (2022-11-29) 支持同名的多级 categories,如果你是从旧版本更新到当前版本,请在本地运行 `bundle update`。原版 Chirpy 使用 `jekyll-archives` 插件生成 categories,该插件将所有 categories 视为同等级别关系,这导致在 Chirpy 中无法使用相同名字的二级 categories,这个问题在本分支中得以修复,可以使用任何同名的多级 categories 了。注意:由于将 `jekyll-archives` 下载到本地 `.gems` 目录,并且将 `Gemfile` 指向本地路径,因此本地需要 `bundle update` 之后才能生效。
* (2022-12-12) 添加了动画背景效果和鼠标点击效果,考虑到不是所有人都喜欢特效,默认情况下这两都是禁用的。如需开启,请在 `_config.yml` 中配置 `backgroud_animation` 和 `mouse_click_effect` 为 `true`。

通常,每周会至少 merge 一次 [`upstream/master`](https://github.com/cotes2020/jekyll-theme-chirpy) 以追踪新的功能。
基于[nihil](https://nihil.cc/)和[Chirpy](https://chirpy.cotes.page/)修改
52 changes: 31 additions & 21 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,33 +13,36 @@ timezone: Asia/Shanghai

# jekyll-seo-tag 设置 › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
# --------------------------
title: Nihil # 主标题
title: cyboTiger # 主标题

tagline: Nichts Hsu # 副标题
tagline: ML stack # 副标题

description: >- # 由 seo meta 和 atom feed 使用
Nichts Hsu 的个人博客
cyboTiger 的个人博客

# 填入你的网站的协议和域名.
# 例如,'https://username.github.io',注意不要以 '/' 结尾。
url: "https://nihil.cc"
url: "https://cybotiger.github.io"

# Fill in the protocol & hostname for your site.
# E.g. 'https://username.github.io', note that it does not end with a '/'.

github:
username: NichtsHsu # Github 用户名
username: cybotiger # Github 用户名

twitter:
username: NichtsHsu # 推特用户名
username: zhruhn643327 # 推特用户名

social:
# 改为你的全名。
# 这将会显示为帖子的默认作者以及页脚的版权所有者
name: Nichts Hsu
email: NichtsVonChaos@gmail.com # 邮箱地址
name: cybotiger
email: ruihanzhu.tiger@gmail.com # 邮箱地址
links:
# 第一个链接将会作为版权所有者的链接
- https://nihil.cc/
- https://twitter.com/NichtsHsu # 推特主页
- https://github.com/NichtsHsu # Github 主页
- https://cybotiger.github.io/
- https://twitter.com/zhruhn643327 # 推特主页
- https://github.com/cybotiger # Github 主页
# 取消注释以添加更多链接
# - https://www.facebook.com/username
# - https://www.linkedin.com/in/username
Expand Down Expand Up @@ -90,20 +93,27 @@ pageviews:
theme_mode: # [light | dark]

# 启用动画背景特效
backgroud_animation: false
backgroud_animation: true

# 启用鼠标点击特效
mouse_click_effect: false
# The CDN endpoint for media resources.
# Notice that once it is assigned, the CDN url
# will be added to all media resources (site avatar, posts' images, audio and video files) paths starting with '/'
#
# e.g. 'https://cdn.com'
cdn:

# the avatar on sidebar, support local or CORS resources

# 媒体资源 CDN 端点。
# 注意一旦被分配,CDN 网址会被加在
# 所有以 '/' 开始的媒体资源(网站头像,帖子中的图像,音频和视频文件)路径上
#
#
# 例如,'https://cdn.com'
cdn: ""

# 侧边栏的头像,支持本地或 CROS 资源
avatar: /avatar.png
avatar: /kagula.png

# SEO `og:image` 元标记中使用的全站社交预览图像的 URL。
# 可以在帖子的 Front Matter 中使用 `page.image` 覆盖。
Expand All @@ -112,19 +122,19 @@ social_preview_image: # 字符串,本地或跨域资源
# 设置显示右侧边栏的内容
panel:
# 设置显示在帖子中右侧边栏的内容
#
#
# 提示:
# 全局开关为 false 时必定不显示对应块。
# 全局开关为 true 时,可以在帖子的 md 文件头部使用形如:
# lastmod: false
# 的方式为该帖子单独关闭右侧边栏的功能。
post:
# 最近更新
lastmod: true
lastmod: false
# 热门标签
trending_tags: false
# 外部链接
external_links: true
external_links: false
# 目录
toc: true

Expand Down Expand Up @@ -159,7 +169,7 @@ comments:
# 自托管静态资产,可选 › https://github.com/cotes2020/chirpy-static-assets
assets:
self_host:
enabled: # 布尔值, 置空表示否
enabled: false # 布尔值, 置空表示否
# 指定 Jekyll 环境,置空意味着都启用
# 仅在 `assets.self_host.enabled` 为 'true' 时生效
env: # [development|production]
Expand All @@ -176,8 +186,8 @@ pwa:
# 每一页的帖子数量
paginate: 10

# 网站的基础 URL
baseurl: ""
# The base URL of your site
baseurl: "/stack"

# ------------ 下面的设置不建议修改 ------------------

Expand Down
5 changes: 5 additions & 0 deletions _data/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,8 @@ nihil:
name: Nichts Hsu
twitter: Still_Nihil
url: https://nihil.cc/

cybotiger:
name: Ruihan Zhu
twitter: zhruhn643327
url: https://cybotiger.github.io/
11 changes: 5 additions & 6 deletions _data/contact.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
# 联系方式选项

- type: github
icon: "iconfont icon-github"
icon: "fab fa-github"

- type: twitter
icon: "iconfont icon-twitter"
icon: "fa-brands fa-x-twitter"

- type: email
icon: "iconfont icon-mail"
noblank: true # 在当前页面打开链接
icon: "fas fa-envelope"
noblank: true # open link in current tab

- type: rss
icon: "iconfont icon-rss"
icon: "fas fa-rss"
noblank: true

# 取消注释并完善下列链接以启用更多联系方式
# - type: mastodon
# icon: "iconfont icon-mastodon"
Expand Down
9 changes: 4 additions & 5 deletions _data/external_links.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
-
icon: https://img.shields.io/badge/link-996.icu-red.svg
- icon: https://img.shields.io/badge/link-996.icu-red.svg
# 是否使用 Iconfont 的图标字体
use_iconfont: false
use_iconfont: true
name: 996.icu
# 为 true 时当且仅当图片无法加载时,使用名字替代。为 false 时始终显示名字。
automatic_name: true
link: https://996.icu
# 在下面添加更多外部链接
# -
# icon:
# icon:
# use_iconfont:
# name:
# automatic_name:
# link:
# link:
1 change: 0 additions & 1 deletion _data/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ layout:
tabs:
# format: <filename_without_extension>: <value>
home: Home
subdomain: Subdomain
categories: Categories
tags: Tags
archives: Archives
Expand Down
1 change: 0 additions & 1 deletion _data/locales/zh-CN.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ layout:
tabs:
# 格式: <无尾缀文件名>: <值>
home: 首页
subdomain: 子域
categories: 分类
tags: 标签
archives: 归档
Expand Down
24 changes: 0 additions & 24 deletions _data/origin/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,27 +37,3 @@ clipboard:

mathjax:
js: /assets/lib/mathjax/tex-chtml.js

firacode:
css: /assets/lib/firacode/distr/fira_code.css

socket-io-client:
js: /assets/lib/socket.io-client/dist/socket.io.min.js

waline:
js: /assets/lib/client/dist/waline.js
css: /assets/lib/client/dist/waline.css
emojis: /assets/lib/emojis

# 自定义 Iconfont 的图标链接。 › https://www.iconfont.cn/
# 需要添加自己的 Iconfont 图标,请在 Iconfont 中新建项目,
# 加入图标到项目,选择 Font Class,查看在线链接,并将其拷贝到下面。
#
# 注意:请不要与项目原本使用的图标重名,请全局搜索以确保该名称没被使用。
# 一个比较好的办法是修改 Iconfont 项目的 FontClass/Symbol 前缀为其他值。
iconfont:
css:
# 此 css 包含以 'icon-' 为前缀的图标,为模板的核心图标,请勿删除。
- /assets/lib/iconfont/font_2440352_5nfkefwgc3q/iconfont.css
# 添加你的 Iconfont 图标链接
# -
5 changes: 1 addition & 4 deletions _data/origin/cors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ clipboard:
mathjax:
js: https://cdn.jsdelivr.net/npm/mathjax@3.2.2/es5/tex-chtml.js

firacode:
css: https://cdn.jsdelivr.net/npm/firacode@6.2.0/distr/fira_code.css

socket-io-client:
js: https://cdn.jsdelivr.net/npm/socket.io-client@2/dist/socket.io.min.js

Expand All @@ -75,4 +72,4 @@ iconfont:
# 此 css 包含以 'icon-' 为前缀的图标,为模板的核心图标,请勿删除。
- https://at.alicdn.com/t/c/font_2440352_o7nixqud1l.css
# 添加你的 Iconfont 图标链接
# -
# -
Loading
Loading