看得透又看得远者prevail. ppt.cc/flUmLx ppt.cc/fqtgqx ppt.cc/fZsXUx ppt.cc/fhWnZx ppt.cc/fnrkVx ppt.cc/f2CBVx
ppt.cc/fKlBax ppt.cc/fwlgFx ppt.cc/fVjECx ppt.cc/fEnHsx ppt.cc/fRZTnx ppt.cc/fSZ3cx ppt.cc/fLOuCx ppt.cc/fE9Nux ppt.cc/fL5Kyx ppt.cc/f71Yqx tecmint.com linuxcool.com linux.die.net linux.it.net.cn ostechnix.com unix.com ubuntugeek.com runoob.com man.linuxde.net ppt.cc/fwpCex ppt.cc/fxcLIx ppt.cc/foX6Ux linuxprobe.com linuxtechi.com howtoforge.com linuxstory.org systutorials.com ghacks.net linuxopsys.com ppt.cc/ffAGfx ppt.cc/fJbezx ppt.cc/fNIQDx ppt.cc/fCSllx ppt.cc/fybDVx ppt.cc/fIMQxx
Total Pageviews
Thursday, 13 August 2026
搭建基于nextjs的静态博客程序dob
首先fork此项目:https://github.com/dahliaOS/blog,我fork后,得到的项目地址是
https://github.com/brightmann/dob
访问https://github.com/brightmann/dob/tree/main/pages/posts,在这里,新建帖子fh.mdx,内容为:
---
title: 战马
description: 这是一篇文章
date: 2026-06-23 07:13:00
tag: [misc]
author: ym
image: "https://blog.dahliaos.io/api/og?title=We have a blog!&desc=Today marks the day we made our first post on the dahliaOS blog! Stay tuned, more is yet to come!&date=2022-07-23"
---
此处写正文或html codes.
( 详见https://github.com/brightmann/dob/blob/main/pages/posts/fh.mdx?plain=1)
然后,访问vercel.com/new ,导入项目https://github.com/brightmann/dob
Build Command栏填入bun run build
Install Command栏填入bun install
然后点击底部的deploy按钮,等待部署完成。部署完成后,我得到网址:
https://dob-livid.vercel.app
项目地址:
https://github.com/dahliaOS/blog
https://github.com/brightmann/dob
演示博客:
https://dob-livid.vercel.app
https://dob-livid.vercel.app/posts
https://dob-livid.vercel.app/posts/fh 能显示视频
搭建基于nextjs的静态博客程序lb
首先fork此项目:https://github.com/laisfrigerio/blog,我fork后,得到的项目地址是
https://github.com/brightmann/lb
访问https://github.com/brightmann/lb/tree/main/_posts,在这里,新建帖子fh.md,内容为:
---
title: '战马'
date: '2026-06-21 08:49:00'
excerpt: '这是一篇文章'
---
此处写正文或html codes.
( 详见https://github.com/brightmann/lb/blob/main/_posts/fh.md?plain=1)
然后,访问vercel.com/new ,导入项目https://github.com/brightmann/lb
Build Command栏填入yarn build
Install Command栏填入yarn
然后点击底部的deploy按钮,等待部署完成。部署完成后,我得到网址:
https://lb-lemon.vercel.app/
项目地址:
https://github.com/laisfrigerio/blog
https://github.com/brightmann/lb
演示博客:
https://lb-lemon.vercel.app/
https://lb-lemon.vercel.app/posts/
https://lb-lemon.vercel.app/posts/fh 能显示视频
Wednesday, 12 August 2026
用BPB翻墙
BPB Worker Panel 最新版迎来史诗级更新!这次彻底告别手动复制代码和复杂配置,直接通过官方 BPB Wizard,实现零代码、一键全自动部署。无需购买服务器、无需 VPS、无需自备域名,纯小白跟着操作,几分钟就能完成搭建!
本期视频将从 Cloudflare API Token 创建开始,完整演示 BPB Worker Panel 的部署、面板登录、基础参数设置、订阅生成以及客户端导入流程。即使你从来没有接触过 Cloudflare Workers,也可以一步一步照着完成。
🔥 本期核心内容
✅ BPB Worker Panel 最新版一键部署
✅ 全程零代码,无需复制 Worker.js
✅ 无需 VPS、无需服务器、无需购买域名
✅ Cloudflare Workers 免费部署教程
✅ API Token 创建与权限设置
✅ BPB Panel 登录密码设置
✅ VLESS、Trojan、DNS 与端口参数配置
✅ Clash Verge、v2rayN 等客户端订阅导入
✅ 常见 Error 1027、节点不通问题排查
✅ YouTube 4K、ChatGPT、Gemini、X、奈飞等连接测试
🚀 为什么推荐新版 BPB?
旧版部署需要手动粘贴代码、创建 KV、绑定变量,操作步骤较多,也很容易因为版本更新导致部署失败。新版 BPB Wizard 可以自动完成 Worker、KV 和面板部署,大幅降低使用门槛,更适合新手小白。
网址: https://wizard.bpb-panel.workers.dev/
搭建基于nextjs的静态博客程序lsb
首先fork此项目:https://github.com/Hack-Weekly/lavender-snake-blog,我fork后,得到的项目地址是https://github.com/brightmann/lsb
访问https://github.com/brightmann/lsb/tree/main/posts,在这里,新建帖子fh.md,内容为:
---
title: "战马"
date: "19 June 2026"
excerpt: "这是一篇文章"
imageSrc: "/images/apollo-8-history.webp"
author: "ym"
tags: ["misc1", "misc2", "misc3"]
---
此处写正文或html codes.
( 详见https://github.com/brightmann/lsb/blob/main/posts/fh.md?plain=1)
然后,访问vercel.com/new ,导入项目https://github.com/brightmann/lsb
Build Command栏填入npm run build
Install Command栏填入npm install
然后点击底部的deploy按钮,等待部署完成。部署完成后,我得到网址:
https://lsb-ten.vercel.app/
项目地址:
https://github.com/Hack-Weekly/lavender-snake-blog
https://github.com/brightmann/lsb
演示博客:
https://lsb-ten.vercel.app/
https://lsb-ten.vercel.app/fh 能显示视频
搭建基于nextjs的静态博客程序ecc
首先fork此项目:https://github.com/eyalcohen4/coheneyal.com ,我fork后,得到的项目地址是https://github.com/brightmann/ecc
访问https://github.com/brightmann/ecc/tree/main/content,在这里,先新建文件夹,比如fh,然后在文件夹fh里面,新建帖子index.mdx ,内容为:
---
title: 战马
date: 2026-06-21 20:10:00
description: 这是一篇文章
image: "turborepo/turbo.webp"
---
此处写正文或html codes.
( 详见https://github.com/brightmann/ecc/blob/main/content/fh/index.mdx?plain=1)
然后,访问vercel.com/new ,导入项目https://github.com/brightmann/ecc
Build Command栏填入yarn build
Install Command栏填入yarn
然后点击底部的deploy按钮,等待部署完成。部署完成后,我得到网址:
https://ecc-eight-sigma.vercel.app/
项目地址:
https://github.com/eyalcohen4/coheneyal.com
https://github.com/brightmann/ecc
演示博客:
https://ecc-eight-sigma.vercel.app/
https://ecc-eight-sigma.vercel.app/blog/
https://ecc-eight-sigma.vercel.app/blog/fh 能显示视频。